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

Improve metadata filtering #90

Merged
merged 6 commits into from
Apr 27, 2018
Merged

Conversation

martin308
Copy link
Contributor

@martin308 martin308 commented Apr 19, 2018

  • Applies the metadata filtering to all of the required sections of the payload. Previously we were missing both request and user
  • Refactor how filtering is applied
  • Apply the metadata filtering to the sessions payload as well

@martin308 martin308 requested a review from a team April 19, 2018 00:32
Copy link
Contributor

@fractalwrench fractalwrench left a comment

Choose a reason for hiding this comment

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

This looks good. This PR would be a good candidate for a mazerunner scenario (if that's already setup on .NET)

This will be replaced in the next few commits with a new approach
Use this interface to mark sections of the payload that should have filtering applied to them
Use the new IFilterable interface to apply the provided key filtering during serialization
This previously did not have any filtering applied to it. It sends some of the same information that the error payload does though and should have the same filtering applied
@martin308 martin308 force-pushed the martin308/metadata-filtering branch from 4e591fe to 4120571 Compare April 27, 2018 17:55
@martin308 martin308 merged commit 607b70f into master Apr 27, 2018
@martin308 martin308 deleted the martin308/metadata-filtering branch April 27, 2018 18:02
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.

None yet

2 participants