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

feat: RSS feed for I-Ds#7149

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

feat: RSS feed for I-Ds #7149

wants to merge 4 commits into from

Conversation

pselkirk
Copy link
Collaborator

@pselkirk pselkirk commented Mar 7, 2024

Fixes #6979

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.94%. Comparing base (187c2c5) to head (320c177).
Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7149      +/-   ##
==========================================
- Coverage   88.98%   88.94%   -0.05%     
==========================================
  Files         291      291              
  Lines       40717    41081     +364     
==========================================
+ Hits        36233    36540     +307     
- Misses       4484     4541      +57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

RFC 4287 4.1.2: The "updated" element is mandatory, while the "published"
element is optional.
RFC 4287 3.3: "A Date construct...MUST conform to the "date-time"
production in [RFC3339]." Specifically, the Django date filter "O" format
yields a timezone offset without a colon, while the "c" format yields a
fully-conformant timestamp.

RFC 4287 4.2.6: "The "atom:id" element...MUST be an IRI, as defined by
[RFC3987]." Prepending the "urn:uid:" scheme to the naked database ID
seems to be sufficient to satisfy the validator.
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.

Subscribing RSS
1 participant