Skip to content
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-1771: Add Runtime page to Workspace details #2371

Merged
merged 1 commit into from
Sep 19, 2016
Merged

CHE-1771: Add Runtime page to Workspace details #2371

merged 1 commit into from
Sep 19, 2016

Conversation

akurinnoy
Copy link
Contributor

@akurinnoy akurinnoy commented Sep 7, 2016

What does this PR do?

This PR adds Runtime page to Workspace details.

Added new dependency which is handled by CQ.

What issues does this PR fix or reference?

#1771 Add Ports section in the workspace configuration
#1772 Add Environment variables in the workspace configuration
#1918 Allow for changes to workspace RAM to existing workspace
#2451 Workspace environment page enhancement

Screenshots

screenshot1
screenshot2

Signed-off-by: Oleksii Kurinnyi okurinnyi@codenvy.com


this.editorOptions = {
lineWrapping: true,
lineNumbers: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove line numbers panel at all - by setting gutters: []

@slemeur
Copy link
Contributor

slemeur commented Sep 7, 2016

Please @akurinnoy attach screenshots or animated gif so we can review the new features here.

@codenvy-ci
Copy link

@codenvy-ci
Copy link

Build # 348 - FAILED

Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/348/ to view the results.

@codenvy-ci
Copy link

@akurinnoy akurinnoy changed the title [WIP] CHE-1771 [WIP] CHE-1771: Add Environment section of Workspace details Sep 12, 2016
@codenvy-ci
Copy link

@akurinnoy akurinnoy force-pushed the CHE-1771 branch 2 times, most recently from 64f3c9b to d8adcdf Compare September 13, 2016 14:34
@codenvy-ci
Copy link

this.updateInProgress = false;
this.lodash = lodash;

this.port = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let port default value be > 1023 - to avoid error message on popup

let isUsed = ctrl.lodash.some(ctrl.machinesList, (machine) => {
return newMachineName !== ctrl.machineName && newMachineName === machine.name;
});
return !isUsed;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe intermediate var not required

@codenvy-ci
Copy link

Build # 405 - FAILED

Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/405/ to view the results.

@codenvy-ci
Copy link

@akurinnoy akurinnoy changed the title [WIP] CHE-1771: Add Environment section of Workspace details CHE-1771: Add Runtime page to Workspace details Sep 16, 2016
constructor($q, $log, $scope, $timeout, cheEnvironmentRegistry) {
this.$q = $q;
this.$log = $log;
this.$scope = $scope;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we using $scope ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@codenvy-ci
Copy link

@codenvy-ci
Copy link

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
@akurinnoy akurinnoy merged commit d546578 into master Sep 19, 2016
@ashumilova ashumilova added this to the 5.0.0-M2 milestone Sep 19, 2016
@codenvy-ci
Copy link

Build # 424 - FAILED

Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/424/ to view the results.

@riuvshin riuvshin modified the milestones: 5.0.0-M3, 5.0.0-M2 Sep 20, 2016
@akurinnoy akurinnoy deleted the CHE-1771 branch September 21, 2016 14:34
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
CHE-1771: Add Runtime page to Workspace details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants