| commit | 3553b240af181f5eba87ffd2af9323fa054e1967 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Jul 21 18:19:05 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Jul 22 17:24:03 2025 +0000 |
| tree | 6b6457ca8fff37cde8eca98067884bbe9e39bbbd | |
| parent | c263592f0b260d13439e7e4a566b3db3ae6ebc38 [diff] |
osbase/logtree: add WithBacklogOrder By moving the log entry reversal to the logtree.LogReader, the behavior of getEntries and scanEntries changed. This is fine as there are no other consumers for these functions outside of logtree and the reader keeps the previous behavior, but also allows to skip it. Change-Id: If1fddd14d43aca64009655b978d6a05dd910eb50 Reviewed-on: https://review.monogon.dev/c/monogon/+/4447 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.