1
0
mirror of https://github.com/silverbulleters/vanessa-usher.git synced 2026-06-21 01:29:42 +02:00

feat: Обновлены схема и пример настроек

This commit is contained in:
ksidelnikov
2024-12-27 13:55:37 +06:00
parent 3bde305422
commit 99db2799bb
2 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -57,7 +57,7 @@
"repo" : {
"path" : "",
"auth" : "",
"empty" : false
"empty" : true
},
"extensions" : [ ]
},
@@ -74,7 +74,7 @@
"repo" : {
"path" : "",
"auth" : "",
"empty" : false
"empty" : true
},
"extensions" : ""
},
@@ -119,7 +119,7 @@
},
"build" : {
"timeout" : 100,
"distPath" : ".packman/1cv8.cf",
"distPath" : "./build",
"errorIfJobStatusOfFailure" : false
},
"yard" : {
+6 -1
View File
@@ -249,6 +249,11 @@
"sourcePath" : {
"type" : "string",
"description" : "Путь к исходному коду расширения 1С. По умолчанию пустое значение и будет пропущено\n при обновлении информационной базы.\n "
},
"repo" : {
"type" : "object",
"$ref" : "urn:jsonschema:org:silverbulleters:usher:config:additional:Repo",
"description" : "Настройки подключения к хранилищу расширения конфигурации 1С"
}
}
}
@@ -485,7 +490,7 @@
},
"distPath" : {
"type" : "string",
"description" : "Путь к собранной cf на поставке"
"description" : "Путь к каталогу сборки (*.cf, *.cfe)"
},
"errorIfJobStatusOfFailure" : {
"type" : "boolean",