Commit Graph

1105 Commits

Author SHA1 Message Date
Keagan McClelland
e578062082 adds flag to manager shared state describing whether health checks should be committed, sets that flag on stop and signal 2022-01-21 20:35:52 -07:00
Matt Hill
d8fb32ea8b fix misspelling 2022-01-21 20:35:52 -07:00
Matt Hill
044c4cc7b2 fix pointer issue with mocks, better styles 2022-01-21 20:35:52 -07:00
Drew Ansbacher
c9d77e99af loading progress NaN fix 2022-01-21 20:35:52 -07:00
Drew Ansbacher
d38da2231e dots compromise 2022-01-21 20:35:52 -07:00
Drew Ansbacher
6c3e99f3e1 finalizing bug fix 2022-01-21 20:35:52 -07:00
Matt Hill
82602af601 update config-sample for ui mocking 2022-01-21 20:35:52 -07:00
Matt Hill
c99b75c0b4 local mocks and default back buttons 2022-01-21 20:35:52 -07:00
Drew Ansbacher
098dc0a6d0 version spec undo 2022-01-21 20:35:52 -07:00
Drew Ansbacher
1a3d0f8e95 spinner working 2022-01-21 20:35:52 -07:00
Drew Ansbacher
1614e88738 linting 2022-01-21 20:35:52 -07:00
Drew Ansbacher
91cf6f9a5d bug fix and readme revert 2022-01-21 20:35:52 -07:00
Drew Ansbacher
8b28ad2ca5 resolved conflicts 2022-01-21 20:35:52 -07:00
Drew Ansbacher
968586e91f but on login 2022-01-21 20:35:52 -07:00
Drew Ansbacher
d5819c25b9 drew water edits 2022-01-21 20:35:52 -07:00
waterplea
f8f1f70dc4 update README 2022-01-21 20:35:52 -07:00
waterplea
278e4b52b6 Rollback package-lock.json change 2022-01-21 20:35:52 -07:00
waterplea
60b9f2566a Refactor AppListPage 2022-01-21 20:35:52 -07:00
waterplea
ee81ca111b Refactor AppListPage 2022-01-21 20:35:52 -07:00
Aiden McClelland
b546eb2504 blacklist uas kernel module (#873)
* blacklist uas kernel module

* add sudo
2022-01-21 20:35:52 -07:00
Keagan McClelland
781c25e4c4 fixes issue where packages that were already broken would not report breakages ever, even if the severity of the dependency error worsens (#870) 2022-01-21 20:35:52 -07:00
Matt Hill
648fbd09f2 use default ionic back button 2022-01-21 20:35:52 -07:00
Keagan McClelland
848c5d4e6f fixes #820 for real this time 2022-01-21 20:35:52 -07:00
Drew Ansbacher
c3c161cc25 union tag description 2022-01-21 20:35:52 -07:00
Matt Hill
fbb88a24c3 slightly improve health cehck display 2022-01-21 20:35:52 -07:00
Drew Ansbacher
223aaf76aa health check name and description 2022-01-21 20:35:52 -07:00
Matt Hill
1ef8691571 slight rewording 2022-01-21 20:35:52 -07:00
Drew Ansbacher
557c81f41c severity enum 2022-01-21 20:35:52 -07:00
Keagan McClelland
5bda871e00 adds defaults to healthcheck severity (#857)
* adds defaults to healthcheck severity

* qualify
2022-01-21 20:35:52 -07:00
Keagan McClelland
a90c3cb3a1 adds name, description; changes critical boolean to severity enum (#855) 2022-01-21 20:35:52 -07:00
Chris Guida
e5f1c4c955 add bash to utils image 2022-01-21 20:35:52 -07:00
Aiden McClelland
53e076726f Feature/starting status (#852)
* add starting status

* fixes
2022-01-21 20:35:52 -07:00
Aiden McClelland
3382469fe0 fix package.install return type 2022-01-21 20:35:52 -07:00
Aiden McClelland
0aba77867c #796 2022-01-21 20:35:52 -07:00
Aiden McClelland
eacc07081c #821 2022-01-21 20:35:52 -07:00
Aiden McClelland
7a16917971 #819 2022-01-21 20:35:52 -07:00
Aiden McClelland
9f1d140911 #820 2022-01-21 20:35:52 -07:00
Drew Ansbacher
2aa9b35e08 32 gb min 2022-01-21 20:35:52 -07:00
Drew Ansbacher
e1b3db0190 drive capacity disable 2022-01-21 20:35:52 -07:00
Keagan McClelland
aea5dfe04a Bugfix/protocol consistency (#846)
* fix eos <-> registry protocol

* fix ui <-> eos protocol

* redoes the embassyd api to accept an optional version spec argument, still allowing for CLI @ syntax

* redo the front end in accordance with the new api

* Update appmgr/src/install/mod.rs

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>

* fix more query params

Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
2022-01-21 20:35:52 -07:00
Drew Ansbacher
198635da50 spelling 2022-01-21 20:35:52 -07:00
Drew Ansbacher
76d23010b3 starting status 2022-01-21 20:35:52 -07:00
Drew Ansbacher
09c0749612 empty list issue 2022-01-21 20:35:52 -07:00
Drew Ansbacher
80e48cfd8e logs monospace no new line in between 2022-01-21 20:35:52 -07:00
Drew Ansbacher
cc957beacc download cert from base 64 2022-01-21 20:35:52 -07:00
Drew Ansbacher
1cca7942ae recovery drive failing 2022-01-21 20:35:52 -07:00
Keagan McClelland
13c227399b Bugfix/wifi race conditions (#831)
* puts wifi manager behind mutex

* remove commented code

* use rwlocks instead of mutexes to allow for better interlocking
2022-01-21 20:35:52 -07:00
Matt Hill
2d2d390ff0 closes #825 2022-01-21 20:35:52 -07:00
Aiden McClelland
d4b41f3163 address #774 & #801 (#839) 2022-01-21 20:35:52 -07:00
Aiden McClelland
1effb50b79 clean up transient state on boot (#816)
* Should Work™

* fix remove

* do not sleep on exit 0
2022-01-21 20:35:52 -07:00