Eric Amodio
69accb6992
Disables eslint caching -- causes too many issues
2 years ago
Eric Amodio
f00ea26856
Avoids passing in Uri to commit previous compare
2 years ago
Eric Amodio
c478b0f031
Fixes changes hover with uncommitted changes
2 years ago
Eric Amodio
86a30ae17a
Ensures `HEAD` gets remapped to proper revision
Adds types for comparison uri methods
2 years ago
Eric Amodio
3a3042352a
Adds missing query headers
2 years ago
Eric Amodio
8ddfa2b152
Removes `previous*` props to avoid confusion
2 years ago
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 years ago
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 years ago
Eric Amodio
aca5a81a35
Ensures that we use the proper opened repo
2 years ago
Eric Amodio
496c35eaef
Removes more system imports
2 years ago
Eric Amodio
af77ab6eac
Fixes regressions with path handling
2 years ago
Eric Amodio
17c1e42614
Continues refinement of the commit quickpicks
2 years ago
Eric Amodio
7501f14d4e
Adds restricted import rules
2 years ago
Eric Amodio
d0c8dacfc1
Fixes get previous commit nav for GitHub
2 years ago
Eric Amodio
8c01c228a7
Removes reveal/search from commit quickpick items
In favor of the same options as buttons on the commit item itself
2 years ago
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 years ago
Eric Amodio
22b11e61a9
Changes status file call to use Uris
2 years ago
Eric Amodio
454893f950
Reorganizes commit quick pick menus
Adds separators to better group commands
Adds isPushed to commits
2 years ago
Eric Amodio
1a1540a202
Passes the container to commits
Moves formatting globals to the container
2 years ago
Eric Amodio
fa6d7213bf
Updates dependencies
2 years ago
Eric Amodio
54dce9481c
Changes GitHub scopes to include user access
2 years ago
Eric Amodio
6fcdfc8fcf
Adds contributors support for GitHub
Adds authors filtering to commits
2 years ago
Eric Amodio
15f5830735
Simplifies format logging
2 years ago
Eric Amodio
5a3e6a4e18
Fixes missing return
2 years ago
Eric Amodio
efc567b860
Adds commit count for GitHub
Splits get commit branches into 2 methods
2 years ago
Eric Amodio
264224b22b
Impls changed file count for GitHub
2 years ago
Eric Amodio
720f6f44e6
Removes reogue debugger statement
2 years ago
Eric Amodio
7947a0551e
Implements getting commit on branches for GitHub
Consolidates into a single method call
2 years ago
Eric Amodio
8d8ba961cc
Changes DocumentSchemes to just Schemes
2 years ago
Eric Amodio
c7d3d697a2
Changes supported schemes to set for faster access
2 years ago
Eric Amodio
f6f63cc706
Fixes reversed var name
2 years ago
Eric Amodio
95224527d8
Exports fetch as non-default
2 years ago
Eric Amodio
f8f3c3ed69
Updates dependencies & 3rd party notices
2 years ago
Eric Amodio
de438a4c8f
Improves oldest ref parser
2 years ago
Eric Amodio
bc0bf420f4
Adds `${link}` token to commits
Improves commit tooltips
2 years ago
Eric Amodio
6ffe113669
Completes consolidation of git commit models
2 years ago
Eric Amodio
9809dc43f3
Adds new log parsers
Uses new log parser for contributors & refs
Removes shortlog references
2 years ago
Eric Amodio
4979fb1e39
Attempts to consolidate commit models (wip)
First pass at converting "blame" commits into a unified model
2 years ago
Eric Amodio
ce66524746
Fixes alignment issue when showing changes diff
Adds changes diff for first commit changes
2 years ago
Eric Amodio
7825db30d0
Removes useless async
2 years ago
Eric Amodio
826f6552c2
Fixes git:// uris
2 years ago
Eric Amodio
c75306d049
Fixes imports
2 years ago
Eric Amodio
efacb6c001
Keys authors by name (to match local git)
2 years ago
Eric Amodio
f107ef29d9
Remove date formatter
Since we are using native date formatting the formatter abstraction is no longer needed
2 years ago
Eric Amodio
b7c1697755
Re-enables eslint caching
2 years ago
Eric Amodio
10b9f2e209
Forces cache refresh on history refresh button
2 years ago
Eric Amodio
f04ece796f
Fixes sourcemap mapping on web ext host
2 years ago
Eric Amodio
5374a1de9b
Avoids some debugger calls
Adds app/env to startup logging
2 years ago
Eric Amodio
6300891c19
Adds comment for future vsls + virtual support
2 years ago
Eric Amodio
cb62f1c7cb
Updates dependencies
2 years ago