WIP: feat: generate feeds per issue #65
No reviewers
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "alejandrosame/rss-feed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add
/issues/<code>/rss/
and/issues/<code>/atom/
endpoints for RSS subscriptions@ -16,0 +23,4 @@
r"^issues/(?P<code>NIXPKGS-[0-9]{4}-[0-9]{4,19})/atom/$",
AtomNixpkgsIssueFeed(),
name="issue_feed_atom",
),
Shouldn't we use the converter here?
@ -16,0 +23,4 @@
r"^issues/(?P<code>NIXPKGS-[0-9]{4}-[0-9]{4,19})/atom/$",
AtomNixpkgsIssueFeed(),
name="issue_feed_atom",
),
Yeah, there was a code version with a converter and it got reverted. In the final PR, these paths will use it.
Towards https://github.com/Nix-Security-WG/nix-security-tracker/issues/179
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.