Eric Amodio
5135e5582b
Adds GitLens+ notices
2 лет назад
Eric Amodio
14a12b8bb5
Updates Show Commit Details command to open view
2 лет назад
Eric Amodio
2aeb03fac5
Moves Commit Details to be after the Commits view
2 лет назад
Eric Amodio
84dff528cf
Tweaks docs
2 лет назад
Miggy Eusebio
61ae55fbd5
Bump graph to RC11
2 лет назад
Miggy Eusebio
95964b487d
Bump graph library to RC10
2 лет назад
Keith Daulton
791c898352
Updates gitlens+ walkthrough
2 лет назад
Keith Daulton
8cab03b51e
Updates graph preview banner content
2 лет назад
Ramin Tadayon
13ae92d1cf
Bump graph library to RC9
2 лет назад
Eric Amodio
680e23ccad
Adds refresh command for the Graph
2 лет назад
Eric Amodio
f825e1439c
Runs yarn install after unlink
2 лет назад
Ramin Tadayon
d284973a93
Bump graph library to RC8
2 лет назад
Ramin Tadayon
6b9b1e97f1
Bump graph library to RC7
2 лет назад
Eric Amodio
ae82ae12f5
Adds a filled pin to Commit Details
2 лет назад
Ramin Tadayon
05658e2a2b
Bump graph library to RC6
2 лет назад
Keith Daulton
a16500cce1
Optimizes CSS output
2 лет назад
Eric Amodio
45419d8fa8
Replaces graph color settings with theme colors
2 лет назад
Eric Amodio
2d3bdc62be
Adds menu setting to add stash to scm item toolbar
2 лет назад
Eric Amodio
031a4a1980
Converts more svgs to the icon font
2 лет назад
Eric Amodio
b96c46da65
Fixes icon font generation in both cli/webpack
- Adds custom fantasticon webpack plugin
2 лет назад
Eric Amodio
a6f01415c0
Converts more svgs to the icon font
2 лет назад
Eric Amodio
2d819b12c2
Updates dependencies
2 лет назад
Eric Amodio
7c78c273ea
Adds better Commit Graph discovery
2 лет назад
Eric Amodio
d43ccecf3c
Adds basic local usage tracking to aid discovery
2 лет назад
Eric Amodio
420b4a13b6
Changes command category of timeline & worktrees
Aligns protocol naming
2 лет назад
Eric Amodio
8fa90c2c6d
Adds icons contribution for custom GitLens icons
2 лет назад
Miggy Eusebio
2afac591db
Add file-diff icons, bump component version
2 лет назад
Keith Daulton
6a0b9a580f
Updates default visibility for commit details
2 лет назад
Eric Amodio
ec44f30c68
Updates settings UI ordering
Updates graph limit settings to match view limit naming
2 лет назад
Eric Amodio
033e8a8def
Adds graph link/unlink scripts
2 лет назад
Keith Daulton
656a24795e
Updates graph dependencies
2 лет назад
Eric Amodio
cc80d94f32
Adds Commit Graph webview (wip)
Co-authored-by: ericf-axosoft <90025366+ericf-axosoft@users.noreply.github.com>
Co-authored-by: Ramin Tadayon <ramin.tadayon@gitkraken.com>
Co-authored-by: Miggy Eusebio <miggy.eusebio@gitkraken.com>
Co-authored-by: Keith Daulton <kdaulton@d13design.com>
2 лет назад
Eric Amodio
866523966e
💄
2 лет назад
Eric Amodio
7870026198
Updates dependencies
Updates image-minimizer
Removes unused imagemin* dependencies
2 лет назад
Eric Amodio
f7ffae07a6
Adds new eslint rules & applies them
Removes strict-boolean-expressions because its too noisy
Avoids unneeded `void`s to know if return value is intentionally discarded
Uses `type` imports when possible (avoids unneeded bundling)
2 лет назад
Eric Amodio
6605ce70ff
Adds experimental multi-select support in views
This enables basic multi-select support, but commands have not been audited for proper support and may fail completely or corrupt data (try it at your own risk)
Commands run with multi-select will sequentially execute the command for each selected item (assuming each item is of the same type at the active item, e.g. the item the context menu was shown for), unless they are specifically multi-select aware.
Currently only dropping stashes is now multi-select aware.
2 лет назад
Eric Amodio
ad00951633
Improves details commit picking
Removes commit details webview (tab-based)
2 лет назад
Eric Amodio
eaf750bb11
Updates dependencies
2 лет назад
Eric Amodio
0300619526
Closes #1987 uncommitted changes annotation format
2 лет назад
Keith Daulton
18d0ec586e
Adds commit details webview
- adds lit components
- exposes webview in WebviewViewBase
- adds pointer cursor to enabled buttons
- adds custom events support to DOM utility
2 лет назад
Eric Amodio
b2d71f7d0f
Updates dependencies
2 лет назад
Eric Amodio
b613f7174a
Fixes #2117 new limits/controls on failed requests
- Changes request failures to only disconnect the integration for the current session
- Limits to 5 failed request before disconnecting the integration
- Avoids disconnect prompt for current session disconnections
- Adds don't show again to request failure messages
- Adds integration suspension message w/ don't show again option
2 лет назад
Eric Amodio
adec1ad000
Updates dependencies
2 лет назад
Nafiur Rahman Khadem
957e76df2d
Closes #1550 - allow force-push for non-HEAD commits and from commit widget ( #2132 )
* update vscode git api
* force-push for non-HEAD commit & commit widget
2 лет назад
Eric Amodio
5247637652
Updates website/slack/support links
2 лет назад
Eric Amodio
7f6a0ec5ea
Updates dependencies
2 лет назад
Eric Amodio
83f9155ff8
Updates dependencies
2 лет назад
Eric Amodio
aea8d25a45
Bumps to v12.1.2
2 лет назад
Eric Amodio
e133c592c8
Updates dependencies
2 лет назад
Eric Amodio
17457b59af
Improves comparison file filtering enabled state
Remembers comparison file filtering on filter/refresh
Disallows comparisons with the working tree (e.g. right side)
Disables swap when comparing from the working tree
Adds new in-memory node state storage to views
2 лет назад