14 Commits

Author SHA1 Message Date
Zero King f54caea853 pr: Fix nomaintainer parsing 2019-01-06 02:11:40 +00:00
Zero King 977b45d11f Improve log message 2019-01-05 15:26:42 +00:00
Zero King c43978c180 Fix primary maintainer detection 2019-01-05 15:25:00 +00:00
Clemens Lang 515a0640ec dbutil: Query pull requests from prDB, not wwwDB
In testing prDB, wwwDB and tracDB are all the same thing, but our
deployment actually uses three different databases, causing the
maintainer timeout cronjob to always fail.
2018-03-10 17:51:25 +01:00
Zero King dd73a99f18 Handle maintainer timeout 2017-08-15 09:25:52 +00:00
Zero King db006fc885 More logs 2017-08-03 01:32:01 +00:00
Zero King 63eb839232 Establish connection to DB on start 2017-08-02 13:49:50 +00:00
Zero King 02b152ca80 Add tests 2017-07-26 12:41:29 +00:00
Zero King fbb062425b Add prDB 2017-07-23 10:27:29 +00:00
Clemens Lang 87558909c1 db: Rename database configuration variables
*_DBNAME is not a good name for a variable that not only contains the
database name, but also the host and other potential options of the
database connection string.
2017-07-22 18:14:53 +02:00
Clemens Lang fd86cdda8e db: Allow configuring database host
In our deployment, the host needs to be /run/postgresql, not /tmp. Make
the entire database connection string configurable for maximum
flexibility.
2017-07-22 18:12:09 +02:00
Zero King 37f48e61fb Improve maintainer handling 2017-07-22 13:37:22 +00:00
Zero King bc693775f6 Make dbname configurable
Read repo location from webhook event
2017-07-16 10:17:45 +00:00
Zero King 5ce138d477 Add PR bot 2017-07-16 08:10:47 +00:00