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

Registry URL validation doesn't match template guidance #5511

Open
jaydeluca opened this issue Nov 2, 2024 · 0 comments
Open

Registry URL validation doesn't match template guidance #5511

jaydeluca opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jaydeluca
Copy link
Member

jaydeluca commented Nov 2, 2024

What happened?

When adding a new registry entry, and following the template, the comments seems to indicate that the repo input is the only mandatory URL:

urls:
  repo: https://github.com/your-organization/your-repo # (mandatory) projects don't have to be hosted on GitHub, but this should link to the git or other source control repository for your project
  docs: https://your-organization/your-instructions # (optional) path to a documentation for the specific project.

However, if you only specify the repo, you get the following errors when trying to build and run the project:

ERROR Website URL is missing for integrations registry entry 'JDBI'
ERROR Docs URL is missing for integrations registry entry 'JDBI'

What did you expect would happen?

Should the template be updated to indicate that all three fields are mandatory? Or should we update this validation to allow them to be left blank?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant