Getting Started
Documentation
Organisations
robur-coop
albatross
branch/main
Build History
Build History for branch/main
Builds (35)
Merge pull request #204 from robur-coop/dinosaure-patch-1 Update README.md
5b1478
-
Jan 13 16:16 +00:00
Passed in 9m56s
add maintenance intent
0bc224
-
Dec 18 12:16 +00:00
Passed in 18m14s
On solo5 manifest mismatch print the manifest (#196) * On solo5 manifest mismatch print the manifest This makes it easier for users of the client to figure out what devices are expected without them having to know to query the solo5 manifest using solo5-elftool themselves. * Print devices only instead of the whole manifest * Code review: Tweak error message Co-authored-by: Hannes Mehnert <hannes@mehnert.org> --------- Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
80d24b
-
Nov 20 17:36 +00:00
Failed in 9m05s
albatross-console:use physical equality for file descriptors (#200) * albatross-console: remove closed fds on exceptions On exceptions we close the file descriptor. Thus we should as well remove it from the list of listeners. * Use physical equality (not structural) for fds It seems it is not safe after all. * Revert "albatross-console: remove closed fds on exceptions" This reverts commit 3c637cedf110e7419e06fe8ecd315b9f5407574b.
f5a9ce
-
Nov 20 14:47 +00:00
Passed in 2h13m
Merge pull request #194 from robur-coop/multi-subscribers console: Allow for multiple subscribers
0b59a9
-
Nov 15 15:17 +00:00
Passed in 5h20m
changes for 2.3.0
eb17bd
-
Oct 14 08:30 +00:00
Passed in 8m17s
Merge pull request #193 from Firobe/lenient-stat-parsing stats: /proc/pid/status parsing more flexible
9fcb19
-
Oct 07 16:48 +00:00
Running for 0s
Merge pull request #192 from robur-coop/fixes Fixes: adress renaming (#191), also check in usable policy that block is >= 0
060c6e
-
Oct 07 10:57 +00:00
Passed in 0s
Merge pull request #190 from robur-coop/root-policy albatross_daemon: discover root policy and insert this
07806a
-
Sep 30 09:32 +00:00
Passed in 8m03s
dump state when policy was added or removed
834ea5
-
Sep 13 12:33 +00:00
Passed in 7m55s
changes for 2.2.0
c8ff70
-
Sep 05 08:58 +00:00
Failed in 6m49s
Merge pull request #189 from robur-coop/store-policies Store the policies next to the unikernels on disk
7e6150
-
Sep 05 08:57 +00:00
Failed in 52s
require tls 1.0.2 and use the Tls_lwt.read with offset (#188) * require tls 1.0.2 and use the Tls_lwt.read with offset * condense dependencies
3101bf
-
Sep 05 08:56 +00:00
Failed in 12s
changes for 2.2.0
4b3939
-
Sep 03 18:55 +00:00
Passed in 15m12s
Adapt to tls 1.0.0, mirage-crypto 1.0.0, and asn1-combinators 0.3.0 API changes (#187) * Adapt to tls 1.0.0, mirage-crypto 1.0.0, and asn1-combinators 0.3.0 API changes * lower bound on ocaml 4.13 * CI: drop 4.12
9e54c9
-
Sep 03 18:52 +00:00
Failed in 1m19s
minor change adjustments
6da7cf
-
Aug 29 09:41 +00:00
Failed in 15m23s
minor change adjustments
e48db7
-
Aug 15 20:22 +00:00
Failed in 1m03s
changes for 2.1.0
eb6a6f
-
Aug 15 20:19 +00:00
Failed in 50s
Merge pull request #185 from robur-coop/syslog-support add support to log via syslog for daemons
f35a66
-
Aug 15 20:04 +00:00
Failed in 7m38s
Merge pull request #184 from robur-coop/update-update Update `update` command to allow for local command again
049d7a
-
Aug 12 09:23 +00:00
Failed in 8m57s
Merge pull request #183 from PizieDust/patch-2 Install albatross_tls_endpoint service and socket in systemd
a32dfc
-
Aug 02 15:27 +00:00
Passed in 11m47s
albatross_influx: align kinfo_mem with metrics-rusage: cow_faults is an integer
b9695d
-
Jul 01 15:00 +00:00
Passed in 24m49s
README: use hello-key.hvt all over the place, also provide a link for downloading it
107c23
-
Jul 01 13:38 +00:00
Passed in 0s
README: update link to blog entry
2a1c3d
-
Jul 01 13:13 +00:00
Passed in 6m27s
Merge pull request #182 from robur-coop/influx Influx/metrics: fix typo (cow_faul[t]s), avoid empty tag name for root domain
990d13
-
Jul 01 13:11 +00:00
Running for 0s
Merge pull request #181 from robur-coop/console-timestamp-backward make console command changes in respect to time backwards compatible
afda31
-
Jul 01 12:58 +00:00
Failed in 7m49s
Merge pull request #180 from robur-coop/tls-endpoint albatross-tls-endpoint: don't fail hard if TLS endpoint receives a bad client
70f9d1
-
Jul 01 12:15 +00:00
Passed in 2m36s
Merge pull request #179 from Julow/nix-updt-2407 Update Nix inputs
134f72
-
Jul 01 10:38 +00:00
Failed in 55m05s
cirrus: minor updates
40360d
-
Jul 01 09:21 +00:00
Passed in 12m18s
Merge pull request #177 from PizieDust/patch-1 Update README.md use correct command
13188e
-
Jul 01 09:21 +00:00
Running for 0s
cirrus: update to FreeBSD 13.3
ec8a70
-
Jul 01 09:12 +00:00
Failed in 8m20s
Merge pull request #174 from robur-coop/use-ohex use ohex instead of hex
28f9ff
-
Jun 30 06:41 +00:00
Passed in 39m28s
Merge pull request #175 from Julow/nix-updt2405 Nix: Update inputs
af919c
-
May 08 10:15 +00:00
Running for 0s
stats: support FreeBSD 14 (vm_get_stats interface change) (#172) * stats: support FreeBSD 14 (vm_get_stats interface change) * address @palainp review comment, and close the vcpu on teardown This pushes a vmctx * vcpu pair through to the OCaml layer.
b05a9c
-
Apr 23 14:23 +00:00
Passed in 10m30s
cirrus: require ca_root_nss
24adeb
-
Apr 05 08:25 +00:00
Passed in 44m43s