Matt Hill
0f1e2f0c5b
rename dir
2022-01-21 20:35:52 -07:00
Matt Hill
2d301e84ea
mvp
2022-01-21 20:35:52 -07:00
Matt Hill
29b4c27812
initial commit for diagnostic ui
2022-01-21 20:35:52 -07:00
Aiden McClelland
a59036d438
todos for diagnostic mode
2022-01-21 20:35:52 -07:00
Aiden McClelland
6b4909750c
diagnostic mode changes
2022-01-21 20:35:52 -07:00
Aiden McClelland
5154fcf9da
docker image persistence
2022-01-21 20:35:52 -07:00
Aiden McClelland
9fe132fcac
todo for actions
2022-01-21 20:35:52 -07:00
Drew Ansbacher
5475f29408
pr review
2022-01-21 20:35:52 -07:00
Drew Ansbacher
bf9c046cd2
error handling and refresh
2022-01-21 20:35:52 -07:00
Drew Ansbacher
5610ab135b
more fixes
2022-01-21 20:35:52 -07:00
Drew Ansbacher
2f918c198f
encryption integration fixes
2022-01-21 20:35:52 -07:00
Aiden McClelland
4906375cbd
force pool creation
2022-01-21 20:35:52 -07:00
Aiden McClelland
6556caf55d
fixes for disk list
2022-01-21 20:35:52 -07:00
Aiden McClelland
55b003cb72
setup flow fixes
2022-01-21 20:35:52 -07:00
Drew Ansbacher
81b83782e3
rpc/v1
2022-01-21 20:35:52 -07:00
Matt Hill
3dae1a540b
fix initial request and some cleaning
2022-01-21 20:35:52 -07:00
Drew Ansbacher
9825d66ef3
256
2022-01-21 20:35:52 -07:00
Drew Ansbacher
6ee93c9664
cleanup
2022-01-21 20:35:52 -07:00
Drew Ansbacher
529c9909fd
no subtlecrypto encryption
2022-01-21 20:35:52 -07:00
Keagan McClelland
f4d184ccb0
replace todo with actual notify call
2022-01-21 20:35:52 -07:00
Keagan McClelland
c5724f40b7
Implements a notification system for EmbassyOS
2022-01-21 20:35:52 -07:00
Aiden McClelland
8dc3377bbd
mdns and nginx for main service
2022-01-21 20:35:52 -07:00
Aiden McClelland
9fb57d038a
mario death
2022-01-21 20:35:52 -07:00
Matt Hill
c1db00aebb
fixing things up
2022-01-21 20:35:52 -07:00
Drew Ansbacher
1dbef9d689
get label
2022-01-21 20:35:52 -07:00
Drew Ansbacher
77495cb674
spec updates
2022-01-21 20:35:52 -07:00
Drew Ansbacher
c21ebd2c5e
drive return type update
2022-01-21 20:35:52 -07:00
Aiden McClelland
6b3570e150
recovery mode in embassyd
2022-01-21 20:35:52 -07:00
Aiden McClelland
df50197c5f
fix build
2022-01-21 20:35:52 -07:00
Aiden McClelland
91d08ca650
recovery mode
2022-01-21 20:35:52 -07:00
Drew Ansbacher
7eda76f447
no refresh func
2022-01-21 20:35:52 -07:00
Drew Ansbacher
4cc5a26afe
no more after
2022-01-21 20:35:52 -07:00
Drew Ansbacher
1dcf79fc85
needed q mark
2022-01-21 20:35:52 -07:00
Drew Ansbacher
c525481d23
delete all endpoint update
2022-01-21 20:35:52 -07:00
Drew Ansbacher
2a8224abcf
notification cursor
2022-01-21 20:35:52 -07:00
Matt Hill
9a75474aa9
fix type mismatch
2022-01-21 20:35:52 -07:00
Aiden McClelland
a8688474f7
fix dependency error
2022-01-21 20:35:52 -07:00
Keagan McClelland
ce543b7d69
fixes error log reporting ( #469 )
2022-01-21 20:35:52 -07:00
Keagan McClelland
a4ef11a60f
make bep less intense
2022-01-21 20:35:52 -07:00
Aiden McClelland
b54cb18efd
commit sqlx-data for tests
2022-01-21 20:35:52 -07:00
Aiden McClelland
80cbca25b9
fix missing borrow
2022-01-21 20:35:52 -07:00
Chris Guida
c75ac3ec62
fix package properties container name
2022-01-21 20:35:52 -07:00
Aiden McClelland
8a54775afb
more aggressive locks on health check daemon
2022-01-21 20:35:52 -07:00
Aiden McClelland
5fa826fdc3
lock package-data during install
2022-01-21 20:35:52 -07:00
Keagan McClelland
288ad14060
adds bep to embassy startup sequence ( #468 )
...
* adds bep to embassy startup sequence
* always run postinit
* Update appmgr/src/bin/embassy-init.rs
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2022-01-21 20:35:52 -07:00
Aiden McClelland
db91e2396f
sqlx-data for ssl
2022-01-21 20:35:52 -07:00
Keagan McClelland
6cb706785d
implements error log reporting ( #464 )
...
* implements error log reporting
* changes api post variables, includes warnings
2022-01-21 20:35:52 -07:00
Keagan McClelland
561e09016d
Feature/wifi sync ( #446 )
...
* Synchronizes Wifi config during the 'embassy-init' startup sequence
* Apply suggestions from code review
make directories polymorphic over AsRef
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* make resilient to existing symlink
* make this more idiomatic
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2022-01-21 20:35:52 -07:00
Keagan McClelland
c91790d1eb
Feature/ssl cert management ( #442 )
...
* Adds core logic API for SSL Certificate Management
* Update appmgr/src/net/ssl.rs
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2022-01-21 20:35:52 -07:00
Matt Hill
ab728424a8
fix nav to show from market and add more disk info
2022-01-21 20:35:52 -07:00