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
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
Chris Guida
11a7a3737b
compat: fix dependency command and update indexmap to btreemap
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
9e094b871e
update patch-db
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
Matt Hill
d92bccdc45
fix marketplace dependency show and chaching
2022-01-21 20:35:52 -07:00
Keagan McClelland
a3e307dd38
implements module level logging
2022-01-21 20:35:52 -07:00
Matt Hill
596a06d25f
update action response type
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
Drew Ansbacher
1eeffc0bf8
only load if not exists
2022-01-21 20:35:52 -07:00
Drew Ansbacher
adbcfb0117
moved to service
2022-01-21 20:35:52 -07:00
Drew Ansbacher
9fb0f80ba8
marketplace cache working
2022-01-21 20:35:52 -07:00
Matt Hill
260a48d434
restyle action response
2022-01-21 20:35:52 -07:00
Drew Ansbacher
ee44f49658
set timeout
2022-01-21 20:35:52 -07:00
Drew Ansbacher
066683b0bf
await not setTimeout
2022-01-21 20:35:52 -07:00
Drew Ansbacher
8a4698cf79
comments addressed
2022-01-21 20:35:52 -07:00
Drew Ansbacher
046760edb9
no logs
2022-01-21 20:35:52 -07:00
Drew Ansbacher
773e23b7d4
action success modal
2022-01-21 20:35:52 -07:00
Matt Hill
720e0ad3b8
minor changes
2022-01-21 20:35:52 -07:00
Drew Ansbacher
d676a2121a
warning icon changes
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
a9d9f5e0d4
update submodule
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
Matt Hill
b6e25cc6ff
make needs config a primary status
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
Matt Hill
737edfe944
remove hover event on icons
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