-
Couldn't load subscription status.
- Fork 60
VSCode extension 'epam.remote-cp' #4112
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
Open
tanas80
wants to merge
17
commits into
develop
Choose a base branch
from
atanas/vscode-extension
base: develop
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.
Open
Conversation
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
Add remote view 'cloudPipelineHosts'. Add validate/commands.
Add registerAuthResolver. Change esbuild esm to tsc -b cjs. Minor fixes. Fix activate removing check for remoteAuthority.
Add CloudPipeClient .getTunnelList() .stopTunnel() Fix SSHConnection hadnling promises cancel() Fix PipeTunnel to tunnel stop on dispose(), WIP Eslint: enable rule no-floating-promises Add build up .vsix package on webpack
Add CP_PL Add ext config platformUrl Add ext config prefix Add builtin env CP_PLATFORM_URL Fix eslint for webpack.config.js, jest.config.js Add CpConfig, CpExtension
Add untarFile.
…ud-pipeline into atanas/vscode-extension
Fix handling CpTokenExpiredError and CpAuthInvalidError. Fix CpClient ensureConfig and ensurePipeExec before. Add CpClient execPipeCommand retry. Add extension config: .api.endpoint, auth.endpoint, pipe.apiUri, .pipe.apiToken. Add CpAuthResolver. Fix PipeTunnel.start() for skipping logs.
Add settings 'logLevel'. Fix logs for info, debug, trace. Fix client config before resolve remote. Fix tunnel start to --ignore-existing (lsof error on MacOS). Add uri handler to open remote folder. Fix config to have local .data with postponed .save. Fix config to use process.env variables. Add dependency on 'epam.remote-cp-helper' extension. Fix PipeTunnel .start displaying progress.
Add FileLogger. Add update pipe client snooze, keep (current). Add update pipe client button to remote explorer. Add configuration 'onStart' to transfer state. Add reset config command. Fix run list label and group by owner. Remove webpack defines (to .env)
Remove config onStart. Bump version to 0.1.0. Fix logger file. Fix local files path to globalStoragePath.
Fix FileLogger enable logLevel filter. Fix run tree view for webview. Fix run tree view enable filter. Fix CpExtConfig mark settings dirty on read.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cloud Pipeline pipe cli is required to access the Cloud Pipeline platform instance.
The extension will download pipe cli, and configure it while connecting to the platform.
The 'remote-cp-helper' extension patches product.json so that the 'remote-cp' extension can use the proposal API.
The main 'remote-cp' extension declares that it depends on 'remote-cp-helper' and expects remote-cp-helper to be activated first.
The 'remote-cp' opens projects with a command like
code --remote cp-remote+pipeline-77805 root/projs/test-1and also it can open links like this
start vscode://epam.remote-cp/pipeline-7785/root/projs/test-1