Eric Amodio
217c5749a0
Reworks getting the "best" remote with a provider
Improves best remote caching
2年前
Eric Amodio
0b52b3a177
Avoids Container.config for single setting lookup
2年前
Eric Amodio
c0b36b11c1
Reworks GitHub error handling a bit
Splits models into its own file
2年前
Eric Amodio
51740812b6
Allows for missing avatar urls
2年前
Eric Amodio
7fca15973b
Adds pseudo onDidChange events for storage
2年前
Eric Amodio
3517ee6344
Fixes issue w/ GitHub rate limit error msg changes
2年前
Eric Amodio
fba44264c0
Fixes issue when trying to copy a remote issue url
2年前
Eric Amodio
be9366345b
Fixes #2028 quotes args with special characters
2年前
Keith Daulton
2a306e0e37
Closes #1903 adds autolinks section to settings
2年前
Eric Amodio
c3483be287
Adds @Brcrwilliams' contribution
2年前
Eric Amodio
55b0e089b4
Adds another GitLab scoped route change
2年前
Brian Williams
8323ae44d0
Fixes #2021 - Use scoped routes for GitLab URLs
GitLens uses legacy project routes for GitLab:
- `${projectURL}/branches`
- `${projectURL}/tree/${branch}`
- `${projectURL}/commit/${sha}`
- `${projectURL}/compare/${base}${notation}${compare}`
- `${projectURL}/blob/${ref}/${fileName}`
These routes are all deprecated and scheduled for removal. See these references:
- https://docs.gitlab.com/ee/development/routing.html#project-routes
- https://gitlab.com/gitlab-org/gitlab/-/issues/118849
- https://gitlab.com/gitlab-org/gitlab/-/issues/28848
This change replaces them with the following scoped routes:
- `${projectURL}/-/branches`
- `${projectURL}/-/tree/${branch}`
- `${projectURL}/-/commit/${sha}`
- `${projectURL}/-/compare/${base}${notation}${compare}`
- `${projectURL}/-/blob/${ref}/${fileName}`
2年前
Eric Amodio
06f257616c
Adds @barneycarroll's contribution
2年前
Barney
7224b547bb
Fixes #1998
2年前
Eric Amodio
3f276e3c9b
Updates dependencies
2年前
Keith Daulton
f55b2ad418
Closes #1190 adds order toggle to rebase editor
2年前
Eric Amodio
ec3f89d3dc
Updates dependencies
2年前
Eric Amodio
258418fbfb
Fixes invalid config scopes
2年前
Eric Amodio
b5d7d42112
Fixes #2012 branches w/o dates can cause issues
2年前
Eric Amodio
ff46108468
Adds more logging to track down #1752
2年前
Eric Amodio
ab3a242a08
Fixes #2014 workaround vscode encoding bug
See also: https://github.com/microsoft/vscode/issues/85930
2年前
Eric Amodio
445a53c4d3
Updates dependencies
2年前
Eric Amodio
cf8cbfd646
Removes empty objects for missing args
2年前
Eric Amodio
d96b65e92d
Ensures sorted remotes for autolinks
2年前
Eric Amodio
06ad4d187a
Fixes CI
2年前
Eric Amodio
8698446176
Updates TypeScript
2年前
Eric Amodio
945bda77ce
Updates CHANGELOG
2年前
Eric Amodio
fa2fa6bd04
Removes unused import
2年前
Eric Amodio
f23052f158
Improves findRepository flow
2年前
Eric Amodio
a2e40f40d7
Ensures folder exists
2年前
Eric Amodio
18e11a0ae7
Fixes stats bitmask checks
Only get stats if isDirectory is null
2年前
Eric Amodio
c0edd2c064
Adds better logging to document tracking
2年前
Eric Amodio
d3b019643a
Fixes #1979 , #1882 , #1776 symlink support (better)
2年前
Eric Amodio
0dceb4a20b
Updates dependencies
2年前
Eric Amodio
a773e197b7
Fixes #1979 , #1882 , #1776 symlink support
2年前
Eric Amodio
48d468adcf
Updates GH Issues queries
2年前
Eric Amodio
48a8e194d8
Fixes settings token popup clicking
2年前
Eric Amodio
dd9818e808
Updates dependencies
2年前
Eric Amodio
4ac79eadf2
Adds " (default)" suffix to default commands
2年前
Eric Amodio
ee3e5cf960
Fixes #2000 File changes fail to display properly
2年前
Eric Amodio
db953aaf8d
Closes #1523 improves stashes by separating on ref
2年前
Eric Amodio
27e15f936b
Updates CHANGELOG
2年前
Eric Amodio
4f86506aac
Fixes ellipsis showing up for all commit messages
2年前
Eric Amodio
57596fdd8c
Updates dependencies
2年前
Eric Amodio
d992be0f4e
Increases contrast of line highlights
Increases the width of the heatmap gutter glyph
Moves gutter glyphs closer to the code
2年前
Eric Amodio
3046369a3c
Fixes json schema for new location settings
2年前
Eric Amodio
5e3d68fccb
Changes scope dropdown to be clearer
2年前
Eric Amodio
9c6d447ca5
Renames Gutter * annotations to File *
2年前
Eric Amodio
140babddf7
Adds `line` option to heatmap & changes annotations
Adds line fading option to heatmap annotation
2年前
Eric Amodio
1c3eaef857
Updates dependencies
2年前