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

fix: aggregate reports spec compliance #220

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cyyynthia
Copy link

This PR aims at tackling the long overdue spec compliance issues reported in #52.

Unfortunately, due to the additional data that needs to be stored in database to generate a complete, spec compliant report, this PR brings a breaking change due to modifications to the MySQL schema.

I don't have much experience with the codebase, nor have an easy way to test, so I'd be more than happy to get feedback for this PR 😅. I'm also interested with feedback about other changes needed to achieve complete RFC compliance.

I'll note that this PR's scope is only the aggregate report generation; I've noticed there is also a parser which I didn't touch. I also noticed failure reports do not conform to the RFC either, and I didn't tackle this either.

BREAKING CHANGE: MySQL schema has been updated as additional data needs
to be stored.
fixes trusteddomainproject#52
@cyyynthia cyyynthia changed the title fix: aggegate reports spec compliance fix: aggregate reports spec compliance Jun 3, 2022
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.

1 participant