-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
175 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +1,158 @@ | ||
{ | ||
"$schema": "schema.json", | ||
"v8version": "8.3", | ||
"edtVersion": "", | ||
"srcDir": "src/cf", | ||
"sourceFormat": "designer", | ||
"defaultBranch": "main", | ||
"secrets": { | ||
"storagePath": "UNKNOWN_ID", | ||
"storage": "UNKNOWN_ID", | ||
"telegramBotToken": "UNKNOWN_ID", | ||
"telegramChatId": "UNKNOWN_ID" | ||
}, | ||
"stages": { | ||
"initSteps": false, | ||
"sonarqube": false, | ||
"bdd": false, | ||
"syntaxCheck": false, | ||
"edtValidate": false, | ||
"smoke": false, | ||
"yaxunit": false, | ||
"email": false, | ||
"telegram": false | ||
}, | ||
"timeout": { | ||
"smoke": 240, | ||
"yaxunit": 240, | ||
"bdd": 120, | ||
"getBinaries": 60, | ||
"createInfoBase": 60, | ||
"loadConfiguration": 60, | ||
"designerToEdtFormatTransformation": 60, | ||
"edtToDesignerFormatTransformation": 60, | ||
"edtValidate": 240, | ||
"initInfoBase": 60, | ||
"loadExtensions": 60, | ||
"resultTransformation": 10, | ||
"sonarqube": 90, | ||
"syntaxCheck": 240, | ||
"zipInfoBase": 60 | ||
}, | ||
"initInfobase": { | ||
"initMethod": "fromStorage", | ||
"runMigration": true, | ||
"additionalInitializationSteps": [], | ||
"templateDBPath": "", | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"extensions": [] | ||
}, | ||
"bdd": { | ||
"vrunnerSteps": [ | ||
"vanessa --settings ./tools/vrunner.json" | ||
], | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"sonarqube": { | ||
"sonarQubeInstallation": "", | ||
"useSonarScannerFromPath": true, | ||
"sonarScannerToolName": "sonar-scanner", | ||
"infoBaseUpdateModuleName" : "", | ||
"branchAnalysisConfiguration": "fromEnv", | ||
"waitForQualityGate": false | ||
}, | ||
"syntaxCheck": { | ||
"groupErrorsByMetadata": true, | ||
"pathToJUnitReport": "./build/out/jUnit/syntax.xml", | ||
"exceptionFile": "./tools/syntax-check-exception-file.txt", | ||
"checkModes": [ | ||
"-ThinClient", | ||
"-WebClient", | ||
"-Server", | ||
"-ExtendedModulesCheck", | ||
"-IncorrectReferences", | ||
"-UnreferenceProcedures", | ||
"-HandlersExistence", | ||
"-EmptyHandlers", | ||
"-CheckUseModality", | ||
"-CheckUseSynchronousCalls", | ||
"-DistributiveModules" | ||
], | ||
"vrunnerSettings": "./tools/vrunner.json" | ||
}, | ||
"smoke": { | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"xddConfigPath": "./tools/xUnitParams.json", | ||
"publishToAllureReport": false, | ||
"publishToJUnitReport": true, | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"coverage": { | ||
"dbgsPath": "", | ||
"coverage41CPath": "Coverage41C" | ||
}, | ||
"yaxunit": { | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"configPath": "./tools/yaxunit.json", | ||
"publishToAllureReport": false, | ||
"publishToJUnitReport": true, | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"resultsTransform": { | ||
"transformer": "stebi", | ||
"genericIssueFormat": "Generic_Issue_10_3", | ||
"removeSupport": true, | ||
"supportLevel": 0 | ||
}, | ||
"notifications": { | ||
"email": { | ||
"onAlways": false, | ||
"onFailure": true, | ||
"onUnstable": false, | ||
"onSuccess": false, | ||
"alwaysOptions": { | ||
"attachLog": true, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
}, | ||
"failureOptions": { | ||
"attachLog": true, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor", | ||
"brokenBuildSuspects" | ||
] | ||
}, | ||
"successOptions": { | ||
"attachLog": false, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
}, | ||
"unstableOptions": { | ||
"attachLog": false, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
} | ||
}, | ||
"telegram": { | ||
"onAlways": true, | ||
"onFailure": false, | ||
"onUnstable": false, | ||
"onSuccess": false | ||
} | ||
}, | ||
"logosConfig": "" | ||
} | ||
{ | ||
"$schema": "schema.json", | ||
"v8version": "8.3", | ||
"edtVersion": "", | ||
"srcDir": "src/cf", | ||
"sourceFormat": "designer", | ||
"defaultBranch": "main", | ||
"secrets": { | ||
"storagePath": "UNKNOWN_ID", | ||
"storage": "UNKNOWN_ID", | ||
"telegramBotToken": "UNKNOWN_ID", | ||
"telegramChatId": "UNKNOWN_ID" | ||
}, | ||
"stages": { | ||
"initSteps": false, | ||
"sonarqube": false, | ||
"bdd": false, | ||
"syntaxCheck": false, | ||
"edtValidate": false, | ||
"smoke": false, | ||
"yaxunit": false, | ||
"email": false, | ||
"telegram": false | ||
}, | ||
"timeout": { | ||
"smoke": 240, | ||
"yaxunit": 240, | ||
"bdd": 120, | ||
"getBinaries": 60, | ||
"createInfoBase": 60, | ||
"loadConfiguration": 60, | ||
"designerToEdtFormatTransformation": 60, | ||
"edtToDesignerFormatTransformation": 60, | ||
"edtValidate": 240, | ||
"initInfoBase": 60, | ||
"loadExtensions": 60, | ||
"resultTransformation": 10, | ||
"sonarqube": 90, | ||
"syntaxCheck": 240, | ||
"zipInfoBase": 60 | ||
}, | ||
"initInfobase": { | ||
"initMethod": "fromStorage", | ||
"runMigration": true, | ||
"additionalInitializationSteps": [], | ||
"templateDBPath": "", | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"extensions": [] | ||
}, | ||
"bdd": { | ||
"vrunnerSteps": [ | ||
"vanessa --settings ./tools/vrunner.json" | ||
], | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"sonarqube": { | ||
"sonarQubeInstallation": "", | ||
"useSonarScannerFromPath": true, | ||
"sonarScannerToolName": "sonar-scanner", | ||
"infoBaseUpdateModuleName" : "", | ||
"branchAnalysisConfiguration": "fromEnv", | ||
"waitForQualityGate": false | ||
}, | ||
"syntaxCheck": { | ||
"groupErrorsByMetadata": true, | ||
"pathToJUnitReport": "./build/out/jUnit/syntax.xml", | ||
"exceptionFile": "./tools/syntax-check-exception-file.txt", | ||
"checkModes": [ | ||
"-ThinClient", | ||
"-WebClient", | ||
"-Server", | ||
"-ExtendedModulesCheck", | ||
"-IncorrectReferences", | ||
"-UnreferenceProcedures", | ||
"-HandlersExistence", | ||
"-EmptyHandlers", | ||
"-CheckUseModality", | ||
"-CheckUseSynchronousCalls", | ||
"-DistributiveModules" | ||
], | ||
"vrunnerSettings": "./tools/vrunner.json" | ||
}, | ||
"smoke": { | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"xddConfigPath": "./tools/xUnitParams.json", | ||
"publishToAllureReport": false, | ||
"publishToJUnitReport": true, | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"coverage": { | ||
"dbgsPath": "", | ||
"coverage41CPath": "Coverage41C" | ||
}, | ||
"yaxunit": { | ||
"vrunnerSettings": "./tools/vrunner.json", | ||
"configPath": "./tools/yaxunit.json", | ||
"publishToAllureReport": false, | ||
"publishToJUnitReport": true, | ||
"coverage": false, | ||
"dbgsPort": 1550 | ||
}, | ||
"resultsTransform": { | ||
"transformer": "stebi", | ||
"genericIssueFormat": "Generic_Issue_10_3", | ||
"removeSupport": true, | ||
"supportLevel": 0 | ||
}, | ||
"notifications": { | ||
"email": { | ||
"onAlways": false, | ||
"onFailure": true, | ||
"onUnstable": false, | ||
"onSuccess": false, | ||
"alwaysOptions": { | ||
"attachLog": true, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
}, | ||
"failureOptions": { | ||
"attachLog": true, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor", | ||
"brokenBuildSuspects" | ||
] | ||
}, | ||
"successOptions": { | ||
"attachLog": false, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
}, | ||
"unstableOptions": { | ||
"attachLog": false, | ||
"directRecipients": [], | ||
"recipientProviders": [ | ||
"developers", | ||
"requestor" | ||
] | ||
} | ||
}, | ||
"telegram": { | ||
"onAlways": true, | ||
"onFailure": false, | ||
"onUnstable": false, | ||
"onSuccess": false | ||
} | ||
}, | ||
"logosConfig": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"v8version": "8.3.12.1500", | ||
"initInfobase": { | ||
"initMethod": "fromSource", | ||
"extensions": [{ | ||
"name": "Тест", | ||
"initMethod": "fromSource", | ||
"path": "/src/cfe/тест" | ||
}] | ||
}, | ||
"yaxunit": { | ||
"initMethod": "fromSource" | ||
}, | ||
"coverage": { | ||
"dbgsPath": "C:\\\\Program files\\\\1cv8\\\\8.3.12.1500\\\\bin\\\\dbgs.exe", | ||
"coverage41CPath": "C:\\\\coverage\\\\Coverage41C.exe" | ||
} | ||
{ | ||
"v8version": "8.3.12.1500", | ||
"initInfobase": { | ||
"initMethod": "fromSource", | ||
"extensions": [{ | ||
"name": "Тест", | ||
"initMethod": "fromSource", | ||
"path": "/src/cfe/тест" | ||
}] | ||
}, | ||
"yaxunit": { | ||
"initMethod": "fromSource" | ||
}, | ||
"coverage": { | ||
"dbgsPath": "C:\\\\Program files\\\\1cv8\\\\8.3.12.1500\\\\bin\\\\dbgs.exe", | ||
"coverage41CPath": "C:\\\\coverage\\\\Coverage41C.exe" | ||
} | ||
} |