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

Feed Support for Releases / Tags #19091

Closed
6543 opened this issue Mar 14, 2022 · 5 comments · Fixed by #21696
Closed

Feed Support for Releases / Tags #19091

6543 opened this issue Mar 14, 2022 · 5 comments · Fixed by #21696
Assignees
Labels
good first issue Likely to be an easy fix type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@6543
Copy link
Member

6543 commented Mar 14, 2022

as title

basic support for feeds was added at #569, to get backend information, just look at the 3 related pulls

@6543 6543 added type/proposal The new feature has not been accepted yet but needs to be discussed first. good first issue Likely to be an easy fix labels Mar 14, 2022
@oGi4i
Copy link
Contributor

oGi4i commented Jun 17, 2022

The current implementation of the repo feed actually already has events about tags and releases based on actions:

  • ActionPushTag
  • ActionDeleteTag
  • ActionPublishRelease

@KevinSJ
Copy link

KevinSJ commented Jun 24, 2022

hello, @oGi4i is correct in that the current repo feed already include the tags and releases based on acations. Is this issue about a separate feed for the release and tag only? I can give it a go, if we have a conclusion on this.

@6543
Copy link
Member Author

6543 commented Jun 24, 2022

☝️ yes it is ... the main difference will be that you should use model.release and tag info directly ...
since actions can be purged and so are not that accurate long term

@reopt999
Copy link
Contributor

Hi, I would like to work on this issue

@ilf
Copy link

ilf commented Nov 5, 2022

It would be great to have (RSS|Atom)-Feeds for Releases (and other events). It's really helpful to subscribe to https://github.com/go-gitea/gitea/releases.atom

Actually it's kind of surprising this doesn't exist yet. So thanks for working on this!

jolheiser pushed a commit that referenced this issue Dec 21, 2022
Fixes #19091

Add Feed for Releases and Tags, can be accessed through
`reponame/releases.rss`, `reponame/releases.atom`, `reponame/tags.rss`,
and `reponame/tags.atom`

Signed-off-by: Reo <reo_999@proton.me>
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 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/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants