From 56582f8a2190b479ab950b8095d346b612ea7ed3 Mon Sep 17 00:00:00 2001 From: David Stephan Date: Thu, 12 Mar 2026 14:31:25 +0100 Subject: [PATCH 1/3] SED-4417 Refactoring, relaying on username, loading presets from filesystem --- .../layouts/StepMainReportLayout.json | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json diff --git a/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json new file mode 100644 index 0000000..f678c56 --- /dev/null +++ b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json @@ -0,0 +1,118 @@ +{ + "uid": "fe687d84-5414-4fa0-ba2e-3bd09fef11b3", + "name": "Step Main Layout", + "layout": { + "widgets": [ + { + "id": "c4460688-41d9-4765-a260-d3bed46c4d50", + "widgetType": "errorsWidget", + "position": { + "row": 1, + "column": 1, + "widthInCells": 8, + "heightInCells": 1 + } + }, + { + "id": "c11a02b1-de67-408a-9abe-f036f3ba7894", + "widgetType": "testCases", + "position": { + "row": 2, + "column": 1, + "widthInCells": 6, + "heightInCells": 3 + } + }, + { + "id": "eb2af1f3-1037-409d-943f-35434a2cb0ed", + "widgetType": "testCasesSummary", + "position": { + "row": 2, + "column": 7, + "widthInCells": 2, + "heightInCells": 3 + } + }, + { + "id": "8556aa3f-87fb-4300-b1e4-c7da0f7bbc9c", + "widgetType": "keywordsSummary", + "position": { + "row": 5, + "column": 1, + "widthInCells": 2, + "heightInCells": 3 + } + }, + { + "id": "505e9f33-c342-40de-b390-01812dd6a2f7", + "widgetType": "executionTree", + "position": { + "row": 5, + "column": 3, + "widthInCells": 6, + "heightInCells": 3 + } + }, + { + "id": "a1928775-e4de-42e1-aab6-74e357462c47", + "widgetType": "keywordsList", + "position": { + "row": 8, + "column": 1, + "widthInCells": 6, + "heightInCells": 3 + } + }, + { + "id": "4cd5b4d3-f12e-43e2-bb91-7609d89098c7", + "widgetType": "performanceOverview", + "position": { + "row": 8, + "column": 7, + "widthInCells": 2, + "heightInCells": 3 + } + }, + { + "id": "ef3f70e8-eed9-433d-ba07-c6c830eb1122", + "widgetType": "errors", + "position": { + "row": 11, + "column": 1, + "widthInCells": 8, + "heightInCells": 3 + } + }, + { + "id": "d0d7bfd9-1d2e-4170-9fa1-a62000073d9f", + "widgetType": "notificationSubscriptionForExecution", + "position": { + "row": 14, + "column": 1, + "widthInCells": 4, + "heightInCells": 3 + } + }, + { + "id": "7da124f6-89ba-42b6-a888-1502a784641f", + "widgetType": "housekeepingSettingsForExecution", + "position": { + "row": 14, + "column": 5, + "widthInCells": 4, + "heightInCells": 3 + } + }, + { + "id": "11af33b5-48b9-46ba-9f9f-d9feb7ef2756", + "widgetType": "currentOperations", + "position": { + "row": 17, + "column": 1, + "widthInCells": 4, + "heightInCells": 3 + } + } + ] + } +} From 0ba0f5ad6a61c1f4e18e71c0ae11438936cc053b Mon Sep 17 00:00:00 2001 From: David Stephan Date: Thu, 12 Mar 2026 14:54:44 +0100 Subject: [PATCH 2/3] SED-4417 fixing layout id --- .../plugins/reporting/layouts/StepMainReportLayout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json index f678c56..c654826 100644 --- a/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json +++ b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json @@ -1,5 +1,5 @@ { - "uid": "fe687d84-5414-4fa0-ba2e-3bd09fef11b3", + "id": "69b010aeec94534eb48176db", "name": "Step Main Layout", "layout": { "widgets": [ From ffb785e4412be7f12dbaad1e657d79dc8795ae99 Mon Sep 17 00:00:00 2001 From: David Stephan Date: Thu, 12 Mar 2026 17:07:27 +0100 Subject: [PATCH 3/3] SED-4417 PR feedbacks --- .../reporting/layouts/StepMainReportLayout.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json index c654826..c4ed57d 100644 --- a/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json +++ b/step-distribution-controller/template-controller/plugins/reporting/layouts/StepMainReportLayout.json @@ -4,7 +4,6 @@ "layout": { "widgets": [ { - "id": "c4460688-41d9-4765-a260-d3bed46c4d50", "widgetType": "errorsWidget", "position": { "row": 1, @@ -14,7 +13,6 @@ } }, { - "id": "c11a02b1-de67-408a-9abe-f036f3ba7894", "widgetType": "testCases", "position": { "row": 2, @@ -24,7 +22,6 @@ } }, { - "id": "eb2af1f3-1037-409d-943f-35434a2cb0ed", "widgetType": "testCasesSummary", "position": { "row": 2, @@ -34,7 +31,6 @@ } }, { - "id": "8556aa3f-87fb-4300-b1e4-c7da0f7bbc9c", "widgetType": "keywordsSummary", "position": { "row": 5, @@ -44,7 +40,6 @@ } }, { - "id": "505e9f33-c342-40de-b390-01812dd6a2f7", "widgetType": "executionTree", "position": { "row": 5, @@ -54,7 +49,6 @@ } }, { - "id": "a1928775-e4de-42e1-aab6-74e357462c47", "widgetType": "keywordsList", "position": { "row": 8, @@ -64,7 +58,6 @@ } }, { - "id": "4cd5b4d3-f12e-43e2-bb91-7609d89098c7", "widgetType": "performanceOverview", "position": { "row": 8, @@ -74,7 +67,6 @@ } }, { - "id": "ef3f70e8-eed9-433d-ba07-c6c830eb1122", "widgetType": "errors", "position": { "row": 11, @@ -84,7 +76,6 @@ } }, { - "id": "d0d7bfd9-1d2e-4170-9fa1-a62000073d9f", "widgetType": "notificationSubscriptionForExecution", "position": { "row": 14, @@ -94,7 +85,6 @@ } }, { - "id": "7da124f6-89ba-42b6-a888-1502a784641f", "widgetType": "housekeepingSettingsForExecution", "position": { "row": 14, @@ -104,7 +94,6 @@ } }, { - "id": "11af33b5-48b9-46ba-9f9f-d9feb7ef2756", "widgetType": "currentOperations", "position": { "row": 17,