-
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
CHE-2059 Add ssh view for workspace in UD #2980
Merged
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
benoitf
added
kind/enhancement
A feature request - must adhere to the feature request template.
status/in-progress
This issue has been taken by an engineer and is under active development.
sprint/current
labels
Nov 4, 2016
14 tasks
Build # 922 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/922/ to view the results. |
benoitf
changed the title
[WiP] CHE-2059 Add ssh view for workspace in UD
CHE-2059 Add ssh view for workspace in UD
Nov 4, 2016
akurinnoy
approved these changes
Nov 4, 2016
olexii4
approved these changes
Nov 7, 2016
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/949/ |
benoitf
force-pushed
the
CHE-2059-4
branch
2 times, most recently
from
November 8, 2016 14:10
d601a0d
to
c4ff64c
Compare
- allow to view default ssh key for workspace - allow to remove this default key - allow to generate default key if not present Change-Id: Ifca18aed416f91846cf1adeb2a6e32389df196d3 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
ashumilova
approved these changes
Nov 8, 2016
…ult ssh key for workspace - allow to remove this default key - allow to generate default key if not present Change-Id: I89159e07be4872b1582c03cbbc5889bb4254b07d Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
benoitf
removed
sprint/current
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Nov 8, 2016
Thank you |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/959/ |
JPinkney
pushed a commit
to JPinkney/che
that referenced
this pull request
Aug 17, 2017
* CHE-2059 Add ssh view for workspace in UD - allow to view default ssh key for workspace - allow to remove this default key - allow to generate default key if not present Change-Id: Ifca18aed416f91846cf1adeb2a6e32389df196d3 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
skabashnyuk
pushed a commit
that referenced
this pull request
Jan 3, 2020
* CHE-2059 Add ssh view for workspace in UD - allow to view default ssh key for workspace - allow to remove this default key - allow to generate default key if not present Change-Id: Ifca18aed416f91846cf1adeb2a6e32389df196d3 Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
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.
What does this PR do?
Add ssh view for workspace
What issues does this PR fix or reference?
#2059
Previous behavior
No ssh view was existing
New behavior
New tab ssh for workspace
allow to view default ssh key for workspace
allow to remove this default key
allow to generate default key if not present
view mode:
generate mode (if no ssh key):
Change-Id: Ifca18aed416f91846cf1adeb2a6e32389df196d3
Signed-off-by: Florent BENOIT fbenoit@codenvy.com