Commit Graph

247 Commits

Author SHA1 Message Date
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
Aiden McClelland
a28f6ca5e2 change dependency requirement structure 2022-01-21 20:35:52 -07:00
Aiden McClelland
b467c1717d clean out dbgs 2022-01-21 20:35:52 -07:00
Aiden McClelland
28c2965596 fix locker issues 2022-01-21 20:35:52 -07:00
Keagan McClelland
a3e307dd38 implements module level logging 2022-01-21 20:35:52 -07:00
Aiden McClelland
443e313566 agressive locking 2022-01-21 20:35:52 -07:00
Aiden McClelland
e3d8861199 miscellaneous fixes 2022-01-21 20:35:52 -07:00
Chris Guida
80def81fbb implement package.action rpc/cli command (#503)
* implement package.action rpc/cli command

* use action id instead of name

* make ActionResult display impl nicer

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2022-01-21 20:35:52 -07:00
Aiden McClelland
3dfecb88c4 write nginx conf in diagnostic mode 2022-01-21 20:35:52 -07:00
Aiden McClelland
9b6bae7e94 fix lock held on different handle 2022-01-21 20:35:52 -07:00
Aiden McClelland
8a2622c05f use new locking api 2022-01-21 20:35:52 -07:00
Keagan McClelland
eafe7f7348 removes dependency errors when there are none 2022-01-21 20:35:52 -07:00
Aiden McClelland
2716535705 status daemon no longer deadlocking 2022-01-21 20:35:52 -07:00
Aiden McClelland
359d970661 submodule dependencies (#530) 2022-01-21 20:35:52 -07:00
Lucy C
6b62f0a883 Update compatibility image (#440)
* backup create compiling

* backup restore compiling

* wip

* wip

* backups compiling

* wip

* wip update set result

* fix config set

* wip remove async

* make synchronous

* add build steps

* remove tokio

* add restore subcommand

* fix set to read stdin

* add package properties key

* proper error handle

* create config path if it doesnt exist

* fix merge conflict

* make config a path and koin config file when needed

* update cargo lock

* fix cargo lock

* update properties sub command

* fix dependency check and auto configure; clean up error handling

* fix errors

* fix properties subcommand order

* fix cargo lock

* update cargo.lock

* update appmgr cargo lock with build-portable

* fix error strings and input dependency config in dependency commands

* rename temp file instead

* read dependent config file

* fix temp config file creation

* create config file regardless if it exists

* add curl

* wip refactor config

* wip refactor config

* update rules to use embassyos config type

Co-authored-by: Chris Guida <chrisguida@gmail.com>
2022-01-21 20:35:52 -07:00
Keagan McClelland
6de22116ce fixes build issues 2022-01-21 20:35:52 -07:00
Keagan McClelland
eaa04f1b8c fix build issue 2022-01-21 20:35:52 -07:00
Keagan McClelland
0517e2d4e8 exclusive lock on cookie file 2022-01-21 20:35:52 -07:00
Keagan McClelland
d5e59db7cc fixes revisions for notifications (#511) 2022-01-21 20:35:52 -07:00
Keagan McClelland
d7ecc0b6e7 fix sqlx build issues 2022-01-21 20:35:52 -07:00
Keagan McClelland
b5f74cdde4 return full ssh key response on add 2022-01-21 20:35:52 -07:00
Keagan McClelland
1fa97164ea fix fingerprint return 2022-01-21 20:35:52 -07:00
Keagan McClelland
25cf20dee3 rename hash to fingerprint 2022-01-21 20:35:52 -07:00
Keagan McClelland
f9d91b3cfb adds context to filesystem calls for nginx 2022-01-21 20:35:52 -07:00
Keagan McClelland
e111e83c49 removes all dbg! macros 2022-01-21 20:35:52 -07:00
Keagan McClelland
55346c2115 remove dbg! 2022-01-21 20:35:52 -07:00
Keagan McClelland
ddeb5f372d rename ssh 'remove' to 'delete' 2022-01-21 20:35:52 -07:00
Keagan McClelland
68fbc34bce Feature/nginx management (#483)
* Implements nginx controller and initialization

* adds nginx controller add to netmod add

* adds nginx remove to netmod remove

* fix code review issues
2022-01-21 20:35:52 -07:00
Keagan McClelland
f8f64e8d6e fixes self-dependency bug (#486)
* fixes self-dependency bug

* fixes build errors, hopefully memory usage isn't garbage

* reduces allocations

* spurious import
2022-01-21 20:35:52 -07:00
Keagan McClelland
b8679141a0 wires up notifications 2022-01-21 20:35:52 -07:00
Keagan McClelland
e75ac1e1b8 fix octaves for mario death 2022-01-21 20:35:52 -07:00
Keagan McClelland
a7363ae4e1 fixes logging 2022-01-21 20:35:52 -07:00
Keagan McClelland
b04892f5f4 properly renames share-stats 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
Aiden McClelland
4906375cbd force pool creation 2022-01-21 20:35:52 -07:00