From f90dfb1f5237775529efd7b03a7b47b0a61de501 Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Wed, 19 Mar 2025 12:56:06 -0500 Subject: [PATCH 01/13] chore: set version and update changelog --- CHANGELOG.md | 11 +++-------- version.yml | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1992b0f16..92332f892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,4 @@ -# UTMStack 10.6.3 Release Notes +# UTMStack 10.6.4 Release Notes ## New Features and Improvements -- **Agent & Collector Dependencies**: agents and collectors now fetch their dependencies from the **agent-manager**, improving consistency and centralizing dependency management. - -- **Agent Installation**: improved the installation messages for the agent to provide clearer instructions during the setup process. - -- **Agent Service Cleanup**: removed unnecessary services to streamline the system and reduce overhead. - -- **Error Recovery**: enhanced the agent's ability to recover from certain data streaming errors when interacting with the agent-manager, improving stability and fault tolerance. +-- Added organization name in app settings to distinguish alert and notification emails. +-- Improved email notification system to include organization name for better identification. diff --git a/version.yml b/version.yml index aa72feb11..e40e2ea91 100644 --- a/version.yml +++ b/version.yml @@ -1 +1 @@ -version: 10.6.3 \ No newline at end of file +version: 10.6.4 \ No newline at end of file From 846dd0037bba94e05894f2843035caa8bd1841e4 Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Wed, 19 Mar 2025 13:09:32 -0500 Subject: [PATCH 02/13] chore: set version and update changelog --- CHANGELOG.md | 2 +- backend/src/main/resources/config/liquibase/master.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92332f892..ada8db214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ # UTMStack 10.6.4 Release Notes ## New Features and Improvements -- Added organization name in app settings to distinguish alert and notification emails. --- Improved email notification system to include organization name for better identification. +-- Improved email notification system to include organization name for better identification. \ No newline at end of file diff --git a/backend/src/main/resources/config/liquibase/master.xml b/backend/src/main/resources/config/liquibase/master.xml index c295ca165..418c74fa9 100644 --- a/backend/src/main/resources/config/liquibase/master.xml +++ b/backend/src/main/resources/config/liquibase/master.xml @@ -77,4 +77,6 @@ + + From a356684f9b27dfb16905fecd34e7e9306198d9d0 Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Wed, 19 Mar 2025 13:11:38 -0500 Subject: [PATCH 03/13] feat: add organization name configuration parameter --- ...9001_add_organization_field_config_params.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 backend/src/main/resources/config/liquibase/changelog/20250319001_add_organization_field_config_params.xml diff --git a/backend/src/main/resources/config/liquibase/changelog/20250319001_add_organization_field_config_params.xml b/backend/src/main/resources/config/liquibase/changelog/20250319001_add_organization_field_config_params.xml new file mode 100644 index 000000000..8a8daeed9 --- /dev/null +++ b/backend/src/main/resources/config/liquibase/changelog/20250319001_add_organization_field_config_params.xml @@ -0,0 +1,16 @@ + + + + + + + + + + From 7f31741056bc64fbddd945b65639d5522c3963d0 Mon Sep 17 00:00:00 2001 From: Manuel Abascal Date: Wed, 19 Mar 2025 14:03:09 -0500 Subject: [PATCH 04/13] feat: add organization name configuration parameter --- .../app-config-sections.component.css | 3 +++ .../app-config-sections.component.html | 4 ++-- .../app-config-sections.component.ts | 17 ++++++++++++++--- .../utm-email-conf-check.component.html | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.css b/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.css index e69de29bb..9145680af 100644 --- a/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.css +++ b/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.css @@ -0,0 +1,3 @@ +.gap-3 { + column-gap: 3rem; +} diff --git a/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.html b/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.html index 9b3f7d088..3c5e325ec 100644 --- a/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.html +++ b/frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.html @@ -21,7 +21,7 @@
{{section.section | titlecase}}
Delete config - {{section.section | titlecase}}

{{section.description}}

+ class="d-flex gap-3 align-items-center flex-wrap w-100">