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-10883 migrate from bower to yarn #11301

Merged
merged 1 commit into from
Oct 4, 2018
Merged

CHE-10883 migrate from bower to yarn #11301

merged 1 commit into from
Oct 4, 2018

Conversation

olexii4
Copy link
Contributor

@olexii4 olexii4 commented Sep 21, 2018

Signed-off-by: Oleksii Orel oorel@redhat.com

What does this PR do?

Migrate from bower to yarn.

What issues does this PR fix or reference?

#10881
#10883

@benoitf benoitf added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/task Internal things, technical debt, and to-do tasks to be performed. labels Sep 21, 2018
dashboard/Dockerfile Outdated Show resolved Hide resolved
@ashumilova
Copy link
Contributor

ci-test

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 23, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@vkuznyetsov vkuznyetsov mentioned this pull request Sep 24, 2018
47 tasks
@olexii4
Copy link
Contributor Author

olexii4 commented Sep 24, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 24, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 25, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 25, 2018

ci-test

@ashumilova ashumilova mentioned this pull request Sep 25, 2018
33 tasks
@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@musienko-maxim
Copy link
Contributor

The functional parts work as well. But we have broken icons and dependent images on dashboard. See screenshots below:
workspacedetailsoverviewtest shouldchecknamefield_time-1537882597719-millis

Copy link
Contributor

@musienko-maxim musienko-maxim left a comment

Choose a reason for hiding this comment

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

We should fix images and icons

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 26, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 26, 2018

ci-test

@olexii4
Copy link
Contributor Author

olexii4 commented Sep 27, 2018

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@olexii4 olexii4 force-pushed the CHE-10883 branch 2 times, most recently from 71a8d9a to 5f1a247 Compare October 1, 2018 01:43
@olexii4
Copy link
Contributor Author

olexii4 commented Oct 1, 2018

ci-test

@olexii4 olexii4 changed the title [WIP] CHE-10883 migrate from bower to yarn CHE-10883 migrate from bower to yarn Oct 1, 2018
@riuvshin
Copy link
Contributor

riuvshin commented Oct 1, 2018

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@SkorikSergey
Copy link
Contributor

Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/894/) doesn't show any regression against this Pull Request.

* Contributors:
* Red Hat, Inc. - initial API and implementation
*/
export interface ICheWindow extends Window{
Copy link
Contributor

Choose a reason for hiding this comment

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

missing space after Window

@nickboldt
Copy link
Contributor

Will this change be included in 6.12.0 release?

@nickboldt
Copy link
Contributor

Also I just noticed this moves us from node 6.11.2 -> 8.10.0.

Will a similar change also happen for the node project in https://github.com/eclipse/che-lib/tree/master/che-terminal-client ? It would be good to be able to build all of Che with the same pod definition (all with the same version of npm/node/mvn/java/golang).

@olexii4
Copy link
Contributor Author

olexii4 commented Oct 3, 2018

@AndrienkoAleksandr WDYT?

@AndrienkoAleksandr
Copy link
Contributor

@nickboldt for build xterm.js we don't use docker.

@nickboldt
Copy link
Contributor

@nickboldt for build xterm.js we don't use docker.

I'm not talking about docker - I asked about node 6 -> 8. You definitely use npm:

https://github.com/eclipse/che-lib/blob/master/che-terminal-client/pom.xml#L88

@AndrienkoAleksandr
Copy link
Contributor

@nickboldt I do full rebuild Eclipse CHE quite often. And On the my laptop I set up node 8.9.1. So I do build xterm.js (in the che-lib) with this version and everithing is ok.

Signed-off-by: Oleksii Orel <oorel@redhat.com>
@olexii4
Copy link
Contributor Author

olexii4 commented Oct 4, 2018

ci-test

@riuvshin
Copy link
Contributor

riuvshin commented Oct 4, 2018

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11301
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@ashumilova ashumilova removed their request for review October 4, 2018 13:16
@olexii4 olexii4 merged commit 29818c2 into master Oct 4, 2018
@olexii4 olexii4 deleted the CHE-10883 branch October 4, 2018 13:17
@benoitf benoitf added this to the 6.12.0 milestone Oct 4, 2018
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants