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

Devfile validation via message entity provider #14740

Merged
merged 14 commits into from
Oct 8, 2019
Merged

Devfile validation via message entity provider #14740

merged 14 commits into from
Oct 8, 2019

Conversation

mshaposhnik
Copy link
Contributor

What does this PR do?

  • Makes devfile parsing into DTO in entity provider to the REST endpoint can accept the DTO object, not string.
  • Makes validation of the devfile inside workspace before actual parsing into DTO.

What issues does this PR fix or reference?

#13526

Release Notes

N/A

Docs PR

N/A

@che-bot che-bot added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/bug Outline of a bug - must adhere to the bug report template. labels Oct 2, 2019
@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@benoitf benoitf changed the title Devfile validation via message entiry provider; Devfile validation via message entity provider Oct 2, 2019
Copy link
Member

@sleshchenko sleshchenko left a comment

Choose a reason for hiding this comment

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

In general - looks good to me

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 2, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 3, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 3, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 3, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik mshaposhnik marked this pull request as ready for review October 3, 2019 09:01
@che-bot
Copy link
Contributor

che-bot commented Oct 3, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

Copy link
Contributor

@metlos metlos left a comment

Choose a reason for hiding this comment

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

Generally looks OK, but the inability to accept YAML in the REST endpoint looks like an unacceptable regression to me...

Copy link
Member

@sleshchenko sleshchenko left a comment

Choose a reason for hiding this comment

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

LGTM
but make sure you addressed Lukas' PR before merging.

@che-bot
Copy link
Contributor

che-bot commented Oct 4, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 4, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

Copy link
Contributor

@metlos metlos left a comment

Choose a reason for hiding this comment

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

Good job!

@mshaposhnik
Copy link
Contributor Author

ci-test

@mshaposhnik
Copy link
Contributor Author

crw-ci-test

@che-bot
Copy link
Contributor

che-bot commented Oct 4, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@SkorikSergey
Copy link
Contributor

SkorikSergey commented Oct 4, 2019

According to selenium tests results there is error notification(see screenshot) when rename workspace with RUNNING status.

Screenshot
Selection_057

Screencast
screencast-che-eclipse-che 10 33 177 124 nip io-2019 10 04-11_42_26

@che-bot
Copy link
Contributor

che-bot commented Oct 4, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik
Copy link
Contributor Author

Ok i see. This is a know bug i created a day ago: #14739

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik
Copy link
Contributor Author

ci-test

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik
Copy link
Contributor Author

ci-test

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik
Copy link
Contributor Author

ci-test

@musienko-maxim musienko-maxim self-requested a review October 8, 2019 11:03
@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@mshaposhnik mshaposhnik merged commit fc531ea into master Oct 8, 2019
@mshaposhnik mshaposhnik deleted the validate_2 branch October 8, 2019 11:10
@che-bot che-bot 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 8, 2019
@che-bot che-bot added this to the 7.3.0 milestone Oct 8, 2019
@mshaposhnik mshaposhnik restored the validate_2 branch October 8, 2019 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants