From 94f03c4ca8545ceea3526e5328da82cdcfa7ac6d Mon Sep 17 00:00:00 2001 From: Radoslaw Przewuski Date: Mon, 1 Apr 2024 10:58:46 +0200 Subject: [PATCH 01/15] ui fixes and updates + promotion fix --- .gitignore | 6 +- .idea/.gitignore | 5 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/dictionaries/radzio.xml | 3 - .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/jsLinters/eslint.xml | 8 - .idea/modules.xml | 8 - .idea/prettier.xml | 7 - .idea/tower.iml | 14 - .idea/vcs.xml | 6 - .idea/workspace.xml | 489 -- backend/package-lock.json | 4295 +++++++++-------- backend/package.json | 54 +- .../configurations.controller.ts | 14 + .../configurations/configurations.service.ts | 29 +- ui/.nvmrc | 2 +- ui/package-lock.json | 1214 +++-- ui/package.json | 42 +- ui/src/components/basic/compareTable.vue | 23 +- .../configuration/configurationPanel.vue | 35 +- .../configurationVariableRow.vue | 59 +- .../constantVariablePanel.vue | 146 +- .../constantVariables/constantVariableRow.vue | 35 +- .../newConstantVariablePanel.vue | 12 +- ui/src/pages/BasesPage.vue | 20 +- ui/src/pages/ConfigurationPage.vue | 4 +- 26 files changed, 3366 insertions(+), 3175 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dictionaries/radzio.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jsLinters/eslint.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/prettier.xml delete mode 100644 .idea/tower.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 6aa16b7..0b292a2 100644 --- a/.gitignore +++ b/.gitignore @@ -108,9 +108,9 @@ server/server/datasources.development* backend/src/certs backend/.env -backend/client/* +backend/client dist/tower-* -.idea -.github \ No newline at end of file +.idea/ +.github diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/dictionaries/radzio.xml b/.idea/dictionaries/radzio.xml deleted file mode 100644 index e3cfc74..0000000 --- a/.idea/dictionaries/radzio.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml deleted file mode 100644 index 014c5e8..0000000 --- a/.idea/jsLinters/eslint.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1323fd1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml deleted file mode 100644 index 4c1591e..0000000 --- a/.idea/prettier.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/tower.iml b/.idea/tower.iml deleted file mode 100644 index 47cdc17..0000000 --- a/.idea/tower.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index f93b349..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,489 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ui/src/components/constantVariables/constantVariablePanel.vue b/ui/src/components/constantVariables/constantVariablePanel.vue index a6335d0..58a32b8 100644 --- a/ui/src/components/constantVariables/constantVariablePanel.vue +++ b/ui/src/components/constantVariables/constantVariablePanel.vue @@ -18,7 +18,7 @@