Eric Amodio
bc0bf420f4
Adds `${link}` token to commits
Improves commit tooltips
2 anos atrás
Eric Amodio
6ffe113669
Completes consolidation of git commit models
2 anos atrás
Eric Amodio
9809dc43f3
Adds new log parsers
Uses new log parser for contributors & refs
Removes shortlog references
2 anos atrás
Eric Amodio
4979fb1e39
Attempts to consolidate commit models (wip)
First pass at converting "blame" commits into a unified model
2 anos atrás
Eric Amodio
ce66524746
Fixes alignment issue when showing changes diff
Adds changes diff for first commit changes
2 anos atrás
Eric Amodio
7825db30d0
Removes useless async
2 anos atrás
Eric Amodio
826f6552c2
Fixes git:// uris
2 anos atrás
Eric Amodio
c75306d049
Fixes imports
2 anos atrás
Eric Amodio
efacb6c001
Keys authors by name (to match local git)
2 anos atrás
Eric Amodio
f107ef29d9
Remove date formatter
Since we are using native date formatting the formatter abstraction is no longer needed
2 anos atrás
Eric Amodio
b7c1697755
Re-enables eslint caching
2 anos atrás
Eric Amodio
10b9f2e209
Forces cache refresh on history refresh button
2 anos atrás
Eric Amodio
f04ece796f
Fixes sourcemap mapping on web ext host
2 anos atrás
Eric Amodio
5374a1de9b
Avoids some debugger calls
Adds app/env to startup logging
2 anos atrás
Eric Amodio
6300891c19
Adds comment for future vsls + virtual support
2 anos atrás
Eric Amodio
cb62f1c7cb
Updates dependencies
2 anos atrás
Eric Amodio
e9ed276b21
Removes flag for web
2 anos atrás
Eric Amodio
ae34965a07
Fixes bad import
2 anos atrás
Eric Amodio
e1303d4b46
Refactors vsls support into its own provider
Refactors Git static class into an instance (so it could be re-used for vsls)
Reworks vsls guest for better stability
2 anos atrás
Eric Amodio
e175082192
Add basic virtual repository support (wip)
2 anos atrás
Eric Amodio
98026bafea
Adds interim premium license
2 anos atrás
Eric Amodio
bc19c22381
Adds once to ready event subscriptions
Avoids 'system' imports
2 anos atrás
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