Feeds for all tags and commits #2

Closed
opened 2019-04-20 04:18:30 +02:00 by tastytea · 5 comments
Owner

Releases will be the default, tags or commits can be selected with gitea2rss user/repo commits / ?repo=user/repo&type=commits or so.

Releases will be the default, tags or commits can be selected with `gitea2rss user/repo commits` / `?repo=user/repo&type=commits` or so.
tastytea self-assigned this 2019-04-20 04:18:30 +02:00
tastytea added the
enhancement
label 2019-04-20 04:18:30 +02:00
Author
Owner

Commits are not possible at the moment, see gitea #5181.

Commits are not possible at the moment, see [gitea #5181](https://github.com/go-gitea/gitea/issues/5181).
Commits are now possible: https://github.com/go-gitea/gitea/pull/6408
tastytea referenced this issue from a commit 2021-04-21 11:04:14 +02:00
Author
Owner

I have added support for commits with this information:

Field Content
Title repo: 1st line of commit message
Link Hyperlink to HTML-view of commit
Author E-Mail address and name of author
Date Date of commit
Description Full commit message

@io Does that work for you?

Example <item>:

    <item>
      <title>gitea2rss: commits: Replace newlines in commit message with &lt;br&gt;.</title>
      <link>https://schlomp.space/tastytea/gitea2rss/commit/23031b0dc9a4103810d1ac21987e36f7b3908f96</
link>
      <guid isPermaLink="false">schlomp.space commit 23031b0dc9a4103810d1ac21987e36f7b3908f96</guid>
      <author>tastytea@tastytea.de (tastytea)</author>
      <pubDate>Wed, 21 Apr 2021 10:13:06 +0000</pubDate>
      <description>
        <![CDATA[<p>commits: Replace newlines in commit message with &lt;br&gt;.<br></p>]]>
      </description>
    </item>
I have added support for commits with this information: | Field | Content | | ----------- | --------------------------------- | | Title | repo: 1st line of commit message | | Link | Hyperlink to HTML-view of commit | | Author | E-Mail address and name of author | | Date | Date of commit | | Description | Full commit message | @io Does that work for you? Example `<item>`: ```rss <item> <title>gitea2rss: commits: Replace newlines in commit message with &lt;br&gt;.</title> <link>https://schlomp.space/tastytea/gitea2rss/commit/23031b0dc9a4103810d1ac21987e36f7b3908f96</ link> <guid isPermaLink="false">schlomp.space commit 23031b0dc9a4103810d1ac21987e36f7b3908f96</guid> <author>tastytea@tastytea.de (tastytea)</author> <pubDate>Wed, 21 Apr 2021 10:13:06 +0000</pubDate> <description> <![CDATA[<p>commits: Replace newlines in commit message with &lt;br&gt;.<br></p>]]> </description> </item> ```
Author
Owner

Released in 0.7.0.

Released in [0.7.0](https://schlomp.space/tastytea/gitea2rss/releases/tag/0.7.0).

Looks good to me. Sorry for the late response.

Looks good to me. Sorry for the late response.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tastytea/gitea2rss#2
No description provided.