Daniel Gruno
Daniel Gruno
Awesome! :) If you could look at #9, I have outlined the basics to getting started with a document.
Awesome! To get you started, we use ReStructured Text for our documentation (cheat sheet can be found at https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst ) and you would probably start a new document in the...
This would also need a placeholder in one of the html pages (engagement.html ??)
Tests would be awesome. I'm not sure where to start - perhaps with the server API? I know there have been some shortcuts made to speed up processes in the...
Hi Adam, this looks great. Can you snake-case it please?
To add some additional context, we tried to work around the name issue with the following, as we have an arbitrary number of IRC clients we need: ~~~python class UniqueIRC(buildbot.plugins.reporters.IRC):...
A workaround that actually works (for now), is to dynamically create a new class with a unique class name: ~~~python def init_irc(self, **kwargs): super(buildbot.plugins.reporters.IRC, self).__init__(**kwargs) def UniqueIRC(self, **kwargs): constructor =...
That does indeed work. It would be wonderful to have that documented on docs.buildbot.net
The setup.py must be run from the setup directory, as it expects mappings.json to be local to the CWD.
Definitely, if people wish to use it! We add features as people propose them, and I think GitLab would be a very good fit here. I can look at adding...