Eric Amodio
ab006510a0
Adds SearchPattern type
5 年前
Eric Amodio
5d56039266
Updates search results messages
5 年前
Eric Amodio
fbcb690135
Overhauls commit search & adds it to Git commands
Closes #410 - adds ability to search by multiple criteria
Adds ability to match case, match all, & use regex
5 年前
Eric Amodio
6555d59b68
Closes #745 - Adds branch/tag sorting
Adds last commit date to branches
5 年前
Eric Amodio
798213df5f
Changes configuration to have better type safety
5 年前
Eric Amodio
b7686f1c0b
Adds Working Tree to branch/tag compare quickpick
5 年前
Eric Amodio
7d05918fee
Adds icon & match to commit quickpick item
5 年前
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
5 年前
Eric Amodio
162522ab63
Renames stashed changes to stashes or stash
5 年前
Eric Amodio
c3d532c000
Updates to Typescript 3.6.1
Reworks generator types
5 年前
Eric Amodio
4fc04f8e71
Fixes git commands cancel button
5 年前
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5 年前
Eric Amodio
8dd8c884b5
Adds QuickPickItemPlus
5 年前
Eric Amodio
558a743537
Renames directive quickpick item
5 年前
Eric Amodio
7b94606bfe
Adds stash apply|drop|pop|push git commands
Changes stash[Apply|Delete|Save] commands to use new git commands
5 年前
Eric Amodio
5c3f6b5b05
Reorgs git commands
Adds explicit directive for going back
Adds command error logging
Removes unneeded abort error
5 年前
Eric Amodio
8a090bd54e
Adds new git commands features
Adds arbitrary ref support to cherry-pick git command
Enhances the feedback when choosing an arbitrary ref
5 年前
Eric Amodio
345be49d7b
Adds checkout to current branch w/ picker
5 年前
Eric Amodio
c076be088b
Adds Promises to system lib
5 年前
Eric Amodio
27ab08cf78
Reworks many quickpick menus
5 年前
Eric Amodio
2892a465d8
Adds sorting/filtering to branch/tag methods
Consolidates more reusable logic into GitService
5 年前
Eric Amodio
39af55655b
Updates dependencies & runs prettier formatting
5 年前
Eric Amodio
33acce6f52
Changes to only add checkmarks when it makes sense
5 年前
Eric Amodio
da7a95e8c1
Removes "Comparing" from branch compare node
Changes upstream arrows
5 年前
Eric Amodio
a75cba59ef
Adds Copy Remote Url to quickpicks
5 年前
Eric Amodio
75446f9ff3
Fixes issue with open revision in quickpicks
5 年前
Eric Amodio
f4ce2d2630
Fixes #750 - missing file path
5 年前
Eric Amodio
318f769946
Fixes view commands that open the working file
Fixes quickpick commands that open the working file
Neither of these cases worked with renamed files
5 年前
Eric Amodio
07ec5e68e6
Fixes #740 - opening untracked status files fails
Fixes diff w/ previous when there are no working file changes
Fixes broken status file commands
5 年前
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5 年前
Eric Amodio
6d9a666d12
Renames some members for consistency
5 年前
Eric Amodio
818242c6c6
Renames getLogCommit* methods
Removes getRecentLogCommitForFile
5 年前
Eric Amodio
d2b87f98c6
Fixes branch commit quickpick nav
5 年前
Eric Amodio
c5f510ecbd
Fixes get working file & file commit quickpick nav
Adds GitService.getWorkingUri
Removes WorkspaceFileExistsRequestType from vsls protocol
5 年前
Eric Amodio
f2c2bad47e
Closes #690 - reworks reference pickers
Removes "Branch or Tag" from all commands
Changes openFileRevisionFrom allow entering references
Fixes missing views.compare.selectForCompare from command palette
5 年前
Eric Amodio
7c6b659604
Switches to eslint from tslint
5 年前
Eric Amodio
d2d12e7c27
Closes #646 - adds open revision from branch command
5 年前
Eric Amodio
b44bdb0d26
Removes unneeded public keyword
6 年前
Eric Amodio
9113cd8a3f
Sorts repos in quick pick
6 年前
Eric Amodio
86c4d32ecf
Updates dependencies & prettiers
6 年前
Eric Amodio
baa2a9d715
Sorts starred branches first in quickpick
6 年前
Eric Amodio
4816809d52
Fixes #613 - Changes copy remote url to be the permalink
6 年前
Eric Amodio
d0633375dd
Closes #504 - adds set/unset as default to remotes
6 年前
Eric Amodio
99bf1c5ee9
Improves the commit search experience
Remembers and restores the last commit search string
Adds search command to the results inline toolbar
Reopens search when clicking on a result node with no results
Fixes encoded html in empty state
6 年前
Eric Amodio
d8d13c7301
Consolidates path resolving and Uri.file to GitUri
6 年前
Eric Amodio
84f7ee93c6
Closes #547 - Adds natural sorting to branches, tags, and files
6 年前
Eric Amodio
0ee7e5e425
Closes #535 - Support commit ids in compares
6 年前
Eric Amodio
63a17deff3
Renames Results view files to Compare view
Updates README (wip)
Updates welcome & settings pages (wip)
6 年前
Eric Amodio
3f3b8d28d6
Adds Search Commits view
Renames showCommitInResults to showCommitInView
Renames showFileHistoryInResults to showFileHistoryInView
6 年前
Eric Amodio
106259eb17
Adds current branch hint to quickpick
6 年前