Eric Amodio
8ae14669fb
Adds better provider (GitHub) error handling
2 years ago
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
2 years ago
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 years ago
Eric Amodio
1fc4d399ef
Forces reset on clear
Avoids saving/re-saving object if it isn't changing
2 years ago
Eric Amodio
393155a020
Adds hasChanges
2 years ago
Eric Amodio
77802dc965
Simplifies repository change detection
2 years ago
Eric Amodio
c8e52ba8d9
Adds optional updateContext to git providers
Avoids re-export from git provider service
2 years ago
Eric Amodio
738d5f4933
Removes default params to reduce garbage
2 years ago
Eric Amodio
5167762616
Adds supported schemes declaration
2 years ago
Eric Amodio
ca1da4a8ec
Fixes process import
2 years ago
Eric Amodio
681368353b
Moves path normalization to system/path
Abstracts node path imports to system/path
2 years ago
Eric Amodio
55f7ffb7ba
Removes unused call
2 years ago
Eric Amodio
d1002c3ed0
Converts more file paths to Uris
Adds more docs
Removes unused original file name from diff calls
2 years ago
Eric Amodio
744aaf137e
Defers supported change event checks
2 years ago
Eric Amodio
f894aceb63
Updates branches & tags caching
Avoids default params to reduce garbage
2 years ago
Eric Amodio
da9f5f75c5
Adds comments and clarifies forceSingleLine param
2 years ago
Eric Amodio
5385e29f57
Adds more specific settings typing
2 years ago
Eric Amodio
b083eaca58
Splits Git errors from others
2 years ago
Eric Amodio
ae9ceb7665
Moves unknown GitUri to live on itself
2 years ago
Eric Amodio
5fa7a9a138
Allows debugger statements since removed on build
2 years ago
Eric Amodio
e0915eb66d
Avoids * imports for node libs
2 years ago
Eric Amodio
abcd302580
Changes take Uri rather than string file name
For virtual workspaces. Will be continually converting strings to Uris
2 years ago
Eric Amodio
54f2893305
Removes unneeded regex from logging timestamp
2 years ago
Eric Amodio
b8828552b2
Changes code lens to CodeLens as its a proper name
2 years ago
Eric Amodio
e417446f59
Fixes #1645 - removes regex
Possible catastrophic backtracking with large inputs (very unlikely in the wild)
2 years ago
Eric Amodio
a92c808fc6
Adds CodeLens date/time format setting
2 years ago
Eric Amodio
76e9abdceb
Removes dayjs & uses platform Intl formatting
2 years ago
Eric Amodio
6148927e94
Improves avatar lookup/caching performance
2 years ago
Eric Amodio
88e9a466d2
Improves finding rich provider performance
2 years ago
Eric Amodio
c4f078d1b6
Fixes github code splitting
2 years ago
Eric Amodio
3a525959db
Updates to latest emojis
2 years ago
Eric Amodio
1d93f9cdbd
Reorganizes git models/parsers/formatters imports
Reorganizes local git support to exclude from web
Swaps sha1 usages to md5 to avoid needing sha1 on the web (md5 is required by Gravatar)
Avoids crypto-browserfy and imports md5.js directly
Uses platform crypto for random nonce strings
2 years ago
Eric Amodio
c58e71b2b3
Fixes #1506 : Removes GitHub authentication badge
2 years ago
Eric Amodio
473ecfe558
Fixes #1601 : normalizes time example to local time
2 years ago
Eric Amodio
9812bbff1b
Fixes #1699 : traps errors from getCommitForFile
2 years ago
Eric Amodio
83d4d89068
Fixes #1745 : avoids encoding #
2 years ago
Eric Amodio
9994e1351e
Adds vscodium support to rebase editor
2 years ago
Eric Amodio
777d1359ec
Fixes #1572 : switches to -S if regex is off
While -G & -S aren't equivalent, this gets as close as we can AFAIK
2 years ago
Eric Amodio
b71b309964
Fixes issues w/ quotes and commit search
2 years ago
Eric Amodio
2a9a2e5181
Fixes errors on document outside of a repo
2 years ago
Eric Amodio
15e4f478c3
Fixes decorator
2 years ago
Eric Amodio
a1f38ba28a
Fixes decorator order
2 years ago
Eric Amodio
f74d63f243
Always log fallback watcher
2 years ago
Eric Amodio
3c5160ce50
Improves open editor repo locator perf
Reduces startup git calls
2 years ago
Eric Amodio
0742ce2218
Avoids options object copy
2 years ago
Eric Amodio
98031210de
Consolidates case insensative comparisons
2 years ago
Eric Amodio
0d3a6dc7ee
Fixes view item revealing
Adds proper reveal to repo folders
Adds reveal to contributors git commands
2 years ago
Eric Amodio
e378c14f49
Fixes icon colors
2 years ago
Eric Amodio
7f622925f4
Adds autolinked issues to comparisons
3 years ago
Eric Amodio
a65b894b4e
Improves PR nodes icon & hover
2 years ago