isle/tests/cases
Brian Picciano 8c3e6a2845 Separate Daemon and Network logic into separate packages
In a world where the daemon can manage more than one network, the Daemon
is really responsible only for knowing which networks are currently
joined, creating/joining/leaving networks, and routing incoming RPC
requests to the correct network handler as needed.

The new network package, with its Network interface, inherits most of
the logic that Daemon used to have, leaving Daemon only the parts needed
for the functionality just described. There's a lot of cleanup done here
in order to really nail down the separation of concerns between the two,
especially around directory creation.
2024-09-09 16:34:00 +02:00
..
dnsmasq Write new host to garage as part of CreateHost 2024-07-20 12:36:21 +02:00
garage Refactor Daemon into Children and DaemonRestarter into Daemon 2024-07-06 15:36:48 +02:00
hosts Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
nebula Separate Daemon and Network logic into separate packages 2024-09-09 16:34:00 +02:00
network State CA signing key in secrets store, eliminate admin bundle 2024-07-14 13:11:18 +02:00
00-version.sh Refactor how tests are organized 2023-09-01 20:24:42 +02:00