-
Notifications
You must be signed in to change notification settings - Fork 10
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
Might it make sense to contribute this reporter to buildbot core? #14
Comments
hello @terencehonles, indeed I was surprised to find Slack not supported out-of-the-box.
probably. but I don't know if buildbot core maintainers want to support new reporters. Anyway, I would be glad to contribute it to the core itself.
ok. I can't guarantee you it will be there when #13 will be fixed, but I'll have a look ;-) |
I have a feeling they might, the reason I was asking about contributing was I wasn't sure if you cared or wanted to merge the code in and I couldn't copy the code in without asking for permission. If you would like to potentially propose the PR, I can manage updating it as needed in order to help get it merged in (or support in any other way I can). |
I would also love to see this contributed to buildbot core and opened an issue in their repo so it's tracked on both ends. |
Hi, I'm one of the maintainers of Buildbot. It would be great to have this in the upstream Buildbot. The only significant thing that would be needed in addition to the current code is tests, but they are relatively easy to write as we already have all the infrastructure for capturing outgoing HTTP requests and comparing them to some known good value. |
I don't mind doing ^^^ since I would like to have slack notifications in buildbot, but this has stalled because I didn't feel like I got permission to copy the code at least after "asking" here #14 (comment), but re-reading it does look like this is probably sufficient:
I'll try to carve out some time to create a PR, but if someone else can get to it before me feel free to start and tag me in the PR and I can help there. |
It looks like there were a number of stabs at adding Slack reporters to buildbot, but they stalled on making sure they had testing. Would it make sense to contribute this reporter to buildbot core?
One feature that would probably helpful (at least for me) is to allow this reporter to respect builder tags, and that might be appropriate to do when updating for #13
The text was updated successfully, but these errors were encountered: