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

Generate urn:pageinfo:<page url> records #458

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

ikreymer
Copy link
Member

Generate records for each page, containing a list of resources and their status codes, to aid in future diffing/comparison.

Generates a urn:pageinfo:<page url> record for each page

  • Adds POST / non-GET request canonicalization from warcio to handle non-GET requests
  • Adds writeSingleRecord to WARCWriter

Fixes #457

…ning JSON

list of URLs loaded for each page and their status codes
@ikreymer ikreymer requested a review from tw4l January 13, 2024 08:11
@ikreymer ikreymer changed the base branch from main to dev-1.0.0 January 13, 2024 08:12
Copy link
Member

@tw4l tw4l left a comment

Choose a reason for hiding this comment

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

Nice! Tested and working well

@tw4l tw4l merged commit 2fc0f67 into dev-1.0.0 Jan 15, 2024
4 checks passed
@tw4l tw4l deleted the pageinfo-records branch January 15, 2024 21:08
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.

Generate 'pageinfo' resource records with summary of all page resources.
2 participants