Commit Graph

62 Commits

Author SHA1 Message Date
Eric Amodio
ef74ae0950 Refactors git models & parsers
Adds full git status parsing
Adds git status info into status quick pick
Switches to async/await in file blame/log
2017-03-19 00:36:51 -04:00
Eric Amodio
73bbbc1d5f Adds compare with branch command
Adds branches quick pick
2017-03-18 02:01:25 -04:00
Eric Amodio
164cb2bfe0 Refactors GitService to mostly use GitUris 2017-03-18 01:15:50 -04:00
Eric Amodio
b51d25829b Adds support for ranged quick file history
Fixes ranged diffWithPrevious command execution via CodeLens
2017-03-17 19:14:57 -04:00
Eric Amodio
9a0ce83260 Renames git methods to align better with git commands 2017-03-17 19:12:34 -04:00
Eric Amodio
dad85b3c0a Adds arbitrary branch support to getVersionedFile[Text] 2017-03-17 16:28:26 -04:00
Eric Amodio
332b2c3b91 Renames GitProvider to GitService 2017-03-17 14:12:09 -04:00
Eric Amodio
9c2269b9f1 Adds parent sha parsing 2017-03-15 12:06:54 -04:00
Eric Amodio
2ef6c37c89 Fixes issue showing repo history w/ no active editor 2017-03-15 12:00:33 -04:00
Eric Amodio
3656d4e8a4 Adds keyboard support to page in repo/file quick picks 2017-03-13 00:15:14 -04:00
Eric Amodio
3e815f6bf8 Switches to not show merge commits on file history 2017-03-12 03:07:11 -04:00
Eric Amodio
89a2471736 Changes GitUri to have the full path (like normal Uris) 2017-03-12 01:12:49 -05:00
Eric Amodio
7aefd178c2 Adds paging support to repo/file history quick picks (wip) 2017-03-11 15:58:21 -05:00
Eric Amodio
f499bffbc6 Stops repo log from limiting to a single sha
Gets log reverse to work
2017-03-11 04:10:20 -05:00
Eric Amodio
3435ada188 Adds fileNames property
Changes fileName to be the first file if multiples
2017-03-11 00:42:18 -05:00
Eric Amodio
1b21893d72 Deals with merge commits in next sha tracking 2017-03-11 00:41:36 -05:00
Eric Amodio
762fa545c7 Switches everything to use full shas 2017-03-10 22:26:48 -05:00
Eric Amodio
df838e883a Changes shortcut keys for diff with previous commands
Adds diff with next command
Fixes #45 - Keyboard Shortcut collision with Project Manager
Preps v2.11.2
2017-03-10 13:55:42 -05:00
Eric Amodio
eaea44872c Refactors commit quick pick commands
Splits showQuickCommitDetails into showQuickCommitDetails and showQuickCommitFileDetails
Adds closeUnchangedFiles command
Adds openChangedFiles command
Adds diffDirectory command
Adds contextual description to the `go back` commands
Fixes #44 by adding a warning message about Git version requirements
Fixes intermittent errors when adding active line annotations
Fixes intermittent errors when opening multiple files via quick picks
Updates dependencies
Preps v2.11.0
2017-03-09 02:22:38 -05:00
Eric Amodio
4da21c3cc1 Adds blame and active line annotation support to git diff split view
Adds command (compare, copy sha/message, etc) support to git diff split view
Fixes #41 - Toggle Blame annotations on compare files page
2017-03-03 12:43:50 -05:00
Eric Amodio
d389a7b588 Stops using default exports 2017-03-03 02:44:07 -05:00
Eric Amodio
3caeb2ca9b Adds diffStatus command to use with finding renames 2017-03-01 01:27:38 -05:00
Eric Amodio
5e19cc6adf Fixes filename parsing with git-log
Adds originalFilename support to git-log enrichment
2017-03-01 01:27:12 -05:00
Eric Amodio
74845f979b Fixes #34 - Open file should open the selected version of the file
Renames current Open File command to  Open Working File
Renames current Open Files command to  Open Working Files
Adds new Open File command to open the commit version of the file
Adds new Open Files command to open the commit version of the files
2017-03-01 01:26:27 -05:00
Eric Amodio
3c8fe9efb8 Refactors quick pick lists 2017-02-28 01:58:14 -05:00
Eric Amodio
ccd0ad67a3 Adds proper support for multiline commit messages
Fixes #33 - commit messages needs to be escaped
2017-02-27 11:13:42 -05:00
Eric Amodio
0f0a653c4c Adds status information to log commits
Adds status info to commit details quick pick
2017-02-27 02:50:33 -05:00
Eric Amodio
05ff9804bc Fixes issue with . showing in the path of quick picks 2017-02-27 00:58:21 -05:00
Eric Amodio
0a4cdd81eb Adds new show repository status command 2017-02-25 02:20:23 -05:00
Eric Amodio
cf8c07f49e Deals better with uncommitted commits 2017-02-18 17:18:11 -05:00
Eric Amodio
dda00c75c9 Changes Not Committed Yet to Uncommitted 2017-02-18 16:30:13 -05:00
Eric Amodio
305674d71a Fixes pathing issue on Windows 2017-02-16 21:15:39 -05:00
Eric Amodio
b17c43ba9a Changes previous diff to working diff if uncommit 2017-02-16 12:25:48 -05:00
Eric Amodio
8594a5dd38 Refactors the quickpick menus
Consolidated lots of duplicate functionality
go back navigation should be robust now
2017-02-16 04:07:54 -05:00
Eric Amodio
5f147f6262 Attempted fix for bad filename to diff w/ working
Tried to find the most recent filename given a commit, but git doesn't seem to want to cooperate
2017-02-13 13:19:55 -05:00
Eric Amodio
d5d0c3a28d Fixes issues with diff with previous
Wouldn't always grab the correct commit
2017-02-13 11:42:54 -05:00
Eric Amodio
9a8045b6f2 Fixes exception trapping 2017-02-10 04:10:55 -05:00
Eric Amodio
b0fbbc718c Switches log to get full history from git 2017-02-10 04:09:40 -05:00
Eric Amodio
e12ec7093c Adds new command to show quick commit info 2017-02-10 04:09:00 -05:00
Eric Amodio
2b907788dd Adds whitespace style changes 2017-02-05 13:31:05 -05:00
Eric Amodio
ca7f39629d Splits GitUri into its own file 2017-01-16 14:29:27 -05:00
Eric Amodio
680d31d43d Adds shortcut for gitlens.showQuickFileHistory
Adds shortcut for gitlens.showQuickRepoHistory
Adds gitlens.advanced.maxQuickHistory to limit the number of quick history entries to show
Adds gitlens.diffLineWithPrevious as alt context menu item for gitlens.diffWithPrevious
Adds gitlens.diffLineWithWorking as alt context menu item for gitlens.diffWithWorking
Adds gitlens.showFileHistory as alt context menu item for gitlens.showQuickFileHistory
Removes context menu for gitlens.diffLineWithPrevious
Removes context menu for gitlens.diffLineWithWorking
Replaces gitlens.menus.fileDiff.enabled & gitlens.menus.lineDiff.enabled with gitlens.menus.diff.enabled
2017-01-02 00:39:26 -05:00
Eric Amodio
a52b0c9b73 Switches to use as rather than <> 2017-01-02 00:06:42 -05:00
Eric Amodio
615485cd21 Adds compare options to repository history
Adds compare options to file history
Fixes issue with repository history compare with commits with multiple files
2016-11-25 14:12:39 -05:00
Eric Amodio
d3ffabd76b Adds new gitlens.showQuickFileHistory command
Adds new gitlens.showQuickRepoHistory command
Adds gitlens.showQuickFileHistory option to the settings
Removes git.viewFileHistory option
Changes the gitlens.statusBar.command settings default to gitlens.showQuickFileHistory
2016-11-23 02:43:01 -05:00
Eric Amodio
5cb0053a05 Fixes incorrect 'Unable to find Git' message 2016-11-17 01:05:03 -05:00
Eric Amodio
e9db04f0c7 Removes unnecessary subscriptions on invalid blame
Removes duplicate lint rule
Switches on-demand CodeLens to be a global toggle
2016-11-12 16:36:10 -05:00
Eric Amodio
e31a1a3473 Adds logging for git location 2016-11-12 16:36:10 -05:00
Eric Amodio
a3895d27ab Removes git-blame document scheme
Removes git-blame content provider
Fixes some CodeLens issues
Adds support for git uris in more places
Adds git content CodeLens provider
2016-11-12 03:15:27 -05:00
Eric Amodio
638a6dc838 Adds support for git commands on scheme=git
Rewrites blame annotation controller and provider - fixes whitespace issues, reduces overhead, and provides better performance
Rewrites status bar blame support - reduces overhead and provides better performance
Adds showFileHistory command to status bar
Renames showHistory to showFileHistory
Fixes log to use iso 8601 for dates
2016-11-12 01:25:42 -05:00