Eric Amodio
5bd0f58c1a
Removes keybinding message as it is likely outdated at this point
6 years ago
Eric Amodio
6ac3128b71
Preps v9.0
Updates GitLens logo
Adds CodeStream sponsor
6 years ago
Eric Amodio
b7da064db6
Adds what's new notification if page is disabled
6 years ago
Eric Amodio
a78456e2ae
Adds better logging support
6 years ago
Eric Amodio
63a17deff3
Renames Results view files to Compare view
Updates README (wip)
Updates welcome & settings pages (wip)
6 years ago
Eric Amodio
9a1b48af19
Adds push repositories command
Adds @command decorator
Changes (fetch|pull|push)All to be cancelable
6 years ago
Eric Amodio
c8d42357a0
Switches when's to use config's when possible
Config when's can be resolved before extension activation
6 years ago
Eric Amodio
3d8141fd85
Fixes subscription issues with nodes
6 years ago
Eric Amodio
7606783132
Renames explorer to view
6 years ago
Eric Amodio
5a88901a3c
Renames GitLens explorer to Repositories explorer
Changes changelog image links to permalinks
Moves all images for docs into a docs folder
Removes unused images
6 years ago
Eric Amodio
2e4cbcad10
Reworks explorers (wip)
Closes #354 - Adds line history explorer (wip)
Closes #456 - Adds repository status to the repository nodes
6 years ago
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
6 years ago
Eric Amodio
d7212eb419
Reworks git commands a bit to reduce rethrows
Fixes #405 - stops non-repo from showing up in explorer
6 years ago
Eric Amodio
d9807774ec
Switches to use new git extension api (for git path)
Removes gitlens.advanced.git setting
6 years ago
Eric Amodio
3c05f841e9
Handles all floating promises
6 years ago
Eric Amodio
9f0199efae
Fixes #477 - Waits for the git extension to load when getting the git path
6 years ago
Eric Amodio
8939ac3ed1
Reorders imports (via tslint) and moves some files for better structure
6 years ago
Eric Amodio
d790e9db04
Prettier all-the-things
6 years ago
Eric Amodio
876badacf4
Fixes issues with failing to load GitLens after bundling
6 years ago
Eric Amodio
2ad9524d74
Updates dependencies
Fixes issue with new typescript
Pins node version to match vscode's version (7.9)
6 years ago
Eric Amodio
38b55dfb9b
Uses git found by the vscode git extension if available
6 years ago
Eric Amodio
85d9b500a6
Fixes #381 - Unable to save stash with older Git
6 years ago
Eric Amodio
be32e6b2aa
Reworks menu contributions a bit more
6 years ago
Eric Amodio
003da86002
Normalizes line endings
6 years ago
Eric Amodio
1fae4e871f
Reworks menu contributions
6 years ago
Eric Amodio
7f78f7ab18
Adds error message for #318
6 years ago
Eric Amodio
26a30c4d17
Adds notification for conflicting shortcuts
6 years ago
Eric Amodio
a5b52c6ab0
Fixes #294 - standard key bindings conflict
Also fixes #286 , #227 , #219 , #186 , #151 , #104 , #75
7 years ago
Eric Amodio
ee14b2f31e
Preps v8.0.1
7 years ago
Eric Amodio
6d2b60bb11
Adds git.path lookup to git search
7 years ago
Eric Amodio
c5408f7bcb
Fixes broken migrations 😢
7 years ago
Eric Amodio
45fc80a2cf
Renames overviewRuler highlight to overview
7 years ago
Eric Amodio
e7e7eccb33
Refactors apps into a common base
Adds showWhatsNewAfterUpgrades setting
Removes messages.suppressUpdateNotice
Removes messages.suppressWelcomeNotice
7 years ago
Eric Amodio
1543467542
Migrates debug setting
7 years ago
Eric Amodio
79ef07d5d4
Shows welcome page on first start
Fixes settings migration
7 years ago
Eric Amodio
ad2bc4eb3b
Overhauls configuration
7 years ago
Eric Amodio
7c196e5c5b
Optimizes delay loading of custom views
7 years ago
Eric Amodio
c0f302ee15
Disables missed commands when GitLens is disabled
Adds repository creation detection when there are no repositories
7 years ago
Eric Amodio
52e9441aea
Moves config interfaces into single file
7 years ago
Eric Amodio
536cae05f3
Adds avatars to gutter and hover blame annotations
7 years ago
Eric Amodio
7b7bde819c
Adds pre support to versions
Changes migration to be from beta2
7 years ago
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
7 years ago
Eric Amodio
8fc8f79462
Fixes #239 - closeOnFocusOut was backwards
7 years ago
Eric Amodio
060e992a92
Closes #225 - reduces startup time & package size
Replaces spawn-rx with homegrown (stolen) implementation
Removes telemetry for now (until I get an azure account again)
Removes unused lodash modules
Removes unused testing dependencies
7 years ago
Eric Amodio
020deaaff7
Fixes some startup performance issues
Adds some startup performance timings
7 years ago
Eric Amodio
ff5780e696
Adds commit search results view
Adds comparison results view
7 years ago
Eric Amodio
227ebeb18d
Adds support for staged changes
7 years ago
Eric Amodio
7862c7ccec
Moves suppressed msgs from globalState to settings
7 years ago
Eric Amodio
a963299219
Removes old settings migration
7 years ago
Eric Amodio
ed43454880
Renames GitService.getGitPath for clarity
7 years ago