Eric Amodio
92792ab45f
Adds GH issue configuration
3 years ago
Eric Amodio
48184e77e2
Updates CHANGELOG
3 years ago
Eric Amodio
8321058517
Updates dependencies
3 years ago
Eric Amodio
ebd9a3660a
Adds status colors to pull request icons
3 years ago
Robin Neatherway
cd14bb368f
Add on: pull_request trigger to CodeQL workflow
From February 2021, in order to provide feedback on pull requests, Code Scanning workflows must be configured with both `push` and `pull_request` triggers. This is because Code Scanning compares the results from a pull request against the results for the base branch to tell you only what has changed between the two.
Early in the beta period we supported displaying results on pull requests for workflows with only `push` triggers, but have discontinued support as this proved to be less robust.
See https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#scanning-pull-requests for more information on how best to configure your Code Scanning workflows.
3 years ago
Eric Amodio
ae03319ab1
Adds switch to text option to rebase editor
3 years ago
Eric Amodio
b69a177d62
Shows rebase status even with no conflicts
3 years ago
Eric Amodio
69cb0be924
Renames Toggle History Mode: to Toggle History by:
3 years ago
Eric Amodio
3b7ea57f24
Fixes changing to Push command on HEAD commit
Previous commit a664073
3 years ago
Eric Amodio
7f549c66e7
Removes eslint ignore
3 years ago
Eric Amodio
15c7046d94
Removes holiday snowing easter egg
3 years ago
Eric Amodio
a664073586
Changes to Push command on HEAD commit
3 years ago
Eric Amodio
71e0c4439f
Fixes #1323 - uses built-in vscode command
3 years ago
Eric Amodio
eb9e7c3198
Updates dependencies & TypeScript
Works around https://github.com/microsoft/TypeScript/issues/41428
3 years ago
Eric Amodio
20b1920bac
Adds branch config fallback for empty repos
3 years ago
Eric Amodio
66ec481bae
Renames to abbreviateShaOnCopy & copy tweaks
3 years ago
Brendon Smith
628ed498a0
Fixes #1062 - enables copying of short commit SHAs
eamodio/vscode-gitlens#611 added a setting for commit SHA length,
`gitlens.advanced.abbreviatedShaLength`.
This commit will add `gitlens.advanced.useAbbreviatedShaLengthForCopy`,
which will copy the abbreviated commit SHA instead of the full SHA.
Respects `gitlens.advanced.abbreviatedShaLength`.
3 years ago
Eric Amodio
3dc605c567
Updates dependencies
3 years ago
Eric Amodio
3509a3a247
Fixes #1183 - allow stashing lots of files or warn
3 years ago
Eric Amodio
57b8b3373c
Adds some chunking functions
3 years ago
Eric Amodio
316590e3fe
Fixes refresh issue when going from none to some
3 years ago
Eric Amodio
3345f67f7c
💄 & minor fixes
Adds @kh0m contribution
3 years ago
Ken Hom
f7744edffb
Adds Feature for Copy Current Branch Name
Related Issue: #1306
3 years ago
Eric Amodio
72327e6c90
Fixes #1308 - escapes pr titles in hovers
3 years ago
Eric Amodio
d8bce253fb
Adds resiliency to reading .git files
Adds caching to merge/rebase status
3 years ago
Eric Amodio
14d45f402a
Adds rebase status (wip)
3 years ago
Eric Amodio
4e908cb758
Adds merge status (wip)
3 years ago
Eric Amodio
f2d885b2d8
Adds merge conflict parsing to status
3 years ago
Eric Amodio
c6a0593cb0
Fixes #1309 - fix fetch & pull of remote branches
3 years ago
Eric Amodio
0d0ab9090a
Adds before option to browse repo at revision
3 years ago
Eric Amodio
4c7051c3ac
Adds add remote cmd when there are no remotes
3 years ago
Eric Amodio
6835d08ba3
Removes now unneeded reload notice
3 years ago
Eric Amodio
60adad8541
Closes #1156 - adds quick open file history
3 years ago
Eric Amodio
cfca480725
Fixes bad has implementation
3 years ago
Eric Amodio
0dec7ff9b0
Splits CommitFileNode into 2
CommitsFileNode = a file under a commit (shown as a file)
FileRevisionAsCommitNode = a file revision shown as a commit
3 years ago
Eric Amodio
2837601d20
💄
3 years ago
Eric Amodio
0986fc8a8a
Updates dependencies
3 years ago
Eric Amodio
1ed620ba84
Changes to non-breaking spaces
3 years ago
Eric Amodio
23a96e968e
Bumps to v11.1.3
3 years ago
Eric Amodio
3d5c3a344b
Adds @TravisTX contribution
3 years ago
Travis Collins
9b90b30cfb
Fixes #1303 : Fix remote URLs for Azure DevOps
3 years ago
Eric Amodio
e77280e280
Bumps to v11.1.2
3 years ago
Eric Amodio
7a058a1507
Adds @sir-kain contribution
3 years ago
Sir Kane
05bedbe7bb
Fix url that redirect to the "connect to remote provider" documentation
3 years ago
Eric Amodio
e110aa8e92
Bumps to v11.1.1
3 years ago
Eric Amodio
f9c2beccc6
Fixes #1302 - only show welcome on focused window
3 years ago
Eric Amodio
eb20b8c1d5
Updates to 2021
3 years ago
Eric Amodio
de692bd58a
Fixes #1285 - avoids fetch on current branch
3 years ago
Eric Amodio
7e4ea6c480
Updates dependencies
3 years ago
Eric Amodio
e7ddef7df2
Adds caching to stashes & contributors
3 years ago