Skip to content
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

Allow more fine grained filtering of messages #1155

Open
penguinpee opened this issue Jun 27, 2024 · 1 comment
Open

Allow more fine grained filtering of messages #1155

penguinpee opened this issue Jun 27, 2024 · 1 comment

Comments

@penguinpee
Copy link

This is a follow up to / split off from #1138.

Currently, the only filtering possible is by using globs for topic patterns and built in severity levels. I'd like to be able to use regular expressions for filtering, allowing for more fine grained filters.

This was triggered by the lack of information in Copr messages (fedora-copr/copr/issues/3237) in attempt to at least have some notification, but I think it might be useful in general. Of course, the usefulness is largely influenced by the level of information in the messages.

Above the input field for filters it states Topic pattern:. I assume this corresponds to the subject of the message in case of e-mail notification. If so, allowing to filter on the body, preferably as a separate filter, will also improve versatility of filters. If not, some clarification on what part of the message the filter is applied to, will be helpful.

@LecrisUT
Copy link

LecrisUT commented Mar 3, 2025

What would be a nice interface is to try and query the service for what topics it provides and provide a drop-down selection for them. Otherwise it is too magical to figure out what the topic was for a specific notification until you actually get one, but even then the topic is not clearly displayed in either the email or matrix endpoints.

This would be useful for packit notifications when it picks up the role of fedora-ci since then it would have vastly different topics from koji scratch builds to testing-farm tests on bodhi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants