Eric Amodio
0a9559f5a5
Reworks commanding structure for less redundancy
...
Adds command args copying when needed
2017-06-28 01:06:20 -04:00
Eric Amodio
1751987868
Reworks more commands deal with context
2017-06-27 01:33:59 -04:00
Eric Amodio
93ea2c7145
Fixes another infinite loop in close command
2017-06-27 01:33:59 -04:00
Eric Amodio
9ae4cc36a1
Adds ability to suppress most warning messages
2017-06-09 15:42:56 -04:00
Eric Amodio
2a8dafd9e9
Fixes #83 - Close Unchanged Files command can infinitely loop
2017-06-08 00:54:46 -04:00
Eric Amodio
49fa9b5078
Fixes issues with missing repoPath
...
Allows commit search without an active editor
2017-05-22 16:04:46 -04:00
Eric Amodio
1acc183621
Refactors commands to use typed args objects
2017-05-14 01:48:07 -04:00
Eric Amodio
ee29596d45
Enables typescript strict mode
...
Fixes all the compile/lint issues
2017-05-11 02:18:04 -04:00
Eric Amodio
d3af67b21b
Attempts to fix #58 - work with sub-modules
...
Also fixes issue with nested repos
2017-04-01 00:58:09 -04:00
Eric Amodio
276c24ac24
Adds fromFileStatus to GitUri
2017-03-30 00:56:48 -04:00
Eric Amodio
19fe22f061
Switches to use repoPath on GitService
2017-03-28 16:42:35 -04:00
Eric Amodio
8b0748608d
Renames commands/commands to commands/common
...
Renames quickpicks/quickpicks to quickpicks/common
Moves git quick picks into common and other quick pick files
2017-03-28 16:19:57 -04:00
Eric Amodio
e0b3dcd484
Refactors Logger.error to take the Error object
2017-03-27 02:15:38 -04:00
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
332b2c3b91
Renames GitProvider to GitService
2017-03-17 14:12:09 -04:00
Eric Amodio
e7fedb3c51
Removes unnecessary public
2017-03-11 00:37:00 -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