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

feat(json-schema-check): allow for several schema files per package #263

Merged

Conversation

ambroise-arm
Copy link
Contributor

@ambroise-arm ambroise-arm commented Dec 6, 2023

Description

The goal is to allow one schema file per node in a package. And to allow several configuration files per schema. The schema files have to follow a NODE_NAME.schema.json naming convention and the configuration files have to follow a NODE_NAME*.param.yaml naming convention.

Related links

Implements #232 (comment)

Depends on autowarefoundation/autoware.universe#5798 in order to pass on the autoware.universe codebase

Tests performed

Command run locally on autoware.universe with the changes in the PR above.

Notes for reviewers

Interface changes

Effects on system behavior

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@ambroise-arm ambroise-arm changed the title Allow for several schema files per package feat(json-schema-check): allow for several schema files per package Dec 6, 2023
@ambroise-arm ambroise-arm marked this pull request as draft December 6, 2023 15:38
@ambroise-arm ambroise-arm marked this pull request as ready for review January 2, 2024 09:16
The goal is to allow one schema file per node in a package. And to allow
several configuration files per schema. The schema files have to follow
a NODE_NAME.schema.json naming convention and the configuration files
have to follow a NODE_NAME*.param.yaml naming convention.

Signed-off-by: Ambroise Vincent <[email protected]>
Copy link
Contributor

@isamu-takagi isamu-takagi left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@ktro2828 ktro2828 left a comment

Choose a reason for hiding this comment

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

LGTM

@isamu-takagi isamu-takagi merged commit fda06fe into autowarefoundation:main Jan 18, 2024
13 checks passed
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.

3 participants