Eric Amodio
5fe0cf0165
Updates messaging
1年前
Eric Amodio
1ce30257b3
Enables upgrade notification for pre-release
1年前
Eric Amodio
2dad63df6e
Adds notification for GL14 upgrade
1年前
Eric Amodio
5edd4a7832
Updates lint rules (prep for ts-eslint v6)
1年前
Keith Daulton
f5e74f2025
Removes GitLens insiders
1年前
Eric Amodio
3940ef7c20
Moves some files for better organization
Removes re-export of config from configuration
1年前
Eric Amodio
b32088d4e0
Adds early adopter renewal discount notification
1年前
Eric Amodio
11c8edeae5
Reworks Logger to allow for re-use in webviews
Avoids static class
1年前
Eric Amodio
b86bdb4fce
Improves generic error messaging
1年前
Eric Amodio
c500717188
Removes unneeded notification
2年前
Eric Amodio
113c5dbf89
Updates what's new link
2年前
Eric Amodio
6550ded970
Adds upgrade to pro notification
2年前
Eric Amodio
f4973073e1
Re-enables insiders CI builds
Until the VS Code marketplace can truly handle pre-releases we can't adopt the current limited pre-release provided by VS Code
2年前
Eric Amodio
0093f2b59b
Migrates to use VS Code pre-release publishing
Deprecates Insiders extension
2年前
Eric Amodio
3b42557e6d
Adds expiration to insiders builds
2年前
Eric Amodio
f7ffae07a6
Adds new eslint rules & applies them
Removes strict-boolean-expressions because its too noisy
Avoids unneeded `void`s to know if return value is intentionally discarded
Uses `type` imports when possible (avoids unneeded bundling)
2年前
Eric Amodio
f8211797d2
Removes git "models" export file
2年前
Eric Amodio
b613f7174a
Fixes #2117 new limits/controls on failed requests
- Changes request failures to only disconnect the integration for the current session
- Limits to 5 failed request before disconnecting the integration
- Avoids disconnect prompt for current session disconnections
- Adds don't show again to request failure messages
- Adds integration suspension message w/ don't show again option
2年前
Eric Amodio
b6477048d5
Removes unused imports
2年前
Eric Amodio
edec95e308
Adds whats new image to home view
Updates upgrade notification
2年前
Eric Amodio
6ffe113669
Completes consolidation of git commit models
3年前
Eric Amodio
4979fb1e39
Attempts to consolidate commit models (wip)
First pass at converting "blame" commits into a unified model
3年前
Eric Amodio
9c2df377d3
Removes use strict as not needed for ES modules
3年前
Eric Amodio
8b9bd7945e
Removes repo casing warning
Should hopefully no longer be required
3年前
Eric Amodio
1d93f9cdbd
Reorganizes git models/parsers/formatters imports
Reorganizes local git support to exclude from web
Swaps sha1 usages to md5 to avoid needing sha1 on the web (md5 is required by Gravatar)
Avoids crypto-browserfy and imports md5.js directly
Uses platform crypto for random nonce strings
3年前
Eric Amodio
fc99c2754c
Changes to const enums for better tree shaking
3年前
Eric Amodio
75089a6d68
Removes sponsorships
3年前
Eric Amodio
842fd7f41d
Updates dependencies
Switches to use new context.extension
3年前
Eric Amodio
0d3948798b
Fixes #1548 : dont show again failed setting save
3年前
Eric Amodio
32291bfc5d
Fixes #1507 - adds error for invalid configuration
3年前
Eric Amodio
db5285d4ad
Reworks config using new TypeScript features
3年前
Eric Amodio
9594bfcd20
Adds enable/disable debug logging commands
3年前
Eric Amodio
e27da912e1
Fixes #1368 - allows suppressing missing git msg
4年前
Eric Amodio
1a4dafe388
Closes #1267 - notifies on improper folder casing
4年前
Eric Amodio
72f1d8784d
Adds create pull request notification
4年前
Eric Amodio
ae03319ab1
Adds switch to text option to rebase editor
4年前
Eric Amodio
25ecfbe6f2
Adds better support for insiders version
4年前
Eric Amodio
9b00935711
Removes release notes from update notification
4年前
Eric Amodio
3e1543dc3e
Updates links to main branch
4年前
Eric Amodio
4788392fd0
Removes dead code
4年前
Eric Amodio
81d5137409
Cleans up "welcome" views
Makes them conditional on state
4年前
Eric Amodio
4c7366a345
Changes some lint rules
4年前
Eric Amodio
64e9216003
Adds views upgrade notification
4年前
Eric Amodio
23b4e53865
Removes heart from views & simplifies sponsor cmd
4年前
Eric Amodio
7f7c2e2535
Fixes lint issues
4年前
Eric Amodio
1bf485eaa5
Overhauls git command quickpick menus
4年前
Eric Amodio
18663a1650
Updates dependencies & lint rules
4年前
Eric Amodio
175a81eabe
Updates dependencies & prettiers
4年前
Eric Amodio
9112a679fa
Updates sponsoring links & info
4年前
Eric Amodio
358fa9071c
Changes tag parsing - hopefully fixes #855
Unifies tag parsing to include msg, ref, & dates
Bumps required Git to 2.7.2
Adds more tag sorting options similar to branches
5年前