810e1393ed
Remove builder-db add command
...
Instead, use e.g.
find /var/db/builder/ -maxdepth 3 -name full -exec curl http://user:password@builder-web:3000/upload --data-binary @\{} \;
This will add the build to builder-web.
2021-01-27 20:10:27 +00:00
6f9a74ec65
Use dash instead of underscore in binary name
2021-01-22 11:12:49 +01:00
af505853e6
Database file is in /var/db/builder-web/
2021-01-22 10:59:03 +01:00
0f98541feb
Store files on disk
2021-01-21 17:51:58 +01:00
3a0d9222d5
Fixup user-update using user_add not user_update
2021-01-21 12:13:32 +01:00
a6fe9ada45
Add password_iter option
2021-01-21 12:01:47 +01:00
01babd0d0d
User authentication and upload endpoint
2021-01-21 10:11:37 +01:00
5298108d1a
Implement sqlite database backed builder-web
2021-01-19 10:44:32 +01:00
cd1cdcc9bb
Implement meta data caching
...
Also print builds by their start time instead of UUID
2020-12-07 15:43:54 +01:00
41b0b6c031
Implement job, job run
2020-12-07 10:17:49 +01:00
0a92bdae65
Initial commit
2020-12-04 18:10:21 +01:00