commit | 7762831b4c4d68f77bdc9fbf1f812390d970a4b3 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Wed Feb 15 23:33:22 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Mon Feb 20 14:45:38 2023 +0000 |
tree | bc89893327ed28301aaf53cfb31560ba56e39db7 | |
parent | 9e7875c98f78c2ee0419c043211785159e1539de [diff] |
cloud/bmaas: implement webug Webug (pronounced: /wɛbʌɡ/, not /wiːbʌɡ/) is a web debug interface for BMDB, inspired by the great web debug interfaces of old. It uses the new BMDB reflection API to access most machine/tag/work/backoff information, plus sqlc queries to access session information. Change-Id: If0e65b6fc33ad92baef9c6d98333f90a02efa1b3 Reviewed-on: https://review.monogon.dev/c/monogon/+/1132 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
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!
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.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch -c dbg
Launch an ephemeral test node:
bazel test //:launch -c dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test -c dbg //...