Commit Graph

8482 Commits (98b36c7f1e8c83f7109f999991fef47d757e2dc2)

Author SHA1 Message Date
Igor Ohrimenko 201d5adf92
[Happy Path] Add checking of the deployed application readiness in the "Happy Path" scenario (#15692)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-01-14 17:48:11 +02:00
Radim Hopp 78e60e6ced Extract & edit `waitForDebuggerToConnect` according to Ihor's review.
Signed-off-by: Radim Hopp <rhopp@redhat.com>
2020-01-14 13:54:44 +01:00
Radim Hopp 520be8907c Fix Happy Path
https://github.com/eclipse/che/issues/15613

Signed-off-by: Radim Hopp <rhopp@redhat.com>
2020-01-14 13:54:44 +01:00
Oleksii Orel b52a2efdce
Implemented the 'Get Started' page for UD (#15642)
* Implemented the 'Get Started' page for UD

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

* fix locator for Search field

* remove checkSearchField method from UNDER_REPAIR group in WorkspacesListTest

Co-authored-by: Sergey Skorik <sskoryk@redhat.com>
2020-01-14 13:26:48 +02:00
Masaki Muranaka 9d6cb68aa8
Merge pull request #15227 from kellyhyomin/che-15168
Update prometheus and grafana version in requirement.yaml file to be compatible with k8s v1.16
2020-01-14 09:33:24 +09:00
Max Shaposhnik 481ca8863f
Remove outdated class 2020-01-13 19:09:04 +02:00
Kye Maloy 9372118d51 Fixed readme, added signoff footer
Signed-off-by: Kye Maloy <kye.maloy@ibm.com>
2020-01-13 17:41:18 +01:00
Max Shaposhnik 5ced53ef23
Align configuration files format to simplify automated docs generating 2020-01-13 15:27:10 +02:00
Vitalii Parfonov dc3a427731
Remove not used properties from pom.xml (#15671)
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2020-01-13 14:47:41 +02:00
Aleksandr Shmaraiev 6bf6ed1b24
Test E2E: Modify 'InstallCheByOperatorHub' to use it for update application (#15590)
* Modify 'InstallCheByOperatorHub' to use it for update application
* Create e2e 'SubscribeCheByOperatorHub' test
* Create 'mocha-che-subscribe-operator' file
* Add new test suite to 'package.json' file
* Update 'mocha-che-operatorhub' file
* Remove unused variable from 'TestConstants'
* Change timeout in 'SubscribeCheByOperatorHub' e2e test
2020-01-12 18:08:09 +02:00
Vitalii Parfonov c07e261ee3
Move to the quay.io (#15569)
* Move to the quay.io: change image id to use quay.io

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2020-01-11 16:11:34 +02:00
Vitalii Parfonov ff9de4bf79
Fix release command: use profile (#15657)
* Fix release command: use profile

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2020-01-10 19:46:49 +02:00
Max Shaposhnik 0cf3db9543
Allow to override attibutes in devfile by factory URL parameters 2020-01-10 14:01:07 +02:00
Radim Hopp 58972c02dd Fix mount target in e2e docker image for test report.
Signed-off-by: Radim Hopp <rhopp@redhat.com>
2020-01-10 11:28:22 +01:00
Angel Misevski 21c7288bad Refactor plugin brokering process
Refactor the plugin brokering process to accomodate changes in plugin
brokers (splitting brokers into a metadata and artifacts broker)

Co-authored-by: Sergii Leshchenko <sleshche@redhat.com>

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
2020-01-09 13:26:34 -05:00
Vitalii Parfonov 83f910128b
If tag set as nightly don't need to checkout instead just build master (#15640)
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2020-01-09 16:41:07 +02:00
Vitalii Parfonov dcf2e1ee5f
RELEASE: Set next development version (#15632) 2020-01-09 13:51:20 +02:00
Sergii Kabashniuk 2e38478b4c
Disable CORS by default in helm (#15637)
* Disable CORS by default in helm. Align helm and che-operator configuration
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2020-01-09 09:54:52 +01:00
Michal Vala 0719bae7de
move previewurl to stable (#15618)
Signed-off-by: Michal Vala <mvala@redhat.com>
2020-01-09 09:37:53 +01:00
Radim Hopp 59e7aae2a0 Fix Happy Path
https://github.com/eclipse/che/issues/15613

Signed-off-by: Radim Hopp <rhopp@redhat.com>
2020-01-08 14:49:12 +01:00
Vitalii Parfonov 3bdd67a5d1
Fix nigtly builds (#15617)
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2020-01-08 13:02:15 +02:00
Sergii Kabashniuk ca86fcb97d
Reformat exception to better understand the source of the problem (#15597)
* Reformat exception to better understand the source of the problem

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2020-01-06 10:30:28 +02:00
Oleksii Orel 9173c5d288 fix creation of a new workspace from the custom devfile
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2020-01-03 15:09:13 +02:00
Sergii Kabashniuk ccc956b51e
Make PodEvents thread safe again (#15598)
Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
2020-01-03 10:15:20 +02:00
Oleksii Kurinnyi a0addef5a3 Code cleanup (#15559)
* [UD] remove `usage-chart` directive

* [UD] remove `che-workspace-config-import` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `che-machine-selector` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `list-agents` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `list-env-variables` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `list-servers` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `workspace-machine-config` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `workspace-environments` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `list-commands` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `che-env-variables` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `che-machine-servers` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `che-machine-volumes` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `workspace-machines` component

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove `city-name-validator` directive

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove lists of countries and specialities

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [e2e] remove outdated tests

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove environment managers

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove workspace agent related code

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] remove workspace config related code

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* [UD] rename methods

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2020-01-02 18:40:12 +02:00
Igor Ohrimenko dfdc304120
[TS_SELENIUM] Update methods for waiting application readiness inside of workspace (#15596)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2020-01-02 14:10:53 +02:00
Igor Ohrimenko a5dcbfbb70
[TS_SELENIUM] Resolve a problem with lose focus during invoking suggestion container inside of the editor (#15580)
Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-12-27 16:10:45 +02:00
Aleksandr Shmaraiev df30053bc3
Tests E2E: Update e2e test 'InstallCheByOperatorHub' (#15575)
* Update e2e test  'InstallCheByOperatorHub'
* Correct imports in the test
2019-12-27 13:14:41 +02:00
Vitalii Parfonov 42e796f067
Fix scripts for release and nightly builds on ci.centos.org (#15573)
* Fix CI release job

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>

* Add image tag setting script

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-12-27 11:09:34 +02:00
Oleksii Orel e5cfda1c58 fixup! fix devfile editor in dashboard 2019-12-21 15:46:36 +02:00
Oleksii Orel 44fc533725 fix devfile editor in dashboard
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2019-12-21 15:46:36 +02:00
Oleksii Kurinnyi c6ca8b44f2
Fix restarting a workspace from iframe in single-user mode (#15549)
* Fix restarting a workspace from iframe

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* Check keycloak presence before updating keycloak token

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2019-12-21 12:02:10 +02:00
Kateřina Foniok 688115587b
Add Java Maven test (#15545)
* Add Java Maven test.

* Update Jenkinsfile.
2019-12-20 14:18:07 +01:00
Aleksandr Shmaraiev 0f19cec1f6
Update variables in 'TestConstant' file (#15550)
* Modify parameters and methods related to Chrome to launch e2e tests in docker
* Update variables in the 'TestConstants' file
2019-12-20 13:14:28 +02:00
Igor Ohrimenko 05dc11a9e2
[Happy Path] Check application readiness before opening the link by the "DialogWindow.waitDialogAndOpenLink" method (#15553)
* Check application readiness before opening the link by the "DialogWindow.waitDialogAndOpenLink" method

Signed-off-by: Ihor Okhrimenko <iokhrime@redhat.com>
2019-12-20 12:17:21 +02:00
Dmytro Nochevnov d749c88176
Fix pre-release Jenkinsfile to be compatible with 7.6.0 (#15544)
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
2019-12-20 09:09:00 +02:00
Oleksii Orel 4744a70380 fix 'Open IDE' link
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2019-12-19 11:41:25 +02:00
Vitalii Parfonov fce1fe9e2c
RELEASE: Set next development version (#15528) 2019-12-19 11:07:35 +02:00
Max Shaposhnik 16891c058e
Fix authentication error when non-root path requested 2019-12-19 10:53:25 +02:00
Igor Vinokur ff432de18d
Close if condition in the configmap.yaml (#15524)
Currently syntaxis in the deploy/kubernetes/helm/che/templates/configmap.yaml file is broken. It causes an error when trying to execute helm upgrade command:

$ helm upgrade che --set global.useGitSelfSignedCerts=true --set global.ingressDomain=$(minikube ip).nip.io .
UPGRADE FAILED
Error: parse error in "che/templates/configmap.yaml": template: che/templates/configmap.yaml:136: unexpected EOF
Error: UPGRADE FAILED: parse error in "che/templates/configmap.yaml": template: che/templates/configmap.yaml:136: unexpected EOF
see: https://www.eclipse.org/che/docs/che-7/advanced-configuration-options/#configuring-support-for-self-signed-git-repositories-on-kubernetes

Add missing close statement to fix the error.
2019-12-19 09:30:25 +02:00
Mario Loriedo 8845446c2a Fix missing {{end}} in helm chart template
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2019-12-18 22:10:12 +01:00
Josh Pinkney 1fd8ae0420 added monaco support to devfile editor
Signed-off-by: Josh Pinkney <joshpinkney@gmail.com>
2019-12-18 18:21:28 +02:00
Oleksii Kurinnyi 647120508e
Fix 'Unknown error has happened, try to reload page' (#15516)
Fixed bug caused by websocket connection timeout after trying to re-open just stopped workspace.

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2019-12-18 14:45:30 +02:00
Kelly(hyomin.kim) 48751373e7 Add spec.selector field in che-jaeger deployment.yaml (#15498)
Signed-off-by: 김효민 <hmkim@popcornsar.com>
2019-12-18 10:51:43 +02:00
Oleksandr Andriienko f0272fbcfb
Add cloud-shell to list servers with liveness probes (#15499)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2019-12-17 18:13:13 +02:00
Vitalii Parfonov 973f264717
Deploy in one thread (#15505)
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-12-17 17:51:18 +02:00
Vitalii Parfonov 72d37becec
Moving from Codenvy CI to the CentOS CI: Add sripts for CI Jobs (#15491)
* Moving from Codenvy CI to the CentOS CI: Add sripts for CI Jobs

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>

* Fix build commnds: replace tested command with working one

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>

* add new line

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-12-17 16:05:15 +02:00
Sergey Skorik 15a1114709
[Selenium] Fix unstable selenium tests from dashboard and organizations packages (#15475) 2019-12-17 15:26:43 +02:00
Oleksii Orel aa8e24f73a fix default for workspace-loader devfile
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2019-12-17 12:35:47 +02:00
Oleksii Orel 1cb0f4701c fix default for dashboard devfile
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2019-12-17 12:35:47 +02:00