Jef Roosens
|
5b016df85d
|
feat(cli): added commands for interacting with build logs
|
2022-05-07 21:50:20 +02:00 |
Jef Roosens
|
fa6603bd45
|
feat(client): added client code for logs API
|
2022-05-07 19:38:28 +02:00 |
Jef Roosens
|
407b226955
|
refactor: moved client code into own module
|
2022-05-07 16:10:27 +02:00 |
Jef Roosens
|
f42d3fd8b0
|
fix(server): prevent adding logs to non-existent repo
|
2022-05-07 15:44:59 +02:00 |
Jef Roosens
|
139142fcec
|
feat(server): added endpoint for content of build log
|
2022-05-07 15:41:49 +02:00 |
Jef Roosens
|
393e641a76
|
feat(server): allow filtering of builds per repo
|
2022-05-07 15:31:01 +02:00 |
Jef Roosens
|
7e01dbafec
|
feat(server): added endpoints for listing & uploading build logs
|
2022-05-07 15:10:07 +02:00 |
Jef Roosens
|
58c1ecd25e
|
db: added BuildLog & required methods
|
2022-05-07 14:16:30 +02:00 |
Jef Roosens
|
356a34ab01
|
chore: bumped versions
|
2022-05-06 20:04:48 +02:00 |
Jef Roosens
|
a3b6680153
|
cron: filter out repos with wrong architecture
|
2022-05-06 08:31:59 +02:00 |
Jef Roosens
|
8c5652c230
|
ci: made build upload failable; updated ci for use with PRs
|
2022-05-05 23:11:18 +02:00 |
Jef Roosens
|
5781796e99
|
doc: added docstrings to all db/git functions
|
2022-05-03 20:02:05 +02:00 |
Jef Roosens
|
204144cee8
|
refactor: removed commented code & ran formatter
|
2022-05-03 19:50:14 +02:00 |
Jef Roosens
|
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 |
Jef Roosens
|
7419144f97
|
feat: removed git.GitRepo type
feat(cli): updated to new GitRepo format
|
2022-05-03 19:50:14 +02:00 |
Jef Roosens
|
0a2488a4df
|
feat(server): migrated repo patch to sqlite
|
2022-05-03 19:50:14 +02:00 |
Jef Roosens
|
891a206116
|
feat(server): partially migrated repos API to sqlite
|
2022-05-03 19:50:14 +02:00 |
Jef Roosens
|
03318586ed
|
feat(cron): added debug log on build_repo failure
|
2022-05-02 07:50:44 +02:00 |
Jef Roosens
|
5cde3d0235
|
fix(cli): allow empty schedule to clear it
|
2022-05-01 14:51:52 +02:00 |
Jef Roosens
|
d313c5b786
|
feat(cli): added command to show detailed repo info
|
2022-05-01 13:06:57 +02:00 |
Jef Roosens
|
92b8f1fb93
|
feat(cli): added management of cron schedules
|
2022-05-01 12:52:05 +02:00 |
Jef Roosens
|
b1ac39e234
|
feat: made arch param optional when adding Git repo
|
2022-05-01 12:44:54 +02:00 |
Jef Roosens
|
325dcc27de
|
fix(cron): made Daemon.run infallible
|
2022-05-01 09:15:17 +02:00 |
Jef Roosens
|
cfacf9ed0f
|
fix(cron): don't show error for empty cron schedule
|
2022-04-30 20:58:43 +02:00 |
Jef Roosens
|
f9f440500e
|
docs: added comment string to each function
|
2022-04-30 20:22:03 +02:00 |
Jef Roosens
|
fb65efdfbe
|
feat(cron): added removal of old builder images
|
2022-04-30 18:38:24 +02:00 |
Jef Roosens
|
369b4458c5
|
feat(cron): added automatic rebuilding of image; implemented builds
|
2022-04-30 18:10:33 +02:00 |
Jef Roosens
|
caee56efd4
|
feat(cron): improve sleep calculation; prevent invalid rescheduling of
finished builds
|
2022-04-30 16:08:35 +02:00 |
Jef Roosens
|
a1c308f29d
|
feature(daemon): added api renewal & calculated sleep time
|
2022-04-30 14:19:08 +02:00 |
Jef Roosens
|
6f9e1b5f3c
|
feat(cron): start of working loop
|
2022-04-30 11:58:49 +02:00 |
Jef Roosens
|
7722d5a7e4
|
fix: replace byte with u8
BREAKING: the V compiler removed the byte type alias in favor of u8.
|
2022-04-30 11:58:49 +02:00 |
Jef Roosens
|
c8fc683384
|
Eh don't feel like writing scheduler rn
|
2022-04-14 21:20:10 +02:00 |
Jef Roosens
|
c8af362a4a
|
Workaround for weird bug
|
2022-04-14 20:38:14 +02:00 |
Jef Roosens
|
78b477fb92
|
Removed deprecated err.msg & err.code
|
2022-04-13 22:20:05 +02:00 |
Jef Roosens
|
f7e1aba30b
|
Attempt at writing renew_queue function; seems to just stop in the
middle
|
2022-04-13 16:12:22 +02:00 |
Jef Roosens
|
ff57d73998
|
Start of daemon (not working) [CI SKIP]
|
2022-04-13 15:24:55 +02:00 |
Jef Roosens
|
132a7a8ba5
|
Added int support to env; fixed apparently broken defaults
|
2022-04-13 14:51:01 +02:00 |
Jef Roosens
|
bd0c276fd8
|
Added 'WIP' notice for cron cli
|
2022-04-12 21:28:44 +02:00 |
Jef Roosens
|
5ce431aa4a
|
Added two more test dates; pleased v vet
|
2022-04-12 21:23:38 +02:00 |
Jef Roosens
|
1116fee3fc
|
Actually possibly kinda decent cron next func
|
2022-04-12 21:16:09 +02:00 |
Jef Roosens
|
e6033f9ab4
|
Ran vfmt
|
2022-04-12 20:53:20 +02:00 |
Jef Roosens
|
eb65bb8a69
|
These bugs are gonna take a while
|
2022-04-12 14:22:40 +02:00 |
Jef Roosens
|
5c38071998
|
Merge branch 'dev' into cron
|
2022-04-12 11:30:01 +02:00 |
Jef Roosens
|
65d6aae701
|
Made sure unix value is calculated
|
2022-04-12 11:10:49 +02:00 |
Jef Roosens
|
2942793f40
|
Added support for x-y syntax
|
2022-04-12 10:35:29 +02:00 |
Jef Roosens
|
f4bb03f488
|
Tests n bug fixes
|
2022-04-12 09:48:25 +02:00 |
Jef Roosens
|
04e54b8b10
|
Migrated tests to new bitv-based implementation
|
2022-04-12 09:00:18 +02:00 |
Jef Roosens
|
ab4f64b6b6
|
Failed attempt at x,y,z cron stuff [CI SKIP]
|
2022-04-11 22:52:06 +02:00 |
Jef Roosens
|
0e5f31e649
|
Added some much-needed documentation
|
2022-04-11 22:30:22 +02:00 |
Jef Roosens
|
135b6c3d7f
|
Alpha version cron 'next' function
|
2022-04-11 22:16:31 +02:00 |
Jef Roosens
|
3b15066329
|
Removed unnecessary log output
|
2022-04-11 09:36:40 +02:00 |
Jef Roosens
|
e3da3d0d7f
|
Can't figure out cron algo right now [CI SKIP]
|
2022-04-10 17:48:15 +02:00 |
Jef Roosens
|
799fe2e454
|
Added some extra tests for parse_range
|
2022-04-10 16:58:55 +02:00 |
Jef Roosens
|
f92a20fcf8
|
Gave all modules own directory; added test CI pipeline
|
2022-04-10 16:48:37 +02:00 |
Jef Roosens
|
6d60ea1538
|
Started writing cron expression parser [CI SKIP]
|
2022-04-10 16:17:50 +02:00 |
Jef Roosens
|
aacadca7a8
|
Bumped version in cli
|
2022-04-09 22:13:21 +02:00 |
Jef Roosens
|
62bee78955
|
Updated changelog
|
2022-04-09 21:17:22 +02:00 |
Jef Roosens
|
a65207f961
|
Solved the "removing old packages" problem (I think)
|
2022-04-09 21:08:54 +02:00 |
Jef Roosens
|
cec5ecce7f
|
Each repo now has its own subdir in pkg_dir
|
2022-04-09 17:41:41 +02:00 |
Jef Roosens
|
ebe01c2d44
|
Added route to request desc file; updated builder for new route (fixes #118)
|
2022-04-09 12:23:54 +02:00 |
Jef Roosens
|
e890128bda
|
Ran formatter
|
2022-04-09 09:50:37 +02:00 |
Jef Roosens
|
41ee08045b
|
Start of cron implementation
|
2022-04-09 09:46:07 +02:00 |
Jef Roosens
|
8b2900d7f3
|
Added option to specify base build image to use
|
2022-04-08 13:22:29 +02:00 |
Jef Roosens
|
0617c9b904
|
forgot to add part for creating filename
|
2022-04-07 22:00:38 +02:00 |
Jef Roosens
|
c3ac00f24d
|
Added support for xz-compressed packages
|
2022-04-07 21:29:08 +02:00 |
Jef Roosens
|
97f3532204
|
Ran vfmt
|
2022-04-07 16:11:05 +02:00 |
Jef Roosens
|
3b555efa91
|
Renamed data_dir to repos_dir
|
2022-04-07 15:21:27 +02:00 |
Jef Roosens
|
a5ac0b6956
|
Fixed dumb mistake in repos cli
|
2022-04-07 15:12:48 +02:00 |
Jef Roosens
|
c6d176f426
|
Added patch support to repos cli
|
2022-04-07 15:08:27 +02:00 |
Jef Roosens
|
ab72c800c3
|
Ran vfmt
|
2022-04-07 14:50:07 +02:00 |
Jef Roosens
|
8ecac2ff28
|
Updated build system to respect repo arch settings
|
2022-04-07 14:40:49 +02:00 |
Jef Roosens
|
7eab7afa98
|
Expanded git repos api to store repository to publish to
|
2022-04-07 14:28:21 +02:00 |
Jef Roosens
|
9d8491a77a
|
Changed behavior for default_arch variable
|
2022-04-07 13:47:06 +02:00 |
Jef Roosens
|
6479071fd7
|
Merge branch 'dev' into multi-arch-repos-v2
|
2022-04-07 13:06:37 +02:00 |
Jef Roosens
|
78310fa1e4
|
Builder now uses new Git repos API
|
2022-04-07 12:10:37 +02:00 |
Jef Roosens
|
fc1d4480dc
|
Split Git client code into separate module
|
2022-04-07 12:07:56 +02:00 |
Jef Roosens
|
b31b4cbd7a
|
Pleased vfmt & vet
|
2022-04-07 11:58:05 +02:00 |
Jef Roosens
|
7eb0aa76e1
|
CLI tool can now work with new repo UUIDs
|
2022-04-07 11:54:20 +02:00 |
Jef Roosens
|
a893577ade
|
Merge branch 'dev' into multi-arch-repos-v2
|
2022-04-06 23:11:41 +02:00 |
Jef Roosens
|
f44ce1c17f
|
Started work on better repos cli
|
2022-04-06 22:41:19 +02:00 |
Jef Roosens
|
d7f6c87053
|
Added some comments
|
2022-04-06 21:11:38 +02:00 |
Jef Roosens
|
6b495b4e6e
|
Merge branch 'dev' into restful-api
|
2022-04-06 21:03:52 +02:00 |
Jef Roosens
|
dff531d866
|
Some final adjustments before merge
|
2022-04-06 19:51:54 +02:00 |
Jef Roosens
|
c656e672e2
|
Moved config structs to more logical location
|
2022-04-06 18:20:14 +02:00 |
Jef Roosens
|
2aa2aa143c
|
Switched to proper default values system
|
2022-04-06 18:17:33 +02:00 |
Jef Roosens
|
b70be0574e
|
Small change to documentation
|
2022-04-06 18:02:57 +02:00 |
Jef Roosens
|
75dfc5267b
|
Made vet happy
|
2022-04-06 17:57:05 +02:00 |
Jef Roosens
|
e9d7858380
|
env module now properly supports config file
|
2022-04-06 17:51:06 +02:00 |
Jef Roosens
|
21ef262ede
|
Migrated rest of cli commands
|
2022-04-06 17:16:27 +02:00 |
Jef Roosens
|
b90e6cf6b4
|
Updatd config files; ran formatter
|
2022-04-06 16:57:27 +02:00 |
Jef Roosens
|
5b919ceeae
|
Switched to cli module; merged cli & vieter into single binary
|
2022-04-06 16:52:31 +02:00 |
Jef Roosens
|
fe24774848
|
Added some docs
|
2022-04-01 21:50:00 +02:00 |
Jef Roosens
|
3a6effad80
|
Ran vfmt
|
2022-04-01 21:34:58 +02:00 |
Jef Roosens
|
148ec3ab47
|
Updated changelog
|
2022-04-01 21:33:55 +02:00 |
Jef Roosens
|
e5a630e990
|
Switched to net.http.Status for status codes
|
2022-03-28 14:44:23 +02:00 |
Jef Roosens
|
0a6be87970
|
Start of web framework revamp
|
2022-03-28 14:24:26 +02:00 |
Jef Roosens
|
08821725f9
|
Added proper constraint for creating repo
|
2022-03-28 13:34:22 +02:00 |
Jef Roosens
|
a4a71a2797
|
First part of RESTful API (not correct yet) [CI SKIP]
|
2022-03-28 10:19:57 +02:00 |
Jef Roosens
|
aa632c7cd9
|
Switched to correct filenames
|
2022-03-27 20:26:58 +02:00 |
Jef Roosens
|
0dd4534e20
|
Added extra comments; made linter happy
|
2022-03-27 19:54:49 +02:00 |