Eric Amodio
db77e8aebe
Adds visual file history webviews (wip)
2 лет назад
Eric Amodio
9deef97b44
Adds refresh to email validation
2 лет назад
Eric Amodio
43f7ff2291
Adds authentication dependency
2 лет назад
Eric Amodio
599b7e67c7
Updates dependencies
2 лет назад
Eric Amodio
946bfd8ba3
Fixes display states for worktrees welcome view
2 лет назад
Justin Roberts
9d6219db64
Adds more walkthrough images and fixes file names
2 лет назад
Eric Amodio
394b027f9a
Renames Logout to Disconnect Account for clarity
2 лет назад
Eric Amodio
727deb53da
Adds learn about premium buttons to Home
Adds Learn about Premium Features to command palette
2 лет назад
Justin Roberts
2e0a42144f
Adds getting started and premium walkthroughs
2 лет назад
Eric Amodio
afa2201f5d
Adds walkthrough (wip)
2 лет назад
Eric Amodio
a540814a22
Improves home, welcome, getting started experience
Adds links footer to home view when welcome is hidden
Polishes welcome/settings page headers
Removes links from welcome page
Removes old welcome view
2 лет назад
Eric Amodio
d6125421a4
Updates dependencies
2 лет назад
Eric Amodio
1adc4be687
Adds branch comparisons to worktrees
Adds associated PRs to worktree branches
Adds worktrees to the settings page
Adds unpublished markers to worktrees
2 лет назад
Eric Amodio
cf31232c64
Adds reveal in file explorer to worktrees
2 лет назад
Eric Amodio
7cb36db450
Adds "main" flag to worktrees
Disallows deletes of main worktrees & handles errors if attempted
Disallows skip confirmation of worktree create
Fixes issues with worktree folder location choosing and creation
Forces prompting for worktree location by default
2 лет назад
Eric Amodio
97410679b3
Polishes subscription messaging & flows
2 лет назад
Eric Amodio
5ad4d74fa0
Adds worktree support
Adds worktree open, create, & delete palette command
2 лет назад
Eric Amodio
70eee1dc9b
Adds GitKraken subscriptions support
For upcoming premium features
3 лет назад
Eric Amodio
fc0b135949
Updates dependencies
2 лет назад
Eric Amodio
2ba14b3fad
Updates dependencies
2 лет назад
Eric Amodio
239320a30f
Adds commit search support for GitHub
Hides unsupported search options
2 лет назад
Eric Amodio
0e426da1da
Updates dependencies
2 лет назад
Eric Amodio
a166508f4e
Hides line history for GitHub
2 лет назад
Eric Amodio
445edcc093
Hides commands not available in virtual workspaces
2 лет назад
Eric Amodio
42aca90f2c
Changes to analyze prod build
2 лет назад
Eric Amodio
8c6a149cd8
Updates esbuild
2 лет назад
Eric Amodio
8652878ed8
Updates dependencies
2 лет назад
Eric Amodio
fa6d7213bf
Updates dependencies
2 лет назад
Eric Amodio
f8f3c3ed69
Updates dependencies & 3rd party notices
2 лет назад
Eric Amodio
cb62f1c7cb
Updates dependencies
2 лет назад
Eric Amodio
e175082192
Add basic virtual repository support (wip)
2 лет назад
Eric Amodio
03d2b74fc9
Centralizes uris into the provider model
Reworks revision uris to use a packed authority for better stability
2 лет назад
Eric Amodio
0128f0ab03
Updates dependencies
2 лет назад
Eric Amodio
8b9bd7945e
Removes repo casing warning
Should hopefully no longer be required
2 лет назад
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 лет назад
Eric Amodio
774c7d38d9
Adds trie to ultimately use for repo path lookups
Adds unit testing (just for the trie for now)
2 лет назад
Eric Amodio
a14c20654b
Upgrades TypeScript & other dependencies
3 лет назад
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
3 лет назад
Eric Amodio
9973901ea8
Upgrade dependencies
3 лет назад
Eric Amodio
444dafb01c
Updates dependencies
3 лет назад
Eric Amodio
7326b4f82e
Renames `pack` script
Moves eslint ignores into rc file
Removes unused dev dependency
3 лет назад
Eric Amodio
b8828552b2
Changes code lens to CodeLens as its a proper name
3 лет назад
Eric Amodio
a428b6ab93
Updates dependencies & uses squoosh by default
3 лет назад
Eric Amodio
6e37d75111
Updates licenses
3 лет назад
Eric Amodio
a92c808fc6
Adds CodeLens date/time format setting
3 лет назад
Eric Amodio
76e9abdceb
Removes dayjs & uses platform Intl formatting
3 лет назад
Eric Amodio
eab8a134ee
Updates dependencies
3 лет назад
Eric Amodio
d9e60a388e
Updates dependencies
3 лет назад
Eric Amodio
04219219a7
Adds squoosh image minify build option
Adds image minify webpack config for debugging
3 лет назад
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
3 лет назад