A web user interface and API for our reproducible builds of MirageOS unikernels and host system tools.
Find a file
Reynir Björnsson bde3baec46 Refactor migrations and don't enable foreign keys
Each migration is, for the most part, a module that exposes expected
database version numbers, command identifier and documentation. This
results in all information about the migration and rollback are
found in the module itself, and builder_migrations.ml only has to
reference the module.

Some migrations require foreign keys constraints are disabled. It is not
possible to enable or disable foreign key constraints inside a
transaction.
2021-06-10 12:08:14 +02:00
auth add explicit package dependencies 2021-06-09 16:03:03 +00:00
bin Refactor migrations and don't enable foreign keys 2021-06-10 12:08:14 +02:00
db Add user column to build 2021-06-09 11:54:24 +00:00
http_status_middleware Add http status metrics middleware 2021-06-08 12:36:53 +00:00
lib Add the /job/:job/upload endpoint which receives a raw binary. 2021-06-09 14:26:05 +00:00
opamdiff Packages w/ same version different opam 2021-04-23 09:45:35 +02:00
packaging/FreeBSD FreeBSD packaging and rc script 2021-06-09 15:40:58 +00:00
test Add user column to build 2021-06-09 11:54:24 +00:00
builder-web.opam add explicit package dependencies 2021-06-09 16:03:03 +00:00
dune-project Initial commit 2020-12-04 18:10:21 +01:00