Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide project activity in gitlab dashboard for specific projects

Tags:

git

gitlab

I was added to a new project but just to see the code, and now I am starting to see every commit in my dashboard and it is polluting my entire dashboard.. Is there any way so that I can hide the project activity and just see the ones I want in the dashboard?

like image 768
Pablo Matias Gomez Avatar asked Dec 18 '14 13:12

Pablo Matias Gomez


1 Answers

The ability to filter a project activity is already suggested (but not implemented yet) in:

  • Feature proposal: ignore project (hide project activity)

There is no subscription mechanism yet.


Somewhat related in GitLab 13.0 (May 2020)

Toggle Metrics Dashboards visibility

Previously, project administrators couldn’t control permission to view a project’s metrics dashboards.

As part of GitLab 13.0, admins can now toggle metric dashboard visibility to either project members, or to everyone with access.

https://about.gitlab.com/images/13_0/Dashboard_visability.png

See documentation and issue.

like image 128
VonC Avatar answered Oct 15 '22 21:10

VonC