Eric Amodio
c0b36b11c1
Reworks GitHub error handling a bit
Splits models into its own file
2 years ago
Eric Amodio
51740812b6
Allows for missing avatar urls
2 years ago
Eric Amodio
7fca15973b
Adds pseudo onDidChange events for storage
2 years ago
Eric Amodio
3517ee6344
Fixes issue w/ GitHub rate limit error msg changes
2 years ago
Eric Amodio
fba44264c0
Fixes issue when trying to copy a remote issue url
2 years ago
Eric Amodio
be9366345b
Fixes #2028 quotes args with special characters
2 years ago
Keith Daulton
2a306e0e37
Closes #1903 adds autolinks section to settings
2 years ago
Eric Amodio
55b0e089b4
Adds another GitLab scoped route change
2 years ago
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 years ago
Barney
7224b547bb
Fixes #1998
2 years ago
Keith Daulton
f55b2ad418
Closes #1190 adds order toggle to rebase editor
2 years ago
Eric Amodio
258418fbfb
Fixes invalid config scopes
2 years ago
Eric Amodio
b5d7d42112
Fixes #2012 branches w/o dates can cause issues
2 years ago
Eric Amodio
ff46108468
Adds more logging to track down #1752
2 years ago
Eric Amodio
ab3a242a08
Fixes #2014 workaround vscode encoding bug
See also: https://github.com/microsoft/vscode/issues/85930
2 years ago
Eric Amodio
cf8cbfd646
Removes empty objects for missing args
2 years ago
Eric Amodio
d96b65e92d
Ensures sorted remotes for autolinks
2 years ago
Eric Amodio
fa2fa6bd04
Removes unused import
2 years ago
Eric Amodio
f23052f158
Improves findRepository flow
2 years ago
Eric Amodio
a2e40f40d7
Ensures folder exists
2 years ago
Eric Amodio
18e11a0ae7
Fixes stats bitmask checks
Only get stats if isDirectory is null
2 years ago
Eric Amodio
c0edd2c064
Adds better logging to document tracking
2 years ago
Eric Amodio
d3b019643a
Fixes #1979 , #1882 , #1776 symlink support (better)
2 years ago
Eric Amodio
a773e197b7
Fixes #1979 , #1882 , #1776 symlink support
2 years ago
Eric Amodio
48a8e194d8
Fixes settings token popup clicking
2 years ago
Eric Amodio
4ac79eadf2
Adds " (default)" suffix to default commands
2 years ago
Eric Amodio
ee3e5cf960
Fixes #2000 File changes fail to display properly
2 years ago
Eric Amodio
db953aaf8d
Closes #1523 improves stashes by separating on ref
2 years ago
Eric Amodio
4f86506aac
Fixes ellipsis showing up for all commit messages
2 years ago
Eric Amodio
d992be0f4e
Increases contrast of line highlights
Increases the width of the heatmap gutter glyph
Moves gutter glyphs closer to the code
2 years ago
Eric Amodio
5e3d68fccb
Changes scope dropdown to be clearer
2 years ago
Eric Amodio
9c6d447ca5
Renames Gutter * annotations to File *
2 years ago
Eric Amodio
140babddf7
Adds `line` option to heatmap & changes annotations
Adds line fading option to heatmap annotation
2 years ago
Eric Amodio
8fb535055b
Fixes #1936 promise cycle when validating access
2 years ago
Eric Amodio
bc5df01609
Fixes #1882 symlinks on windows not working
2 years ago
Felipe Santos
517e9f0d5a
Adds support for vanilla Gerrit
And separates the existing Gerrit provider to a new GoogleSource one.
Closes #1953
2 years ago
Eric Amodio
56916a07e2
Adds sizes to img tags for smooth scrolling
2 years ago
Eric Amodio
26e69fc31d
Ensures that logout actually removes all sessions
2 years ago
Eric Amodio
b0c39edbd4
Fixes #1932 invalid comparison & only on windows
2 years ago
Ross Smith II
58da93d05c
Fixes #1928 quiet when editing root folder files
2 years ago
Sam Martin
d5bbe3bb82
Fixes #1932 : Ignores case for pull request autolink in Bitbucket Server
2 years ago
Eric Amodio
58c53b578d
Fixes CodeLens jumping on virtual files
2 years ago
Eric Amodio
bf8cd8f8f6
Removes showing the Home view on initial install
2 years ago
Eric Amodio
148b423cc3
Updates new "features" section on Home view
2 years ago
Eric Amodio
2c9a24d5cd
Fixes update issues with the Home view
Adds a GitLens features section to help avoid GitLens+ feeling like a gate
2 years ago
Eric Amodio
7a0c495678
Adds images for view layout settings
2 years ago
Eric Amodio
045e6c6763
Fixes #1925 external remote branches missing PRs
2 years ago
Eric Amodio
3907b7aa6e
Fixes #1920 old tags can be missing dates
2 years ago
Eric Amodio
02b2420796
Attempts to deal with "dayPeriod" & updated node
With Node 16, `Intl.DateTimeFormatOptions` seems to no longer honor the `dayPeriod` option and always return the "long" version, so fallback to use the `timeStyle` option if needed
2 years ago
Eric Amodio
26bfc68f0d
Updates incorrect image text
2 years ago