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

Include schema validation and other stack validation as part of the index.json generator #222

Closed
3 tasks done
elsony opened this issue Nov 18, 2020 · 0 comments · Fixed by devfile/registry-support#28
Closed
3 tasks done
Assignees
Labels
area/registry Devfile registry for stacks and infrastructure kind/enhancement New feature or request

Comments

@elsony
Copy link
Contributor

elsony commented Nov 18, 2020

The index.json generator is a one-stop-shop for preparing the registry index based on the content of the stacks/devfiles being added to the devfile registry. During the index generation, we need to do some basic validation, e.g. schema validation.

This item is to include:

  • Schema validation to make sure all devfiles in the registry are conforming to the spec
  • Produce error messages for schema validation
  • Provide an option to ignore validation failure and still add the entry to the index

Related issue:
This issue is part of #82

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/registry Devfile registry for stacks and infrastructure kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants