Povilas Kanapickas
Povilas Kanapickas
This one can be open, because it doesn't need a lot improvements to land. So someone else can land the PR as well.
There are several challenges with converting defer.inlineCallbacks to async/await: - It cannot be easily done incrementally in Buildbot codebase. I would be really unhappy if a bug is bisected to...
@Mic92 I think one place where we could already replace inlineCallbacks with async/await is all tests. Note that buildbot/master/buildbot/test/reactor.py and buildbot/master/buildbot/test/steps.py are exposed to end users and should not be...
Sorry, I wasn't able to upload to Pypi at the time (Pypi infrastructure issues?) and later forgot about it.
Isn't this a bug in IDEA? Most likely their integration expects a certain kind of output. podman-compose can only promise certain machine readable output to be compatible with docker-compose. Various...
@doberkofler Could you please check 4.0.3? Even though the fix for this issue is among the release notes for 4.0.2, we had two copies of the Buildbot frontend for 4.0.x...
Oh interesting. That css and scripts should be taken from the main buildbot www package. It's done this way so that reused code and css wouldn't be included into packages...
FYI same backtrace is seen in this bug report to Buildbot: https://github.com/buildbot/buildbot/issues/8306
I think this could be implemented by adding `readonly` property to Buildbot config. Config parsing code is here: master/buildbot/config/master.py The way I would go about implementing this feature would be...