ericf-axosoft
beb503ae81
Feature/hide graph column ( #2216 )
* Add simple dropdown for hiding graph columns
* Fixed lint errors and cleaned the code
* Modified combobox list to show only the graph columns that can be hidden
* Refactoring: removed "getGraphColConfigModel" function
* Fixed ids/keys prefix used for the columns combo
Co-authored-by: Miggy Eusebio <miggy.eusebio@gitkraken.com>
2 years ago
Ramin Tadayon
5b5211800f
Add a few styles needed for timeline
2 years ago
Eric Amodio
da3ed45758
Adds new graph settings & settings UI
2 years ago
Eric Amodio
38e9102799
Adds transition to ref hovers rows
2 years ago
Eric Amodio
ac4b7625f9
Fixes diff issues with Commit Details view
Refs #2195
2 years ago
Eric Amodio
530931965e
Moves the options up to be consistent
2 years ago
Keith Daulton
4ce3a8f66b
Fixes new files not showing a diff
2 years ago
Eric Amodio
6adbeefb99
Fixes stuck progress on the Graph (again!!)
2 years ago
Eric Amodio
eb5781962c
Fixes stuck progress on the Graph (again)
2 years ago
Eric Amodio
314662b29b
Avoids unnecessary callback on first load
2 years ago
Eric Amodio
4eb17cc340
Fixes stuck progress indicators on the Graph
2 years ago
Eric Amodio
2df8ab4a35
Fixes empty graph on initial load (for fast repos)
Doesn't yet fix the spinners sticking issue
2 years ago
Keith Daulton
7082b1597e
Fixes graph acct banner when access not allowed
2 years ago
Keith Daulton
8995698907
Fixes file hiding when clicked in Commit Details
2 years ago
Eric Amodio
dd0c44de1b
Adds progess indicator to pane headers
Shows progress indicator while loading autolinks
2 years ago
Eric Amodio
433e5c17c2
Adds vscode style progress indicator to the Graph
Fixes progress indicators when loading new rows & other updates happen (e.g. avatars)
2 years ago
Eric Amodio
96b163c095
💄
2 years ago
Eric Amodio
378d0880e9
Splits loading of the Graph webview from the rows
Loading the webview without the rows lets us provide feedback (spinners) while the rows are being loaded/processed and also parallelizes the webview initialization (react, component, etc) while git is working
2 years ago
Eric Amodio
22009b9ba4
Adds lazy loading for avatars on the Graph
2 years ago
Eric Amodio
ceb29f56d6
Fixes selected row updating on the Graph
2 years ago
Keith Daulton
8c81a30cec
Adds expand and collapse to tree list
2 years ago
Keith Daulton
d4662f355d
Add file tree mode in commit details
2 years ago
Eric Amodio
bca9be09e3
Ungates GitLens+ features for local & public repos
2 years ago
Eric Amodio
599c9b7225
Changes commit PR prioritization
2 years ago
Eric Amodio
0e796c1ab0
Avoids unnecessary array to string conversion
2 years ago
Eric Amodio
5697e4ad64
Reworks data paging using `--skip`
Streams git log data to find specific commit
2 years ago
Eric Amodio
5f42ce3f75
Adds show in commit graph to commit quick picks
2 years ago
Eric Amodio
9fd71f6d09
Adds show in commit details view to hovers
Adds show in commit graph to hovers
2 years ago
Eric Amodio
5c18043938
Fixes CodeLens & statusbar setting naming
2 years ago
Ramin Tadayon
1ae096f215
Fix commits incorrectly being merge type
2 years ago
Eric Amodio
1263b333ca
Optimizes graph log parsing & paging
Adds graph.commitOrdering setting
2 years ago
Miggy Eusebio
c35d4b9ab4
Send platform to the graph
2 years ago
Keith Daulton
bb36826e62
Fixes actions for uncommitted commit details
2 years ago
Eric Amodio
f4973073e1
Re-enables insiders CI builds
Until the VS Code marketplace can truly handle pre-releases we can't adopt the current limited pre-release provided by VS Code
2 years ago
Eric Amodio
a3d6b712b2
Fixes issues w/ dynamic PR lookup
Fixes #2177 , fixes #2185 , fixes #2180 , fixes #2179
2 years ago
Eric Amodio
b41804fb55
Adds ViewFileNode base for consolidation
Avoids dangerous `any` cast when setting FileNode parent in FolderNode
2 years ago
Eric Amodio
28c993ccca
Switches to allSettled for safety
2 years ago
Eric Amodio
04666c2144
Avoids multiple calls to id
2 years ago
Eric Amodio
2760a2f4c0
Fixes #2185 , #2180 pr node refresh causes issues
I've disabled the refresh to show the spinner icon on the root node to avoid this issue until I can dig into this more. It looks like this is a bug in the VS Code tree view.
2 years ago
Eric Amodio
97a3398624
Avoids loading uncached avatars for now
Until we can dynamically update the Graph when scrolled into view
2 years ago
Eric Amodio
a07e85fa7e
Increases threshold to avoid extra queries
Adds extra HEAD check to avoid extra lookup
2 years ago
jogo-
f2daa1166d
Fix typo in commitDetails.html
2 years ago
Keith Daulton
931e94b5a6
Fixes asWebviewUri scope in GraphWebview
2 years ago
Eric Amodio
20e3a85260
Fixes contributors view
2 years ago
Eric Amodio
0093f2b59b
Migrates to use VS Code pre-release publishing
Deprecates Insiders extension
2 years ago
Keith Daulton
b01c9cc36a
Adds hack to select head in virtual repos
2 years ago
Eric Amodio
697536ede0
Fixes GRaph paging issue w/ same timestamps
2 years ago
Eric Amodio
1661a28e73
Removes rogue logging
2 years ago
Eric Amodio
fb78274fb8
Fixes "last page" issue on the graph
Adds additional logging
2 years ago
Keith Daulton
ab4422782e
Updates time remaining text on home view
2 years ago