Eric Amodio
1d7be10b2a
Fixes #863 - tells built-in git about found repos
il y a 3 ans
Eric Amodio
5060c2cc1e
Hides commands that should be when disabled
il y a 3 ans
Eric Amodio
198162224e
Fixes branch/upstream in create pr runner
il y a 3 ans
Eric Amodio
2a7c0c40bb
Adds more granular repo file watching
Adds repo change events for rebase, merge, and cherry-pick
Clears some caches only when specific change occurs
il y a 3 ans
Eric Amodio
da23d01e7c
Fixes #1332 - resets caches on manual view refresh
il y a 3 ans
Eric Amodio
aca81f63c4
Fixes publish showing up on remote branches
il y a 3 ans
Eric Amodio
3d55395f2e
Adds upstream & isRemote to create pr runner
Moves a few api props to be at the root level
il y a 3 ans
Eric Amodio
a8b9127cd5
Adds @egfx-notifications contribution
il y a 3 ans
Florian Schwalm
992e81041c
Fixes #1045 - Correctly resolve mapped drive on Windows
fs.realpath.native in NodeJS uses the Win32 API function GetFinalPathNameByHandle() on Windows hosts,
therefore a given path must follow the guidelines for Win32 API file functions.
Drive letters on Windows need to end on a backslash according to the Win32 File Naming Conventions (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file )
Omitting the backslash results in Windows treating the remaining path components as a relative path starting from the current directory on the specified disk
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#fully-qualified-vs-relative-paths
il y a 3 ans
Eric Amodio
7181b1cc7b
Fixes logging
il y a 3 ans
Eric Amodio
6a2cf08f2b
Changes remote provider in api to an object
il y a 3 ans
Eric Amodio
0c841023c4
Adds id to remote providers
il y a 3 ans
Eric Amodio
fd7c156584
Changes provider from string to ref
il y a 3 ans
Eric Amodio
369cf3ea3e
Updates dependencies
il y a 3 ans
Eric Amodio
0afba2c575
Adds indicator if view auto-refresh is unavailable
il y a 3 ans
Eric Amodio
4c573e7043
Adds repo watching when outside of the workspace
When available via the built-in Git api
il y a 3 ans
Eric Amodio
92792ab45f
Adds GH issue configuration
il y a 3 ans
Eric Amodio
48184e77e2
Updates CHANGELOG
il y a 3 ans
Eric Amodio
8321058517
Updates dependencies
il y a 3 ans
Eric Amodio
ebd9a3660a
Adds status colors to pull request icons
il y a 3 ans
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.
il y a 3 ans
Eric Amodio
ae03319ab1
Adds switch to text option to rebase editor
il y a 3 ans
Eric Amodio
b69a177d62
Shows rebase status even with no conflicts
il y a 3 ans
Eric Amodio
69cb0be924
Renames Toggle History Mode: to Toggle History by:
il y a 3 ans
Eric Amodio
3b7ea57f24
Fixes changing to Push command on HEAD commit
Previous commit a664073
il y a 3 ans
Eric Amodio
7f549c66e7
Removes eslint ignore
il y a 3 ans
Eric Amodio
15c7046d94
Removes holiday snowing easter egg
il y a 3 ans
Eric Amodio
a664073586
Changes to Push command on HEAD commit
il y a 3 ans
Eric Amodio
71e0c4439f
Fixes #1323 - uses built-in vscode command
il y a 3 ans
Eric Amodio
eb9e7c3198
Updates dependencies & TypeScript
Works around https://github.com/microsoft/TypeScript/issues/41428
il y a 3 ans
Eric Amodio
20b1920bac
Adds branch config fallback for empty repos
il y a 3 ans
Eric Amodio
66ec481bae
Renames to abbreviateShaOnCopy & copy tweaks
il y a 3 ans
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`.
il y a 3 ans
Eric Amodio
3dc605c567
Updates dependencies
il y a 3 ans
Eric Amodio
3509a3a247
Fixes #1183 - allow stashing lots of files or warn
il y a 3 ans
Eric Amodio
57b8b3373c
Adds some chunking functions
il y a 3 ans
Eric Amodio
316590e3fe
Fixes refresh issue when going from none to some
il y a 3 ans
Eric Amodio
3345f67f7c
💄 & minor fixes
Adds @kh0m contribution
il y a 3 ans
Ken Hom
f7744edffb
Adds Feature for Copy Current Branch Name
Related Issue: #1306
il y a 3 ans
Eric Amodio
72327e6c90
Fixes #1308 - escapes pr titles in hovers
il y a 3 ans
Eric Amodio
d8bce253fb
Adds resiliency to reading .git files
Adds caching to merge/rebase status
il y a 3 ans
Eric Amodio
14d45f402a
Adds rebase status (wip)
il y a 3 ans
Eric Amodio
4e908cb758
Adds merge status (wip)
il y a 3 ans
Eric Amodio
f2d885b2d8
Adds merge conflict parsing to status
il y a 3 ans
Eric Amodio
c6a0593cb0
Fixes #1309 - fix fetch & pull of remote branches
il y a 3 ans
Eric Amodio
0d0ab9090a
Adds before option to browse repo at revision
il y a 3 ans
Eric Amodio
4c7051c3ac
Adds add remote cmd when there are no remotes
il y a 3 ans
Eric Amodio
6835d08ba3
Removes now unneeded reload notice
il y a 3 ans
Eric Amodio
60adad8541
Closes #1156 - adds quick open file history
il y a 3 ans
Eric Amodio
cfca480725
Fixes bad has implementation
il y a 3 ans