-
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
Incorrect factory validation behavior when field value matches default for its type #2022
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
Milestone
Comments
mshaposhnik
added a commit
that referenced
this issue
Aug 2, 2016
…efault value for its type; Fixes #2022
mshaposhnik
added a commit
that referenced
this issue
Aug 2, 2016
…tches default value for its type; Fixes #2022
@mshaposhnik - should this belong in a different repository - /codenvy/codenvy |
@TylerJewell No - factory API is in Che. |
mshaposhnik
added a commit
that referenced
this issue
Aug 2, 2016
…alue matches default value for its type; Fixes #2022
@mshaposhnik was is merged into the 4.7.0 milestone? If so please add that milestone designation to this issue. |
ibuziuk
added a commit
to ibuziuk/che
that referenced
this issue
Jan 25, 2018
…commands Signed-off-by: Ilya Buziuk <[email protected]>
ibuziuk
added a commit
to ibuziuk/che
that referenced
this issue
Jan 25, 2018
…commands Signed-off-by: Ilya Buziuk <[email protected]>
ibuziuk
added a commit
that referenced
this issue
Jan 29, 2018
Signed-off-by: Ilya Buziuk <[email protected]>
ibuziuk
added a commit
that referenced
this issue
Jan 29, 2018
Signed-off-by: Ilya Buziuk <[email protected]>
Katka92
pushed a commit
to Katka92/che
that referenced
this issue
Jun 27, 2018
…commands Signed-off-by: Ilya Buziuk <[email protected]>
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.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
Factory validator fails when field value matches default for its type, e.g. if set
boolean
variable tofalse
, otintereger
to0
e.t.cIssue related to codenvy/codenvy#455
Reproduction Steps:
Try create factory with several machines described, when one of them has
"dev" : false
property.Expected behavior:
Factory must be created
Observed behavior:
Factory validator throws error saying "dev" property is not set
Che version: 4.6.0
Additional information:
The text was updated successfully, but these errors were encountered: