1dd1fe54ba
Add breadcrumb navigation
...
Fixes #59 .
2021-11-12 12:37:25 +00:00
bb4decad71
FreeBSD packaging: add builder user and group, create /var/db/builder-web
2021-11-12 12:54:24 +01:00
3fa6e9c174
debian: add postinst script
...
Fixes #54
2021-11-12 11:18:40 +01:00
Robur
16748b8995
Show builds by platform
2021-11-08 15:03:19 +00:00
Robur
594c6d5917
remove unused queries
2021-11-05 12:49:16 +00:00
Robur
c76cead3f7
view: show platform on build page
2021-11-05 11:02:30 +00:00
Robur
e69d1beb9f
Add platform to build table
2021-11-05 10:45:26 +00:00
a9ff2dd033
Remove rresult
2021-11-05 10:10:44 +00:00
Robur
045dbcf23d
adapt to builder 0.2.0 changes
2021-11-03 14:40:04 +00:00
Robur
579f9d38e6
debian packaging: install meta files and systemd script with 644 permissions
2021-11-02 10:28:47 +00:00
9dc3fe7abe
upload_binary: add binary_name query parameter
...
This allows for binary upload with a binary name other than <job>.bin,
making bootstrapping easier.
2021-10-26 13:24:17 +02:00
a249eb0572
Fix broken query remove_all_by_username
2021-10-26 13:22:31 +02:00
Robur
87a6b95e8c
Model.read_file: avoid file descriptor leak
2021-10-18 13:45:53 +00:00
Alain Armand
fa1cf92702
avoid deprecated functions from Fmt (strf is now str)
2021-10-18 13:22:07 +00:00
c9f8a16896
builder is released to opam, remove pin-depends
2021-10-06 14:20:46 +02:00
4a42cffc6c
verify-data-dir: change level for untracked files
...
Untracked files are not necessarily an error so log at warning level
instead.
2021-09-14 16:03:12 +02:00
70e240e7b0
verify-data-dir: check for untracked files
2021-09-14 14:45:27 +02:00
71a016fdae
Fix up mix up
...
When builds were uploaded the script and console was mixed up. This
commit fixes that and includes a fixup migration script.
2021-09-10 13:00:04 +02:00
f24a9297d0
Re-add viewing build script and build console
...
Instead of displaying the script and console output in the build page
the build page links to new endpoints for viewing the script and the
console output.
2021-09-09 18:06:08 +02:00
Robur
dd6535296d
use Cstruct.length instead of deprecated Cstruct.len
2021-09-08 09:11:54 +00:00
Robur
edcbf73386
Add /job/<job>/build/<build>/main-binary redirect endpoint
...
Fixes #52
2021-09-08 09:10:30 +00:00
Robur
8279bc1c26
store relative path for console and script
2021-09-07 11:53:51 +00:00
Robur
0628938898
verify-data-dir: check build script & console as well
2021-09-07 10:04:54 +00:00
Robur
f7823da321
fix console output order
2021-09-07 10:04:11 +00:00
Robur
0efcec460d
fix
2021-09-07 09:35:26 +00:00
Robur
4126cab805
Fix migration M20210712c
2021-09-07 09:35:26 +00:00
Robur
94feffdcc2
Fixup builder-migrations: add M20210712c
2021-09-07 09:35:26 +00:00
3fe6e83300
M20210712c: fix rollback
2021-09-07 09:35:26 +00:00
10f78877e9
M20210712c: fix indentation for clarity
2021-09-07 09:35:26 +00:00
Robur
7c04469825
Prepare staging dir before writing
...
The preparation of the staging dir when saving a build was handled in
Model.save_all, but we expect it to be created in Model.save_console_and_script.
This commit refactors the staging dir preparation into a function for better
clarity.
2021-09-07 09:35:26 +00:00
Robur
e7daf0366b
Rename local variable meta(s) -> build(s)
2021-09-07 09:35:26 +00:00
Robur
16c403b6b5
Fix query column ambiguity
2021-09-07 09:35:26 +00:00
Robur
17420c389b
WIP
2021-09-07 09:35:26 +00:00
Robur
0d918192ea
builder_db.exe: verify_data_dir verifies job name and uuid as well
2021-09-07 09:22:25 +00:00
4c42865ca7
fix compilation
2021-08-03 15:12:53 +02:00
cd633087d5
Infer section from job name rather than extension
2021-08-03 12:28:18 +00:00
cdce07c808
Merge pull request 'Use Cstruct.length and require cstruct >= 6.0.0' ( #56 ) from cstruct.6.0.0 into main
...
Reviewed-on: https://git.robur.io/robur/builder-web/pulls/56
2021-08-03 10:54:13 +00:00
f9fcd2c733
Use Cstruct.length and require cstruct >= 6.0.0
2021-08-03 09:26:07 +02:00
fc734dc2cd
improve packaging: use sh -ex
2021-08-02 15:44:38 +02:00
3ba9b93365
debian: fix datadir path
...
Use the builder-web datadir, not the builder datadir(!)
2021-07-29 17:21:56 +02:00
68db07067d
debian: fix --datadir typo
2021-07-29 16:58:52 +02:00
147163a92b
debian: correct sqlite3 dependency
...
It is called libsqlite3-0 and not libsqlite3 for whatever reason.
2021-07-29 16:36:44 +02:00
Robur
392286dd98
remove README.md and build-hashes from build_artifact table and file system
...
no longer store full file on disk
2021-07-12 14:10:54 +00:00
Robur
928821fec6
fix migration 2021-07-12
2021-07-12 13:42:13 +00:00
Robur
9195c91ab5
remove result_kind from build table (de-duplicate information), add some indexes
2021-07-12 13:31:36 +00:00
Robur
aa4db9b6a8
in /job/:job/build/:build output links to:
...
- builds that reproduced the binary with the same inputs
- builds that reproduced the binary with different inputs (only one for each input_id)
- builds with same input that produced a different output
/job/:job group by hash
2021-07-12 13:31:35 +00:00
e8f918230f
verify-data-dir-stream ( #50 )
...
builder-db verify-data-dir: stream build artifacts
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Reviewed-on: https://git.robur.io/robur/builder-web/pulls/50
Co-Authored-By: hannes <hannes@mehnert.org>
Co-Committed-By: hannes <hannes@mehnert.org>
2021-07-12 10:42:03 +00:00
Robur
7c4bf56da6
builder_db: add a verify-data-dir subcommand
...
This subcommand checks that all files in the build_artifact table
are present in the data directory. Also, their size and hash must
match.
2021-07-07 13:33:26 +00:00
Robur
b09001916b
fixup 2021-07-07d: remove initial ./ from fpath
2021-07-07 13:00:57 +00:00
Robur
1b4b27e1c5
fixup 2021-07-07c: strip .hvt/.xen images if not already stripped
...
updates build_artifact and also the main_binary in build
2021-07-07 12:36:30 +00:00