Mikescops / git-notify-extension

🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/
114 stars 10 forks source link

Notifications like for Slack, Discord, etc #92

Open scop opened 1 year ago

scop commented 1 year ago

Would be great to get notifications for things like the Slack, Discord, Mattermost, etc built in integrations are able to notify.

In particular, I'd be interested in getting being notified about newly opened / closed / draft/notdraft merge requests. (The draft state change ones I don't think the existing integrations can do though.)

Screenshot from 2023-01-17 09-48-03

Mikescops commented 1 year ago

Hello,

Thanks for opening a request here, it would be indeed a great improvement for the extension. I already tried to explore the different options but unfortunately we cannot leverage the webhooks within the extension. That means we cannot receivent event-based notifications. But, it would be possible while the extension is refreshing to compute diffs and trigger notifications.

I believe it will take quite some time to get there, but I'll think about it for the next iterations.