Ramin Tadayon
05658e2a2b
Bump graph library to RC6
2 years ago
Keith Daulton
a16500cce1
Optimizes CSS output
2 years ago
Eric Amodio
45419d8fa8
Replaces graph color settings with theme colors
2 years ago
Eric Amodio
2d3bdc62be
Adds menu setting to add stash to scm item toolbar
2 years ago
Eric Amodio
031a4a1980
Converts more svgs to the icon font
2 years ago
Eric Amodio
b96c46da65
Fixes icon font generation in both cli/webpack
- Adds custom fantasticon webpack plugin
2 years ago
Eric Amodio
a6f01415c0
Converts more svgs to the icon font
2 years ago
Eric Amodio
2d819b12c2
Updates dependencies
2 years ago
Eric Amodio
7c78c273ea
Adds better Commit Graph discovery
2 years ago
Eric Amodio
d43ccecf3c
Adds basic local usage tracking to aid discovery
2 years ago
Eric Amodio
420b4a13b6
Changes command category of timeline & worktrees
Aligns protocol naming
2 years ago
Eric Amodio
8fa90c2c6d
Adds icons contribution for custom GitLens icons
2 years ago
Miggy Eusebio
2afac591db
Add file-diff icons, bump component version
2 years ago
Keith Daulton
6a0b9a580f
Updates default visibility for commit details
2 years ago
Eric Amodio
ec44f30c68
Updates settings UI ordering
Updates graph limit settings to match view limit naming
2 years ago
Eric Amodio
033e8a8def
Adds graph link/unlink scripts
2 years ago
Keith Daulton
656a24795e
Updates graph dependencies
2 years ago
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 years ago
Eric Amodio
866523966e
💄
2 years ago
Eric Amodio
7870026198
Updates dependencies
Updates image-minimizer
Removes unused imagemin* dependencies
2 years ago
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 years ago
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 years ago
Eric Amodio
ad00951633
Improves details commit picking
Removes commit details webview (tab-based)
2 years ago
Eric Amodio
eaf750bb11
Updates dependencies
2 years ago
Eric Amodio
0300619526
Closes #1987 uncommitted changes annotation format
2 years ago
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 years ago
Eric Amodio
b2d71f7d0f
Updates dependencies
2 years ago
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 years ago
Eric Amodio
adec1ad000
Updates dependencies
2 years ago
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 years ago
Eric Amodio
5247637652
Updates website/slack/support links
2 years ago
Eric Amodio
7f6a0ec5ea
Updates dependencies
2 years ago
Eric Amodio
83f9155ff8
Updates dependencies
2 years ago
Eric Amodio
aea8d25a45
Bumps to v12.1.2
2 years ago
Eric Amodio
e133c592c8
Updates dependencies
2 years ago
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 years ago
Eric Amodio
246255c611
Updates vscode required version
2 years ago
Eric Amodio
8b75bd2930
Updates dependencies
2 years ago
Eric Amodio
eeb1a9fcf9
Updates dependencies
2 years ago
Eric Amodio
09077cdfd6
Update dependencies
2 years ago
Eric Amodio
24595a7d9e
Updates dependencies (octokit)
2 years ago
Eric Amodio
4a4f46933b
Updates dependencies
2 years ago
Eric Amodio
c3640d59de
Bumps to v12.1.1
2 years ago
Eric Amodio
dc2dd78395
Updates hosting integrations docs & walkthroughs
2 years ago
Keith Daulton
f45a10f647
Adds gitlab rich integration to plus walkthrough
2 years ago
Eric Amodio
2ab3c56cb9
Adds tutorial video to all the places
2 years ago
Keith Daulton
2670f21691
Bumps to v12.1.0
2 years ago
Keith Daulton
225fa392ce
Fixes gitkraken#1718 open current branch on remote
- adds command palette action
2 years ago
Eric Amodio
eadd4b9bbc
Fixes GitLab issues w/ self-signed certs
This is an ugly hack, but node-fetch doesn't seem to be able to pass `rejectUnauthorized` through on the request options properly even though we are creating a HTTPS agent with it set
2 years ago
Eric Amodio
6322bed93f
Updates dependencies
2 years ago