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

Fixes #1188 purge directives marked as repeatable #1197

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

reallistic
Copy link
Contributor

@reallistic reallistic commented Oct 17, 2024

This PR updates the regex used for purging directives from the sdl to include directives containing the repeatable tag.

Fixes #1188

@reallistic
Copy link
Contributor Author

Most of the failing tests appear to be specific to linting in areas this PR did not touch. How should I proceed with these?

@reallistic
Copy link
Contributor Author

I opened #1198 to fix the linters. I can merge that back into here but wanted to get separate feedback on them.

ariadne/contrib/federation/utils.py Outdated Show resolved Hide resolved
ariadne/contrib/federation/utils.py Show resolved Hide resolved
ariadne/contrib/federation/utils.py Show resolved Hide resolved
@reallistic reallistic force-pushed the repeatable_directives_in_federation branch from 091b9ed to 97458a7 Compare November 19, 2024 15:29
@rafalp
Copy link
Collaborator

rafalp commented Nov 19, 2024

Please rebase on main branch to fix build.

@reallistic reallistic force-pushed the repeatable_directives_in_federation branch from 97458a7 to bf2b330 Compare November 19, 2024 16:36
Co-authored-by: Rafał Pitoń <[email protected]>
@rafalp rafalp merged commit fb35a09 into mirumee:main Nov 19, 2024
20 checks passed
@rafalp rafalp added this to the Next release milestone Nov 19, 2024
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.

make_federated_schema is unable to parse repeatable directives
2 participants