* makes debounces a property of calls to notify rather than a global property of the notification manager
* Update appmgr/src/status/mod.rs
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
* update compat build and add to os build process
* copy to explicit file
* fix paths and loading input
* temp save docker images output
* add docker config file to suppress warning
* notes and first attempt of load image script
* pr fixes
* run as root, fix executable path
* wip fixes
* fix pool name and stop docker before umount
* start docker again
* reset docker fs
* remove mkdir
* load system images during embassy-init
* add utils to make build
* fix utils source
* create system-images dir as root
* cleanup
* make loading docker images datadir agnostic
* address PR feedback
* rework load images
* create shutdown channel on failed embassy-init run
* pr feedback
* fix import
* allows for root/int certificate imports, certain invariants are not checked at this time
* refactor ssl module to only import root certificate
* implements certificate export, propagates import functionality all the way to NetController::init
* feat: static server
* WIP: Idea (#685)
* wip: New Idea
Use tokens as proofs.
Use proofs as arguments.
Return proofs as indication of side effects?
Forced constructor pattern?
* chore: Use the has notation for reciepts
* chore: Example to main db mod
* feat: Content headers
* polish
Co-authored-by: Aiden McClelland <me@drbonez.dev>
* rename variables for clarity
* return altered dep config
* add utils system image, move compat into system-images
* rename variables for clarity
* sync integration and add debug instrumentation
* debugging
* add trace instrumentation
* fix compilation for instrumentation
* fix potential deadlocking behavior
* fix import
* fix dep check response return
* hook back up to rpc, was overwritten in rebase
* fix package command
* get proper package config
* testing dep config
* version/volume for dep
* vars
* compat debugs
* clean up
* remove tar
Co-authored-by: Chris Guida <chrisguida@gmail.com>
* initializes wifi system correctly
* add packages to initialization
* restart wpa_supplicant after conf file is sync'ed
* fix cli rendering for set_network
* debug statements
* more debug stuff, trim network id on return
* possibly solves all dhcp problems on startup, I wish I understood better why it starts by default for eth0 but not wlan0
* make consistent with new logging