Aiden McClelland
|
1383567a3a
|
status daemon no longer deadlocking
|
2021-09-24 14:28:15 -06:00 |
|
Aiden McClelland
|
2638e2878e
|
submodule dependencies (#530)
|
2021-09-24 14:01:55 -06:00 |
|
Matt Hill
|
b41c0c2c29
|
make needs config a primary status
|
2021-09-23 20:34:11 -06:00 |
|
Matt Hill
|
95188458ed
|
Merge branch 'integration/0.3.0' of github.com:Start9Labs/embassy-os into integration/0.3.0
|
2021-09-23 19:46:45 -06:00 |
|
Matt Hill
|
43c1a5c047
|
remove hover event on icons
|
2021-09-23 19:46:40 -06:00 |
|
Lucy C
|
ae8eb6582b
|
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>
|
2021-09-23 17:44:49 -06:00 |
|
Matt Hill
|
3c234d29f2
|
Merge branch 'integration/0.3.0' of github.com:Start9Labs/embassy-os into integration/0.3.0
|
2021-09-23 17:42:05 -06:00 |
|
Matt Hill
|
55c9ad0bc2
|
better list page
|
2021-09-23 17:41:55 -06:00 |
|
Keagan McClelland
|
61ed0a8a58
|
fixes build issues
|
2021-09-23 16:21:41 -06:00 |
|
Keagan McClelland
|
99a0ec7ff5
|
fix build issue
|
2021-09-23 15:59:27 -06:00 |
|
Keagan McClelland
|
39435f913b
|
exclusive lock on cookie file
|
2021-09-23 15:37:34 -06:00 |
|
Keagan McClelland
|
a7c7cf1c56
|
fixes revisions for notifications (#511)
|
2021-09-23 13:27:05 -06:00 |
|
Matt Hill
|
6bdb5755e3
|
finsih status refactor
|
2021-09-22 14:45:43 -06:00 |
|
Matt Hill
|
17f58aabff
|
rework status display in service show
|
2021-09-22 14:45:43 -06:00 |
|
Drew Ansbacher
|
8cdd70090d
|
no tsc errs
|
2021-09-22 14:45:43 -06:00 |
|
Matt Hill
|
c3790f933e
|
show page done
|
2021-09-22 14:45:43 -06:00 |
|
Keagan McClelland
|
f8ef0d9d9c
|
fix sqlx build issues
|
2021-09-22 10:22:40 -06:00 |
|
Keagan McClelland
|
89c5294fc7
|
return full ssh key response on add
|
2021-09-20 13:58:36 -06:00 |
|
Drew Ansbacher
|
c0f5b931a3
|
Update ssh-keys.page.ts
|
2021-09-20 13:19:36 -06:00 |
|
Drew Ansbacher
|
cf5aa94df3
|
splice not delete
|
2021-09-20 13:19:36 -06:00 |
|
Keagan McClelland
|
7e3e1cc190
|
fix fingerprint return
|
2021-09-20 12:43:28 -06:00 |
|
Keagan McClelland
|
b05b52fd8d
|
rename hash to fingerprint
|
2021-09-20 12:33:32 -06:00 |
|
Keagan McClelland
|
28bb518d6b
|
adds context to filesystem calls for nginx
|
2021-09-20 12:32:21 -06:00 |
|
Keagan McClelland
|
80a6a4e1ca
|
removes all dbg! macros
|
2021-09-20 12:32:21 -06:00 |
|
Drew Ansbacher
|
27ea0bb29c
|
hash to fingerprint
|
2021-09-20 12:16:38 -06:00 |
|
Keagan McClelland
|
66ff38688e
|
remove dbg!
|
2021-09-20 11:32:57 -06:00 |
|
Keagan McClelland
|
6fc8567c91
|
rename ssh 'remove' to 'delete'
|
2021-09-20 11:16:37 -06:00 |
|
Keagan McClelland
|
0a9d1b2b1d
|
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
|
2021-09-20 11:13:04 -06:00 |
|
Drew Ansbacher
|
6dedfc4c82
|
intialize as empty array
|
2021-09-20 10:14:53 -06:00 |
|
Drew Ansbacher
|
d936cea2be
|
ssh array complete
|
2021-09-20 10:14:53 -06:00 |
|
Drew Ansbacher
|
b7799b8c62
|
market cancel http sub
|
2021-09-20 10:14:44 -06:00 |
|
Drew Ansbacher
|
38a9208f43
|
prog bar buff
|
2021-09-17 12:26:27 -06:00 |
|
Keagan McClelland
|
3dc11380eb
|
fixes self-dependency bug (#486)
* fixes self-dependency bug
* fixes build errors, hopefully memory usage isn't garbage
* reduces allocations
* spurious import
|
2021-09-17 10:39:34 -06:00 |
|
Matt Hill
|
da9d22de66
|
fix initial app showing in list
|
2021-09-16 21:04:28 -06:00 |
|
Keagan McClelland
|
8840e81239
|
wires up notifications
|
2021-09-16 18:08:39 -06:00 |
|
Keagan McClelland
|
2237fe4402
|
fix octaves for mario death
|
2021-09-16 18:08:17 -06:00 |
|
Keagan McClelland
|
d20f1658bb
|
fixes logging
|
2021-09-16 14:39:33 -06:00 |
|
Drew Ansbacher
|
382448b143
|
second bang
|
2021-09-16 12:25:02 -06:00 |
|
Drew Ansbacher
|
4b07d57578
|
bang
|
2021-09-16 12:25:02 -06:00 |
|
Drew Ansbacher
|
b2c9307907
|
share stats dash
|
2021-09-16 12:25:02 -06:00 |
|
Drew Ansbacher
|
abeba45422
|
window supports websockets
|
2021-09-16 12:25:02 -06:00 |
|
Keagan McClelland
|
9dfdee283a
|
properly renames share-stats
|
2021-09-16 11:50:16 -06:00 |
|
Matt Hill
|
e48ce097fa
|
Merge branch 'integration/0.3.0' of github.com:Start9Labs/embassy-os into integration/0.3.0
|
2021-09-16 11:23:35 -06:00 |
|
Matt Hill
|
ab1a3bb560
|
logs for diagnostic ui
|
2021-09-16 11:23:30 -06:00 |
|
Drew Ansbacher
|
00ba898b76
|
Update connection.service.ts
|
2021-09-16 11:18:26 -06:00 |
|
Drew Ansbacher
|
539c721a68
|
no err when updating
|
2021-09-16 11:18:26 -06:00 |
|
Matt Hill
|
b76c0dbabd
|
remove app metrics from app show
|
2021-09-16 10:53:55 -06:00 |
|
Drew Ansbacher
|
5b9b821169
|
readonly patch
|
2021-09-16 10:40:44 -06:00 |
|
Drew Ansbacher
|
f6283c06c7
|
delete before comment
|
2021-09-16 10:40:44 -06:00 |
|
Drew Ansbacher
|
268130ef91
|
async fixed
|
2021-09-16 10:40:44 -06:00 |
|