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

Add RSS support for commits (per branch / file) #22228

Closed
6543 opened this issue Dec 23, 2022 · 3 comments · Fixed by #22719
Closed

Add RSS support for commits (per branch / file) #22228

6543 opened this issue Dec 23, 2022 · 3 comments · Fixed by #22719
Labels
good first issue Likely to be an easy fix type/enhancement An improvement of existing functionality

Comments

@6543
Copy link
Member

6543 commented Dec 23, 2022

option to follow commits on branches via rss

pull to get inspiration how to add rss: #21696

more info at #19071

@6543 6543 changed the title Add RSS support for commits (per branche) Add RSS support for commits (per branch) Dec 23, 2022
@6543 6543 added type/enhancement An improvement of existing functionality good first issue Likely to be an easy fix labels Dec 23, 2022
@adamcstephens
Copy link

Do you expect that will support per-file feeds? GitHub supports this and I find it useful for some projects to watch the commits on an individual file.

@6543
Copy link
Member Author

6543 commented Dec 23, 2022

@adamcstephens can you provide an example url?

@adamcstephens
Copy link

@6543 Yep, you can get one for any file. Browse to the file, then the commit history of that file, and add .atom to the end of the URL.

e.g. https://github.com/go-gitea/gitea/commits/main/README.md.atom

@6543 6543 changed the title Add RSS support for commits (per branch) Add RSS support for commits (per branch / file) Dec 23, 2022
lunny pushed a commit that referenced this issue Apr 25, 2023
Fix #22228 adding RSS feeds for branches and files. 

RSS feeds are accessed through:

* [gitea]/src/branch/{branch}.rss
* [gitea]/src/branch/{branch}/{file_name}.rss

No changes have been made to the UI to expose the feed urls for branches
and files.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Likely to be an easy fix type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants