Keith Daulton
ed57b2c715
Adds cyber week message to gating
11 months ago
Keith Daulton
ed4829b72a
Adds cyber week banner to home
11 months ago
Keith Daulton
69269d5ac2
Adds cyber week banner to welcome
1 year ago
Eric Amodio
765e73b1db
Removes unneeded typings
11 months ago
Eric Amodio
5b0248008a
Updartes dependencies
11 months ago
Eric Amodio
1109ec8be7
Bumps node types version
Ensures classname don't get mangled
11 months ago
Eric Amodio
a3a4656c09
Adds experimental setting to open changes in a multi-diff editor
- Adds `gitlens.experimental.openChangesInMultiDiffEditor` and requires `multiDiffEditor.experimental.enabled` to also be set
1 year ago
Ramin Tadayon
6ed7cb516a
Adds overload for searching PRs/issues with array of remotes
1 year ago
Eric Amodio
3328e3cc9f
Allows providing multiple repos when searching issues/prs
1 year ago
Eric Amodio
763993abb6
Fixes open [previous] changes w/ working for comparisons
1 year ago
Eric Amodio
cee4743a5f
Switches to `is[Any]` checks instead of instanceof
- Avoids importing tons of types into the module
1 year ago
Ramin Tadayon
bdf25a0122
Fixes extra repos appearing in focus view
1 year ago
Keith Daulton
7c8f43c4e6
Adds timed snooze to the webview and service
1 year ago
Keith Daulton
9a9e70d3d4
Adds timed snooze menu to Focus UI
1 year ago
Eric Amodio
3bfc381ab1
Fixes gate styling on Graph
1 year ago
Eric Amodio
e6c9fffae0
Converts icons script to esm
Attempts to improve perf will better parallel i/o
1 year ago
Eric Amodio
f57d06468d
Removes unneeded @gate call unneeded custom resolver
1 year ago
Eric Amodio
59ce94fcbf
Sets esbuild target appropriately
1 year ago
Ramin Tadayon
ae50be9a9c
Removes organization ids from checkin/subscription
1 year ago
Eric Amodio
f8a5d5a50b
Consolidates `vscode.diff` calls into a helper
1 year ago
Eric Amodio
f0a04088a4
Adds search results to minimap tooltips
1 year ago
Eric Amodio
35a36186a7
Updates dependencies & VS Code 1.82
1 year ago
Eric Amodio
4b295bb6e5
Switches back to Terser for webviews (smaller)
1 year ago
Eric Amodio
efcc3ca65d
Fixes #2482 lazy loads files for merge commits
Consolidated log into log2 calls (and renames it)
1 year ago
Eric Amodio
32a3f64a11
Updates dependencies
1 year ago
Eric Amodio
d189cb9c2c
Removes node-fetch import
1 year ago
Eric Amodio
1e632e3e3d
Avoids possible infinite loop
1 year ago
Eric Amodio
9567cefde4
Adds @nooooooom's contribution
1 year ago
nooooooom
840a5f8fb4
Fix code logic issues
1 year ago
Eric Amodio
ae008255f3
Switches to swc for minification
- As fast as esbuild minification but with better results than terser
1 year ago
Eric Amodio
4c4d80994a
Avoids unnecessary allocation
1 year ago
Eric Amodio
acf45fd3fd
Updates types
1 year ago
Eric Amodio
8d11021cf8
Removes emptyStr references
1 year ago
Eric Amodio
db94de8d9b
Adds cancellation & timeout to fetch requests
Adds default (60s) timeout to fetch requests
Refs #3013
1 year ago
Eric Amodio
f42d2caaf3
Fixes rogue "Authentication Required" notification
Happens when you are signed out and open the drafts view
1 year ago
Eric Amodio
4f318a5461
Allows branches Map to be used
1 year ago
Eric Amodio
764590138a
Adds decoration for merging status
1 year ago
Eric Amodio
dc25ac41b6
Shows missing upstream status in Commit view
1 year ago
Eric Amodio
ce200af478
Avoids null return
1 year ago
Eric Amodio
862bae8cce
Updates logging
1 year ago
Eric Amodio
21d4d297a6
Switches contextual title back to GitLens
1 year ago
Eric Amodio
54b7daa47a
Fixes load more in file history with renames
1 year ago
Eric Amodio
b9c0fa5e53
Adds Claude 2.1 support and improves model choice
1 year ago
Eric Amodio
7077ccd411
Renames
1 year ago
Keith Daulton
40ccb25861
Removes unused action styles
1 year ago
Ramin Tadayon
690e17403f
Adds GK Provider API Library Integration ( #2883 )
* Providers -> integrations (wip)
* Updates folder structure of provider and auth logic
* Adds basic providers api integration
Adds filtering support on inputs
Improves types and adds getCurrentUser support
Updates getCurrentUser Fns
Adds GetReposFn for Azure
Reorganizes types and constants
Adds providers service
Uses correct filter property for Bitbucket PRs
Switches to logged errors
Adds filter compatibility check
Adds paging and per-repo PR/Issue support
Uses PagedResult for paging
Updates dependencies
Updates dependency
Reorganizes and moves provider service logic to providerIntegration
Updates missing provider mappings, ProviderId usage
Updates provider api dependency
Adds enterprise domain passing and GLSH
Uses the correct base api urls
Updates dependency
* Refactors provider integrations (wip)
- Removes `RichRemoteProvider` in favor of `ProviderIntegration`
- Implements GitLab integration
- Fixes caching
- Fixes GitHub authentication
* Avoids allocating integration auth before required
* Unifies remote provider service into integrations
* Fixes GitLab API base url
* Moves fallback for getting vscode session to integration auth service
---------
Co-authored-by: Eric Amodio <eamodio@gmail.com>
1 year ago
Keith Daulton
8595c9afe6
Bumps to v14.5.1
1 year ago
Eric Amodio
8bc51778f0
Fixes logger regression
1 year ago
Eric Amodio
ff8d6d8272
Reduces log/debug decorator overhead
Removes unused options
1 year ago
Eric Amodio
044ee4a079
Updates dependencies
1 year ago