-
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
Allow chePlugin preferences to be string, int or boolean type #14174
Conversation
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
...e/src/main/java/org/eclipse/che/api/workspace/server/model/impl/devfile/ObjectConverter.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/org/eclipse/che/api/workspace/server/model/impl/devfile/ObjectConverter.java
Outdated
Show resolved
Hide resolved
...e/src/main/java/org/eclipse/che/api/workspace/server/model/impl/devfile/ObjectConverter.java
Outdated
Show resolved
Hide resolved
@mshaposhnik: recent PR check has been failed because it uses Jenkinsfile now, which has been merged into master tonight. So, it requires to take changes from master. |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
@mshaposhnik : PR check #14174 (comment) failed, because PR isn't synchronized with master branch. |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
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.
How does it handle Che update 7.0
-> 7.1
?
...pace/src/main/java/org/eclipse/che/api/workspace/server/devfile/PreferencesDeserializer.java
Show resolved
Hide resolved
...kspace/src/main/java/org/eclipse/che/api/workspace/server/devfile/SerializableConverter.java
Outdated
Show resolved
Hide resolved
...api/workspace/server/devfile/convert/component/plugin/PluginComponentToWorkspaceApplier.java
Outdated
Show resolved
Hide resolved
...workspace/server/devfile/convert/component/plugin/PluginComponentToWorkspaceApplierTest.java
Outdated
Show resolved
Hide resolved
...pi-workspace/src/test/java/org/eclipse/che/api/workspace/server/jpa/JpaWorkspaceDaoTest.java
Outdated
Show resolved
Hide resolved
...-sql-schema/src/main/resources/che-schema/7.0.0-beta8.0-RC5.0/1__change_preferences_type.sql
Outdated
Show resolved
Hide resolved
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
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.
Generally looking good, a few comments below.
...pace/src/main/java/org/eclipse/che/api/workspace/server/devfile/PreferencesDeserializer.java
Outdated
Show resolved
Hide resolved
...kspace/src/main/java/org/eclipse/che/api/workspace/server/devfile/SerializableConverter.java
Outdated
Show resolved
Hide resolved
.../src/test/java/org/eclipse/che/api/workspace/server/devfile/PreferencesDeserializerTest.java
Outdated
Show resolved
Hide resolved
ci-test |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/2005//Selenium_20tests_20report/) doesn't show any regression against this Pull request. |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
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 job! 👍
wsmaster/integration-tests/postgresql-tck/src/test/java/PostgreSqlTckModule.java
Outdated
Show resolved
Hide resolved
wsmaster/integration-tests/mysql-tck/src/test/java/MySqlTckModule.java
Outdated
Show resolved
Hide resolved
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
Changes preferences storage model to allow mixed types
What issues does this PR fix or reference?
Release Notes
Docs PR