Eric Amodio
b4d23c663a
Reworks Commit Details commit pinning
- Never implicitly pins
- "Soft" pins on file interaction (resets on focus or commit change)
1 year ago
Eric Amodio
5564e7b3c6
Ensures dblclick works on the Graph column
1 year ago
Eric Amodio
3bf719633a
Shares html token replacement code
Joins html & bootstrap/etc loading together for better perf
Fixes incorrect placement token replacement
1 year ago
Eric Amodio
1f416604f6
Moves types from webview to protocol
1 year ago
Eric Amodio
05042ad142
Removes leftover 'use strict's
1 year ago
Eric Amodio
aaea016f76
Removes now unused webview base classes
1 year ago
Eric Amodio
b35731d225
Adopts new webview model for Focus view
1 year ago
Eric Amodio
b02f00c593
Fixes naming
1 year ago
Eric Amodio
864982a396
Adopts new webview model for Commit Details
1 year ago
Eric Amodio
154bf70c50
Adopts new webview model for Welcome & Settings
1 year ago
Eric Amodio
b81c9b6e02
Changes `options` to always exist for mutability
1 year ago
Eric Amodio
73f7f95b90
Adds SerializedState to interfaces
1 year ago
Eric Amodio
05a01ced48
Adds getRootUri to webview controller
1 year ago
Eric Amodio
d6825163b1
Fixes webview context keys not set properly
1 year ago
Keith Daulton
f2b82cd11e
Saves a PR number to an associated branch
1 year ago
Keith Daulton
d78bf95048
Adds actions for PRs on the focus view
1 year ago
Keith Daulton
3812af3ba6
Combines avatar columns
1 year ago
Keith Daulton
f3a38e9bd9
Removes unneeded code from focus view
1 year ago
Eric Amodio
90f69027f0
Caches webroot to avoid repeated creation
1 year ago
Eric Amodio
ab1036f5c7
Awaits the show for webview resolve
1 year ago
Eric Amodio
871458c29e
Adopts new webview model for the Home view
1 year ago
Eric Amodio
a21da0838b
Adopts new webview model for the Graph
1 year ago
Eric Amodio
2dbb276838
Adopts new webview model for the Timeline
1 year ago
Eric Amodio
3a07ee15d0
Adds a new unified webview model (tabs & views)
- Supports separate registration and instantiation
- Supports webview provider code-splitting
1 year ago
Eric Amodio
530d2b66d8
Updates emoji generation to be in-memory
Renames file to be clearer it is a generated file
1 year ago
Eric Amodio
794306c01d
💄 Prettiers
1 year ago
Ramin Tadayon
99314975b8
Sends upstream id on a local branch ref to graph ( #2560 )
* Sends upstream id on a local branch ref to graph
* Avoids creating (allocating) & spreading an object
* Updates graph dependency
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago
Eric Amodio
52ed6b3a3b
Delays initialization of Intl.Collator until used
1 year ago
Keith Daulton
40d744d5ad
Fixes #2582 Visual File History bg color in panel
1 year ago
Eric Amodio
804e4cadcb
Avoids extra lookups if telemetry is disabled
1 year ago
Eric Amodio
b8b66e62a5
Fixes #2583 regression in pr -> open worktree cmd
1 year ago
Eric Amodio
8f5a203f96
Closes #2559 allows open pr w/o editor opened
1 year ago
Eric Amodio
c1f90f3d0d
Optimizes file watchers to limit unneeded events
1 year ago
Eric Amodio
45969b9752
Code-splits the CodeLens provider
So if its disabled we never load the code
1 year ago
Eric Amodio
535f6571f5
Scopes PR worktree created branches to `pr/`
1 year ago
Eric Amodio
67b6b67185
Ensures to pick first entry for remote branches
1 year ago
Eric Amodio
d0936aab94
Fixes #2550 PRs not always showing up in Commits
1 year ago
Eric Amodio
b170c94070
Fixes settings popup scrollbar styling
1 year ago
Eric Amodio
4ddb52bc53
Improves worktree creation flow
- Honors `createBranch` flag for naming the worktree folder
- Falls back to the qualified remote branch name if the branch name already exists
- Always uses the qualified remote branch name via GHPR command
1 year ago
Eric Amodio
4d3117104f
Improves AI generated commit message prompts
Removes pre-release only limit on AI generated commit messages
1 year ago
Ramin Tadayon
51ab645ea9
Updates wording on graph filter menu option for remote-only branches
1 year ago
Eric Amodio
5edd4a7832
Updates lint rules (prep for ts-eslint v6)
1 year ago
Keith Daulton
f5e74f2025
Removes GitLens insiders
1 year ago
Keith Daulton
8ce9f543a2
Adds support for sidebar views
1 year ago
Keith Daulton
10ec66b914
Fixes #969 adds copy relative path to context menu
2 years ago
Eric Amodio
58831204ac
Adds branches on the Graph for remote repos
Fixes tags on the Graph for remote repos
1 year ago
Ramin Tadayon
ee5c175f98
2495 Cannot use gitlens+ feature on public repo in some folders ( #2510 )
* Use stored cache of repo visibility
* Add commands to clear cache
* Fix cache name
* Extracts cache key into function for consistency
* Update command wording
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago
Eric Amodio
ea78a75267
Adds support for `.git-blame-ignore-rev` files
1 year ago
Skyler Dawson
85ba8d7d2f
Fixes #1968 , #1027 - Fetch-> fatal: could not read Username
Uses the core git fetch command instead of a command-line
git fetch so VsCode will prompt the user for their username
and password. Pull & push also use their corresponding core commands.
1 year ago
ShafinKhadem
dc02b2357a
Fixes stashing staged changes
1 year ago