Ramin Tadayon
a14c9a15b9
Graph: add setting to show status of local branch relative to its upstream ( #2441 )
* Send local branch upstream status as metadata
* Add setting and use to toggle feature
* Use mini icons
* Use branch fns for upstream name components
* Stop asking for upstream if no upstream found, ask if missing
* Stop asking again on missing upstream
* Move missing type loop into getRefMetadata, get branch once for id
* Uses rem for fontsize
pirms 2 gadiem
Ramin Tadayon
2513f69b5b
Bumps graph version, uses component for graph row stats
pirms 2 gadiem
Keith Daulton
d4a62ce398
Implements events for file and commit selection
- visual file history listens for files and sends commit selection
- commit details listens for commits
- rebase editor, commits, stashes and graph views send commit selection
pirms 2 gadiem
Keith Daulton
efb8341d0a
Adds an event bus to the container
pirms 2 gadiem
Keith Daulton
a5fbbec0e6
Removes cyberweek code
pirms 2 gadiem
Eric Amodio
d2c0d43daa
Adds ability to include stats on graph git call
pirms 2 gadiem
Eric Amodio
d1a204aa1f
Updates year
pirms 2 gadiem
Eric Amodio
5f050f55b3
Adds dblclick/enter/space actions to open details
pirms 2 gadiem
Eric Amodio
2e2e7d06ec
Opens file/diff to side if graph/rebase is active
pirms 2 gadiem
Eric Amodio
b9dc1d3daa
Matches vscode alt modifier & dblclick behavior
pirms 2 gadiem
Eric Amodio
7aec8f0fa6
Hides Graph cmds from SCM on "disallowed" repos
A "disallowed" repo, is a repo that requires a paid subscription while `gitlens.plusFeatures.enabled` has been turned off
pirms 2 gadiem
Keith Daulton
485cef4554
Adds hide GL+ link to home on trial expired status
See #2407
pirms 2 gadiem
Eric Amodio
4b44d7145c
Avoids activation event delay
pirms 2 gadiem
Eric Amodio
66d3c411b1
Fixes #2394 ensures uncommitted parent is HEAD
pirms 2 gadiem
Eric Amodio
84723f256a
Updates setting label
pirms 2 gadiem
Eric Amodio
84e1967fd9
Changes filter badge color to be more visible
pirms 2 gadiem
Eric Amodio
d22fac84f5
Adds divider before dim option
pirms 2 gadiem
Eric Amodio
6aa0074886
Adds button tooltips
pirms 2 gadiem
Eric Amodio
d31dc97820
Fixes #2207 protects circular JSON.stringify
Adds container, commit, branch, tag, and view node protection to the default resolver for @gate & @memoize decorators
pirms 2 gadiem
Eric Amodio
d7ef13d09b
Fixes #2301 handles new view/title callback change
pirms 2 gadiem
Keith Daulton
47e132094c
Fixes commits disappearing from commit details
pirms 2 gadiem
Ramin Tadayon
2152d870e6
Changes defaults on filter objects when getting graph state
pirms 2 gadiem
Eric Amodio
0b3c31d7db
Switches repo dropdown to picker on Graph
pirms 2 gadiem
Keith Daulton
6ef2bcec30
Updates event jankiness when moving focus
pirms 2 gadiem
Keith Daulton
c63bc3d530
Prevents focus hiding toolbar actions
pirms 2 gadiem
Ramin Tadayon
8264e09141
Update memo on filter indicator check
pirms 2 gadiem
Ramin Tadayon
365997ec72
Add "dim merge commit rows" to filter dropdown ( #2403 )
* Update naming, add to filter dropdown
* Show filter indicator if checked
pirms 2 gadiem
Eric Amodio
47798cc154
Fixes #2318 avoids sign out in more cases
pirms 2 gadiem
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