| commit | 01491a7c7ae539a90756fa3a210cf08cbe450856 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 23 21:49:11 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Jul 31 18:12:39 2025 +0000 |
| tree | 2709a786e75af66e06e7aa99bf9decc0e3656f8f | |
| parent | 1f4590b58948d359805e1e519d3ea68ad5a57d47 [diff] |
osbase/logtree: add WithStartPosition option To allow users to not always request all messages, we introduce another option to the logtree.LogReader which allows for starting at a specific global log id. This, for example, makes implementing scrollback easier. Change-Id: I1773288f670f476706d94baf3f052fe1e5da9eb0 Reviewed-on: https://review.monogon.dev/c/monogon/+/4452 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:
git to check out modules.python3 to generate the workspace status to stamp./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.