1
0
forked from rosa/hakurei
Commit Graph

10 Commits

Author SHA1 Message Date
kat
4f0841e1eb WIP: cmd/mbf: jstest: add JSON reporter for go test integration 2026-05-17 20:03:09 +10:00
kat
90804b5653 cmd/mbf: jstest: implement skipping from within the DSL 2026-05-17 19:47:42 +10:00
kat
98b37cedf3 cmd/mbf: jstest: implement DSL and runner 2026-05-17 19:47:42 +10:00
kat
f57d7fda33 cmd/mbf: jstest: add DOM reporter 2026-05-17 19:47:42 +10:00
kat
fce0375aef cmd/mbf: jstest: add basic CLI reporter 2026-05-17 19:47:42 +10:00
kat
6f50811dc9 cmd/mbf: bring back pkgserver's favicon!
It existed in mae's #33, but ozy was not satisfied with including
a binary file identical to https://hakurei.app's favicon, and hence
removed it. However, it's possible to explicitly specify the favicon
with a link tag [1]; provided a content security policy that isn't too
strong, this should work fine.

[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel#icon
2026-05-17 19:47:42 +10:00
6b87bac401 cmd/mbf: clone pkgserver order slices
These are no longer arrays, so must be cloned for sorting.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-17 18:30:57 +09:00
38bc2c7508 internal/rosa: pass stage alongside state
This cleans up many function signatures.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-17 17:50:30 +09:00
30eb0d6a61 internal/rosa: key metadata by string
For upcoming azalea integration. The API is quite ugly right now to ease migration.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-17 15:56:53 +09:00
mae
1d5d063d6a cmd/mbf: package status dashboard
This displays package metadata with optional status from a report.
2026-05-02 05:05:56 +09:00