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

[uss_qualifier] Fix schema generation logic #356

Merged

Conversation

BenjaminPelletier
Copy link
Member

@BenjaminPelletier BenjaminPelletier commented Nov 19, 2023

There are two issues with our JSON Schema generation logic currently: 1) make check-hygiene doesn't check schemas, and therefore generated schema verification is actually not part of our CI currently, and 2) make format uses the default docker user to create schema files and this normally means the resulting files are owned by root rather than the invoking user. This PR resolves both of those issues.

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review November 20, 2023 18:53
@BenjaminPelletier BenjaminPelletier merged commit b32d925 into interuss:main Nov 23, 2023
8 checks passed
@BenjaminPelletier BenjaminPelletier deleted the schema-generation branch November 23, 2023 05:12
github-actions bot added a commit that referenced this pull request Nov 23, 2023
github-actions bot added a commit to Orbitalize/monitoring that referenced this pull request Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants