Eric Amodio
787b2bd117
Updates typescript
6 years ago
Eric Amodio
f7cd0d6bec
Removes unneeded (duplicate) entry
6 years ago
Eric Amodio
6ae9d0e808
Fixes issues with findWorkingFileName
6 years ago
Eric Amodio
ab9d0eb7b4
Renames getLogCommit to getLogCommitForFile
Adds new getLogCommit
Adds getRecentLogCommitForFile
Renames getLogForRepo to getLog
Renames getLogForRepoSearch to getLogForSearch
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)
6 years ago
Eric Amodio
610a77328c
Closes #89 - adds relative/absolute default date style
6 years ago
Eric Amodio
8fc8f79462
Fixes #239 - closeOnFocusOut was backwards
6 years ago
Eric Amodio
b4ecb701b2
Closes #237 - Adds single commit in results
7 years ago
Eric Amodio
0c9fcf8866
Moves Show Commit Details to end
7 years ago
Eric Amodio
aa553048d8
Closes #204 - Adds tag support to commands
7 years ago
Eric Amodio
29b455d447
Adds `Open Revision...` command
Fixes issues with commit paging in certain quick pick menus
7 years ago
Eric Amodio
9dc6e29a49
Closes #234 - adds directory compare to views
7 years ago
Eric Amodio
f221590966
Removes unused delay
7 years ago
Eric Amodio
020deaaff7
Fixes some startup performance issues
Adds some startup performance timings
7 years ago
Eric Amodio
5d3e72bfca
Closes #232 - adds Apply Changes to commit file quick pick
7 years ago
Eric Amodio
b9bc84f0d2
Adds Show All Commits to commit search
Adds Show in Results to file history quick pick
Adds re-query support to GitLog
Fixes Open in File/Revision for file history quick pick
7 years ago
Eric Amodio
bad7ac447a
Refactors to use options obj for optional params
7 years ago
Eric Amodio
ff5780e696
Adds commit search results view
Adds comparison results view
7 years ago
Eric Amodio
d91c598ce0
Closes #230 - adds gravatar support to view
7 years ago
Eric Amodio
9a85f2152a
Aligns commands between quickpicks and view
7 years ago
Eric Amodio
b5640fde68
Overhauls uri handling
Fixes #220 - Open revision results in empty file
Fixes SO many bugs
7 years ago
Eric Amodio
21927a79b3
Adds progress indicator to stash quickpicks
7 years ago
Eric Amodio
cc7fe1fd46
Fixes cases of stuck progress indicators
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
20b6be9652
Fixes errors from typescipt upgrade
Adds Arrays.filterMap
Reworks repo status message computation
7 years ago
Eric Amodio
a785cfd22e
Adds readonly to ctor props
7 years ago
Eric Amodio
14ed9a4303
Changes naming for consistency
7 years ago
Eric Amodio
28be46831b
Adds commit search progress indicator
7 years ago
Eric Amodio
183c7e79d2
Adds multi-root support
7 years ago
Eric Amodio
cb133d8906
Closes #164 - adds open all changes in difftool
Renames directory compare commands
7 years ago
Eric Amodio
a4115ffdee
Replaces strings with enums
7 years ago
Eric Amodio
1d3845b0c9
Closes #66 - Removes peek explorers
Converts type/const into string enums
Refactors command initialization
7 years ago
Eric Amodio
aacf7cc2b5
Reworks date parsing, formatting etc for perf
Isolates moment.js
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
d420d82ab2
Removes unneeded shortSha parameter
7 years ago
Eric Amodio
df0599a832
Adds shortenSha method
7 years ago
Eric Amodio
5a2bd02402
Reworks branch parsing to include tracking info
Reworks current branch retrieval for better performance
7 years ago
Eric Amodio
f58d085352
Adds Open Branches in Remote command
Adds Open Branches in Remote command to the Branches custom view item
Adds Open Repository in Remote command to the Repository Status custom view item
7 years ago
Eric Amodio
1b4350e476
Removes Stash Unstaged Changes option
Changes Stash Changes icon to a +
7 years ago
Eric Amodio
586785cfb8
Changes stashes icon to match custom view
7 years ago
Eric Amodio
9782a81e46
Adds new GitLens custom view
7 years ago
Eric Amodio
3081632815
Updates dependencies (typescript)
Fixes newly detected typescript errors
7 years ago
Eric Amodio
3bf5f23c66
Adds diffWithRevision command
7 years ago
Eric Amodio
bcfa2cb4d7
Renames icon references to octicon
7 years ago
Eric Amodio
191a158b3b
Optimizes diff with previous command
7 years ago
Eric Amodio
45aa9b17ac
Changes to use enum for glyphs
7 years ago
Eric Amodio
a618b7efe6
Adds ability to esc out of file annotations
7 years ago
Eric Amodio
12debe583c
Cleans up more duplicate code
7 years ago
Eric Amodio
64ae82075e
Cleans up some duplicate code
7 years ago
Eric Amodio
eeff31cf27
Removes I from interface naming of "things"
7 years ago