-
Notifications
You must be signed in to change notification settings - Fork 70
[Draft] Add support for Devant connections in BI #934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
kaje94
wants to merge
90
commits into
wso2:main
Choose a base branch
from
kaje94:devant-connectors-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 45 commits
Commits
Show all changes
90 commits
Select commit
Hold shift + click to select a range
209d449
Copied platform-ext changes from feature-cloud-mode
kaje94 6d675f9
revert versions in package json for choreo and platform
kaje94 4a72c25
update pipeline to publish platform ext to vscode public repo
kaje94 229bc98
fix bug when pushing source to remote repo
kaje94 660f746
update the readme of platform extension
kaje94 b3bc93e
sync choreo workspace changes into devant-main-sync branch
kaje94 e5338a7
disable existing directory init for bare repos
kaje94 5e2f68e
avoid showing gitpat when checking access to repo
kaje94 5b0c2ff
fix bitbucket repo based component creation
kaje94 0b7047c
update the package versions of react-markdown
kaje94 0185656
bump zod package version in platform ext
kaje94 560b68a
update pnpm lock file
kaje94 c9c6156
add devant connection creation functionality to BI
kaje94 c638d05
refactor the devant connector create form
kaje94 7ba6a80
add connection name validation
kaje94 966c4e9
create config variables when creating devant connections
kaje94 09827fb
implement config file generation
kaje94 124492a
update the openapi spec before creating the file
kaje94 a7a0d06
fix connection adding flow
kaje94 3b4b14e
show devant connection name in the pallete
kaje94 f6fad48
delete devant connection when deleting BI connection
kaje94 8a08d60
add functionality to import devant connection into BI project
kaje94 343ddb7
add devant debugging functionality
kaje94 27ff1ad
implement platform extension store within BI
kaje94 71855a9
refactor platform ext context into new file
kaje94 9f2bcf4
refactor existing platform extension hooks
kaje94 07cdf7a
add selected component when initialization
kaje94 4bae77a
fix cloud editor org dropdown in component creation flow
kaje94 b2e69e8
update ballerina extension to use platform ext store
kaje94 f83039c
update webview to fully rely on plaform ext store
kaje94 b48f031
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 6b8b253
resolve merge conflicts
kaje94 e5762f8
fix failure when creating or importing connections
kaje94 e720601
refactor setupDevantProxyForDebugging function
kaje94 dd37ad5
add persistence for react query in BI
kaje94 efc0456
move platform extension context provider to seperate directory
kaje94 b2b98f6
refactor platform ext rpc manager
kaje94 1170f89
update the devant connection listing screen
kaje94 e3839b9
fix deployable artifacts refetch logic
kaje94 a2b4924
fix project level connection not creating
kaje94 0759528
add minor improvements to devant connections flow
kaje94 c54c57f
extend connection list item in BI
kaje94 0b1a47e
rename devant connection to remove connection
kaje94 f554f14
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 ef72eb2
update pnpm lock file
kaje94 492b801
update pallete to show devant project link
kaje94 6839c92
review changes related to devant connections
kaje94 539a4c5
remove comment in platform utils
kaje94 044903d
temporarily remove the getDevantConnectorInitKey function
kaje94 b211cd4
hide linking action on empty side panel
kaje94 f339fa2
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 71db972
fix invalid connection template being generated
kaje94 d4fd648
rename remoteConnection to remoteId
kaje94 c13c6e3
add confirmation before importing connection
kaje94 146435d
hide devant connectors from custom connector view
kaje94 7bd6ed9
move schemas to new directory
kaje94 02732e6
refactor devant config management when launching
kaje94 004c2c9
fix failures in linux startup
kaje94 8ea007a
allow linking non git repositories with platform ext
kaje94 4987d3e
unsubscribe to platform ext events from ballerina
kaje94 a0ed764
not show endpoint details if using default endpoints
kaje94 a0ead25
fix lint failures in platform webview
kaje94 2232c5d
add dropdown to select whether want to debug with devant
kaje94 fab0879
fix context creation in mono repo
kaje94 3c4527e
fix invalid project name when templating devant connections
kaje94 8c3e871
show notification if user not logged in when debugging
kaje94 dcc2998
improve the run debug dropdown ux
kaje94 6990343
fix formatting in platform rpx manager
kaje94 33ecfb1
fix run button not working during devant teleport
kaje94 2c2b969
display 3rd party service in marketplace
kaje94 b2d1d90
fix openapi spec display for 3rd party apis
kaje94 f55b1ce
add support for creating 3rd party apis in devant
kaje94 0dab0b8
update the run in devant dropdown select
kaje94 884994e
show error when devant connection is deleted
kaje94 56aaba2
resubscribe to platform store based on project path change
kaje94 52af001
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 cbb0954
Show connector form after adding a 3rd party connector
kaje94 74c1a71
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 72acec0
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 dc2a9b5
fix crash when selecting connector
kaje94 97fa3ef
update new connector ui with devant connector form
kaje94 09f6d98
update based on pr changes
kaje94 83e6a3c
fix ui issue when showing empty content
kaje94 ed986ed
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 a314f44
add support to created 3rd party devant connection with new ui
kaje94 792645a
Fix third party api import with the new UI
kaje94 b263fe0
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 a0e4752
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 79f452a
update devant rpc calls
kaje94 21d5e58
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaje94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,5 +83,7 @@ package.json.backup | |
|
|
||
| pnpm-lock.yaml | ||
|
|
||
| TODO.md | ||
|
|
||
| # AI evaluation results | ||
| **/results | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.