Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can I get a global rss feed on Gitlab?

In Gitlab there is an RSS news feed button for every project.

http://git.domain.name/userName/projectName/commits/master.atom?private_token=xxxxxxxxxxxxx

Is there a way to retrieve a global RSS feed for all projects related to one user?

Or even better, if there is a way to capture all user's feeds across all projects, that would be cool.

thanks

like image 283
Mau Avatar asked May 26 '14 23:05

Mau


1 Answers

This is currently not supported.

The closest feature request there is would be "Team-/groupwide RSS feeds", to have RSS feeds for all events in a team or a group. (not enough vote for now).


The global "RSS" shown on demo.gitlab.com is actually a html result of the event-items representing the activity in response to http://demo.gitlab.com/?limit=20&offset=0:

That would be for all public projects, but I don't see it exposed as an RSS feed.

The OP mauro reports in the comments

the global "RSS" shown in demo.gitlab.com is also showing on my gitlab dashboard, the only thing is that mine is giving a 500 error instead.

like image 79
VonC Avatar answered Oct 01 '22 01:10

VonC