• Joined on 2025年03月09日
goestav commented on pull request forgejo/forgejo#12568 2026年06月23日 20:01:31 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

I looked into this and I agree, but I don't think I'm familiar enough with the codebase yet to make a change like this. 😅

goestav deleted branch fix/atom-feed-media-source from goestav/kittygram 2026年06月18日 22:13:55 +02:00
goestav pushed to feat/add-discussion-rss-feeds at goestav/forgejo 2026年06月18日 19:37:05 +02:00
8419e340af
refactor: provide FeedURL context for pull request "Commits" and "Files changed" tabs
goestav pushed to feat/add-discussion-rss-feeds at goestav/forgejo 2026年06月18日 19:23:11 +02:00
4a0fb72db5
test: add test cases for feed title and description
2e5f017518
refactor: remove "Feed of" from feed title
55715ec19e
refactor: remove redundant "op_type" action filters
3dcd77a143
refactor: prefer error handling for requested issue/repo logic
Compare 4 commits »
goestav commented on pull request forgejo/forgejo#12568 2026年06月18日 19:05:50 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

I'm pretty sure I copied tests/integration/api_feed_plain_text_titles_test.go originally for consistency.

goestav commented on pull request forgejo/forgejo#12568 2026年06月18日 19:03:06 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

Are you sure you aren't confusing it with the description of the individual feed items?

goestav commented on pull request forgejo/forgejo#12568 2026年06月18日 18:56:12 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

That's a good point, I'm not sure why I did it this way but I'll change it. 👍

goestav commented on pull request irelephant/kittygram#64 2026年06月16日 00:20:57 +02:00
fix: ensure media source includes the URI scheme and authority

Yes, that didn't make a difference unfortunately.

goestav commented on pull request irelephant/kittygram#64 2026年06月15日 22:12:13 +02:00
fix: ensure media source includes the URI scheme and authority

I'd like to ask if someone else can test this locally as I can not seem to get the Docker image to build due to https://github.com/luarocks/luarocks/issues/961.

goestav created pull request irelephant/kittygram#64 2026年06月15日 22:02:28 +02:00
WIP: fix: ensure media source includes the URI scheme and authority
goestav pushed to fix/atom-feed-media-source at goestav/kittygram 2026年06月15日 21:59:58 +02:00
6503589614
fix: ensure media source includes the URI scheme and authority
goestav created branch fix/atom-feed-media-source in goestav/kittygram 2026年06月15日 21:59:58 +02:00
goestav created repository goestav/kittygram 2026年06月15日 21:54:07 +02:00
goestav opened issue irelephant/kittygram#63 2026年06月15日 21:52:34 +02:00
Atom feed media sources are missing the URI scheme and authority
goestav commented on pull request forgejo/forgejo#12568 2026年06月13日 22:59:12 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

@mahlzahn please let me know if anything else should be changed whenever you have some time. 🙂

goestav pushed to feat/add-discussion-rss-feeds at goestav/forgejo 2026年06月10日 13:35:26 +02:00
39206826d5
refactor: group discussion feed routes together
b3f4920e48
chore: run make pr-go
55ed47e9a7
refactor: improve feed channel description
0b5dec2cd8
refactor: update title format
fe03d19520
chore: run make pr-go
Compare 89 commits »
goestav pushed to feat/add-discussion-rss-feeds at goestav/forgejo 2026年06月09日 19:29:40 +02:00
e03e4ebdab
refactor: group discussion feed routes together
goestav commented on pull request forgejo/forgejo#12568 2026年06月09日 19:20:42 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

I'll group both routes together for clarity.

goestav commented on pull request forgejo/forgejo#12568 2026年06月09日 16:40:11 +02:00
WIP: feat: add rss/atom feeds for issue and pull request discussions

That group does not seem to take the pull request feeds into account as it results in a 404 page.