jasonkuster / merge-bot

An automatic merge robot for the ASF.
http://mergebot-vm.apache.org:8080
Apache License 2.0
2 stars 5 forks source link

Significant refactor of mergebot backend. #14

Closed jasonkuster closed 7 years ago

jasonkuster commented 7 years ago

This PR reworks the mergebot backend. Below fixes are largest items, but many QOL fixes throughout.

This should be reviewed with #13 since they are linked.

jasonkuster commented 7 years ago

Rebased successfully onto master after frontend merged. Latest commit adds testing version of thread/process-local database connections. Will be testing tomorrow and will ping when ready for final look.

jasonkuster commented 7 years ago

@charlesccychen I've verified that the latest commit (e2e00f6) works, and based on the documentation it should solve the threading problems. PTAL.