Eric Amodio
aa5dbdcb66
Renames 💄
пре 2 година
Eric Amodio
b1717dfa86
Honors platform case sensativity
пре 2 година
Eric Amodio
6a66bd3efd
Removes supportsChangeEvents
Since microsoft/vscode#3025 is now fixed, file watching works outside the workspace
пре 2 година
Eric Amodio
9282c3a7fd
Renames repo create to open
пре 2 година
Eric Amodio
18ff67751f
Adds onDid[Open|Close]Repository provider events
Ensures known SCM repos are known to GitLens
пре 2 година
Eric Amodio
be47260a62
Removes unused method
пре 2 година
Eric Amodio
1fcf7bb8ab
Removes highlanderRepoPath method
пре 2 година
Eric Amodio
8b9bd7945e
Removes repo casing warning
Should hopefully no longer be required
пре 2 година
Eric Amodio
138c1bd554
Adds new repositories trie for fast repo lookups
Adds new visited paths trie for fast lookup of seen paths (to avoid git calls)
Replaces the tracked cache with a paths trie
All tries are case aware based on os and scheme (if uri based)
Adds new detectNestedRepositories setting to improve performance
Automatically handles nested repos for open document and remaps paths
Reworks isTracked for perf & nested repo detection
Changes excludes to a Set for faster matching
Splits getRepository into get & create (also removes async for get)
Replaces repo path methods with repo versions (part of moving away from string paths)
Renames getRemotes to getRemotesWithProviders & getRemotesCore to getRemotes
пре 2 година
Eric Amodio
d8696e35ef
Fixes issue with detecting worktree repos
As `.git` is a file, not a directory
пре 2 година
Eric Amodio
c463c3367e
Adds --end-of-options for input security
пре 2 година
Eric Amodio
b85b135fdc
Renames promise members and removes "namespace"
пре 2 година
Eric Amodio
774c7d38d9
Adds trie to ultimately use for repo path lookups
Adds unit testing (just for the trie for now)
пре 2 година
Eric Amodio
3a93cc4339
Removes unused versionPath
пре 2 година
Eric Amodio
8d29a1c2dc
Moves getRevisionContent
пре 2 година
Eric Amodio
2bdf73d7c3
Avoids default options
пре 2 година
Eric Amodio
8f96bba1af
Gates blame to avoid duplicate lookups
пре 2 година
Eric Amodio
3820349af8
Cleans up overloads
пре 2 година
Eric Amodio
67d977c676
Avoids re-looking up remotes
Cleans up overloads
пре 2 година
Eric Amodio
c094c33bc3
Removes unused code
пре 2 година
Eric Amodio
5004c20bce
Improves git command logging
пре 2 година
Eric Amodio
f45bd97464
Removes emptyStr
пре 2 година
Eric Amodio
c4cc2c6cdc
Improves doc resetting per repo
Avoids debouncing repo change events
Allows for immediate resetting up data, but still debounces updates
Also avoids a repo change event clearing valuable data after the fact
пре 2 година
Eric Amodio
9d130ffada
Updates line tracker naming for clarity
пре 2 година
Eric Amodio
db703217a1
Improves startup performance
Remembers & attempts restore of last known git path (per workspace)
Races a git path search while getting the path from SCM
пре 2 година
Eric Amodio
39aa720464
Changes to use UInt8Array
Renames content method for clarity
пре 2 година
Eric Amodio
9420d6db66
Renames GitTree since its an entry
пре 2 година
Eric Amodio
dfa5c23644
Fixes leaked disposable
пре 2 година
Eric Amodio
efc360d5c1
Improves decorator resolvers
пре 2 година
Eric Amodio
a14c20654b
Upgrades TypeScript & other dependencies
пре 2 година
Eric Amodio
e61e8cdd44
Passes container into all commands
Should help with eventual testing
пре 2 година
Eric Amodio
df7dd9f4ab
Avoids any usage for setTimeout/setInterval
пре 2 година
Eric Amodio
b1fe47d211
Fixes import
пре 2 година
Eric Amodio
11da2efc97
Adds better provider error handling
пре 2 година
Eric Amodio
f943e8a36c
Removes unneeded overload
пре 2 година
Eric Amodio
817360ca6c
Renames GitUri resolve/resolveToUri
пре 2 година
Eric Amodio
8ae14669fb
Adds better provider (GitHub) error handling
пре 2 година
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
пре 2 година
Eric Amodio
c18dc7b50b
FIxes issues with open prior blame command
- Adds proper error handling & messaging
- Handles uncommitted lines
Adds open prior blame to hover on uncommitted lines
пре 2 година
Eric Amodio
1fc4d399ef
Forces reset on clear
Avoids saving/re-saving object if it isn't changing
пре 2 година
Eric Amodio
393155a020
Adds hasChanges
пре 2 година
Eric Amodio
77802dc965
Simplifies repository change detection
пре 2 година
Eric Amodio
c8e52ba8d9
Adds optional updateContext to git providers
Avoids re-export from git provider service
пре 2 година
Eric Amodio
738d5f4933
Removes default params to reduce garbage
пре 2 година
Eric Amodio
5167762616
Adds supported schemes declaration
пре 2 година
Eric Amodio
ca1da4a8ec
Fixes process import
пре 2 година
Eric Amodio
681368353b
Moves path normalization to system/path
Abstracts node path imports to system/path
пре 2 година
Eric Amodio
9973901ea8
Upgrade dependencies
пре 2 година
Eric Amodio
55f7ffb7ba
Removes unused call
пре 2 година
Eric Amodio
d1002c3ed0
Converts more file paths to Uris
Adds more docs
Removes unused original file name from diff calls
пре 2 година