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

Query Parameters Pruning API and Tests #105

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

a-barboza
Copy link
Contributor

  • Pruning API used by subtree transformers for Query Parameters.
  • Tests. ( Only ACL is enabled currently, since the others need support from the corresponding feature teams )
  • Updated the hooks to invoke the pruning API.
  • The GET request cancelling context parameter is passed to some of the pruning functions, but is not implemented since that is appearing in a separate PR

Copy link
Contributor

@amrutasali amrutasali left a comment

Choose a reason for hiding this comment

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

in xlate_xfmr_handler.go in addition to the "inParams.pruneDone = new(bool)" the check "&& !(*inParams.pruneDone) " needs to be at line 52

- Pruning API used by subtree transformers for Query Parameters.
- Tests. ( Only ACL is enabled currently, since the others need
  support from the corresponding feature teams )
- Updated the hooks to invoke the pruning API.
- The GET request cancelling context parameter is passed to some
  of the pruning functions, but is not implemented since that is appearing
  in a separate PR
    Fix for missing pruneDone check.
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.

4 participants