402894405d
Merge pull request 'v0.2.0 CHANGES.md' ( !2 ) from prepare-v0.2.0 into main
...
Reviewed-on: #2
2024-09-10 09:25:28 +00:00
84737a4871
v0.2.0 CHANGES.md
2024-09-06 14:25:47 +02:00
47b1759d0f
Merge pull request 'remove usage of cstruct, require mirage-crypto 1.0.0' ( !1 ) from no-cstruct into main
...
Reviewed-on: #1
Reviewed-by: Reynir Björnsson <reynir@reynir.dk>
2024-09-05 15:12:37 +00:00
6d50b4bff4
remove superfluous mirage-crypto dependency
2024-09-05 17:02:14 +02:00
0f68776819
update builder depedency
2024-09-05 17:00:00 +02:00
598f8230bd
update caqti constraint
2024-09-05 16:58:19 +02:00
ca0214c606
minor (grep -i cstruct)
2024-09-02 16:37:59 +02:00
07831d7de3
remove usage of cstruct, require mirage-crypto 1.0.0
2024-09-02 16:14:26 +02:00
71a5b0da96
Use Lwt.reraise instead of Lwt.fail
2024-08-22 14:04:28 +02:00
32ea8d2224
Merge pull request #3 from robur-coop/tar.3.0.0
...
Update to tar 3.0.0
2024-08-16 08:38:03 +02:00
c1cfe52cb0
Update to tar 3.0.0
...
Also embed a comment in the archive what software produced it.
2024-08-14 16:13:35 +02:00
9216d980b6
Merge pull request #2 from robur-coop/caqti.2.1.1
...
Update to Caqti.2.1.1
2024-08-13 16:47:59 +02:00
e73f7c5aa3
Set upper bound on tar
2024-08-13 13:16:31 +02:00
4461a91f87
Update to caqti>=2.1.1
...
The tuple type constructors are renamed from tupN to tN. Also, except
for migrations, use the wider tuple types (up to 12 since caqti.2.1.0).
2024-08-13 13:16:31 +02:00
b96c3a0479
Merge pull request 'Check version in visualizations.sh' ( #188 ) from fix-visualizations into main
...
Reviewed-on: #188
2024-03-25 15:56:04 +00:00
cc6b084d7a
Check version in visualizations.sh
...
If builder-web is upgraded and not restarted the visualizations script
will assume the new database schema while the still-running builder-web
binary will be using the old schema (until restarted).
2024-03-25 16:46:52 +01:00
97b8bb1d85
Merge pull request 'Implement builder-db vacuum {older-than,latest-n}' ( #185 ) from vacuum into main
...
Reviewed-on: #185
2024-02-13 15:08:59 +00:00
2d36db435f
Document vacuum default behavior, remove comment
2024-02-13 16:08:06 +01:00
e96234488f
Add BUILDER_WEB_DATADIR env, fix bug
...
The builder-web commands now understand the BUILDER_WEB_DATADIR
environment variable which is used as --datadir.
During a change the transaction when vacuuming was committed twice which
is an error in sqlite. This was found during testing.
2024-02-13 14:23:25 +01:00
878acf002f
Implement builder-db vacuum except-latest-successful
...
And some minor things.
2024-02-13 14:07:16 +01:00
d4da5a199f
Implement builder-db vacuum {older-than,latest-n}
...
- `builder-db vacuum older-than [--job JOBNAME] RFC3339` removes all
builds in `JOBNAME` (defaults to all jobs) that were built before
`RFC3339`.
- `builder-db vacuum except-latest [--job JOBNAME] LATEST-N` removes all
builds in `JOBNNAME` (defaults to all jobs) except for the latest
`LATEST-N` builds (successful or not).
2024-02-12 15:09:08 +01:00
8c62314100
Merge pull request 'Add two SQL requests to collect older builds according to a parameter' ( #183 ) from collect-old-builds into main
...
Reviewed-on: #183
2024-02-12 11:26:47 +00:00
46df7f92a7
Aggregate all builds (even failed builds)
2024-02-12 12:19:52 +01:00
Robur
082f2582dd
Add a comment on LIMIT -1 OFFSET n
2024-02-12 12:19:52 +01:00
Robur
6594c6b912
Rename get_builds_and_exclude_the_first
2024-02-12 12:19:52 +01:00
Robur
73e1bf81ce
Fix comparison: less than or equal, not strict equal
2024-02-12 12:19:52 +01:00
53f1c4958c
Use our own ptime serializer
2024-02-12 12:19:52 +01:00
fb49d8eae2
Add two SQL requests to collect older builds according to a parameter
2024-02-12 12:19:52 +01:00
Robur
81be4229c1
model: only commit files that need to be saved
2024-01-09 16:42:13 +00:00
Robur
22f3eb3893
model, add_build: first put the files into place, then commit to the database
2024-01-09 16:37:39 +00:00
Robur
5d4d84f705
builder-db: update current database version
2024-01-09 16:28:03 +00:00
13dd238843
Merge pull request 'content addressing' ( #174 ) from content-addressing into main
...
Reviewed-on: #174
2024-01-09 15:08:10 +00:00
Robur
c45488dd73
hook scripts & repo scripts: provide and use --main-binary-filepath
2024-01-09 15:05:09 +00:00
Robur
1e522e2b39
builder_db_app: verify_data_dir: compute size and sha256 only once per artifact
2024-01-09 14:48:53 +00:00
Robur
f66932da48
content addressing migration: add indices
2024-01-09 14:31:49 +00:00
Robur
7dfd160d8e
Adapt visualizations.sh to content addressing
2024-01-09 14:27:52 +00:00
Robur
3bc14ba365
Remove Model.artifacts_dir
...
The directory is created later and the function is otherwise unused
2024-01-09 14:16:04 +00:00
36afb35e08
Update builder-db with content addressing
2024-01-09 13:32:13 +00:00
9f5458c8f4
Fix migration script
...
It didn't even compile :(
2024-01-09 13:32:13 +00:00
78a66dc089
Add migration script for content-addressed artifacts
2024-01-09 13:32:13 +00:00
1452de6280
Don't mask error in test setup
2024-01-09 13:32:13 +00:00
5ec5cb66df
Update tests and fix bug discovered
2024-01-09 13:32:13 +00:00
a56bd28e64
Add missing right paren
2024-01-09 13:32:13 +00:00
f636280f10
WIP content addressing
2024-01-09 13:32:08 +00:00
7f3a6719e2
require cmarkit 0.3
...
work around the issue reported at https://github.com/dbuenzli/cmarkit/issues/14
add a second table test, fix the tests for the 0.3 fixed layouting
2023-12-14 15:10:12 +01:00
46d8ba611c
Merge pull request 'Fixup: latest succesful build has main binary' ( #181 ) from fix-front into main
...
Reviewed-on: #181
2023-11-22 13:09:24 +00:00
57a11d4385
Fixup: latest succesful build has main binary
2023-11-22 14:07:28 +01:00
fc253c616d
Merge pull request 'fix get_latest_successful_with_binary to only return builds with main_binary' ( #180 ) from fix-front into main
...
Reviewed-on: #180
2023-11-22 12:44:24 +00:00
e262ae9d90
Rewrite query to not use LEFT JOIN
...
Since we now consider only builds with main binaries successfull we can
rewrite get_latest_successful_with_binary to not use a LEFT JOIN.
2023-11-22 13:43:09 +01:00
39da49363f
Merge pull request 'Enable non-strict mode for cmarkit to render tables' ( #179 ) from cmarkit-table into main
...
Reviewed-on: #179
2023-11-22 12:26:59 +00:00