Commit Graph

73 Commits

Author SHA1 Message Date
Eric Amodio
14eebbba15 Changes Repository History to Branch History 2017-03-19 00:23:05 -04:00
Eric Amodio
343d2f9be1 Adds branch quick pick to directory compare command 2017-03-18 11:06:30 -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
036f0639aa Removes commented out code 2017-03-17 19:10:03 -04:00
Eric Amodio
332b2c3b91 Renames GitProvider to GitService 2017-03-17 14:12:09 -04:00
Eric Amodio
2ef6c37c89 Fixes issue showing repo history w/ no active editor 2017-03-15 12:00:33 -04:00
Eric Amodio
487fb5197c Adds paging support to repo/file quick picks
Adds keyboard support to page in repo/file quick picks
Adds progress indicator for repo/file quick picks
Completely reworks keyboard scopes
2017-03-12 01:15:44 -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
a2a3f1a81e Adds commit navigation in quick pick lists via alt+, alt+.
Reworks keyboard context
2017-03-11 04:14:47 -05:00
Eric Amodio
a37a80d704 Exposes Keys
Adds keyboard logging
2017-03-11 00:40:52 -05:00
Eric Amodio
e7fedb3c51 Removes unnecessary public 2017-03-11 00:37:00 -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
0480477136 Consolidates setContext into commands
Adds context for toggling CodeLens
2017-03-10 12:37:20 -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
1519898dfa Changes behaviors when file has unsaved changes:
- Status bar blame information will hide
  - CodeLens change to a `Cannot determine...` message and become unclickable
  - Many menu choices and commands will hide
Fixes #36 - Blame information is invalid when a file has unsaved changes
Fixed #38 - Toggle Blame Annotation button shows even when it isn't valid
Preps v2.9.0
2017-03-03 03:35:29 -05:00
Eric Amodio
d389a7b588 Stops using default exports 2017-03-03 02:44:07 -05:00
Eric Amodio
d502694ba6 Fixes 'Compare with *' commands failing w/ no active editor 2017-03-01 14:20:01 -05:00
Eric Amodio
5bdb5a1847 Fixes issue with incorrect uris 2017-03-01 02:04:15 -05:00
Eric Amodio
f837de7430 Fixes issue with copy to clipboard with no active editor 2017-03-01 01:33:12 -05:00
Eric Amodio
a98f400375 Adds alt+left and alt+right keyboarding for quickpicks 2017-03-01 01:17:15 -05:00
Eric Amodio
dfd0f8c365 Refactors command & quickpick imports 2017-03-01 01:13:53 -05:00
Eric Amodio
3c8fe9efb8 Refactors quick pick lists 2017-02-28 01:58:14 -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
73c58bc923 Changes Show Commit History to Show File History
Changes Show Previous Commit History to Show Previous File History
2017-02-27 00:59:30 -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
00e9660227 Fixes issue with repository status without changes 2017-02-27 00:53:53 -05:00
Eric Amodio
66d11c37e2 Adds clipboard copy sha to commit files quick pick list
Adds clipboard copy message to commit files quick pick list
2017-02-27 00:08:53 -05:00
Eric Amodio
0a4cdd81eb Adds new show repository status command 2017-02-25 02:20:23 -05:00
Eric Amodio
bcfb0cd24d Fixes repoPath issue 2017-02-25 02:19:56 -05:00
Eric Amodio
a2f4c4c953 Moves Commands into commands file 2017-02-25 02:19:40 -05:00
Eric Amodio
f21a228ed5 Changes uncommitted placeholder text 2017-02-18 17:43:41 -05:00
Eric Amodio
1263064150 Changes behavior of showing uncommit changes
Now shows the previous commit details
2017-02-18 17:20:28 -05:00
Eric Amodio
4a88edd5ca Optimizes performance of git-log 2017-02-18 17:17:08 -05:00
Eric Amodio
dc26d90ebc Adds Open Files command to commit files quick pick
Adds Open File command to commit quick pick
2017-02-18 02:08:43 -05:00
Eric Amodio
5eb4a778e8 Changes behavior of showQuickFileHistory
Executes showQuickRepoHistory if there is no active editor
2017-02-17 22:22:55 -05:00
Eric Amodio
46039dbf24 Changes behavior of copyShaToClipboard
Copies the sha of the most recent commit to the repository if there is no active editor
2017-02-17 22:22:21 -05:00
Eric Amodio
360c38e536 Adds copyMessageToClipboard command
Adds copyMessageToClipboard to the editor content menu
Adds copyMessageToClipboard to showQuickCommitDetails quick pick
2017-02-17 22:20:25 -05:00
Eric Amodio
c4c8aa3bd3 Changes default quick pick commit details
Show commands rather than file set
2017-02-16 23:37:22 -05:00
Eric Amodio
d9e638df01 Adds config setting to control quickpick closing 2017-02-16 21:54:00 -05:00
Eric Amodio
cd581f5c56 Adds copy sha to clipboard to commit quickpick
Adds show changed files to commit quickpick
Changes ordering of commit quickpick list
2017-02-16 17:10:19 -05:00
Eric Amodio
af5b8b7e09 Changes behavior of CodeLens showQuickFileHistory
It now opens commit details directly
2017-02-16 17:06:37 -05:00
Eric Amodio
51ef25f366 Renames & changes some quickpicks for clarity 2017-02-16 12:26:51 -05:00
Eric Amodio
b17c43ba9a Changes previous diff to working diff if uncommit 2017-02-16 12:25:48 -05:00
Eric Amodio
0d7633c78a Fixes repo quickpick choices fail w/ no editors 2017-02-16 10:41:50 -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
beb6740120 Adds icons to quickpick commands
Adds file history choices to commit quickpick
Adds repo history choice to file history quickpick
Adds commit message to quickpick placeholder in a few places
2017-02-15 14:15:33 -05:00