Feature/dependency autoconfig (#2588)

* dependency autoconfig

* FE portion

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
Matt Hill
2024-04-03 11:48:26 -06:00
committed by GitHub
parent cc1f14e5e9
commit 3b9298ed2b
23 changed files with 262 additions and 170 deletions

View File

@@ -125,7 +125,6 @@ export const mockPatchData: DataModel = {
},
},
},
dependencyConfigErrors: {},
},
actions: {}, // @TODO
serviceInterfaces: {
@@ -367,9 +366,6 @@ export const mockPatchData: DataModel = {
main: {
status: 'stopped',
},
dependencyConfigErrors: {
'btc-rpc-proxy': 'This is a config unsatisfied error',
},
},
actions: {},
serviceInterfaces: {
@@ -590,6 +586,7 @@ export const mockPatchData: DataModel = {
registryUrl: 'https://registry.start9.com',
versionSpec: '>=26.0.0',
healthChecks: [],
configSatisfied: true,
},
'btc-rpc-proxy': {
title: 'Bitcoin Proxy',
@@ -598,6 +595,7 @@ export const mockPatchData: DataModel = {
registryUrl: 'https://community-registry.start9.com',
versionSpec: '>2.0.0',
healthChecks: [],
configSatisfied: false,
},
},
hosts: {},