Corentin Mors
Corentin Mors
Thanks for reporting, I'll have a look :+1:
As of today, it seems that the GitLab API does not provide a way to filter archived MRs. https://docs.gitlab.com/ee/api/merge_requests.html#list-group-merge-requests Better close MRs in the archived project then... sadly
Yeah me too, I'll take a look again when I have time
Hello, Thanks for the report, I've seen the same thing lately. I think that the green check mark refers to the fact that the branch is merge-able (there is no...
I took time to think about this, and I don't want to add a tab to list projects knowing that the UI in GitLab is good enough for this. I'm...
I know it's a partial fix to your issue, but i added quick short links to GitLab UI here : 
I don't expect to do this feature soon, mainly because it is a very specific case and it needs deep changes. But I will keep in mind this toward making...
Hello, I see two different improvement here: - comments notfications - build notifications They both are under different API. Also there is a need for a notification system, whether with...
> I would also add a clear all for notifications It was already written ^^ > maybe clear them if older than 24h Let's keep everything (because some user are...
I see two different approach for notifications: 1. Creating notifications in the background (title, content, author, link..) and store them in the local storage 1. Build notifications at display time...