* 1.14.1

* 1.14.1 version

* repo pull use configured repo path

* don't show UI defined file if using Stack files on host mode

* Stack "run build" option

* note on bind mounts

* improve bind mount doc

* add links to schema

* add new stacks configs UI

* interp into stack build_extra_args

* add links UI
This commit is contained in:
Maxwell Becker
2024-09-10 18:17:53 +03:00
committed by GitHub
parent 796bcac952
commit f349cdf50d
50 changed files with 549 additions and 688 deletions

View File

@@ -174,6 +174,7 @@ enum ReadRequest {
ListFullStacks(ListFullStacks),
ListStackServices(ListStackServices),
ListCommonStackExtraArgs(ListCommonStackExtraArgs),
ListCommonStackBuildExtraArgs(ListCommonStackBuildExtraArgs),
// ==== BUILDER ====
GetBuildersSummary(GetBuildersSummary),