Marvin marvin
  • Joined on 2026-04-16
marvin merged pull request hulthe/boco#4 2026-08-26 22:18:44 +02:00
fix: validate image name before building registry path
marvin created pull request hulthe/boco#5 2026-08-26 22:15:27 +02:00
refactor: split main.rs into registry, build, and qemu modules
marvin created branch refactor/modules in hulthe/boco 2026-08-26 22:15:18 +02:00
marvin pushed to refactor/modules at hulthe/boco 2026-08-26 22:15:18 +02:00
37f537184c refactor: split main.rs into registry, build, and qemu modules
marvin pushed to fix/registry-path-validation at hulthe/boco 2026-08-26 22:12:17 +02:00
5b80885207 fix: validate image name before building registry path
d517ab6a1a Fix minor issues
e3bd77379f Add lockfile
Compare 3 commits »
marvin created pull request hulthe/boco#4 2026-08-26 22:10:44 +02:00
fix: validate image name before building registry path
marvin created branch fix/registry-path-validation in hulthe/boco 2026-08-26 22:10:34 +02:00
marvin pushed to fix/registry-path-validation at hulthe/boco 2026-08-26 22:10:34 +02:00
cb87541151 fix: validate image name before building registry path
marvin merged pull request hulthe/boco#1 2026-08-25 22:47:37 +02:00
fix: first 3 review findings (unshare reads, unmount cleanup, qemu exit status)
marvin pushed to master at hulthe/boco 2026-08-25 22:47:37 +02:00
8dd5267bb4 fix: read rootfs inside podman unshare, always unmount, fail on qemu errors
marvin created pull request hulthe/boco#1 2026-08-25 22:45:53 +02:00
fix: first 3 review findings (unshare reads, unmount cleanup, qemu exit status)
marvin created branch fix/review-bug-1-2-3 in hulthe/boco 2026-08-25 22:45:30 +02:00
marvin pushed to fix/review-bug-1-2-3 at hulthe/boco 2026-08-25 22:45:30 +02:00
8dd5267bb4 fix: read rootfs inside podman unshare, always unmount, fail on qemu errors
marvin pushed to master at hulthe/boco 2026-08-25 22:10:06 +02:00
b9b5e3942b slim-rs v1: initrd build, qemu run, gitea actions
marvin pushed to master at hulthe/boco 2026-08-25 22:08:57 +02:00
5b0c3306a1 fmt: apply rustfmt
marvin pushed to master at hulthe/boco 2026-08-25 22:07:54 +02:00
999d4a2f45 ci: fix alpine package names rust-clippy rustfmt
marvin pushed to master at hulthe/boco 2026-08-25 22:04:55 +02:00
cfa5397fde ci: replace dtolnay action with portable rust install
marvin pushed to master at hulthe/boco 2026-08-25 22:03:44 +02:00
d06917144a ci: portable node install (apk/apt)
marvin pushed to master at hulthe/boco 2026-08-25 22:01:55 +02:00
40f1dbbf99 ci: install node before checkout
marvin pushed to master at hulthe/boco 2026-08-25 22:01:01 +02:00
e21ef0ab0e gitea workflow + xdg 3 fix