WIP: feat: generate feeds per issue #65

Draft
alejandrosame wants to merge 1 commit from alejandrosame/rss-feed into main
alejandrosame commented 2023-12-06 21:22:59 +00:00 (Migrated from github.com)

add /issues/<code>/rss/ and /issues/<code>/atom/ endpoints for RSS subscriptions

add `/issues/<code>/rss/` and `/issues/<code>/atom/` endpoints for RSS subscriptions
RaitoBezarius (Migrated from github.com) reviewed 2023-12-07 11:39:17 +00:00
@ -16,0 +23,4 @@
r"^issues/(?P<code>NIXPKGS-[0-9]{4}-[0-9]{4,19})/atom/$",
AtomNixpkgsIssueFeed(),
name="issue_feed_atom",
),
RaitoBezarius (Migrated from github.com) commented 2023-12-07 11:39:17 +00:00

Shouldn't we use the converter here?

Shouldn't we use the converter here?
alejandrosame (Migrated from github.com) reviewed 2023-12-09 17:12:01 +00:00
@ -16,0 +23,4 @@
r"^issues/(?P<code>NIXPKGS-[0-9]{4}-[0-9]{4,19})/atom/$",
AtomNixpkgsIssueFeed(),
name="issue_feed_atom",
),
alejandrosame (Migrated from github.com) commented 2023-12-09 17:12:01 +00:00

Yeah, there was a code version with a converter and it got reverted. In the final PR, these paths will use it.

Yeah, there was a code version with a converter and it got reverted. In the final PR, these paths will use it.
fricklerhandwerk commented 2024-09-23 10:29:56 +00:00 (Migrated from github.com)
Towards https://github.com/Nix-Security-WG/nix-security-tracker/issues/179
This pull request has changes conflicting with the target branch.
  • src/website/webview/urls.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin alejandrosame/rss-feed:alejandrosame/rss-feed
git switch alejandrosame/rss-feed

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.

git switch main
git merge --no-ff alejandrosame/rss-feed
git switch alejandrosame/rss-feed
git rebase main
git switch main
git merge --ff-only alejandrosame/rss-feed
git switch alejandrosame/rss-feed
git rebase main
git switch main
git merge --no-ff alejandrosame/rss-feed
git switch main
git merge --squash alejandrosame/rss-feed
git switch main
git merge --ff-only alejandrosame/rss-feed
git switch main
git merge alejandrosame/rss-feed
git push origin main
Sign in to join this conversation.
No description provided.