Commit graph

48 commits

Author SHA1 Message Date
b3a119f221
chore: ran v fmt for v 0.3.3 changes 2023-02-08 11:00:17 +01:00
beb90d5756 refactor: link libvieter; remove cron code & daemon
This giant commit removes the old cron daemon & parser, replacing the
latter with a C implementation that will now be maintained in a separate
C library that gets developed independently. This commit lays the
groundwork for implementing features of Vieter in C where possible.
2023-01-28 13:16:36 +01:00
5176266ca1
refactor: work with new docker lib 2023-01-05 17:05:57 +01:00
39a026fdb3
feat: add filtering of targets by arch 2023-01-04 14:13:26 +01:00
f8f611f5c5
feat(api): add search query to targets 2023-01-04 14:12:34 +01:00
cac74db086
feat(console): add commands for removing repos, arch-repos, packages 2022-12-28 21:56:02 +01:00
641cf22669
feat(cli): add flag to filter logs by exit codes 2022-12-23 08:18:49 +01:00
af409011e6
feat: add api & cli command to remove log 2022-12-17 16:24:01 +01:00
fe3e6e2bab chore: some final revisions before pr merge 2022-12-16 18:55:44 +01:00
1ce7b9d571
feat: add option to specify subdirectory in repo to use 2022-12-16 11:21:28 +01:00
0727d0fd25
refactor(client): streamline code & improve error propagation 2022-12-15 10:01:45 +01:00
2cc3e8404e
feat: queue one-time builds from CLI 2022-12-13 23:31:47 +01:00
f6c5e7c246
feat: add option to force-build package 2022-12-13 19:59:18 +01:00
fc4dc30f74 fix(api): always return JSON response on success (fixes #276) 2022-11-07 21:35:49 +01:00
23632be7a4
refactor: use relocated module names 2022-11-01 21:43:25 +01:00
22fd6e395b
refactor: compile on V 0.3.2 2022-11-01 21:11:31 +01:00
fab8ca20b8
cli: targets add now supports raw flag 2022-10-01 16:05:27 +02:00
8a08788935
feat(console): tabled outputs now optionally return without decorations 2022-09-11 21:50:29 +02:00
210508f1ee
feat: logs api now also returns id 2022-09-11 20:50:23 +02:00
7b59277931
feat: adding target returns id of added entry 2022-09-05 10:13:50 +02:00
1a940f2f98
feat(cli): added "aur add" command 2022-06-24 20:30:09 +02:00
487b235727
feat(cli): add aur search command 2022-06-24 20:30:06 +02:00
461f227169
refactor: use new module names 2022-06-22 09:31:08 +02:00
d060366dcb
refactor: move docker code to external vdocker module 2022-06-22 09:31:08 +02:00
5e11a91f3d
refactor: renamed cron & build code to use "target" naming 2022-06-17 16:24:12 +02:00
8f91c1fde5
feat(build): added support for 'url' kind 2022-06-17 14:31:34 +02:00
bd07964509
feat(api): prevent invalid kind values 2022-06-17 13:56:38 +02:00
bb5643bb03
feat: added ability to specify kind of target 2022-06-17 13:45:21 +02:00
102a7f8899
refactor: renamed codebase to "targets" 2022-06-16 16:56:58 +02:00
faec08f846
refactor(console): renamed stuff to 'targets' 2022-06-16 16:56:58 +02:00
4d581da7bf
refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
339267e6b2
fix: added VIETER_ prefix to vconf.load calls 2022-06-15 22:54:27 +02:00
44696fc11b
refactor: migrated env code to own external module 2022-06-15 13:20:29 +02:00
0855d9efd8
fix(console): removed unimplemented -arch flag 2022-06-10 08:40:28 +02:00
329e819e15
feat(console): added command to generate man pages 2022-06-02 16:36:18 +02:00
edd71b41c2
feat(cli): interpet input dates & print dates as local timezone 2022-05-31 12:31:44 +02:00
a4ffc2c0e3
feat(cli): added more advanced date flags for BuildLog CLI 2022-05-30 23:27:09 +02:00
401e0291e3
feat(cli): added some filter flags to GitRepo CLI 2022-05-29 21:59:21 +02:00
768da5b790
refactor: added CronExpression.next_n function 2022-05-26 13:41:28 +02:00
bd4bb9a9fb
feat: added cli command for previewing cron schedules 2022-05-26 09:15:49 +02:00
2fc25f1afe
refactor: moved BuildLog to models 2022-05-19 22:11:48 +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
5e81dadce3
feat: partially added filters to GitRepo CLI 2022-05-19 22:11:35 +02:00
73d2d4b08f
feat(console): replaced vieter build with vieter repos build 2022-05-16 17:12:37 +02:00
5c5c2f87e0
feat(cli): lists are now properly formatted in an ascii table 2022-05-14 20:11:29 +02:00
5f21e256ee
refactor: apply new vfmt defaults 2022-05-14 20:06:08 +02:00
5f7d7c4780
doc: added documentation to all functions 2022-05-07 22:06:17 +02:00
5b016df85d
feat(cli): added commands for interacting with build logs 2022-05-07 21:50:20 +02:00