Eric Amodio
577b47fc4a
Adds protection for null args in menu callbacks
5 years ago
Eric Amodio
b7686f1c0b
Adds Working Tree to branch/tag compare quickpick
5 years ago
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
5 years ago
Eric Amodio
2892a465d8
Adds sorting/filtering to branch/tag methods
Consolidates more reusable logic into GitService
5 years ago
Eric Amodio
33acce6f52
Changes to only add checkmarks when it makes sense
5 years ago
Eric Amodio
da7a95e8c1
Removes "Comparing" from branch compare node
Changes upstream arrows
5 years ago
Eric Amodio
f2c2bad47e
Closes #690 - reworks reference pickers
Removes "Branch or Tag" from all commands
Changes openFileRevisionFrom allow entering references
Fixes missing views.compare.selectForCompare from command palette
5 years ago
Eric Amodio
7c6b659604
Switches to eslint from tslint
5 years ago
Eric Amodio
0ee7e5e425
Closes #535 - Support commit ids in compares
6 years ago
Eric Amodio
87e214c51b
Reworks branches/tags quickpick
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
1cc142c28c
Changes to "on remote" terminology vs "in remote"
6 years ago
Eric Amodio
0b0137f3a4
Moves gitService into git folder & renames a couple of git files
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
d2a7a1ceb3
Fixes #399 - "Open x in Remote" commands aren't always available
Closes #209 - Open File in Remote should ask for a branch if no upstream
6 years ago
Eric Amodio
6d15b90fa1
Fixes repo fallback on many commandsFixes #366 - deals null parameters from command callbacks
6 years ago
Eric Amodio
adda808182
Moves filter into getRemotes
6 years ago
Eric Amodio
35b437afbf
Renames files for better clarity
6 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
c47d6b5e6b
Fixes #207 - stash command not working
Fixes #203 - open changed files is broken
Fixes highlander repository method
Adds repository picker
7 years ago
Eric Amodio
a785cfd22e
Adds readonly to ctor props
7 years ago
Eric Amodio
ccc29e3dfc
Reworks remote parsing
Combines same url into same remote
Adds a change event for custom remote providers
Adds a repo change event for custom remote providers
7 years ago
Eric Amodio
ece34dba32
Cleans up some command overrides
7 years ago
Eric Amodio
6d759daaad
Avoids remote disambiguation quick pick
7 years ago
Eric Amodio
9782a81e46
Adds new GitLens custom view
7 years ago
Eric Amodio
0a9559f5a5
Reworks commanding structure for less redundancy
Adds command args copying when needed
7 years ago
Eric Amodio
45aa9b17ac
Changes to use enum for glyphs
7 years ago
Eric Amodio
5823457ea0
Removes invalid signature
7 years ago
Eric Amodio
6d1a1ca346
Adds gitlens.openBranchInRemote command
Adds gitlens.openRepoInRemote command
7 years ago