Commit Graph

26 Commits

Author SHA1 Message Date
5e946213ba feat: enhance history module
allow removing items, getting index instead of records, and unify the write methods
2019-02-19 16:39:59 -07:00
de77cd381b feat: add 'exec and check' helper
useful for re-executing some function if the expected result isn't found
2019-02-19 16:39:59 -07:00
bd42c4c415 fix: don't truncate all history when max is hit
truncate a smaller amount of the oldest entries
2019-02-19 16:39:59 -07:00
d19ab86a68 fix: remove comment delete delay
it was an attempt to fix missed comments, but it never worked anyway
2019-02-19 16:39:59 -07:00
59a3ae4be7 chore: tweak debugging output 2019-02-19 16:39:59 -07:00
5c842eccff feat: allow custom comment delete delay 2018-11-01 10:52:26 -07:00
0147ab1d9d feat: add slight delay before removing pull comment 2018-10-25 13:22:39 -07:00
c075f14939 chore: consolidate some code 2018-10-25 13:18:58 -07:00
07288bee33 fix: correct month in log output 2018-10-25 13:05:31 -07:00
31b55fc7c2 feat: track processed, comments
so they can be skipped in subsequent runs
2018-10-23 15:35:58 -07:00
f3773f7ee7 feat: add a clean command 2018-10-23 15:15:17 -07:00
a58cf864e1 chore: use logger on force script errors
also show error when comment isn't deleted
2018-10-23 15:15:04 -07:00
f4c3e02c1a fix: correctly check for pr author 2018-10-23 12:23:35 -07:00
3db973febc feat: add more debugging output 2018-10-23 12:23:22 -07:00
c70e8e49ec fix: correctly handle errors in logger.error 2018-10-23 10:59:19 -07:00
0dce32781b feat: add debugging output to script 2018-10-23 10:24:46 -07:00
08799b48d7 feat: debug logging and better timestamps 2018-10-23 10:22:28 -07:00
725638ee6b feat: add timestamp to log output 2018-10-22 11:07:00 -07:00
3b4496864b fix: add error handling code 2018-10-22 10:56:01 -07:00
def91e35d3 feat: add a force retest script 2018-10-19 13:06:49 -07:00
68cccb72a9 feat: allow filtering by pr author 2018-10-18 16:42:41 -07:00
ced41f4a49 feat: add retest comment, delete it 2018-10-18 16:31:28 -07:00
c117cb847d feat: process 2 pages of events 2018-10-18 16:30:21 -07:00
d1cfd7c20b feat: fetch data for prs that need retest 2018-10-18 09:51:29 -07:00
b6b5c27ffc feat: add history tracking 2018-10-17 17:29:12 -07:00
585f74e83c chore: initial checkin 2018-10-17 10:13:52 -07:00