Eric Amodio
742a7926ea
Fixes typo
1 year ago
Eric Amodio
b6fd14773f
💄 prettiers
1 year ago
Eric Amodio
f2d62c7a73
Updates dependencies
1 year ago
Eric Amodio
bc99003bf5
Adds an overload for better perf optimization
1 year ago
Eric Amodio
3db5bd62f3
Adds better remote compare for PR remote matching
1 year ago
Eric Amodio
cc4c3aca26
Updates CHANGELOG
1 year ago
Ramin Tadayon
0473ca4faa
Bumps graph version
1 year ago
Eric Amodio
6455ddd189
Improves Graph tooltips
1 year ago
Eric Amodio
b232476aee
Adds context menu support to upstream status
Adds dblclick action to upstream & pr metadata
1 year ago
Eric Amodio
58a0db76f9
Fixes missing pending notification
1 year ago
Keith Daulton
f56154ede6
Fixes color parser
1 year ago
Eric Amodio
029c01e6ec
Enables graph features by default
1 year ago
Eric Amodio
54462fe85a
Minor renames
1 year ago
Ramin Tadayon
1af7074498
Add support for copying deep links to context menus ( #2484 )
* Add ability to gen deep links and graph context menu options
Move command parsing logic to command pre-execute step
* Use repo's id property as a backup to first commit sha
* Copy link -> copy deep link
* Move commands to share submenu
* Updates link command text
Allows _Copy Link to Repository_ in Command Palette
Reworks commands to avoid piggybacking on `openOnRemote`
Adds new RemotePicker
Renames `getFirstCommitSha` to `getUniqueRepositoryId` to allow for flexible implementations
* Uses default id when unique repo id not available
* Add setting to override scheme
* Fixes graph command calls
* Fixes remote auto-select case
* Fixes copy link to repo command args
* Comments out remote link tag "support"
Until it gets fully implemented to avoid any confusion
* Ensures a repo only deeplink path
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago
Keith Daulton
bdf87f0313
Updates duplicated color functions
1 year ago
Eric Amodio
b1d05b7de3
Fixes remote URLs on Graph w/ multiple repos open
1 year ago
Eric Amodio
ce2761a2a0
Improves splitSingle perf
1 year ago
Eric Amodio
b68a125657
Converts to function
1 year ago
Eric Amodio
cff094a3e2
Removes Color namespaces
1 year ago
Eric Amodio
220cb91eb5
Removes StepResult namespace
1 year ago
Eric Amodio
c7f288b5e2
Removes QuickCommand namespace
1 year ago
Eric Amodio
2b96d98ee9
Removes Hovers namespace
1 year ago
Eric Amodio
556004ed6c
Removes QuickPickSeparator namespace
1 year ago
Eric Amodio
8ee64167d1
Removes DirectiveQuickPickItem namespace
1 year ago
Eric Amodio
c8f6cc84d6
Removes Directive namespace
1 year ago
Eric Amodio
58fca86256
Removes FlagsQuickPickItem namespace
1 year ago
Eric Amodio
5686c0e60c
Removes PageableViewNode namespace
1 year ago
Eric Amodio
ffa08d71d4
Splits GitActions into separate modules
Removes more namespaces for better tree-shaking
1 year ago
Eric Amodio
1b20e4a756
Adds an isMaybeWorktree to Repository
1 year ago
Eric Amodio
8ef025da6c
Honors Git extensions operation in progress
https://code.visualstudio.com/updates/v1_75#_command-disablement
1 year ago
Eric Amodio
9552c82595
Updates dependencies
1 year ago
Eric Amodio
e447435925
Checks for existence of worktree before continuing
Refines remote & worktree revealing
1 year ago
Eric Amodio
eefe4e99ed
Saves pr info in git branch config
1 year ago
Eric Amodio
1c80e54992
Moves getOldestUnpushedRefForFile location
1 year ago
Eric Amodio
d0f7ce2f56
Formats remote branch name for better readability
1 year ago
Eric Amodio
bdd847ecb4
Creates local branch for remote branch worktrees
Removes remote name from remote branch worktrees path
1 year ago
Eric Amodio
16d5b770f5
Adds a modal to worktree creation flow
1 year ago
Eric Amodio
3e75bf8dd4
Hides create worktree command when unavailable
1 year ago
Eric Amodio
1f50ecab46
Adds modal to ask user to add remote
1 year ago
Eric Amodio
69c80387e6
Updates current milestone setting
1 year ago
Eric Amodio
42d526a74b
Adds "upstream" info to remotes in quickpicks
1 year ago
Eric Amodio
5838f6621f
Adds create worktree command to GHPR PRs
1 year ago
Eric Amodio
0a0db1fc38
Adds remote command to Git Command Palette
1 year ago
Eric Amodio
b86bdb4fce
Improves generic error messaging
1 year ago
Eric Amodio
13f30f0700
Improves workspace creation messaging
1 year ago
Eric Amodio
94c4963e2f
Improves workspace creation experience
- Always creates a new worktree from the "main" repo
- Automatically shows the worktree view after creation
- Adds `worktrees.openAfterCreate` setting
1 year ago
Eric Amodio
c3014f48fc
Caches git dir path in repo
1 year ago
Eric Amodio
c325773864
Reworks git cache clearing
1 year ago
Eric Amodio
8ef92d4e45
Avoids webpack output for prod builds
1 year ago
Eric Amodio
e359e6a0a5
Updates dependencies
1 year ago