-
Notifications
You must be signed in to change notification settings - Fork 23
inventory name unification singular > plural #72
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
inventory name unification singular > plural #72
Conversation
Sorry about this... but could you address the conflicts, please? |
Could you also align with #75? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Those changes was removed by #77, @Tompage1994 could you restore this change? It is again creating discrepancy... |
Sorry for being too hasty but now I see the changes, maybe I was looking to wrong branch or something :/. |
* misc: inventory name unification * fix: missing change * fix: missing change after merge
* changes to make workflow job templates export, still fails on applications * 1. Fix duplicate `limit:` line (#84) 2. Add double quotes for `*_nodes` lines that may contain special characters (like #) 3. Fix Truthy value for `survey_enabled` coming in as `True` or `False` instead of `true` or `false` * inventory name unification singular > plural (#72) * misc: inventory name unification * fix: missing change * fix: missing change after merge * Update controller_workflow_job_templates.j2 to fix issue found at redhat-cop/infra.controller_configuration#22 (#85) * Update controller_workflow_job_templates.j2 to fix issue found at redhat-cop/infra.controller_configuration#22 * add changelog * sync and remove unnecessary changes * try to keep verbosity --------- Co-authored-by: Lenny Shirley <ircmaster@hotmail.com> Co-authored-by: przemkalit <przemyslaw.kalitowski@natek.eu> Co-authored-by: Ivan Aragonés Muniesa <26822043+ivarmu@users.noreply.github.com>
What does this PR do?
This PR renames
inventory
toinventories
. Since the other objects are in plural form and the endpoint API also is in the plural form, I believe this one should be as well.How should this be tested?
Manually.
Is there a relevant Issue open for this?
N/A
Other Relevant info, PRs, etc
N/A