Eric Amodio
0b8f151bd0
Changes to type only imports where possible
2年前
Eric Amodio
a166508f4e
Hides line history for GitHub
2年前
Eric Amodio
5ddd0f731b
Fixes issues with repo path not matching
Caches failed to clear, etc
2年前
Eric Amodio
a18c8c50b7
Adds migration for pins with old keys
2年前
Eric Amodio
445edcc093
Hides commands not available in virtual workspaces
2年前
Eric Amodio
87f5910d11
Fixes command execute issue
2年前
Eric Amodio
53e200253b
Re-enables github split chunk
2年前
Eric Amodio
16ab932abf
Adds patch for tr46 dependency
It is a large dependency, that isn't needed for our use of node-fetch
2年前
Eric Amodio
7b5c5ffbe4
Avoids more circular references
2年前
Eric Amodio
42aca90f2c
Changes to analyze prod build
2年前
Eric Amodio
0a6c6cc966
Reworks imports for commands and constants
Avoids circular imports
2年前
Eric Amodio
a44ca2d5de
Moves some util functions to utils
Moves repo picking utils to RepositoryPicker
2年前
Eric Amodio
94e1ae3622
Consolidates executeCommand calls
2年前
Eric Amodio
e3cfedc0d1
Moves CharCodes into constants
2年前
Eric Amodio
1e6a480279
Moves utils out of constants
2年前
Eric Amodio
7381857a9c
Moves context key handling out of constants
2年前
Eric Amodio
5c748e0fb9
Moves all storage access into new class
2年前
Eric Amodio
8c6a149cd8
Updates esbuild
2年前
Eric Amodio
8652878ed8
Updates dependencies
2年前
Eric Amodio
8396a854cb
Avoids blame when contents are changed for GitHub
Until this can be implemented properly
2年前
Eric Amodio
7fa3565940
Deals with resolved vs unresolved previous shas
2年前
Eric Amodio
69accb6992
Disables eslint caching -- causes too many issues
2年前
Eric Amodio
f00ea26856
Avoids passing in Uri to commit previous compare
2年前
Eric Amodio
c478b0f031
Fixes changes hover with uncommitted changes
2年前
Eric Amodio
86a30ae17a
Ensures `HEAD` gets remapped to proper revision
Adds types for comparison uri methods
2年前
Eric Amodio
3a3042352a
Adds missing query headers
2年前
Eric Amodio
8ddfa2b152
Removes `previous*` props to avoid confusion
2年前
Eric Amodio
0d9f9c3871
Adds get next comparison uris for GitHub
Adds get previous line comparison uris for GitHub
Improves perf of get previous comparison uris for GitHub
Replaces HEAD usage with proper revision for GitHub
Renames comparison uri methods for clarity
2年前
Eric Amodio
e04a58db9c
Combines blame file vs contents
Providers can now choose how to handle editor contents blaming
Simplies "commit" line model to just have line & originalLine
- Not really accurate for log parsing, but close enough
Adds forces line blame to improve performance
2年前
Eric Amodio
aca5a81a35
Ensures that we use the proper opened repo
2年前
Eric Amodio
496c35eaef
Removes more system imports
2年前
Eric Amodio
af77ab6eac
Fixes regressions with path handling
2年前
Eric Amodio
17c1e42614
Continues refinement of the commit quickpicks
2年前
Eric Amodio
7501f14d4e
Adds restricted import rules
2年前
Eric Amodio
d0c8dacfc1
Fixes get previous commit nav for GitHub
2年前
Eric Amodio
8c01c228a7
Removes reveal/search from commit quickpick items
In favor of the same options as buttons on the commit item itself
2年前
Eric Amodio
c49cb274c9
Fixes file history on the web
Moves scm git uri creation to local git provider
Removes relative path usages from GitUri
Adds commit.findFile overload for a uri
2年前
Eric Amodio
22b11e61a9
Changes status file call to use Uris
2年前
Eric Amodio
454893f950
Reorganizes commit quick pick menus
Adds separators to better group commands
Adds isPushed to commits
2年前
Eric Amodio
1a1540a202
Passes the container to commits
Moves formatting globals to the container
2年前
Eric Amodio
fa6d7213bf
Updates dependencies
2年前
Eric Amodio
54dce9481c
Changes GitHub scopes to include user access
2年前
Eric Amodio
6fcdfc8fcf
Adds contributors support for GitHub
Adds authors filtering to commits
2年前
Eric Amodio
15f5830735
Simplifies format logging
2年前
Eric Amodio
5a3e6a4e18
Fixes missing return
2年前
Eric Amodio
efc567b860
Adds commit count for GitHub
Splits get commit branches into 2 methods
2年前
Eric Amodio
264224b22b
Impls changed file count for GitHub
2年前
Eric Amodio
720f6f44e6
Removes reogue debugger statement
2年前
Eric Amodio
7947a0551e
Implements getting commit on branches for GitHub
Consolidates into a single method call
2年前
Eric Amodio
8d8ba961cc
Changes DocumentSchemes to just Schemes
2年前