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

Fix #130 in a backward-compatible way #219

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Fix #130 in a backward-compatible way #219

merged 1 commit into from
Jul 9, 2023

Conversation

ymmt2005
Copy link
Contributor

@ymmt2005 ymmt2005 commented Jul 6, 2023

This is an alternative way to fix #130.
Instead of changing the group variable content, this commit adds
a new variable fullgroup that does not split the group components.

With this, users can specify the filename format like:

FILENAME_FORMAT='{fullgroup}-{version}-{kind}'

This is an alternative way to fix #130.
Instead of changing the `group` variable content, this commit adds
a new variable `fullgroup` that does not split the group components.

With this, users can specify the filename format like:

    FILENAME_FORMAT='{fullgroup}-{version}-{kind}'
@yannh
Copy link
Owner

yannh commented Jul 9, 2023

Yep why not! Thanks ❤️

@yannh yannh merged commit 452f1fe into yannh:master Jul 9, 2023
@ymmt2005 ymmt2005 deleted the fix-issue130 branch July 9, 2023 11:28
yannh pushed a commit that referenced this pull request Jul 9, 2023
This is a follow-up to #219 to add a short description on how to use the `fullgroup` variable.
yannh pushed a commit to levenleven/kubeconform that referenced this pull request Jul 9, 2023
This is an alternative way to fix yannh#130.
Instead of changing the `group` variable content, this commit adds
a new variable `fullgroup` that does not split the group components.

With this, users can specify the filename format like:

    FILENAME_FORMAT='{fullgroup}-{version}-{kind}'
yannh pushed a commit to levenleven/kubeconform that referenced this pull request Jul 9, 2023
This is a follow-up to yannh#219 to add a short description on how to use the `fullgroup` variable.
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.

openapi2jsonschema.py strips group to first subdomain
2 participants