Keith Daulton
019ea6a230
Restricts graph filter options for virtual repos
pirms 2 gadiem
Keith Daulton
62dd53f12c
Moves graph footer content to the header
- updates row count to be visible only when debugging
- adds debugging to graph state
pirms 2 gadiem
Ramin Tadayon
e398897a7e
Add graph setting for auto-dimming merge commit rows ( #2401 )
pirms 2 gadiem
Keith Daulton
168ccb8715
Updates hiddenRefs migration
pirms 2 gadiem
Eric Amodio
d94f031a7a
Fixes current branch not showing up
pirms 2 gadiem
Keith Daulton
bb1b1d6c6a
Updates local branch filter in the graph
pirms 2 gadiem
Eric Amodio
ae4d21b903
Updates filter indicator on graph
Co-authored-by: Keith Daulton <keith.daulton@gitkraken.com>
pirms 2 gadiem
Eric Amodio
9cbb65f8f1
Updates storage type-safety
Updates & migrates `graph:hiddenRefs` to `graph:filters.excludeRefs`
pirms 2 gadiem
Keith Daulton
52b14fd7ef
Updates graph filtering (WIP)
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
pirms 2 gadiem
Keith Daulton
189095bbfe
Adds filter menu to commit graph (WIP)
pirms 2 gadiem
Keith Daulton
186f3f5b86
Updates menu component styles
pirms 2 gadiem
Ramin Tadayon
21ae3ef34c
Add more plumbing for include only and exclude type
pirms 2 gadiem
Ramin Tadayon
dbefec1497
Revert workspace naming change
pirms 2 gadiem
Ramin Tadayon
0732f3c0e4
Add type exclusion (WIP)
pirms 2 gadiem
Ramin Tadayon
3ffabb1c24
Update naming, test using a *
pirms 2 gadiem
Eric Amodio
38528246f4
(wip) hack to demo "include" filtering in Graph
pirms 2 gadiem
ericf-axosoft
833ea3fd17
153 - Rows are grayed out fairly frequently when VSCode loses the focus (Gitlens side) ( #2391 )
* 153 - Rows are grayed out fairly frequently when VSCode loses the focus
* Replaced graph procedure "setContainerWindowFocused" to be an input property instead
* Fixed code formatting issues
* Moved "onDidChangeWindowState" code down into the show method
pirms 2 gadiem
Eric Follana
d4746545ed
Quick fix: renamed "hiddenRefsById" to "excludeRefsById"
pirms 2 gadiem
Keith Daulton
9df7df1271
Updates graph to always enable repo controls
pirms 2 gadiem
Keith Daulton
3cbc8a1266
Updates the commit graph header
- moves repo to the top
- adds branch and branch switching
- adds fetching
- moves account status and feedback to header
- adds PopMenu and MenuList components
pirms 2 gadiem
Eric Amodio
082b4405c2
Tightens up Pro access message
pirms 2 gadiem
Eric Amodio
ddef019b6d
Avoids global registration
pirms 2 gadiem
Eric Amodio
4e2e82f610
Adds better tracer isolation (in theory)
pirms 2 gadiem
Eric Amodio
1c475c50d1
Fixes switch branch action in graph toolbar
pirms 2 gadiem
Eric Amodio
afbc558cee
Adds more env context vars for real
pirms 2 gadiem
Eric Amodio
cf50946867
Adds more env context vars
pirms 2 gadiem
Eric Amodio
ce5b3f4055
Fixes #2377 adds missing azdo icons
pirms 2 gadiem
Eric Amodio
f2e5d4808f
Fixes #2380 allow `{` to start an autolink
pirms 2 gadiem
Eric Amodio
d65bc6e272
Updates dependencies (TypeScript & more)
pirms 2 gadiem
Eric Amodio
5bc8c8a7b7
Fixes #2362 allows VFH in mixed repo workspaces
pirms 2 gadiem
Eric Amodio
37c87b8357
Fixes #2381 don't force show details on focus
pirms 2 gadiem
ericf-axosoft
0522cee48e
84 - Graph: Allow column re-ordering (Gitlens side) ( #2330 )
* 84 - Graph: Allow column re-ordering
* Fixed formatting issue
* Avoid "forEach" loops
* Simplified loop code
pirms 2 gadiem
Ramin Tadayon
3717d2e19e
Add option to modify the scroll padding for the graph ( #2378 )
* Add option to modify the scroll padding for the graph
* Fix label ref
pirms 2 gadiem
Keith Daulton
1bb02230d8
updates SubscriptionService to only track changes
pirms 2 gadiem
Eric Amodio
f6c8e98cbc
Consolidates activate & config events
pirms 2 gadiem
Keith Daulton
253ed09bd6
updates home view banners
pirms 2 gadiem
Keith Daulton
3ebf9c3539
adds banner support on the home view
pirms 2 gadiem
Keith Daulton
be6ef592b0
prevents event for `ExecuteDocumentSymbolProvider`
pirms 2 gadiem
Keith Daulton
94cac8c012
Fixes #2359 duplicate avatar in interactive rebase
pirms 2 gadiem
Eric Amodio
f8e8fa9de3
Switches to dev when debugging
pirms 2 gadiem
Eric Amodio
2ad0de95ed
Fixes #2354 avoids disabling quickpick
VS Code made a change (or a new bug) that focuses the quickpick container rather than the input if the quick pick is disabled when it is shown
pirms 2 gadiem
Keith Daulton
d696d4be78
fixes overridden custom autolinks in search result
pirms 2 gadiem
Keith Daulton
07cce470cb
fixes overridden autolinks in commit details
pirms 2 gadiem
Eric Amodio
658a1d68d9
Adds even more protection
pirms 2 gadiem
Eric Amodio
cee2da1fc0
Improves commit details following/selection
pirms 2 gadiem
Eric Amodio
6187d2835e
Avoids needless re-renders
pirms 2 gadiem
Eric Amodio
d10e76bb23
Fixes avoids sending sub/changed only when changed
pirms 2 gadiem
Eric Amodio
c76bb65ba7
Avoids sending sub/changed if it really hasn't
pirms 2 gadiem
Keith Daulton
aaf687e35e
adds rebase and commit details images in settings
pirms 2 gadiem
Keith Daulton
85ea5f8c2d
Updates helper menu order in graph search
pirms 2 gadiem