-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[JetBrains EAP] Add actions Copy URL
and Copy Web URL
to the terminal's ports context menu
#14356
Merged
Conversation
This file contains 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
started the job as gitpod-build-jetbrains-copy-port-url-action.1 because the annotations in the pull request description changed |
akosyakov
reviewed
Nov 2, 2022
components/ide/jetbrains/backend-plugin/src/main/resources-latest/META-INF/extensions.xml
Outdated
Show resolved
Hide resolved
akosyakov
reviewed
Nov 2, 2022
.../backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/latest/GitpodCopyPortUrlAction.kt
Outdated
Show resolved
Hide resolved
akosyakov
reviewed
Nov 2, 2022
.../backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/latest/GitpodCopyPortUrlAction.kt
Outdated
Show resolved
Hide resolved
felladrin
force-pushed
the
jetbrains/copy-port-url-action
branch
from
November 2, 2022 15:09
d39d5d6
to
5501093
Compare
...s/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/latest/GitpodCopyWebUrlAction.kt
Outdated
Show resolved
Hide resolved
…nals from JetBrains EAP IDEs Co-authored-by: Andrea Falzetti <[email protected]> Co-authored-by: Anton Kosyakov <[email protected]>
felladrin
force-pushed
the
jetbrains/copy-port-url-action
branch
from
November 2, 2022 16:15
5501093
to
31c0efe
Compare
felladrin
changed the title
[JetBrains EAP] Add action
[JetBrains EAP] Add actions Nov 2, 2022
Copy Port URL
on forwarded ports in terminalsCopy URL
and Copy Web URL
for forwarded ports in terminals
felladrin
changed the title
[JetBrains EAP] Add actions
[JetBrains EAP] Add actions Nov 2, 2022
Copy URL
and Copy Web URL
for forwarded ports in terminalsCopy URL
and Copy Web URL
to the terminal's ports context menu
andreafalzetti
approved these changes
Nov 2, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work! thanks for adding this 🚀
tested and works as expected 👌
roboquat
added
deployed: IDE
IDE change is running in production
deployed
Change is completely running in production
labels
Nov 2, 2022
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
deployed: IDE
IDE change is running in production
deployed
Change is completely running in production
editor: jetbrains
release-note
size/L
team: IDE
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.
Description
This PR enables the Port Forwarding Action initially implemented by @andreafalzetti.
When the user expands the "Forwared Port context menu" there's an option for copying the URL from that port:
Copy URL
copies the forwarded URL (e.g.http://127.0.0.1:8000
)Copy Web URL
copies the exposed URL (e.g.https://8000-gitpodio-gitpod-37qofs346l3.ws-eu73.gitpod.io
)The 'Copy Web URL' is also available in the non-forwared port context menu:
Note: The action is disabled when used from the Search Menu, and will only be displayed (greyed-out) if the user checks the "Include non-project items" box.
Related Issue(s)
Initially implemented in #13990
How to test
python -m http.server
Release Notes
Werft options: