Eric Amodio
782f9dba4f
Fixes date format property
pirms 2 gadiem
Eric Amodio
0d43a5c73a
Updates required VS Code version & dependencies
pirms 2 gadiem
Eric Amodio
8f437a12bd
Avoids needing completionId on params
Changes `sendCommandWithCompletion` to return a promise
pirms 2 gadiem
Eric Amodio
9646e498ab
Supports arbitrary commit jumping when paging
pirms 2 gadiem
Eric Amodio
b79aab0b58
Fixes bad css
pirms 2 gadiem
Eric Amodio
14634179b3
Bumps header font for better readability
pirms 2 gadiem
Eric Amodio
e9e2b06b4c
Moves column settings dropdown to header
pirms 2 gadiem
Eric Amodio
873c303bc2
Trims commit message for Graph
pirms 2 gadiem
Eric Amodio
999f08d7f9
Removes commented out line
pirms 2 gadiem
Eric Amodio
ead603c09f
Removes SearchPattern namespace
pirms 2 gadiem
Eric Amodio
993a115602
Ensures relative path imports
pirms 2 gadiem
Eric Amodio
1221e5066a
Fixes commit message truncation
pirms 2 gadiem
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>
pirms 2 gadiem
Ramin Tadayon
5b5211800f
Add a few styles needed for timeline
pirms 2 gadiem
Eric Amodio
da3ed45758
Adds new graph settings & settings UI
pirms 2 gadiem
Eric Amodio
38e9102799
Adds transition to ref hovers rows
pirms 2 gadiem
Eric Amodio
0f11dbfe69
Adds prettier formatting for scss files in vscode
pirms 2 gadiem
Eric Amodio
ac4b7625f9
Fixes diff issues with Commit Details view
Refs #2195
pirms 2 gadiem
Keith Daulton
18d54640d3
Updates changelog
pirms 2 gadiem
Eric Amodio
530931965e
Moves the options up to be consistent
pirms 2 gadiem
Keith Daulton
4ce3a8f66b
Fixes new files not showing a diff
pirms 2 gadiem
Eric Amodio
6adbeefb99
Fixes stuck progress on the Graph (again!!)
pirms 2 gadiem
Eric Amodio
eb5781962c
Fixes stuck progress on the Graph (again)
pirms 2 gadiem
Eric Amodio
314662b29b
Avoids unnecessary callback on first load
pirms 2 gadiem
Eric Amodio
4eb17cc340
Fixes stuck progress indicators on the Graph
pirms 2 gadiem
Eric Amodio
2df8ab4a35
Fixes empty graph on initial load (for fast repos)
Doesn't yet fix the spinners sticking issue
pirms 2 gadiem
Keith Daulton
7082b1597e
Fixes graph acct banner when access not allowed
pirms 2 gadiem
Keith Daulton
8995698907
Fixes file hiding when clicked in Commit Details
pirms 2 gadiem
Eric Amodio
dd0c44de1b
Adds progess indicator to pane headers
Shows progress indicator while loading autolinks
pirms 2 gadiem
Eric Amodio
433e5c17c2
Adds vscode style progress indicator to the Graph
Fixes progress indicators when loading new rows & other updates happen (e.g. avatars)
pirms 2 gadiem
Eric Amodio
96b163c095
💄
pirms 2 gadiem
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
pirms 2 gadiem
Eric Amodio
56ed0e6768
Updates dependencies
pirms 2 gadiem
Eric Amodio
22009b9ba4
Adds lazy loading for avatars on the Graph
pirms 2 gadiem
Eric Amodio
ceb29f56d6
Fixes selected row updating on the Graph
pirms 2 gadiem
Keith Daulton
8c81a30cec
Adds expand and collapse to tree list
pirms 2 gadiem
Keith Daulton
d4662f355d
Add file tree mode in commit details
pirms 2 gadiem
Eric Amodio
bca9be09e3
Ungates GitLens+ features for local & public repos
pirms 2 gadiem
Eric Amodio
599c9b7225
Changes commit PR prioritization
pirms 2 gadiem
Eric Amodio
0e796c1ab0
Avoids unnecessary array to string conversion
pirms 2 gadiem
Eric Amodio
5697e4ad64
Reworks data paging using `--skip`
Streams git log data to find specific commit
pirms 2 gadiem
Eric Amodio
1c8f073974
Uses profiles to avoid Insiders debugging conflict
pirms 2 gadiem
Eric Amodio
badf6a1b4a
Updates dependencies
pirms 2 gadiem
Eric Amodio
5f42ce3f75
Adds show in commit graph to commit quick picks
pirms 2 gadiem
Eric Amodio
9fd71f6d09
Adds show in commit details view to hovers
Adds show in commit graph to hovers
pirms 2 gadiem
Eric Amodio
5c18043938
Fixes CodeLens & statusbar setting naming
pirms 2 gadiem
Ramin Tadayon
1ae096f215
Fix commits incorrectly being merge type
pirms 2 gadiem
Eric Amodio
1263b333ca
Optimizes graph log parsing & paging
Adds graph.commitOrdering setting
pirms 2 gadiem
Miggy Eusebio
c35d4b9ab4
Send platform to the graph
pirms 2 gadiem
Keith Daulton
bb36826e62
Fixes actions for uncommitted commit details
pirms 2 gadiem