Eric Amodio
00c9e6611e
Fixes #2940 relaxes OpenAI key validation
1 year ago
Eric Amodio
243b22cf4f
Fixes lint issues
1 year ago
Eric Amodio
9b83093848
Ensures config is readonly
Replaces many enums with union types
1 year ago
Ramin Tadayon
cc3b2ff7d6
Fixes matching repo in path mapping for deep link when already open
1 year ago
Ramin Tadayon
77fd1c9717
Enables native git ops (fetch, push, pull) by default
1 year ago
Ramin Tadayon
adbe531c41
Pretties
1 year ago
Eric Amodio
f14093971e
Removes unused using
1 year ago
Eric Amodio
1b2fddd714
Fixes duplicated autolinks/issues/prs
Adds state prop to issues & prs
Removes some enums in favor of union types
1 year ago
Eric Amodio
6de04e3e5e
Improves getting the associated pr with a branch
Removes `getPullRequestForBranch` from GitProviderService as it doesn't belong there
1 year ago
Eric Amodio
5b2e46ac37
Adds cancellation support to integration requests
- To be used in the future
1 year ago
Ramin Tadayon
800641ec6a
Updates graph dependency
1 year ago
Eric Amodio
8b330958b8
Consolidates exception handling
1 year ago
Eric Amodio
8465f708ff
Fixes #2928 create new file on apply
1 year ago
Eric Amodio
195bc9751e
Improve perf/experience with connected remotes
- Avoids blocking UI & improves perf of enrichment of autolinks & PRs
- Affects inline blame, hovers, statusbar blame, autolinks
Improves performance of autolink detection
Improves line tracking & state management
- Avoids using a class for state
- Only resets when needed
- Adds more state storage & updates state rather than replacing it
Adds a new CacheProvider for better caching
1 year ago
Eric Amodio
dab66129a1
Renames urlKey and adds it to RemoteProvider too
1 year ago
Eric Amodio
badc322cbd
Renames hasRichProvider to hasRichIntegration
- Aligns with RichRemoteProvider call
1 year ago
Eric Amodio
78e4c30c73
Avoids calling dispose after cancel
1 year ago
Eric Amodio
db297345fb
Fixes login issue
1 year ago
Keith Daulton
732f890336
Fixes live share url conversion
Co-authored-by: Eric Amodio <eamodio@users.noreply.github.com>
1 year ago
Eric Amodio
aade7ef343
Renames unStage to unstage (more)
1 year ago
Eric Amodio
05b2d3ba6c
Renames unStage to unstage
1 year ago
Eric Amodio
b53d8a7db4
Updates dependencies & linting
1 year ago
Eric Amodio
4dd40cc045
Reduces validation checks
1 year ago
Eric Amodio
59dc348453
Fixes workspaces view refresh
1 year ago
Eric Amodio
55d679742d
Adds logging to workspaces
1 year ago
Eric Amodio
ceb5739e5a
Optimizes best remote detection (still wip)
Fixes leak with rich remote providers
Avoids needing repo remote subscriptions
1 year ago
Eric Amodio
f538920310
Uses Uris to avoid extra regex processing
1 year ago
Eric Amodio
a4f4e11b0c
Updates dependencies
1 year ago
Keith Daulton
0c3c28df26
Updates list items
1 year ago
Eric Amodio
97316ef8a0
Adds staged/unstages groups on Commit Details
Converts file changed web components to Lit
1 year ago
Eric Amodio
aeae1e19c3
Changes menu toggle to be clearer
- Replaces "Toggle <x>: <state>" pattern with actual toggle action
1 year ago
Eric Amodio
da8f3a1d04
Fixes restore of the Commit Details on load
1 year ago
Eric Amodio
8ec400e616
Fixes "View as" toggle on Commit Details
1 year ago
Eric Amodio
6ec4b4c9c2
Fixes wlecome view not showing when cleared
1 year ago
Eric Amodio
5722c35895
Closes #2908 relaxes AzDO PR autolink detection
1 year ago
Eric Amodio
84590526a7
Updates dependencies
1 year ago
Eric Amodio
36d0c17fbf
Updates dependencies
- Bumps Graph component w/ new mulitline commit message rendering
1 year ago
Eric Amodio
abba69b9b1
Always persists items in search & compare view
- Removes pinning notion from search & compare view
- Removes "Keep Results" toggle from search & compare view
Persists "reviewed" checkboxes in comparisons
1 year ago
Eric Amodio
983072642f
Fixes #2896 adds timeout to visibility requests
1 year ago
Eric Amodio
a6dc6662ef
Consolidate fetch urls and access
1 year ago
Keith Daulton
1e138a53fe
Bumps to v14.3.0
1 year ago
Keith Daulton
70274828fe
Updates CHANGELOG
1 year ago
Eric Amodio
a470ac8590
Delay load some services until needed
1 year ago
Eric Amodio
b032f658aa
Adds placeholder string to repo pickers
1 year ago
Eric Amodio
f8e2f3ab42
Updates dependencies
1 year ago
Eric Amodio
c219ae04d0
Avoids logging error if mapping files aren't found
1 year ago
Keith Daulton
b180bffa99
Fixes icons in action item component
1 year ago
Ramin Tadayon
efd7ba047e
Improve comparison deep link processing from PRs ( #2894 )
* Adds secondary remote match and improves branch resolution
* Updates branch format to {owner}/{repoName}:{branchName}
1 year ago
Eric Amodio
88c2e981a8
Fixes issue with fetching non-current branches
1 year ago
Eric Amodio
a62d76ebe8
Fixes missing context menu commands on branches
1 year ago