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: add input.filters.schemas option #1426

Merged
merged 6 commits into from
Jun 1, 2024

Conversation

soartec-lab
Copy link
Member

@soartec-lab soartec-lab commented Jun 1, 2024

Status

READY

Description

Fix #1099

i added input.fliters.schemas option. Because even if i use input.fliters.tags to filter endpoint generation, schema objects are not filtered, resulting in unnecessary files being generated. I can avoid that by using input.fliters.schemas together.

Related PRs

none

Todos

  • Tests
  • Documentation
  • Changelog Entry (unreleased)

Steps to Test or Reproduce

Using the test case I added, we can check.

@soartec-lab soartec-lab added the enhancement New feature or request label Jun 1, 2024
@soartec-lab soartec-lab added this to the 6.30.0 milestone Jun 1, 2024
@soartec-lab soartec-lab marked this pull request as ready for review June 1, 2024 04:24
@melloware melloware merged commit bc21aad into orval-labs:master Jun 1, 2024
2 checks passed
@melloware
Copy link
Collaborator

@soartec-lab nice this actually fixes an old issue: #1099

@soartec-lab
Copy link
Member Author

Thank you for let me know and the related issue 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input filters doesn't filter schemas
2 participants