-
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
Merge api-devfile and api-workspace together #13417
Merge api-devfile and api-workspace together #13417
Conversation
the infrastructure-dependent code behind injectable interfaces. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
I created an associated PR for the library updates in |
ci-build |
Ah, this won't pass the build check until eclipse-che/che-parent#117 is merged. |
...api/workspace/devfile/server/convert/component/plugin/PluginComponentToWorkspaceApplier.java
Outdated
Show resolved
Hide resolved
...rg/eclipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesComponentValidator.java
Outdated
Show resolved
Hide resolved
...clipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesEnvironmentProvisioner.java
Show resolved
Hide resolved
...clipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesEnvironmentProvisioner.java
Outdated
Show resolved
Hide resolved
...e/workspace/infrastructure/kubernetes/devfile/KubernetesComponentIntegrityValidatorTest.java
Outdated
Show resolved
Hide resolved
...e/workspace/infrastructure/kubernetes/devfile/KubernetesComponentIntegrityValidatorTest.java
Show resolved
Hide resolved
...e/workspace/infrastructure/kubernetes/devfile/KubernetesComponentToWorkspaceApplierTest.java
Outdated
Show resolved
Hide resolved
...core-api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/Constants.java
Outdated
Show resolved
Hide resolved
...-api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileModule.java
Outdated
Show resolved
Hide resolved
...pi-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileBindings.java
Outdated
Show resolved
Hide resolved
...api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileManager.java
Outdated
Show resolved
Hide resolved
...core-api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/Constants.java
Outdated
Show resolved
Hide resolved
...-api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileModule.java
Outdated
Show resolved
Hide resolved
...-api-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileModule.java
Outdated
Show resolved
Hide resolved
...pi-workspace/src/main/java/org/eclipse/che/api/workspace/devfile/server/DevfileBindings.java
Outdated
Show resolved
Hide resolved
...a/org/eclipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesDevfileBindings.java
Outdated
Show resolved
Hide resolved
.../che/workspace/infrastructure/kubernetes/devfile/DockerimageComponentToWorkspaceApplier.java
Show resolved
Hide resolved
...rg/eclipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesComponentValidator.java
Outdated
Show resolved
Hide resolved
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 looks good but it's not ready to merge yet.
Please let me know when all the comments will be addressed.
…e-from-devfile-2 Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
are handled in the k8s infrastructure. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
...-api-workspace/src/main/java/org/eclipse/che/api/workspace/server/devfile/DevfileModule.java
Outdated
Show resolved
Hide resolved
…eeded now that everything needed is colocated in the workspace module. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
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.
LGTM 👍
Can't wait to see it merged 😄
...rg/eclipse/che/workspace/infrastructure/kubernetes/devfile/KubernetesComponentValidator.java
Show resolved
Hide resolved
…e-from-devfile-2 Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
provided by the glassfish implementation Exclude icu4j originating from the server-side codebase because gwt comes with a different version. Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
ci-build |
2 similar comments
ci-build |
ci-build |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
... and put the infrastructure-dependent code behind injectable interfaces.
I had to update ASM (to the last version 7.1)
and explicitly set dependency onwhich will probably require to go through the CQ process.javax.json:json-api
both ofWhat issues does this PR fix or reference?
#13315