-
Notifications
You must be signed in to change notification settings - Fork 6
Adapt rstudio, code-tunnel and code-server apps for sofia #96
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
3975fce
Adapt rstudio app for sofia
6656856
Adapt code-tunnel to sofia
935c337
Adapt code-server for sofia
a95e910
Bump version and add changelog entry for sofia code-server adaptation
db60c50
Bump version and add changelog entry for sofia code-tunnel adaptation
34cf967
Sync spec file with main
04708f8
Merge branch 'main' into sofia-rstudio
1646360
Merge branch 'main' into sofia-code-server
713b99d
Merge branch 'main' into sofia-code-tunnel
1e6a680
Adapt tunnel name on sofia
958ec7f
Also write the tmux session content to file for better debugging
7ddc7b8
Merge branch 'sofia-rstudio' into sofia-rstudio-code-apps
5567bae
Merge branch 'sofia-code-tunnel' into sofia-rstudio-code-apps
e783cc2
Merge branch 'sofia-code-server' into sofia-rstudio-code-apps
7679ba2
Use VSC env var instead of computing cluster name
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| export VSCODE_CLI_USE_FILE_KEYCHAIN=1 | ||
| reset | ||
| echo | ||
| echo "Copy the device code, open the url and paste it to create the tunnel vsc-$USER-$(hostname -d | sed 's/.os$//')" | ||
| echo "Copy the device code, open the url and paste it to create the tunnel vsc-$USER-$TUNNEL_DOMAIN" | ||
| echo | ||
| code tunnel --accept-server-license-terms --name vsc-$USER-$(hostname -d | sed "s/.os$//") | ||
| code tunnel --accept-server-license-terms --name vsc-$USER-$TUNNEL_DOMAIN |
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
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.