-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Feature: show number of merge requests in project card. #95
Comments
Hmm, gitlab-monitor's original intention is to display real-time pipeline information, which merge requests are not part of. So I don't think I'll implement that really specific feature. |
I'm open to more opinions though. |
I got a patch for showing open merge request on project card top-right corner |
I think showing this kind of information is a great thing. At my last employer we build our own Web-Application for additionally showing open MRs respectively open code reviews, but in an additional badge, which went from green, when no MRs where available to orange to red, when there were more than x and y MRs. This showed us to keep up with the stuff from others and review their code, which really enhanced i.e. our lead time. |
Alright, as there seems to be demand, I'd be fine with little badges at the top right corner of each project card. Users can enable the badges with a config in e.g. projectConfig:
'*': # or 'johndoe/someproject'
badges:
mergeRequests: true |
I think that would be helpful. Do you still have plans to implement this? Or does 'help-wanted' mean you would be open to PRs about this? |
@Morl99 probably not going to implement this myself, but I'm open for PRs :) |
Hi, awesome job on the dashboard! Pls consider adding merge request related info to the dashboard. We had the issue of promoting the actively review the merge request in a timely manner.
The text was updated successfully, but these errors were encountered: