Aiden McClelland
f995b5a12a
disable gateway timeout
2022-01-21 20:35:52 -07:00
Keagan McClelland
7f107efbf3
Bugfix/mdns sync semantics ( #550 )
...
* fixes issue where mdns.sync would reset the entry group without readding the original A record, causing CNAME's to point to nothing
* make analyzer mad to make cargo happy
* please both analyzer and cargo
* debug logs
* demote successful healthcheck logs to trace since they happen once every second
* I have no words for this commit message
* 2 is 3
2022-01-21 20:35:52 -07:00
Matt Hill
a92e34433e
description for service menu
2022-01-21 20:35:52 -07:00
Keagan McClelland
bae96cde55
Update initialization.sh
2022-01-21 20:35:52 -07:00
Matt Hill
eaafc764f5
handle possible null case for dep error
2022-01-21 20:35:52 -07:00
Aiden McClelland
8c6fab319a
shutdown setup rpc server after setup
2022-01-21 20:35:52 -07:00
Keagan McClelland
96b72e541f
Update initialization.sh
2022-01-21 20:35:52 -07:00
Keagan McClelland
ed20e04586
use echo from /usr/bin
2022-01-21 20:35:52 -07:00
Drew Ansbacher
8472b3ddde
error logging
2022-01-21 20:35:52 -07:00
kn0wmad
0d237a299a
Makefile fix
2022-01-21 20:35:52 -07:00
Keagan McClelland
861f6a0054
disable mocks
2022-01-21 20:35:52 -07:00
Aiden McClelland
859ad5b678
setup works
2022-01-21 20:35:52 -07:00
Matt Hill
e77c0a46db
refine readme
2022-01-21 20:35:52 -07:00
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
Drew Ansbacher
72872ba52a
error details
2022-01-21 20:35:52 -07:00
Matt Hill
a17e81ece5
remove time from health check and add loading message to health check
2022-01-21 20:35:52 -07:00
Drew Ansbacher
f5f6b92d1b
mk list search fix
2022-01-21 20:35:52 -07:00
Matt Hill
4a63e3079c
add rpcClient to window
2022-01-21 20:35:52 -07:00
Drew Ansbacher
6386359fe3
threshold 1
2022-01-21 20:35:52 -07:00
Drew Ansbacher
5dfa9af40e
comments addressed
2022-01-21 20:35:52 -07:00
Drew Ansbacher
d59d9db4b5
fuzzy search
2022-01-21 20:35:52 -07:00
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