Eric Amodio
0e68be4544
Prettiers
2年前
Eric Amodio
8d0345a81a
Fixes Jira casing
2年前
Eric Amodio
b44249404e
Fixes #2037 saving autolinks w/ bogus cache props
2年前
Eric Amodio
10bb1364a3
Fixes typo
2年前
Eric Amodio
08f4d25b75
Removes rogue (
2年前
Eric Amodio
11610f58b1
Attempts to fix CI
2年前
Keith Daulton
2670f21691
Bumps to v12.1.0
2年前
Keith Daulton
53cdb2a0c4
Adds autolink example and persistent help text
2年前
Eric Amodio
be443f6790
Adds link to GitLab PAT prompt to open GitLab url
2年前
Eric Amodio
157d46fe2a
Adds gate to disconnect to avoid reentry
2年前
Eric Amodio
287114d837
Reworks authentication for integrations
Adds modal prompt when disconnecting integrations
Adds sign out option to internal integration auth providers
Moves auth provider registration/lifecyle into Container
2年前
Keith Daulton
225fa392ce
Fixes gitkraken#1718 open current branch on remote
- adds command palette action
2年前
Eric Amodio
14d05f567b
Fixes #2033 untracked files in stashes
2年前
Eric Amodio
6545fed454
Adds prompt to clear GitLab authentication
2年前
Eric Amodio
2bb84a2e6b
Aligns messages & buttons
2年前
Eric Amodio
1a2bb07bcb
Updates CHANGELOG
2年前
Eric Amodio
cb07a7a82a
Adds @mcy-kylin's contribution
2年前
mcy
e0f46cdfa7
Fixes #2032 branches with `<` chars causes errors
2年前
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年前
Eric Amodio
0a691e0ebb
Updates CHANGELOG
2年前
Eric Amodio
6322bed93f
Updates dependencies
2年前
Eric Amodio
46356df4af
Removes UUID package and usage built-ins
2年前
Eric Amodio
b23e5bd4e6
Fixes webpack chunk name
2年前
Eric Amodio
fd61e1d355
Adds rich GitLab integration support
2年前
Keith Daulton
87a54cfeb0
Updates autolink UI copy and styles
2年前
Keith Daulton
d8445e181f
Fixes squash line gap in rebase editor
2年前
Eric Amodio
e916ecb0d1
Adds all autolinks to autolinked issues & prs node
Adds autolink configure command to autolinked issues & prs node
2年前
Eric Amodio
d9f16f9cc6
Fires proper events for default remote changes
2年前
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年前