Commit graph

25 commits

Author SHA1 Message Date
7f6e9e636c
fix(cron): retrieve all GitRepo's instead of first 25 2022-05-25 09:24:01 +02:00
0233b8559d
doc: added some missing docstrings 2022-05-19 22:14:41 +02:00
6bd5b7cb48
refactor: separated GitRepo types into own module
feat: added more query params for GitRepo API
2022-05-19 22:11:48 +02:00
ce67208fbd
refactor(docker): remove old code 2022-05-15 10:01:12 +02:00
ea4c4fce16
feat(cron): upload logs after build 2022-05-09 08:51:10 +02:00
fa6603bd45
feat(client): added client code for logs API 2022-05-07 19:38:28 +02:00
407b226955
refactor: moved client code into own module 2022-05-07 16:10:27 +02:00
a3b6680153
cron: filter out repos with wrong architecture 2022-05-06 08:31:59 +02:00
204144cee8
refactor: removed commented code & ran formatter 2022-05-03 19:50:14 +02:00
c818273790
feat: simplified config down to pkg_dir & data_dir
BREAKING: downloads are now stored inside the root of pkg_dir, the log
file is always stored in the root of data_dir
2022-05-03 19:50:14 +02:00
7419144f97
feat: removed git.GitRepo type
feat(cli): updated to new GitRepo format
2022-05-03 19:50:14 +02:00
03318586ed
feat(cron): added debug log on build_repo failure 2022-05-02 07:50:44 +02:00
325dcc27de
fix(cron): made Daemon.run infallible 2022-05-01 09:15:17 +02:00
cfacf9ed0f
fix(cron): don't show error for empty cron schedule 2022-04-30 20:58:43 +02:00
f9f440500e
docs: added comment string to each function 2022-04-30 20:22:03 +02:00
fb65efdfbe
feat(cron): added removal of old builder images 2022-04-30 18:38:24 +02:00
369b4458c5
feat(cron): added automatic rebuilding of image; implemented builds 2022-04-30 18:10:33 +02:00
caee56efd4
feat(cron): improve sleep calculation; prevent invalid rescheduling of
finished builds
2022-04-30 16:08:35 +02:00
a1c308f29d
feature(daemon): added api renewal & calculated sleep time 2022-04-30 14:19:08 +02:00
6f9e1b5f3c
feat(cron): start of working loop 2022-04-30 11:58:49 +02:00
c8fc683384
Eh don't feel like writing scheduler rn 2022-04-14 21:20:10 +02:00
c8af362a4a
Workaround for weird bug 2022-04-14 20:38:14 +02:00
78b477fb92
Removed deprecated err.msg & err.code 2022-04-13 22:20:05 +02:00
f7e1aba30b
Attempt at writing renew_queue function; seems to just stop in the
middle
2022-04-13 16:12:22 +02:00
ff57d73998
Start of daemon (not working) [CI SKIP] 2022-04-13 15:24:55 +02:00