Povilas Kanapickas

Results 415 comments of Povilas Kanapickas

@ynezz Would it be possible for me to get access to the master logs when this happens?

Thanks I think this is enough for now.

Closing because we haven't seen this bug to repeat and there's not enough information in the bug report to reproduce it.

Would `github_property_whitelist` webhook setting be enough for you? See https://docs.buildbot.net/current/manual/configuration/wwwhooks.html.

Thanks for the PR and sorry for long review. I have rebased it on top of latest master, combined several commits fixing the same thing into one and added a...

Seems like github does not know about one of the author emails, so it shows my avatar as the author here. This is incorrect, I'm only the committer (which is...

This happens because Buildbot does not know that MySQL is case insensitive and tries to create new property name that only differs by case. We should upgrade the DB schema...

@mattip There is an simple example here: http://docs.buildbot.net/3.5.0/manual/customization.html?highlight=dashboard#writing-dashboards-with-flask-or-bottle.

@LuluDavid It would be great if you submitted your improvements as PRs, so they would benefit all users and be maintained by the project long-term.

This PR looks good in principle. We'll need to have some kind of performance test to ensure that we don't regress performance on busy Buildbot instances.