Skip to content

Commit

Permalink
(Issue #3015) Push notifications docs were added
Browse files Browse the repository at this point in the history
  • Loading branch information
NShaforostov committed Mar 16, 2023
1 parent d5968bd commit 4c5c521
Show file tree
Hide file tree
Showing 18 changed files with 128 additions and 16 deletions.
119 changes: 104 additions & 15 deletions docs/md/manual/12_Manage_Settings/12.9._Change_email_notification.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/md/release_notes/v.0.17/v.0.17_-_Release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,29 @@ If the node type is specified in this preference, listed above notifications wil
This preference allows a comma-separated list of the node types and wildcards, e.g.:
![CP_v.0.17_ReleaseNotes](attachments/RN017_NotificationsEnhancements_07.png)

### Push notifications

Previously, Cloud Pipeline platform sent notifications to users via email only. For many cases it would be useful to show such notifications in the GUI as well. In the current version, such ability was implemented.

Now, all email notifications, that are sending by the platform, are also duplicated as push notifications. This allows to view notifications right in the Cloud Pipeline GUI.
Push notifications do not require additional configuring - they are fully the same as corresponding email notifications, i.e. have the same header, content, recepients list, frequency and trigger of sending, etc.

Once any system event is occurred and its trigger for sending email notification has fired, email will be sent to the configured recipients. Simultaneously, the push notification (with the same subject and body as in the email) will be "sent" to the same recipients, e.g.:
![CP_v.0.17_ReleaseNotes](attachments/RN017_PushNotifications_01.png)

Click it to view the whole notification - it will be opened in a pop-up:
![CP_v.0.17_ReleaseNotes](attachments/RN017_PushNotifications_02.png)

Additionally, a new section appeared in the main menu - **Notifications**.
It allows to view all push notifications/emails sent to the current user, e.g.:
![CP_v.0.17_ReleaseNotes](attachments/RN017_PushNotifications_03.png)

User can switch notifications lists - to display only new "unread" notifications or only "read" ones.
To view the notification full details, user can click it - notification will be opened in a pop-up:
![CP_v.0.17_ReleaseNotes](attachments/RN017_PushNotifications_04.png)

For more details see [here](../../manual/12_Manage_Settings/12.9._Change_email_notification.md#push-notifications).

## Allowed price types for a cluster master node

Previously, **Cloud Pipeline** allowed the user to choose whether the cluster master node be a `spot` or `on-demand` instance.
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ nav:
- 12.6. Edit a group/role: 'manual/12_Manage_Settings/12.6._Edit_a_group_role.md'
- 12.7. Delete a group: 'manual/12_Manage_Settings/12.7._Delete_a_group.md'
- 12.8. Change a set of roles/groups for a user: 'manual/12_Manage_Settings/12.8._Change_a_set_of_roles_groups_for_a_user.md'
- 12.9. Change email notification: 'manual/12_Manage_Settings/12.9._Change_email_notification.md'
- 12.9. Email notifications: 'manual/12_Manage_Settings/12.9._Change_email_notification.md'
- 12.10. Manage system-level settings: 'manual/12_Manage_Settings/12.10._Manage_system-level_settings.md'
- 12.11. Advanced features: 'manual/12_Manage_Settings/12.11._Advanced_features.md'
- 12.12. System logs: 'manual/12_Manage_Settings/12.12._System_logs.md'
Expand Down

0 comments on commit 4c5c521

Please sign in to comment.