Page MenuHomePhabricator

Grrrit-wm doesn't post messages on #mediawiki-feed in addition to all the rest
Closed, ResolvedPublic

Description

It is currently impossible to post messages from a repo to a channel without also removing them from the default channel i.e. #wikimedia-dev.

(On the contrary, it's possible to send messages to multiple non-default channels. Hence, one could try regex magic and define the default channel explicitly by negation of all the repos it should not receive updates from, i.e. currently all the patterns in the config, but this is not desired.)

A new "nonexclusive-channels" list could be added for channels which want to receive updates from some repo(s) without removing them from the default channel.


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=55807

Details

Reference
bz52529

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:52 AM
bzimport added a project: Gerrit.
bzimport set Reference to bz52529.
bzimport added a subscriber: Unknown Object (MLST).

Revisiting the issue with a clear mind, a sudden thought: how hard is it to just add a grrrit-wm clone (presumably fetching from the same redis queue) with a different configuration, just for use on #mediawiki-feed or similar?

Not very hard at all. Just needs a different config file, with no entries, and default set to -feed.

Change 87663 had a related patch set uploaded by Nemo bis:
Add gerritfeed-wm for a full feed relayed to IRC

https://gerrit.wikimedia.org/r/87663

Change 106555 had a related patch set uploaded by Nemo bis:
Setup/restore #mediawiki-feed

https://gerrit.wikimedia.org/r/106555

Change 106555 merged by Legoktm:
Setup/restore #mediawiki-feed

https://gerrit.wikimedia.org/r/106555

(In reply to comment #5)

Change 106555 merged by Legoktm:
Setup/restore #mediawiki-feed

https://gerrit.wikimedia.org/r/106555

Looks like it worked. :) The projects sent to #mediawiki-feed may require tweaking and this may not be the perfect solution, but I call this bug (with adjusted summary) fixed.

Change 87663 abandoned by Nemo bis:
Add gerritfeed-wm for a full feed relayed to IRC

Reason:
superseded

https://gerrit.wikimedia.org/r/87663

Fixed. *all* messages now go to -feed.