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

Support multiple tags in each endpoint #687

Merged
merged 8 commits into from
Dec 24, 2024

Conversation

paulo-raca
Copy link
Contributor

Currently when an endpoint has multiple tags, the first tag is used and everything else is ignored.

This PR modifies it so endpoints with multiple tags are added to each of the tags.

Yes, this results in repeated code 😅, but works beautifully and functions can now be found anywhere we expect them to be.

dbanty
dbanty previously approved these changes Dec 24, 2024
Copy link
Collaborator

@dbanty dbanty left a comment

Choose a reason for hiding this comment

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

Finally finishing this off by sticking it behind a config option instead of enabling by default. Only took me two years 😅. Thanks for the idea & PR!

@dbanty dbanty enabled auto-merge December 24, 2024 23:31
@dbanty dbanty added this pull request to the merge queue Dec 24, 2024
Merged via the queue into openapi-generators:main with commit 88b3be1 Dec 24, 2024
22 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.

2 participants