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

chore: ruleset.name is required parameter #587

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

mkanoor
Copy link
Contributor

@mkanoor mkanoor commented Sep 26, 2023

Every ruleset should have a name so we can post events/facts between them.

Every ruleset should have a name so we can post events/facts between
them.
@mkanoor mkanoor requested review from hsong-rh and ttuffin September 26, 2023 19:00
@Alex-Izquierdo Alex-Izquierdo merged commit f862c1a into ansible:main Sep 27, 2023
7 checks passed
@Alex-Izquierdo
Copy link
Contributor

I just noticed that the release notes should be updated because this is would be a breaking change.

@mkanoor
Copy link
Contributor Author

mkanoor commented Sep 27, 2023

@Alex-Izquierdo It was always a required parameter, we just didn't have the schema reflecting that.
We have tests

async def test_blank_ruleset_names():

It was also one of the requirements for set_facts and post_events since they need a ruleset name to use.

async def test_missing_ruleset_names():

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