chore(repo): нормализация EOL к LF + .gitattributes

Приводим авторский контент (.ps1/.psm1/.py/.mjs/.md/.json, пин .bsl)
к единому LF и закрепляем политикой в .gitattributes. Инструмент правки
всегда пишет LF, поэтому единый LF убирает EOL-шум в диффах, ложные
срабатывания blame и налог на ручную синхронизацию CRLF-файлов.

BOM на .ps1 сохранён (git с eol=lf меняет только CR<->LF, BOM не трогает).
Данные 1С (*.xml) и бинарники под нормализацию не берём.

Гейт: PS-порт 459/459, Python-порт 459/459, web-test E2E 22/22 (с пересборкой стенда).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-06-24 14:22:45 +03:00
co-authored by Claude Opus 4.8
parent 9eb9571e95
commit 26888a07d5
206 changed files with 80389 additions and 80367 deletions
+14 -14
View File
@@ -1,14 +1,14 @@
{
"name": "Guard: правка корня конфигурации на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"input": {
"operations": [
{
"op": "set-property",
"property": "Comment",
"value": "x"
}
]
},
"expectError": "support-guard"
}
{
"name": "Guard: правка корня конфигурации на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"input": {
"operations": [
{
"op": "set-property",
"property": "Comment",
"value": "x"
}
]
},
"expectError": "support-guard"
}
+9 -9
View File
@@ -1,9 +1,9 @@
{
"name": "Guard: добавление формы к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"params": {
"objectPath": "Catalogs/Locked.xml"
},
"formName": "НовФорма",
"expectError": "support-guard"
}
{
"name": "Guard: добавление формы к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"params": {
"objectPath": "Catalogs/Locked.xml"
},
"formName": "НовФорма",
"expectError": "support-guard"
}
@@ -1,352 +1,352 @@
{
"name": "Форма с design-time диаграммой Ганта (d4p1:GanttChart Settings)",
"preRun": [
{
"script": "meta-compile/scripts/meta-compile",
"input": {
"type": "DataProcessor",
"name": "ДиаграммаГанта"
},
"args": {
"-JsonPath": "{inputFile}",
"-OutputDir": "{workDir}"
}
},
{
"script": "form-add/scripts/form-add",
"args": {
"-ObjectPath": "{workDir}/DataProcessors/ДиаграммаГанта.xml",
"-FormName": "Форма"
}
}
],
"params": {
"outputPath": "DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml"
},
"validatePath": "DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml",
"input": {
"title": "Диаграмма Ганта",
"elements": [
{
"ganttChart": "Ганта",
"path": "Ганта",
"titleLocation": "none",
"ganttTable": {
"table": "ТаблицаГанта",
"path": "Ганта",
"height": 3
}
}
],
"attributes": [
{
"name": "Объект",
"type": "DataProcessorObject.ДиаграммаГанта",
"main": true
},
{
"name": "Ганта",
"type": "d5p1:GanttChart",
"chart": {
"chart": {
"seriesCurId": "1",
"pointsCurId": "0",
"isSeriesDesign": true,
"realSeriesCount": "0",
"realExSeriesData": [
{
"id": "1",
"color": "#991919",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Rhomb",
"text": {
"#": "Сводная"
},
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"isPointsDesign": true,
"realPointCount": "0",
"curSeries": "-1",
"curPoint": "0",
"chartType": "Column3D",
"circleLabelType": "None",
"labelsDelimiter": ", ",
"labelsLocation": "Edge",
"lbFormat": "",
"lbpFormat": "",
"labelsColor": "style:FormTextColor",
"labelsFont": {
"kind": "AutoFont"
},
"transparentLabelsBkg": true,
"labelsBkgColor": "auto",
"labelsBorder": {
"width": 1,
"style": "Single"
},
"labelsBorderColor": "auto",
"circleExpandMode": "None",
"chart3Dcrd": "SouthWest",
"title": "",
"isShowTitle": true,
"isShowLegend": false,
"ttlBorder": {
"width": 0,
"style": "WithoutBorder"
},
"ttlBorderColor": "style:BorderColor",
"lgBorder": {
"width": 0,
"style": "WithoutBorder"
},
"lgBorderColor": "style:BorderColor",
"chBorder": {
"width": 1,
"style": "Single"
},
"chBorderColor": "style:BorderColor",
"transparent": false,
"bkgColor": "style:FieldBackColor",
"isTrnspTtl": false,
"ttlColor": "style:FieldBackColor",
"isTrnspLeg": false,
"legColor": "style:FieldBackColor",
"isTrnspCh": false,
"chColor": "style:FieldBackColor",
"ttlTxtColor": "style:FormTextColor",
"legTxtColor": "style:FormTextColor",
"chTxtColor": "style:FormTextColor",
"ttlFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"legFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"chFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"isShowScale": true,
"isShowScaleVL": true,
"isShowSeriesScale": true,
"isShowPointsScale": true,
"isShowValuesScale": true,
"vsFormat": "",
"xLabelsOrientation": "Auto",
"scaleLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"scaleColor": "#A9A9A9",
"isAutoSeriesName": true,
"isAutoPointName": true,
"maxMode": "NotDefined",
"maxSeries": "4",
"maxSeriesPrc": "30",
"spaceMode": "Half",
"baseVal": "0",
"isOutline": false,
"realPiePoint": "0",
"realStockSeries": "0",
"isLight": true,
"isGradient": false,
"isTransposition": false,
"hideBaseVal": false,
"dataTable": false,
"dtVerLines": true,
"dtHorLines": true,
"dtHAlign": "Right",
"dtFormat": "",
"dtKeys": true,
"paletteKind": "Auto",
"animation": "Auto",
"rebuildTime": "0",
"isTransposed": false,
"autoTransposition": false,
"legendScrollEnable": true,
"surfaceColor": "#A90000",
"radarScaleType": "Circle",
"gaugeValuesPresentation": "Needle",
"gaugeQualityBands": {
"useTextStr": false,
"useTooltipStr": false
},
"beginGaugeAngle": "0",
"endGaugeAngle": "180",
"gaugeThickness": "5",
"gaugeLabelsLocation": "InsideScale",
"gaugeLabelsArcDirection": false,
"gaugeBushThickness": "4",
"gaugeBushColor": "#A9A9A9",
"autoMaxValue": true,
"userMaxValue": "0",
"autoMinValue": true,
"userMinValue": "0",
"elementsIsInit": true,
"titleIsInit": true,
"legendIsInit": true,
"chartIsInit": true,
"elementsChart": {
"left": "0",
"right": "0",
"top": "0",
"bottom": "0"
},
"elementsLegend": {
"left": "0.913738019169329",
"right": "0",
"top": "0.0407725321888412",
"bottom": "0"
},
"elementsTitle": {
"left": "0.8328025477707",
"right": "0",
"top": "0",
"bottom": "0.959401709401709"
},
"borderColor": "style:BorderColor",
"border": {
"width": 1,
"style": "Single"
},
"dataSourceDescription": "",
"isDataSourceMode": false,
"isRandomizedNewValues": true,
"splineStrain": "95",
"translucencePercent": "0",
"funnelNeckHeightPercent": "10",
"funnelNeckWidthPercent": "10",
"funnelGapSumPercent": "3",
"multiStageLinkLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"multiStageLinkColor": "#000000",
"valuesAxis": "",
"pointsAxis": "",
"legendPlacement": "None",
"plotAreaPlacement": "UseCoordinates",
"titleAreaPlacement": "UseCoordinates"
},
"points": {
"testMode": false,
"value": {
"itemKey": "0",
"key": "0",
"parentKey": "0",
"leftKey": "0",
"rightKey": "0",
"extKey": "0",
"title": "",
"cacheKey": "0",
"baseData": "4294901761",
"font": {
"kind": "AutoFont"
},
"picture": ""
},
"contentCacheItem": {
"mainColor": "#000000",
"secondColor": "#000000",
"backColor": "auto",
"textColor": "auto"
},
"autoText": true,
"useValuesReverseBehavior": false
},
"series": {
"testMode": false,
"value": {
"itemKey": "0",
"key": "0",
"parentKey": "0",
"leftKey": "0",
"rightKey": "0",
"extKey": "0",
"title": "",
"cacheKey": "0",
"baseData": "4294902785"
},
"contentCacheItem": {
"mainColor": "#000000",
"secondColor": "#000000",
"hatchBetweenIntervalsColor": "#000000"
},
"autoText": true,
"useValuesReverseBehavior": false
},
"drawEmpty": true,
"timeScale": {
"placement": "Top",
"level": {
"measure": "Day",
"interval": "1",
"show": true,
"line": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"scaleColor": "#C0C0C0",
"dayFormatRule": "MonthDayWeekDay",
"format": "",
"labels": {
"ticks": "0"
},
"backColor": "auto",
"textColor": "auto",
"showPereodicalLabels": true
},
"transparent": false,
"backColor": "style:FieldBackColor",
"textColor": "style:FormTextColor",
"currentLevel": "0"
},
"keepScaleVariant": "AllData",
"fixedVariantMeasure": "Month",
"fixedVariantInterval": "1",
"autoFullInterval": true,
"fullIntervalBegin": "2016-05-01T00:00:00",
"fullIntervalEnd": "2016-06-01T00:00:00",
"visualBegin": "2016-05-01T00:00:00",
"intervalDrawType": "Gradient",
"noneVariantChars": "3",
"noneVariantMeasure": "Day",
"verticalStretch": "None",
"verticalScrollEnable": true,
"showValueText": "None",
"extTitle": "",
"outboundColor": "#FFFFFF",
"backIntervals": {
"collection": {
"ticks": "0"
},
"ticks": "0"
},
"linksColor": "#000080",
"linksLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"showPointsText": "Auto",
"showData": "Auto",
"textPlacement": "Auto",
"intervalTextRepresentation": "Auto"
}
}
]
}
{
"name": "Форма с design-time диаграммой Ганта (d4p1:GanttChart Settings)",
"preRun": [
{
"script": "meta-compile/scripts/meta-compile",
"input": {
"type": "DataProcessor",
"name": "ДиаграммаГанта"
},
"args": {
"-JsonPath": "{inputFile}",
"-OutputDir": "{workDir}"
}
},
{
"script": "form-add/scripts/form-add",
"args": {
"-ObjectPath": "{workDir}/DataProcessors/ДиаграммаГанта.xml",
"-FormName": "Форма"
}
}
],
"params": {
"outputPath": "DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml"
},
"validatePath": "DataProcessors/ДиаграммаГанта/Forms/Форма/Ext/Form.xml",
"input": {
"title": "Диаграмма Ганта",
"elements": [
{
"ganttChart": "Ганта",
"path": "Ганта",
"titleLocation": "none",
"ganttTable": {
"table": "ТаблицаГанта",
"path": "Ганта",
"height": 3
}
}
],
"attributes": [
{
"name": "Объект",
"type": "DataProcessorObject.ДиаграммаГанта",
"main": true
},
{
"name": "Ганта",
"type": "d5p1:GanttChart",
"chart": {
"chart": {
"seriesCurId": "1",
"pointsCurId": "0",
"isSeriesDesign": true,
"realSeriesCount": "0",
"realExSeriesData": [
{
"id": "1",
"color": "#991919",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Rhomb",
"text": {
"#": "Сводная"
},
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"isPointsDesign": true,
"realPointCount": "0",
"curSeries": "-1",
"curPoint": "0",
"chartType": "Column3D",
"circleLabelType": "None",
"labelsDelimiter": ", ",
"labelsLocation": "Edge",
"lbFormat": "",
"lbpFormat": "",
"labelsColor": "style:FormTextColor",
"labelsFont": {
"kind": "AutoFont"
},
"transparentLabelsBkg": true,
"labelsBkgColor": "auto",
"labelsBorder": {
"width": 1,
"style": "Single"
},
"labelsBorderColor": "auto",
"circleExpandMode": "None",
"chart3Dcrd": "SouthWest",
"title": "",
"isShowTitle": true,
"isShowLegend": false,
"ttlBorder": {
"width": 0,
"style": "WithoutBorder"
},
"ttlBorderColor": "style:BorderColor",
"lgBorder": {
"width": 0,
"style": "WithoutBorder"
},
"lgBorderColor": "style:BorderColor",
"chBorder": {
"width": 1,
"style": "Single"
},
"chBorderColor": "style:BorderColor",
"transparent": false,
"bkgColor": "style:FieldBackColor",
"isTrnspTtl": false,
"ttlColor": "style:FieldBackColor",
"isTrnspLeg": false,
"legColor": "style:FieldBackColor",
"isTrnspCh": false,
"chColor": "style:FieldBackColor",
"ttlTxtColor": "style:FormTextColor",
"legTxtColor": "style:FormTextColor",
"chTxtColor": "style:FormTextColor",
"ttlFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"legFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"chFont": {
"ref": "style:TextFont",
"kind": "StyleItem"
},
"isShowScale": true,
"isShowScaleVL": true,
"isShowSeriesScale": true,
"isShowPointsScale": true,
"isShowValuesScale": true,
"vsFormat": "",
"xLabelsOrientation": "Auto",
"scaleLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"scaleColor": "#A9A9A9",
"isAutoSeriesName": true,
"isAutoPointName": true,
"maxMode": "NotDefined",
"maxSeries": "4",
"maxSeriesPrc": "30",
"spaceMode": "Half",
"baseVal": "0",
"isOutline": false,
"realPiePoint": "0",
"realStockSeries": "0",
"isLight": true,
"isGradient": false,
"isTransposition": false,
"hideBaseVal": false,
"dataTable": false,
"dtVerLines": true,
"dtHorLines": true,
"dtHAlign": "Right",
"dtFormat": "",
"dtKeys": true,
"paletteKind": "Auto",
"animation": "Auto",
"rebuildTime": "0",
"isTransposed": false,
"autoTransposition": false,
"legendScrollEnable": true,
"surfaceColor": "#A90000",
"radarScaleType": "Circle",
"gaugeValuesPresentation": "Needle",
"gaugeQualityBands": {
"useTextStr": false,
"useTooltipStr": false
},
"beginGaugeAngle": "0",
"endGaugeAngle": "180",
"gaugeThickness": "5",
"gaugeLabelsLocation": "InsideScale",
"gaugeLabelsArcDirection": false,
"gaugeBushThickness": "4",
"gaugeBushColor": "#A9A9A9",
"autoMaxValue": true,
"userMaxValue": "0",
"autoMinValue": true,
"userMinValue": "0",
"elementsIsInit": true,
"titleIsInit": true,
"legendIsInit": true,
"chartIsInit": true,
"elementsChart": {
"left": "0",
"right": "0",
"top": "0",
"bottom": "0"
},
"elementsLegend": {
"left": "0.913738019169329",
"right": "0",
"top": "0.0407725321888412",
"bottom": "0"
},
"elementsTitle": {
"left": "0.8328025477707",
"right": "0",
"top": "0",
"bottom": "0.959401709401709"
},
"borderColor": "style:BorderColor",
"border": {
"width": 1,
"style": "Single"
},
"dataSourceDescription": "",
"isDataSourceMode": false,
"isRandomizedNewValues": true,
"splineStrain": "95",
"translucencePercent": "0",
"funnelNeckHeightPercent": "10",
"funnelNeckWidthPercent": "10",
"funnelGapSumPercent": "3",
"multiStageLinkLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"multiStageLinkColor": "#000000",
"valuesAxis": "",
"pointsAxis": "",
"legendPlacement": "None",
"plotAreaPlacement": "UseCoordinates",
"titleAreaPlacement": "UseCoordinates"
},
"points": {
"testMode": false,
"value": {
"itemKey": "0",
"key": "0",
"parentKey": "0",
"leftKey": "0",
"rightKey": "0",
"extKey": "0",
"title": "",
"cacheKey": "0",
"baseData": "4294901761",
"font": {
"kind": "AutoFont"
},
"picture": ""
},
"contentCacheItem": {
"mainColor": "#000000",
"secondColor": "#000000",
"backColor": "auto",
"textColor": "auto"
},
"autoText": true,
"useValuesReverseBehavior": false
},
"series": {
"testMode": false,
"value": {
"itemKey": "0",
"key": "0",
"parentKey": "0",
"leftKey": "0",
"rightKey": "0",
"extKey": "0",
"title": "",
"cacheKey": "0",
"baseData": "4294902785"
},
"contentCacheItem": {
"mainColor": "#000000",
"secondColor": "#000000",
"hatchBetweenIntervalsColor": "#000000"
},
"autoText": true,
"useValuesReverseBehavior": false
},
"drawEmpty": true,
"timeScale": {
"placement": "Top",
"level": {
"measure": "Day",
"interval": "1",
"show": true,
"line": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"scaleColor": "#C0C0C0",
"dayFormatRule": "MonthDayWeekDay",
"format": "",
"labels": {
"ticks": "0"
},
"backColor": "auto",
"textColor": "auto",
"showPereodicalLabels": true
},
"transparent": false,
"backColor": "style:FieldBackColor",
"textColor": "style:FormTextColor",
"currentLevel": "0"
},
"keepScaleVariant": "AllData",
"fixedVariantMeasure": "Month",
"fixedVariantInterval": "1",
"autoFullInterval": true,
"fullIntervalBegin": "2016-05-01T00:00:00",
"fullIntervalEnd": "2016-06-01T00:00:00",
"visualBegin": "2016-05-01T00:00:00",
"intervalDrawType": "Gradient",
"noneVariantChars": "3",
"noneVariantMeasure": "Day",
"verticalStretch": "None",
"verticalScrollEnable": true,
"showValueText": "None",
"extTitle": "",
"outboundColor": "#FFFFFF",
"backIntervals": {
"collection": {
"ticks": "0"
},
"ticks": "0"
},
"linksColor": "#000080",
"linksLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"showPointsText": "Auto",
"showData": "Auto",
"textPlacement": "Auto",
"intervalTextRepresentation": "Auto"
}
}
]
}
}
@@ -1,357 +1,357 @@
{
"name": "Форма с design-time диаграммой (d4p1:Chart Settings)",
"preRun": [
{
"script": "meta-compile/scripts/meta-compile",
"input": {
"type": "DataProcessor",
"name": "Диаграмма"
},
"args": {
"-JsonPath": "{inputFile}",
"-OutputDir": "{workDir}"
}
},
{
"script": "form-add/scripts/form-add",
"args": {
"-ObjectPath": "{workDir}/DataProcessors/Диаграмма.xml",
"-FormName": "Форма"
}
}
],
"params": {
"outputPath": "DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml"
},
"validatePath": "DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml",
"input": {
"title": "Диаграмма",
"elements": [
{
"chart": "Диаграмма",
"path": "Диаграмма",
"titleLocation": "none"
}
],
"attributes": [
{
"name": "Объект",
"type": "DataProcessorObject.Диаграмма",
"main": true
},
{
"name": "Диаграмма",
"type": "d5p1:Chart",
"chart": {
"seriesCurId": "7",
"pointsCurId": "0",
"isSeriesDesign": true,
"realSeriesCount": "4",
"realSeriesData": [
{
"id": "2",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 1",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "3",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 2",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "4",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 3",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "6",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 4",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"realExSeriesData": [
{
"id": "1",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Сводная",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"isPointsDesign": true,
"realPointCount": "0",
"curSeries": "-1",
"curPoint": "0",
"chartType": "Line",
"circleLabelType": "None",
"labelsDelimiter": ", ",
"labelsLocation": "Edge",
"lbFormat": "",
"lbpFormat": "",
"labelsColor": "style:FormTextColor",
"labelsFont": {
"kind": "AutoFont"
},
"transparentLabelsBkg": true,
"labelsBkgColor": "auto",
"labelsBorder": {
"width": 1,
"style": "WithoutBorder"
},
"labelsBorderColor": "auto",
"circleExpandMode": "None",
"chart3Dcrd": "SouthWest",
"title": "",
"isShowTitle": false,
"isShowLegend": true,
"ttlBorder": {
"width": 0,
"style": "WithoutBorder"
},
"ttlBorderColor": "style:BorderColor",
"lgBorder": {
"width": 0,
"style": "WithoutBorder"
},
"lgBorderColor": "style:BorderColor",
"chBorder": {
"width": 0,
"style": "WithoutBorder"
},
"chBorderColor": "style:BorderColor",
"transparent": false,
"bkgColor": "style:FieldBackColor",
"isTrnspTtl": false,
"ttlColor": "style:FieldBackColor",
"isTrnspLeg": false,
"legColor": "style:FieldBackColor",
"isTrnspCh": false,
"chColor": "style:FieldBackColor",
"ttlTxtColor": "style:FormTextColor",
"legTxtColor": "style:FormTextColor",
"chTxtColor": "style:FormTextColor",
"ttlFont": {
"kind": "AutoFont"
},
"legFont": {
"kind": "AutoFont"
},
"chFont": {
"kind": "AutoFont"
},
"isShowScale": true,
"isShowScaleVL": true,
"isShowSeriesScale": true,
"isShowPointsScale": true,
"isShowValuesScale": true,
"vsFormat": "ЧС=6; ЧГ=3,0",
"xLabelsOrientation": "Auto",
"scaleLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"scaleColor": "auto",
"isAutoSeriesName": true,
"isAutoPointName": true,
"maxMode": "NotDefined",
"maxSeries": "4",
"maxSeriesPrc": "30",
"spaceMode": "Half",
"baseVal": "0",
"isOutline": false,
"realPiePoint": "0",
"realStockSeries": "0",
"isLight": true,
"isGradient": false,
"isTransposition": false,
"hideBaseVal": false,
"dataTable": false,
"dtVerLines": true,
"dtHorLines": true,
"dtHAlign": "Right",
"dtFormat": "",
"dtKeys": true,
"paletteKind": "Auto",
"animation": "Auto",
"rebuildTime": "2099248",
"isTransposed": false,
"autoTransposition": false,
"legendScrollEnable": false,
"surfaceColor": "#A90000",
"radarScaleType": "Circle",
"gaugeValuesPresentation": "Needle",
"gaugeQualityBands": {
"useTextStr": false,
"useTooltipStr": false
},
"beginGaugeAngle": "0",
"endGaugeAngle": "180",
"gaugeThickness": "5",
"gaugeLabelsLocation": "InsideScale",
"gaugeLabelsArcDirection": false,
"gaugeBushThickness": "4",
"gaugeBushColor": "#A9A9A9",
"autoMaxValue": true,
"userMaxValue": "0",
"autoMinValue": true,
"userMinValue": "0",
"elementsIsInit": false,
"titleIsInit": true,
"legendIsInit": true,
"chartIsInit": true,
"elementsChart": {
"left": "0",
"right": "0.17",
"top": "0",
"bottom": "0"
},
"elementsLegend": {
"left": "0.14968152866242038",
"right": "0.06210191082802548",
"top": "0.9615384615384616",
"bottom": "0"
},
"elementsTitle": {
"left": "0.83",
"right": "0",
"top": "0",
"bottom": "0.92"
},
"borderColor": "style:BorderColor",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"dataSourceDescription": "",
"isDataSourceMode": false,
"isRandomizedNewValues": true,
"splineMode": "SmoothCurve",
"splineStrain": "95",
"translucencePercent": "0",
"funnelNeckHeightPercent": "10",
"funnelNeckWidthPercent": "10",
"funnelGapSumPercent": "3",
"multiStageLinkLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"multiStageLinkColor": "#000000",
"valuesAxis": "",
"pointsAxis": "",
"pointsScale": {
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"gridLinesShowMode": "Show",
"gridLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"labelColor": "#B4B4B4"
},
"valuesScale": {
"showTitle": "DontShow",
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"labelFormat": "ЧС=6; ЧГ=3,0"
},
"seriesScale": {
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"gridLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"showInChart": "DontShow"
},
"legendPlacement": "Bottom",
"titleAreaPlacement": "None",
"valuesToolTipShowMode": "ShowOnHover",
"pointsDropLinesShowMode": "DontShow",
"valuesDropLinesShowMode": "DontShow"
}
}
]
}
{
"name": "Форма с design-time диаграммой (d4p1:Chart Settings)",
"preRun": [
{
"script": "meta-compile/scripts/meta-compile",
"input": {
"type": "DataProcessor",
"name": "Диаграмма"
},
"args": {
"-JsonPath": "{inputFile}",
"-OutputDir": "{workDir}"
}
},
{
"script": "form-add/scripts/form-add",
"args": {
"-ObjectPath": "{workDir}/DataProcessors/Диаграмма.xml",
"-FormName": "Форма"
}
}
],
"params": {
"outputPath": "DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml"
},
"validatePath": "DataProcessors/Диаграмма/Forms/Форма/Ext/Form.xml",
"input": {
"title": "Диаграмма",
"elements": [
{
"chart": "Диаграмма",
"path": "Диаграмма",
"titleLocation": "none"
}
],
"attributes": [
{
"name": "Объект",
"type": "DataProcessorObject.Диаграмма",
"main": true
},
{
"name": "Диаграмма",
"type": "d5p1:Chart",
"chart": {
"seriesCurId": "7",
"pointsCurId": "0",
"isSeriesDesign": true,
"realSeriesCount": "4",
"realSeriesData": [
{
"id": "2",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 1",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "3",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 2",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "4",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 3",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
},
{
"id": "6",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Серия 4",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"realExSeriesData": [
{
"id": "1",
"color": "auto",
"line": {
"width": 2,
"gap": false,
"style": "Solid"
},
"marker": "Auto",
"text": "Сводная",
"strIsChanged": false,
"isExpand": false,
"isIndicator": false,
"colorPriority": false
}
],
"isPointsDesign": true,
"realPointCount": "0",
"curSeries": "-1",
"curPoint": "0",
"chartType": "Line",
"circleLabelType": "None",
"labelsDelimiter": ", ",
"labelsLocation": "Edge",
"lbFormat": "",
"lbpFormat": "",
"labelsColor": "style:FormTextColor",
"labelsFont": {
"kind": "AutoFont"
},
"transparentLabelsBkg": true,
"labelsBkgColor": "auto",
"labelsBorder": {
"width": 1,
"style": "WithoutBorder"
},
"labelsBorderColor": "auto",
"circleExpandMode": "None",
"chart3Dcrd": "SouthWest",
"title": "",
"isShowTitle": false,
"isShowLegend": true,
"ttlBorder": {
"width": 0,
"style": "WithoutBorder"
},
"ttlBorderColor": "style:BorderColor",
"lgBorder": {
"width": 0,
"style": "WithoutBorder"
},
"lgBorderColor": "style:BorderColor",
"chBorder": {
"width": 0,
"style": "WithoutBorder"
},
"chBorderColor": "style:BorderColor",
"transparent": false,
"bkgColor": "style:FieldBackColor",
"isTrnspTtl": false,
"ttlColor": "style:FieldBackColor",
"isTrnspLeg": false,
"legColor": "style:FieldBackColor",
"isTrnspCh": false,
"chColor": "style:FieldBackColor",
"ttlTxtColor": "style:FormTextColor",
"legTxtColor": "style:FormTextColor",
"chTxtColor": "style:FormTextColor",
"ttlFont": {
"kind": "AutoFont"
},
"legFont": {
"kind": "AutoFont"
},
"chFont": {
"kind": "AutoFont"
},
"isShowScale": true,
"isShowScaleVL": true,
"isShowSeriesScale": true,
"isShowPointsScale": true,
"isShowValuesScale": true,
"vsFormat": "ЧС=6; ЧГ=3,0",
"xLabelsOrientation": "Auto",
"scaleLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"scaleColor": "auto",
"isAutoSeriesName": true,
"isAutoPointName": true,
"maxMode": "NotDefined",
"maxSeries": "4",
"maxSeriesPrc": "30",
"spaceMode": "Half",
"baseVal": "0",
"isOutline": false,
"realPiePoint": "0",
"realStockSeries": "0",
"isLight": true,
"isGradient": false,
"isTransposition": false,
"hideBaseVal": false,
"dataTable": false,
"dtVerLines": true,
"dtHorLines": true,
"dtHAlign": "Right",
"dtFormat": "",
"dtKeys": true,
"paletteKind": "Auto",
"animation": "Auto",
"rebuildTime": "2099248",
"isTransposed": false,
"autoTransposition": false,
"legendScrollEnable": false,
"surfaceColor": "#A90000",
"radarScaleType": "Circle",
"gaugeValuesPresentation": "Needle",
"gaugeQualityBands": {
"useTextStr": false,
"useTooltipStr": false
},
"beginGaugeAngle": "0",
"endGaugeAngle": "180",
"gaugeThickness": "5",
"gaugeLabelsLocation": "InsideScale",
"gaugeLabelsArcDirection": false,
"gaugeBushThickness": "4",
"gaugeBushColor": "#A9A9A9",
"autoMaxValue": true,
"userMaxValue": "0",
"autoMinValue": true,
"userMinValue": "0",
"elementsIsInit": false,
"titleIsInit": true,
"legendIsInit": true,
"chartIsInit": true,
"elementsChart": {
"left": "0",
"right": "0.17",
"top": "0",
"bottom": "0"
},
"elementsLegend": {
"left": "0.14968152866242038",
"right": "0.06210191082802548",
"top": "0.9615384615384616",
"bottom": "0"
},
"elementsTitle": {
"left": "0.83",
"right": "0",
"top": "0",
"bottom": "0.92"
},
"borderColor": "style:BorderColor",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"dataSourceDescription": "",
"isDataSourceMode": false,
"isRandomizedNewValues": true,
"splineMode": "SmoothCurve",
"splineStrain": "95",
"translucencePercent": "0",
"funnelNeckHeightPercent": "10",
"funnelNeckWidthPercent": "10",
"funnelGapSumPercent": "3",
"multiStageLinkLine": {
"width": 1,
"gap": false,
"style": "Solid"
},
"multiStageLinkColor": "#000000",
"valuesAxis": "",
"pointsAxis": "",
"pointsScale": {
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"gridLinesShowMode": "Show",
"gridLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"labelColor": "#B4B4B4"
},
"valuesScale": {
"showTitle": "DontShow",
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"labelFormat": "ЧС=6; ЧГ=3,0"
},
"seriesScale": {
"titleArea": {
"font": {
"kind": "AutoFont"
},
"textColor": "auto",
"backColor": "auto",
"border": {
"width": 1,
"style": "WithoutBorder"
},
"borderColor": "auto"
},
"gridLine": {
"width": 1,
"gap": false,
"style": "Dotted"
},
"showInChart": "DontShow"
},
"legendPlacement": "Bottom",
"titleAreaPlacement": "None",
"valuesToolTipShowMode": "ShowOnHover",
"pointsDropLinesShowMode": "DontShow",
"valuesDropLinesShowMode": "DontShow"
}
}
]
}
}
+12 -12
View File
@@ -1,12 +1,12 @@
{
"name": "Guard: компиляция формы для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"outputPath": "Catalogs/Locked/Forms/НовФорма/Ext/Form.xml"
},
"input": {
"title": "Тест",
"elements": []
},
"expectError": "support-guard"
}
{
"name": "Guard: компиляция формы для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"outputPath": "Catalogs/Locked/Forms/НовФорма/Ext/Form.xml"
},
"input": {
"title": "Тест",
"elements": []
},
"expectError": "support-guard"
}
+18 -18
View File
@@ -1,18 +1,18 @@
{
"name": "Guard: правка формы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"formPath": "Catalogs/Locked/Forms/ТестФорма/Ext/Form.xml"
},
"input": {
"operations": [
{
"op": "add-attribute",
"name": "Рек",
"type": "String",
"length": 5
}
]
},
"expectError": "support-guard"
}
{
"name": "Guard: правка формы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"formPath": "Catalogs/Locked/Forms/ТестФорма/Ext/Form.xml"
},
"input": {
"operations": [
{
"op": "add-attribute",
"name": "Рек",
"type": "String",
"length": 5
}
]
},
"expectError": "support-guard"
}
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "Guard: добавление справки к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"objectName": "Locked",
"expectError": "support-guard"
}
{
"name": "Guard: добавление справки к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"objectName": "Locked",
"expectError": "support-guard"
}
@@ -1,12 +1,12 @@
{
"name": "Guard: правка командного интерфейса подсистемы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"ciPath": "Subsystems/ТестПодсистема/Ext/CommandInterface.xml"
},
"input": {
"operations": []
},
"CreateIfMissing": true,
"expectError": "support-guard"
}
{
"name": "Guard: правка командного интерфейса подсистемы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"ciPath": "Subsystems/ТестПодсистема/Ext/CommandInterface.xml"
},
"input": {
"operations": []
},
"CreateIfMissing": true,
"expectError": "support-guard"
}
+24 -24
View File
@@ -1,24 +1,24 @@
{
"name": "Guard: компиляция макета для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"input": {
"columns": 2,
"areas": [
{
"name": "О",
"rows": [
{
"cells": [
{
"col": 1,
"text": "a"
}
]
}
]
}
]
},
"outputPath": "Catalogs/Locked/Templates/НовМакет/Ext/Template.xml",
"expectError": "support-guard"
}
{
"name": "Guard: компиляция макета для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"input": {
"columns": 2,
"areas": [
{
"name": "О",
"rows": [
{
"cells": [
{
"col": 1,
"text": "a"
}
]
}
]
}
]
},
"outputPath": "Catalogs/Locked/Templates/НовМакет/Ext/Template.xml",
"expectError": "support-guard"
}
@@ -1,9 +1,9 @@
{
"name": "Guard: добавление роли при закрытом корне (f1=0) запрещено",
"setup": "fixture:on-support",
"input": {
"name": "НовРоль",
"rights": {}
},
"expectError": "support-guard"
}
{
"name": "Guard: добавление роли при закрытом корне (f1=0) запрещено",
"setup": "fixture:on-support",
"input": {
"name": "НовРоль",
"rights": {}
},
"expectError": "support-guard"
}
+16 -16
View File
@@ -1,16 +1,16 @@
{
"name": "Guard: компиляция СКД для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"outputPath": "Catalogs/Locked/Templates/НовСхема/Ext/Template.xml"
},
"input": {
"dataSets": [
{
"name": "Набор1",
"query": "ВЫБРАТЬ 1 КАК Поле1"
}
]
},
"expectError": "support-guard"
}
{
"name": "Guard: компиляция СКД для объекта на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"outputPath": "Catalogs/Locked/Templates/НовСхема/Ext/Template.xml"
},
"input": {
"dataSets": [
{
"name": "Набор1",
"query": "ВЫБРАТЬ 1 КАК Поле1"
}
]
},
"expectError": "support-guard"
}
+10 -10
View File
@@ -1,10 +1,10 @@
{
"name": "Guard: правка СКД на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"templatePath": "Catalogs/Locked/Templates/ТестСхема/Ext/Template.xml"
},
"operation": "add-parameter",
"value": "П: Строка",
"expectError": "support-guard"
}
{
"name": "Guard: правка СКД на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"templatePath": "Catalogs/Locked/Templates/ТестСхема/Ext/Template.xml"
},
"operation": "add-parameter",
"value": "П: Строка",
"expectError": "support-guard"
}
@@ -1,8 +1,8 @@
{
"name": "Guard: добавление подсистемы при закрытом корне (f1=0) запрещено",
"setup": "fixture:on-support",
"input": {
"name": "НовПодсистема"
},
"expectError": "support-guard"
}
{
"name": "Guard: добавление подсистемы при закрытом корне (f1=0) запрещено",
"setup": "fixture:on-support",
"input": {
"name": "НовПодсистема"
},
"expectError": "support-guard"
}
@@ -1,18 +1,18 @@
{
"name": "Guard: правка подсистемы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"subsystemPath": "Subsystems/ТестПодсистема.xml"
},
"input": {
"operations": [
{
"op": "set-property",
"property": "Comment",
"value": "x"
}
]
},
"NoValidate": true,
"expectError": "support-guard"
}
{
"name": "Guard: правка подсистемы на замке (f1=0) запрещена",
"setup": "fixture:on-support",
"params": {
"subsystemPath": "Subsystems/ТестПодсистема.xml"
},
"input": {
"operations": [
{
"op": "set-property",
"property": "Comment",
"value": "x"
}
]
},
"NoValidate": true,
"expectError": "support-guard"
}
+15 -15
View File
@@ -1,15 +1,15 @@
{
"script": "support-edit/scripts/support-edit",
"setup": "none",
"args": [
{
"flag": "-Path",
"from": "workPath",
"field": "path"
}
],
"snapshot": {
"root": "workDir",
"normalizeUuids": true
}
}
{
"script": "support-edit/scripts/support-edit",
"setup": "none",
"args": [
{
"flag": "-Path",
"from": "workPath",
"field": "path"
}
],
"snapshot": {
"root": "workDir",
"normalizeUuids": true
}
}
@@ -1,14 +1,14 @@
{
"name": "Capability off: вся конфа read-only",
"setup": "fixture:g0",
"params": {
"path": "Configuration.xml"
},
"args_extra": [
"-Capability",
"off"
],
"expect": {
"stdoutContains": "ВЫКЛЮЧЕНА"
}
}
{
"name": "Capability off: вся конфа read-only",
"setup": "fixture:g0",
"params": {
"path": "Configuration.xml"
},
"args_extra": [
"-Capability",
"off"
],
"expect": {
"stdoutContains": "ВЫКЛЮЧЕНА"
}
}
@@ -1,14 +1,14 @@
{
"name": "Capability on: возможность включена",
"setup": "fixture:g1",
"params": {
"path": "Configuration.xml"
},
"args_extra": [
"-Capability",
"on"
],
"expect": {
"stdoutContains": "ВКЛЮЧЕНА"
}
}
{
"name": "Capability on: возможность включена",
"setup": "fixture:g1",
"params": {
"path": "Configuration.xml"
},
"args_extra": [
"-Capability",
"on"
],
"expect": {
"stdoutContains": "ВКЛЮЧЕНА"
}
}
@@ -1,14 +1,14 @@
{
"name": "Set editable: объект на замке → редактируется",
"setup": "fixture:g0",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"editable"
],
"expect": {
"stdoutContains": "редактируется с сохранением поддержки"
}
}
{
"name": "Set editable: объект на замке → редактируется",
"setup": "fixture:g0",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"editable"
],
"expect": {
"stdoutContains": "редактируется с сохранением поддержки"
}
}
@@ -1,14 +1,14 @@
{
"name": "Set off-support: объект снят с поддержки",
"setup": "fixture:g0",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"off-support"
],
"expect": {
"stdoutContains": "снят с поддержки"
}
}
{
"name": "Set off-support: объект снят с поддержки",
"setup": "fixture:g0",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"off-support"
],
"expect": {
"stdoutContains": "снят с поддержки"
}
}
@@ -1,12 +1,12 @@
{
"name": "Set при выключенной возможности → отказ-предусловие",
"setup": "fixture:g1",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"editable"
],
"expectError": "Capability on"
}
{
"name": "Set при выключенной возможности → отказ-предусловие",
"setup": "fixture:g1",
"params": {
"path": "Catalogs/Locked.xml"
},
"args_extra": [
"-Set",
"editable"
],
"expectError": "Capability on"
}
@@ -1,8 +1,8 @@
{
"name": "Guard: добавление макета к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"objectName": "Locked",
"templateName": "НовМакет",
"templateType": "SpreadsheetDocument",
"expectError": "support-guard"
}
{
"name": "Guard: добавление макета к объекту на замке (f1=0) запрещено",
"setup": "fixture:on-support",
"objectName": "Locked",
"templateName": "НовМакет",
"templateType": "SpreadsheetDocument",
"expectError": "support-guard"
}