Commit Graph
100 Commits
Author SHA1 Message Date
Eric Amodio 529549129f Preps v5.0.0-alpha
Updates dependencies
2017-09-02 01:46:29 -04:00
Eric Amodio 9782a81e46 Adds new GitLens custom view 2017-09-02 01:43:08 -04:00
Eric Amodio ed58dc3b49 Preps v4.5.0-beta 2017-08-30 12:25:51 -04:00
Eric Amodio 480dcb95fb Adds a file history explorer view 2017-08-30 12:25:07 -04:00
Eric Amodio ef41176ea7 Defaults stashes format to ${filePath}
Adds message when there are no stashes
Cleans up the stash explorer
2017-08-30 12:25:07 -04:00
Eric Amodio bcd83566a1 Reworks ExplorerNode base class
Adds TextExplorerNode for messages
2017-08-30 12:25:07 -04:00
Eric Amodio ca089777db Adds ${filePath} support to status file formatting 2017-08-30 12:25:07 -04:00
Eric Amodio a255eea949 Splits code lens out of GitService 2017-08-30 12:25:07 -04:00
Eric Amodio 1ffb42a090 Updates dependencies 2017-08-30 12:25:07 -04:00
Eric Amodio bc2f1b192a Preps v4.4.3 2017-08-30 12:19:57 -04:00
Eric Amodio 7d99624068 Adds more logging to track down #130 2017-08-30 12:19:33 -04:00
Eric Amodio c258d04381 Fixes #135 - Full-width chars break gutter annotations (really) 2017-08-30 11:46:41 -04:00
Eric Amodio 4c4926c8b5 Preps v4.4.2 2017-08-29 22:48:59 -04:00
Eric Amodio 6255b26fd2 Fixes #135 - Full-width chars break gutter annotations 2017-08-29 22:47:12 -04:00
Eric Amodio 4db2b116c2 Preps v4.4.1 2017-08-23 21:01:16 -04:00
Eric Amodio b40579f4b2 Updates dependencies 2017-08-23 21:01:01 -04:00
Eric Amodio 15c981ba06 Fixes #114 - Stylus file jumpiness 2017-08-23 21:00:29 -04:00
Eric Amodio c2f78a7242 Preps v4.4.0 2017-08-18 11:58:23 -04:00
Eric Amodio d3013a03d4 Preps v4.4.0-beta 2017-08-17 03:30:28 -04:00
Eric Amodio 323148d9ab Disables whitespace toggling by default 2017-08-17 03:24:09 -04:00
Eric Amodio 03fefaad3b Disables current line blame annotations when debugging 2017-08-17 03:22:07 -04:00
Eric Amodio f11c00ceda Changes the annotation line separator rendering 2017-08-17 02:23:35 -04:00
Eric Amodio 0e338308c6 Fixes jumpiness when opening a diff 2017-08-17 01:18:00 -04:00
Eric Amodio e39bd5dad3 Removes setting & command to show/hide stashes view 2017-08-16 23:33:27 -04:00
Eric Amodio 00cdd2e375 Adds "on" state to file annotation command
Adds "progress" state to file annotation command
2017-08-15 01:35:50 -04:00
Eric Amodio 787e0e6aa1 Updates dependencies 2017-08-14 20:52:45 -04:00
Eric Amodio 46554e93f3 Changes gitter to slack 2017-08-02 10:51:23 -04:00
Eric Amodio 4160234962 Add slack chat badge 2017-08-02 10:49:55 -04:00
Eric Amodio 0bd31099ce Keeps the hover info in the whitespace area at the start of the current line 2017-07-28 22:00:01 -04:00
Eric Amodio a272f8f6a4 Preps v4.3.3 2017-07-28 17:37:08 -04:00
Eric Amodio e10d7eb648 Increases performance of blame annotations
especially for larger file
2017-07-28 17:09:34 -04:00
Eric Amodio 9d9c3181f7 Fixes #107 - Double-byte characters break blame layout 2017-07-27 00:56:33 -04:00
Eric Amodio 68a42fd0c7 Adds progress indicator for long annotation operations 2017-07-26 23:26:07 -04:00
Eric Amodio 28db0bf2f5 Updates to v2.0 task schema 2017-07-26 23:25:32 -04:00
Eric Amodio 5f85388db7 Preps v4.3.2
Fixes #118 - stopped working on latest insiders build
2017-07-20 22:37:51 +02:00
Eric Amodio 4d167c3cdd Fixes lint issues 2017-07-20 22:19:58 +02:00
Eric Amodio 4826e99986 Updates dependencies 2017-07-20 22:14:13 +02:00
Eric Amodio 2650a84105 Preps v4.3.1 2017-07-03 09:50:31 -04:00
Eric Amodio a2cd57cf95 Fixes #108 - hides stash explorer by default
Adds stash explorer toggle command
2017-07-03 09:50:12 -04:00
Eric Amodio 62a148c156 Adds rebornix thank you 2017-07-03 02:33:37 -04:00
Eric Amodio be682c5def Preps v4.3.0 2017-07-03 02:30:06 -04:00
Eric Amodio 12d310bdf1 Adds git stashes screenshot 2017-07-03 02:23:13 -04:00
Eric Amodio af4f433972 Adds stash commands similar to SCM 2017-07-03 02:00:15 -04:00
Eric Amodio 52275215fe Adds content uri from GitUri 2017-07-03 01:59:02 -04:00
Eric Amodio 71edb1b99a Stops error message with stash apply conflict 2017-07-03 01:57:26 -04:00
Eric Amodio 7f3fdb48fd Removes insiders flag from stash view 2017-07-02 23:16:55 -04:00
Eric Amodio 81a9092455 Removes stash list in explorer command
Rename Show File History in Explorer back to Open File History Explorer
Removes the git explorer view (for now)
2017-07-02 23:12:01 -04:00
Eric Amodio d288985c26 Adapts stash commands to new structure for views
Adds onDidChangeRepo event to GitService
Refreshes stash view when repo changes
2017-07-02 22:34:55 -04:00
Eric Amodio c96a659e9e Fixes uris on nodes 2017-07-02 22:34:05 -04:00
Eric Amodio d193676502 Adds status icons to explorer views
Adds templating support to explorer views
2017-07-02 22:33:56 -04:00
Eric Amodio 6410a274d5 Renames explorer views
Adds refresh commands for explorer views
Adds context menu commands to both explorer views
2017-07-02 22:33:09 -04:00
Eric Amodio 272bb4db45 Sets line to avoid diff jumping 2017-07-02 22:33:09 -04:00
Eric Amodio 7fbee675f0 Spits branch and status nodes into separate files
Removes status node for now
2017-07-02 22:33:09 -04:00
Eric Amodio bc21272409 Defers command construction until later
Gets a properly constructed commit to improve performance of opening the diff
2017-07-02 22:32:59 -04:00
Eric Amodio da450a614d Renames explorerNodes 2017-07-02 22:32:05 -04:00
Eric Amodio c812a56eac Adds an experimental custom view (wip) 2017-07-02 22:31:04 -04:00
Eric Amodio 3081632815 Updates dependencies (typescript)
Fixes newly detected typescript errors
2017-07-02 22:23:54 -04:00
Eric Amodio 3d32d86998 Renames onDidBlameabilityChange for consistency 2017-06-29 01:41:10 -04:00
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 8693c87523 Updates dependencies 2017-06-27 18:34:28 -04:00
Eric Amodio 54c077eb8d Switches to png icon 2017-06-27 01:45:13 -04:00
Eric Amodio ee124b5325 Preps v4.2.0 2017-06-27 01:34:00 -04:00
Eric Amodio 63a0646c8f Adds commands to the SCM menus 2017-06-27 01:34:00 -04:00
Eric Amodio cb360c5a3d Renames Compare File with... command 2017-06-27 01:34:00 -04:00
Eric Amodio 3bf5f23c66 Adds diffWithRevision command 2017-06-27 01:34:00 -04:00
Eric Amodio 1751987868 Reworks more commands deal with context 2017-06-27 01:33:59 -04:00
Eric Amodio 9179b70875 Avoids re-setting the line if it is already set 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 f9275a8e1a Reworks command structure with context 2017-06-27 01:33:59 -04:00
Eric Amodio ceb9c5e126 Removes "Line" from some command titles 2017-06-27 01:33:53 -04:00
Eric Amodio e42af14b11 Adds status formatter 2017-06-26 23:54:50 -04:00
Eric Amodio bcfa2cb4d7 Renames icon references to octicon 2017-06-26 23:53:18 -04:00
Eric Amodio 16963ee054 Fixes typo 2017-06-26 23:48:44 -04:00
Eric Amodio db1bdaa778 Updates excludes 2017-06-26 23:47:31 -04:00
Eric Amodio ccac13088c Fixes #103 - toggled line annotation state is sometimes forgotten
Often happened when also toggling file annotations
2017-06-26 23:37:16 -04:00
Eric Amodio 899a69357c Fixes a few spelling errors
Adds a better description to blame.line.enabled to be clearer about its behavior
Adds a better description to codeLens.enabled to be clearer about its behavior
2017-06-26 22:49:23 -04:00
Eric Amodio c78c3c7525 Preps v4.1.4 2017-06-25 13:26:33 -04:00
Eric Amodio 1cbf0b2c73 Updates dependencies 2017-06-25 13:26:33 -04:00
Eric Amodio 191a158b3b Optimizes diff with previous command 2017-06-25 13:26:33 -04:00
Eric Amodio f553980146 Attempts to fix #99
undo/redo spawns too many git processes
2017-06-25 13:26:19 -04:00
Eric Amodio a306ba2b98 Stops trying to set the line if we don't have one 2017-06-25 00:29:11 -04:00
Eric Amodio 1cdd94cb46 Adds a with method to commit 2017-06-24 17:54:19 -04:00
Eric Amodio 12caa017a9 Fixes issues with changes showing wrong diff
Refactors diff parsing
2017-06-24 17:52:52 -04:00
Eric Amodio ad790b274b Preps v4.1.3 2017-06-20 01:30:05 -04:00
Eric Amodio 55ef004332 Fixes changes hover not showing the correct diff when showing recent changes annotations 2017-06-19 23:23:20 -04:00
Eric Amodio 329d5a496d Preps v4.1.2 2017-06-15 23:54:43 -04:00
Eric Amodio 6b4642d8c8 Fixes #96 - stops opening external diff if configured 2017-06-15 23:44:41 -04:00
Eric Amodio 45aa9b17ac Changes to use enum for glyphs 2017-06-13 22:34:51 -04:00
Eric Amodio 9b908e27ba Preps v4.1.1 2017-06-13 03:21:49 -04:00
Eric Amodio 0eb6026a82 Fixes missing icons 2017-06-13 03:18:14 -04:00
Eric Amodio 5823457ea0 Removes invalid signature 2017-06-13 03:15:15 -04:00
Eric Amodio 64b929fd5b Preps v4.1.0 2017-06-13 01:33:23 -04:00
Eric Amodio a618b7efe6 Adds ability to esc out of file annotations 2017-06-13 01:31:13 -04:00
Eric Amodio a2903ce4a9 Refactors formatters
Moves annotation messages from formatter to annotations
Moves icons into dark/light folders
2017-06-13 00:14:10 -04:00
Eric Amodio 12debe583c Cleans up more duplicate code 2017-06-12 12:25:35 -04:00
Eric Amodio 0160e064be Preps v4.1-beta.2 2017-06-12 12:13:48 -04:00
Eric Amodio 76961d6697 Fixes #33 - escape commit message 2017-06-12 12:13:48 -04:00
Eric Amodio cc827f4711 Adds more notes on copy commands 2017-06-12 12:13:48 -04:00
Eric Amodio 6f3441a9e7 Adds default date format 2017-06-12 12:13:48 -04:00
Eric Amodio 64ae82075e Cleans up some duplicate code 2017-06-12 12:13:48 -04:00