Commit Graph

284 Commits

Author SHA1 Message Date
Aiden McClelland
309b446a5c fix install progress jump 2022-01-21 20:35:52 -07:00
Keagan McClelland
317e8a4c8f fix enum serialization (#616) 2022-01-21 20:35:52 -07:00
Keagan McClelland
e9e1f1608f fixes certificate directory mount 2022-01-21 20:35:52 -07:00
Keagan McClelland
ec47437a07 isolates ssl directories 2022-01-21 20:35:52 -07:00
Keagan McClelland
097cc3399e fix notification serialization types 2022-01-21 20:35:52 -07:00
Keagan McClelland
2540bf301e rename command so that it works in rpc 2022-01-21 20:35:52 -07:00
Keagan McClelland
4caee9a3e8 create notification, intended for use at cli for testing notifications 2022-01-21 20:35:52 -07:00
Keagan McClelland
780d11926a metal flag guards temperature gauge 2022-01-21 20:35:52 -07:00
Aiden McClelland
261509c841 structured ws response 2022-01-21 20:35:52 -07:00
Keagan McClelland
f9e0fe8fc8 write nginx conf that uses ssl information, add main ui config to Ngi… (#591)
* write nginx conf that uses ssl information, add main ui config to Nginx init method

* fix nginx config for main service

* add ssl to ipv6 config
2022-01-21 20:35:52 -07:00
Keagan McClelland
016fb0d3f1 issue notification when service crashes (#565) 2022-01-21 20:35:52 -07:00
Keagan McClelland
3d3680c936 await gc before proceeding 2022-01-21 20:35:52 -07:00
Keagan McClelland
d58a950762 implements notification debouncing 2022-01-21 20:35:52 -07:00
Keagan McClelland
ac9b97ee28 remove fields that we don't know how to populate 2022-01-21 20:35:52 -07:00
Chris Guida
97997bff97 docker command trace log 2022-01-21 20:35:52 -07:00
Keagan McClelland
338a034073 Bugfix/disk usage zfs (#587)
* fixes disk usage gets

* fix whitespace issues
2022-01-21 20:35:52 -07:00
Keagan McClelland
c8d2520248 Bugfix/metrics rendering (#586)
* stubs for Serialize

* serialization instances

* render percentages as 100x
2022-01-21 20:35:52 -07:00
Aiden McClelland
f46d935bb0 fix imports 2022-01-21 20:35:52 -07:00
Aiden McClelland
381b5c4855 increase sqlite timeout 2022-01-21 20:35:52 -07:00
Lucy C
c415936f15 Remove time from Health Check Result (#549)
* change health check result to remove time

* rename health check result

* Update appmgr/src/dependencies.rs

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
2022-01-21 20:35:52 -07:00
Chris Guida
7756841b1e move beethoven down an octave because octave 5 wasn't ominous enough 2022-01-21 20:35:52 -07:00
Keagan McClelland
948ccd7af8 fix beethoven last note octave 2022-01-21 20:35:52 -07:00
Keagan McClelland
66d0e5056b Beethoven correct key 2022-01-21 20:35:52 -07:00
Aiden McClelland
4e9849cd38 refactor dependency errors (#574)
* refactor dependency errors

* fix hostname after restart

* fix errors from testing

* fix updating of current_dependents

* fixes
2022-01-21 20:35:52 -07:00
Keagan McClelland
b7e6729272 adds metrics task to launch sequence 2022-01-21 20:35:52 -07:00
Lucy Cifferello
c931a922fb parent 792c8b2c63
author Lucy Cifferello <12953208+elvece@users.noreply.github.com> 1633389065 -0600
committer Lucy Cifferello <12953208+elvece@users.noreply.github.com> 1633392210 -0600
gpgsig -----BEGIN PGP SIGNATURE-----

 iQIzBAABCAAdFiEE3X0bBKW79BqaYR/F8FBkfE2sxvMFAmFbllIACgkQ8FBkfE2s
 xvOMxQ/9GA3sBp0dH3X2Gm0Rao0pdBppNx0sYbNfliQulP0n62fzoSFJ2fKkwDOj
 IpcvL7R6lVqO58JD04GSTCfnpSJCKC3YtbgQ5kNhKbZLupLONrdbmk4DZp2hp2ng
 +6Q6e0soPcXbzm1Q63ovCasrQwEMmePEMq1WI4aeCuQhtVJz0D8uWy5kkiF1gNT0
 29jqQQJsMtr2bG1OrHfg+f8ZPBYYsH+cW2LEUyR7sIIAWVAZYn0KYQQb6n+7tYv+
 +dNRCx+k6BW7NX1df7HK3yhN7zr1oR1ETrojShFjA6i4rbCM1fgfX3Gfchu8SiKQ
 FTtZ1nIqVo8NvK6dM2ut6GBB5TdFE3tG3a/xhSnBwSXHcgyTD2vMO0yHJe2Uizq2
 3dylgnEcFQPTZZmQWvW5Vh95fhgGd8KhH10NWnbWotTtOvDsTe6abNZfkSat6S1J
 SDK0jI1CxDyj3m1CCSbmCyMMEXqAUDlVq9AFbQEAIsr80plBrKg28Z9Y4/Qs/u4x
 5LKqPu9479uQfDdJixFUKG6eSRowMhjBYaV7ylfExm6BDjBuzEPVcj5sC65WoKNb
 3an7+jQK5gb7IeGzzEWw4+DmmMKVv+mM2FOA0eCCR7xFQne72CDxaAepAKi3FxuS
 OsorndhT+nWzP388Selj+D3B077XIMErSZKEl4gGtOXqIDbmi6Y=
 =LuAW
 -----END PGP SIGNATURE-----

fix rpc context argument for embassy init

fix rpc context argument for embassy init

pass in datadir rather than entire rpc context

fix config path reference

fix merge conflict

cleanup imports

fix reference convention

remove uneeded import
2022-01-21 20:35:52 -07:00
Keagan McClelland
d33e74214b fixes tor health checks 2022-01-21 20:35:52 -07:00
Keagan McClelland
953e22080f adds debug statement 2022-01-21 20:35:52 -07:00
Keagan McClelland
fb83a3ebe6 change proxy method for tor health check 2022-01-21 20:35:52 -07:00
Keagan McClelland
81bbb734fa fixes socks port on tor health checks 2022-01-21 20:35:52 -07:00
Lucy Cifferello
7185478137 absolute path to package docker dir 2022-01-21 20:35:52 -07:00
Keagan McClelland
255daf01b7 fixes log statement for mdns 2022-01-21 20:35:52 -07:00
Aiden McClelland
6f1cd49b1b green/blue labels 2022-01-21 20:35:52 -07:00
Aiden McClelland
f995b5a12a disable gateway timeout 2022-01-21 20:35:52 -07:00
Keagan McClelland
7f107efbf3 Bugfix/mdns sync semantics (#550)
* fixes issue where mdns.sync would reset the entry group without readding the original A record, causing CNAME's to point to nothing

* make analyzer mad to make cargo happy

* please both analyzer and cargo

* debug logs

* demote successful healthcheck logs to trace since they happen once every second

* I have no words for this commit message

* 2 is 3
2022-01-21 20:35:52 -07:00
Aiden McClelland
8c6fab319a shutdown setup rpc server after setup 2022-01-21 20:35:52 -07:00
Aiden McClelland
859ad5b678 setup works 2022-01-21 20:35:52 -07:00
kn0wmad
33fe3e1059 Setup Scripts (#472)
* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated README

* Updated scripts/readme

* Additional Script/README updates

* Further Script updates

* BuildGuide updates

* More git fuckery

* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated scripts/readme

* Script/README updates

* Additional Script/README updates

* Script/README edits

* Copy script edit

* Copy script edit

* Filesystem script edit

* More edits

* Guide edit

* Makefile

* fixes ui build scripts to use submodules (#546)

* fix product key generation

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
2022-01-21 20:35:52 -07:00
Aiden McClelland
ef1cd70fbc dry uninstall 2022-01-21 20:35:52 -07:00
Aiden McClelland
fa7748ebf9 better predicate to wait on for setup flow 2022-01-21 20:35:52 -07:00
Aiden McClelland
796e3300b9 patches for dependency errors 2022-01-21 20:35:52 -07:00
Aiden McClelland
7622616856 prefer btreemap over hashmap 2022-01-21 20:35:52 -07:00
Keagan McClelland
f8472135f5 preliminary support for tor key pointers 2022-01-21 20:35:52 -07:00
Keagan McClelland
a086c809e4 splits out types for different package pointers 2022-01-21 20:35:52 -07:00
Keagan McClelland
20390d4bbc splits up package pointer types 2022-01-21 20:35:52 -07:00
Keagan McClelland
965fa8665d change vec to hashset 2022-01-21 20:35:52 -07:00
Aiden McClelland
5315502c8c use IndexMap for config spec 2022-01-21 20:35:52 -07:00
Aiden McClelland
66e7d2c703 misc fixes 2022-01-21 20:35:52 -07:00
Aiden McClelland
d4aa75ea93 separate context for sdk 2022-01-21 20:35:52 -07:00
Aiden McClelland
1a86f393d6 use btreemap instead of indexmap
to establish canonical lock ordering
2022-01-21 20:35:52 -07:00