Eric Amodio
90bb6ab3c0
Ignores last commit from blame
2 anos atrás
Eric Amodio
9c2df377d3
Removes use strict as not needed for ES modules
2 anos atrás
Eric Amodio
bf71dd17d5
Moves get last fetched date into providers
2 anos atrás
Eric Amodio
03d2b74fc9
Centralizes uris into the provider model
Reworks revision uris to use a packed authority for better stability
2 anos atrás
Eric Amodio
cfcccb1a0a
Ensures proper split
2 anos atrás
Eric Amodio
39d70876cb
Improves branch PR querying
Need to defer this more, but this should help some
2 anos atrás
Eric Amodio
5e3a9fbad6
Combines filter & map
2 anos atrás
Eric Amodio
0128f0ab03
Updates dependencies
2 anos atrás
Eric Amodio
31c7405ca3
Fixes repository uri normalization
2 anos atrás
Eric Amodio
aa5dbdcb66
Renames 💄
2 anos atrás
Eric Amodio
b1717dfa86
Honors platform case sensativity
2 anos atrás
Eric Amodio
6a66bd3efd
Removes supportsChangeEvents
Since microsoft/vscode#3025 is now fixed, file watching works outside the workspace
2 anos atrás
Eric Amodio
9282c3a7fd
Renames repo create to open
2 anos atrás
Eric Amodio
18ff67751f
Adds onDid[Open|Close]Repository provider events
Ensures known SCM repos are known to GitLens
2 anos atrás
Eric Amodio
be47260a62
Removes unused method
2 anos atrás
Eric Amodio
1fcf7bb8ab
Removes highlanderRepoPath method
2 anos atrás
Eric Amodio
8b9bd7945e
Removes repo casing warning
Should hopefully no longer be required
2 anos atrás
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 anos atrás
Eric Amodio
d8696e35ef
Fixes issue with detecting worktree repos
As `.git` is a file, not a directory
2 anos atrás
Eric Amodio
c463c3367e
Adds --end-of-options for input security
2 anos atrás
Eric Amodio
b85b135fdc
Renames promise members and removes "namespace"
2 anos atrás
Eric Amodio
774c7d38d9
Adds trie to ultimately use for repo path lookups
Adds unit testing (just for the trie for now)
2 anos atrás
Eric Amodio
3a93cc4339
Removes unused versionPath
2 anos atrás
Eric Amodio
8d29a1c2dc
Moves getRevisionContent
2 anos atrás
Eric Amodio
2bdf73d7c3
Avoids default options
2 anos atrás
Eric Amodio
8f96bba1af
Gates blame to avoid duplicate lookups
2 anos atrás
Eric Amodio
3820349af8
Cleans up overloads
2 anos atrás
Eric Amodio
67d977c676
Avoids re-looking up remotes
Cleans up overloads
2 anos atrás
Eric Amodio
c094c33bc3
Removes unused code
2 anos atrás
Eric Amodio
5004c20bce
Improves git command logging
2 anos atrás
Eric Amodio
f45bd97464
Removes emptyStr
2 anos atrás
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 anos atrás
Eric Amodio
9d130ffada
Updates line tracker naming for clarity
2 anos atrás
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 anos atrás
Eric Amodio
39aa720464
Changes to use UInt8Array
Renames content method for clarity
3 anos atrás
Eric Amodio
9420d6db66
Renames GitTree since its an entry
3 anos atrás
Eric Amodio
dfa5c23644
Fixes leaked disposable
2 anos atrás
Eric Amodio
efc360d5c1
Improves decorator resolvers
2 anos atrás
Eric Amodio
a14c20654b
Upgrades TypeScript & other dependencies
2 anos atrás
Eric Amodio
e61e8cdd44
Passes container into all commands
Should help with eventual testing
3 anos atrás
Eric Amodio
df7dd9f4ab
Avoids any usage for setTimeout/setInterval
3 anos atrás
Eric Amodio
b1fe47d211
Fixes import
3 anos atrás
Eric Amodio
11da2efc97
Adds better provider error handling
3 anos atrás
Eric Amodio
f943e8a36c
Removes unneeded overload
3 anos atrás
Eric Amodio
817360ca6c
Renames GitUri resolve/resolveToUri
3 anos atrás
Eric Amodio
8ae14669fb
Adds better provider (GitHub) error handling
3 anos atrás
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
3 anos atrás
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
3 anos atrás
Eric Amodio
1fc4d399ef
Forces reset on clear
Avoids saving/re-saving object if it isn't changing
3 anos atrás
Eric Amodio
393155a020
Adds hasChanges
3 anos atrás