Commit Graph

12 Commits

Author SHA1 Message Date
Patrik Oldsberg fc15b77b46 notifications: refactor backend routes to avoid using root route
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-10 00:43:57 +01:00
Heikki Hellgren 97ba58fa17 feat: add user specific notification settings
The settings can be customized for each origin and each processor
individually. The default Web indicates notifications shown in the
Backstage UI. By default, if there are no settings saved in the
database, all notifications are enabled for all processors.

The origins will populate by time for each user as they receive the
first notification from that origin. Processors are shown as their own
columns.

Later, if it makes sense, allow users to also disable/enable
notifications based on notification topic.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-10-18 10:38:36 +03:00
secustor ded99df828 fix docs link
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 15:28:45 +02:00
AmbrishRamachandiran 9d04f49251 Updated notifications docs-grammer
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2024-09-04 11:59:03 +05:30
Patrik Oldsberg 7c824ff058 docs/notifications: some fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-28 17:11:36 +02:00
Fredrik Adelöw 04dd8e29c1 Merge pull request #25939 from drodil/signals_docs
docs: add info about signals usage in own plugins
2024-08-27 16:02:48 +02:00
Patrik Oldsberg 5add8e1aec signals: add SignalsDisplay to simplify installation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-25 16:38:58 +02:00
Heikki Hellgren 9eba9338cd docs: add info about signals usage in own plugins
+ fix the function naming in NotificationProcessor documentation

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-08-08 07:46:39 +03:00
Marek Libra 8e185e43ce Add Notifications to documentation sidebar
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-08-07 15:30:54 +02:00
Marek Libra f4612847a2 Add install instructions for older nevironments
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-08-07 11:45:41 +02:00
Marek Libra e2d34cfcdc Prioritize user documentation over README (notifications, signals)
Selected content of notifications and signals README files has been
moved upwards to the user documentation.

Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-07-08 13:22:13 +02:00
Marek Libra 5177f6f0e1 User documentation for the Notifications and Signals
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-06-26 14:05:14 +02:00