Commit Graph

19 Commits

Author SHA1 Message Date
Keagan McClelland
3dc11380eb fixes self-dependency bug (#486)
* fixes self-dependency bug

* fixes build errors, hopefully memory usage isn't garbage

* reduces allocations

* spurious import
2021-09-17 10:39:34 -06:00
Keagan McClelland
d24f20cc87 replace todo with actual notify call 2021-09-14 17:18:17 -06:00
Aiden McClelland
7dee761369 fix dependency error 2021-09-13 18:11:27 -06:00
Aiden McClelland
4d783e68ae fix missing borrow 2021-09-13 15:24:32 -06:00
Aiden McClelland
d5db3368f4 more aggressive locks on health check daemon 2021-09-13 14:09:28 -06:00
Aiden McClelland
71b368c722 pass in duration(millis) instead of timestamp 2021-09-11 13:41:14 -06:00
Aiden McClelland
3bcd9ebaf1 list disks without blkid 2021-09-10 19:39:03 -06:00
Aiden McClelland
967664561a configure datadir on context 2021-09-03 14:07:46 -06:00
Aiden McClelland
5f16f69af9 fix warnings 2021-09-01 17:57:24 -06:00
Aiden McClelland
1a61c5450c allow access to readonly volumes during sandboxed 2021-08-16 17:48:50 -06:00
Aiden McClelland
0ee8361430 minor fixes, add nginx conf 2021-08-09 14:05:21 -06:00
Aiden McClelland
d657eceb08 reconcile types 2021-08-09 14:04:56 -06:00
Aiden McClelland
8de595fafb installs working 2021-08-09 14:00:47 -06:00
Aiden McClelland
d9fa354e85 switch to managers: wip 2 2021-08-09 14:00:47 -06:00
Aiden McClelland
7eaf6dabcc switch to managers: wip 2021-08-09 14:00:47 -06:00
Aiden McClelland
d26e08014f compat 2021-08-09 13:59:19 -06:00
Aiden McClelland
707a5b1d90 appmgr: wrap up tor 2021-08-09 13:58:51 -06:00
Aiden McClelland
0305aa8b55 appmgr: initialize dependency errors on install 2021-08-09 13:57:43 -06:00
Aiden McClelland
ad12bf395c appmgr 0.3.0 rewrite pt 1
appmgr: split bins

update cargo.toml and .gitignore

context

appmgr: refactor error module

appmgr: context

begin new s9pk format

appmgr: add fields to manifest

appmgr: start action abstraction

appmgr: volume abstraction

appmgr: improved volumes

appmgr: install wip

appmgr: health daemon

appmgr: health checks

appmgr: wip

config get

appmgr: secret store

wip

appmgr: config rewritten

appmgr: delete non-reusable code

appmgr: wip

appmgr: please the borrow-checker

appmgr: technically runs now

appmgr: cli

appmgr: clean up cli

appmgr: rpc-toolkit in action

appmgr: wrap up config

appmgr: account for updates during install

appmgr: fix: #308

appmgr: impl Display for Version

appmgr: cleanup

appmgr: set dependents on install

appmgr: dependency health checks
2021-08-09 13:57:43 -06:00