Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: a2f28f4941ac8d05eef4e609df1e2751180b49c1
https://github.com/Checkmk/checkmk/commit/a2f28f4941ac8d05eef4e609df1e27511…
Author: Anastasiia Shevchuk <anastasiia.shevchuk(a)checkmk.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
A tests/gui_e2e/test_email_notifications.py
A tests/scripts/setup_postfix.sh
A tests/scripts/teardown_postfix.sh
A tests/testlib/emails.py
M tests/testlib/playwright/pom/monitor/service_search.py
A tests/testlib/playwright/pom/setup/add_rule_filesystems.py
A tests/testlib/playwright/pom/setup/edit_notification_rule.py
A tests/testlib/playwright/pom/setup/notification_configuration.py
M tests/testlib/playwright/pom/setup/ruleset.py
Log Message:
-----------
gui_e2e: add filesystem email notification test
Add a test which allows checking that email notifications can be sent
and contain correct data:
1. Add EmailManager class which allows:
- setting up and tearing down Postfix
- redirecting email to Maildir folder
- waiting for the email with specific subject to be
found in the Maildir folder
- checking email content
2. Add gui_e2e test 'test_filesystem_email_notifications':
- Create notification user with email
- Modify default notification rule
- Modify 'Filesystem' notification rule
- Check that email was sent accordingly
3. The following POMs were added:
- AddRuleFilesystems
- EditNotificationRule
- NotificationConfiguration
Jira ticket: CMK-18810
Change-Id: I617bcf063677497599e7130aca3d1553e7ac188b
Commit: b10b80826184ad1e397d05048e98a67f36045ba7
https://github.com/Checkmk/checkmk/commit/b10b80826184ad1e397d05048e98a67f3…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M packages/cmk-frontend-vue/src/quick-setup/QuickSetupAsync.vue
M packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetup.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetupStage.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/quick_setup_types.ts
M packages/cmk-frontend-vue/src/quick-setup/components/ui/label/UiLabel.vue
Log Message:
-----------
Quick setup: enable jumping back to completed stage
CMK-18878
Change-Id: Ibdf156598eaa28c889fa94a828630f21790ecdb8
Compare:
https://github.com/Checkmk/checkmk/compare/bccde404b413...b10b80826184
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications