Commit Graph

852 Commits

Author SHA1 Message Date
Matt Hill
1732e5403b fix metrics again 2022-01-21 20:35:52 -07:00
Matt Hill
b978d5062f fix wizard and server metrics 2022-01-21 20:35:52 -07:00
Aiden McClelland
f46d935bb0 fix imports 2022-01-21 20:35:52 -07:00
Aiden McClelland
a047fbd32b fix patch-db reversion 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
Matt Hill
d47dd28384 squashing the bugs 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
Keagan McClelland
cf4bed6620 add build scripts to embassy src 2022-01-21 20:35:52 -07:00
Aiden McClelland
e4b434910d fix build script 2022-01-21 20:35:52 -07:00
Drew Ansbacher
a8f709c1dc state service readonly 2022-01-21 20:35:52 -07:00
Drew Ansbacher
e527aa9a5f wiz error handling 2022-01-21 20:35:52 -07:00
Drew Ansbacher
e6518097f2 forbid actions when config not properly done 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
Matt Hill
a92e34433e description for service menu 2022-01-21 20:35:52 -07:00
Keagan McClelland
bae96cde55 Update initialization.sh 2022-01-21 20:35:52 -07:00
Matt Hill
eaafc764f5 handle possible null case for dep error 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
Keagan McClelland
96b72e541f Update initialization.sh 2022-01-21 20:35:52 -07:00
Keagan McClelland
ed20e04586 use echo from /usr/bin 2022-01-21 20:35:52 -07:00
Drew Ansbacher
8472b3ddde error logging 2022-01-21 20:35:52 -07:00
kn0wmad
0d237a299a Makefile fix 2022-01-21 20:35:52 -07:00
Keagan McClelland
861f6a0054 disable mocks 2022-01-21 20:35:52 -07:00
Aiden McClelland
859ad5b678 setup works 2022-01-21 20:35:52 -07:00
Matt Hill
e77c0a46db refine readme 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
Drew Ansbacher
72872ba52a error details 2022-01-21 20:35:52 -07:00
Matt Hill
a17e81ece5 remove time from health check and add loading message to health check 2022-01-21 20:35:52 -07:00
Drew Ansbacher
f5f6b92d1b mk list search fix 2022-01-21 20:35:52 -07:00
Matt Hill
4a63e3079c add rpcClient to window 2022-01-21 20:35:52 -07:00
Drew Ansbacher
6386359fe3 threshold 1 2022-01-21 20:35:52 -07:00
Drew Ansbacher
5dfa9af40e comments addressed 2022-01-21 20:35:52 -07:00
Drew Ansbacher
d59d9db4b5 fuzzy search 2022-01-21 20:35:52 -07:00
Matt Hill
6afaf12890 fix type error 2022-01-21 20:35:52 -07:00
Matt Hill
9edda3a313 fix bug with launching config modal from dependency auto config 2022-01-21 20:35:52 -07:00
Matt Hill
2dc0f97d90 convert strigs to numbers for numberic form controls 2022-01-21 20:35:52 -07:00
Aiden McClelland
ef1cd70fbc dry uninstall 2022-01-21 20:35:52 -07:00