-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementation of ROLIE feeds #108
Conversation
Still work in progress
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Potentially incomplete, e.g. document counting does not include ROLIE feeds yet.
Refactor document streaming to combine URL fetching from indices and ROLIE feeds, removing redundant channels. Updated logic to calculate expected documents and adjusted test cases to reflect the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine now.
This leverages the JSON schema from oasis-tcs/csaf#481, so extra credits belong to @tschmidtb51. This probably needs some more testing since the JSON schema does not fully implement all fields of the ROLIE RFC.