Chris Guida
4ad17979b7
fix package properties container name
2021-09-13 15:55:49 -05:00
Aiden McClelland
d5db3368f4
more aggressive locks on health check daemon
2021-09-13 14:09:28 -06:00
Aiden McClelland
982186809d
lock package-data during install
2021-09-13 14:03:31 -06:00
Keagan McClelland
e5c2f59539
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 >
2021-09-13 11:59:56 -06:00
Aiden McClelland
982ed0172c
sqlx-data for ssl
2021-09-13 11:52:21 -06:00
Keagan McClelland
1808c085e8
implements error log reporting ( #464 )
...
* implements error log reporting
* changes api post variables, includes warnings
2021-09-13 11:49:12 -06:00
Keagan McClelland
dc7461746c
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 >
2021-09-13 11:38:50 -06:00
Keagan McClelland
96dee95260
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 >
2021-09-13 11:24:45 -06:00
Aiden McClelland
cfeeb81fab
dont set guid until setup is complete
2021-09-11 20:57:11 -06:00
Aiden McClelland
af690dc5f1
update deps
2021-09-11 20:57:11 -06:00
Aiden McClelland
bb3a322ca1
remove beta
2021-09-11 20:57:11 -06:00
Aiden McClelland
7f194fbe0e
setup flow mvp complete
2021-09-11 20:57:11 -06:00
Keagan McClelland
16dc0ffcf5
lock package data
2021-09-11 20:20:54 -06:00
Keagan McClelland
2f07d59e1f
allow missing properties field
2021-09-11 18:36:20 -06:00
Lucy Cifferello
dcec8df20d
no output for dependency and backup actions
2021-09-11 17:54:03 -06:00
Aiden McClelland
d5ef7d7180
allow explicit drop of GeneralGuard
2021-09-11 13:44:33 -06:00
Aiden McClelland
71b368c722
pass in duration(millis) instead of timestamp
2021-09-11 13:41:14 -06:00
Chris Guida
9e30050934
package properties rpc endpoint ( #462 )
2021-09-11 13:16:08 -06:00
Keagan McClelland
1e0583264e
implements session counter ( #463 )
...
* implements session counter
* implements session ids
2021-09-11 13:15:05 -06:00
Aiden McClelland
3bcd9ebaf1
list disks without blkid
2021-09-10 19:39:03 -06:00
Aiden McClelland
c21671e948
info -> debug for deamon success
2021-09-10 16:51:15 -06:00
Aiden McClelland
755ff369b5
docker attach stdin
2021-09-10 16:38:55 -06:00
Aiden McClelland
21c065372b
fix config.set
2021-09-09 19:01:19 -06:00
Aiden McClelland
d586d7bb2a
sound feature flag
2021-09-09 17:35:07 -06:00
Aiden McClelland
89e746feec
fix docker start
2021-09-09 16:53:38 -06:00
Aiden McClelland
1fbe4b59a9
remove unneccesary file
2021-09-09 16:05:01 -06:00
Aiden McClelland
e4e2fbce8d
purge the word app
2021-09-09 12:53:40 -06:00
Aiden McClelland
2d8f49e877
fix tor addressing for realzies
2021-09-08 19:13:36 -06:00
Aiden McClelland
e7aa79548f
fix tor address field on update
2021-09-08 18:08:39 -06:00
Aiden McClelland
a77f58bf6b
unpack assets
2021-09-08 17:47:21 -06:00
Aiden McClelland
8486983731
begin setup flow
2021-09-08 16:18:06 -06:00
Aiden McClelland
369676cdc5
rename config.set.dry
2021-09-07 15:51:30 -06:00
Keagan McClelland
3a55b35bf4
adds wifi command to top level
2021-09-07 15:29:55 -06:00
Keagan McClelland
b23d46f254
fix note timings ( #449 )
2021-09-07 12:58:46 -06:00
Aiden McClelland
45dfe2d562
enable ssh
2021-09-07 01:44:53 -06:00
Aiden McClelland
4ddf2816ab
re-enable coin
2021-09-07 01:39:02 -06:00
Keagan McClelland
930f80ff24
fixes duration, oops ( #447 )
2021-09-07 00:48:14 -06:00
Aiden McClelland
2deff5553f
misc fixes for init
2021-09-07 00:27:33 -06:00
Aiden McClelland
f0bfcd9c02
misc fixes
2021-09-06 17:58:51 -06:00
Aiden McClelland
b0a64e3f6b
init, shutdown and restart
2021-09-03 18:00:42 -06:00
Aiden McClelland
967664561a
configure datadir on context
2021-09-03 14:07:46 -06:00
Chris Guida
38d55a4299
package logs rpc endpoint ( #427 )
...
* wip: package logs
* fixes from code review
* fix reverse flag behavior
* only embassyd uses -u, packages use CONTAINER_NAME
* make id param an enum, clean up code
* changes from rebase
* change package IDs to be of type PackageId
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2021-09-03 12:04:41 -06:00
Lucy Cifferello
bbea347e84
just build sdk for portable
2021-09-02 09:50:55 -06:00
Aiden McClelland
5f16f69af9
fix warnings
2021-09-01 17:57:24 -06:00
Aiden McClelland
f4357eb8f4
misc fixes
2021-09-01 16:14:35 -06:00
Aiden McClelland
172762ce0e
misc fixes
2021-09-01 14:47:53 -06:00
Aiden McClelland
19eb4e2100
custom_cli
2021-08-31 22:53:48 -06:00
Aiden McClelland
34e599f826
overhaul context
2021-08-31 19:16:33 -06:00
Aiden McClelland
72f3fee54a
initialize database better
2021-08-31 11:53:49 -06:00
Aiden McClelland
33dba5853f
load os tor key from db
2021-08-31 11:44:08 -06:00