Commit Graph

17 Commits

Author SHA1 Message Date
Patrik Oldsberg a21f50fc57 docs: apply minor fixes from feedback
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-30 11:36:09 +01:00
Henrik Edegård 87e597c406 Allows for a opt-in strategy for notifications rather than opt-out.
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se>
2025-11-04 12:45:19 +00:00
Andre Wanlin e33fce15df create-app - Added Notifications and Signals to be installed by default
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-08-15 07:42:45 -05:00
Hellgren Heikki 41d4d6e7af feat: clean up old notifications
a new scheduled task that will delete old notifications. the default is
that over 1 year old notifications will be deleted. the scheduled task
is run every 24 hours. this can be disabled by setting the
retention period to false in the notifications config.

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-06-16 15:34:25 +03:00
Marian Steinbach 46501e1a05 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Marian Steinbach <marian@giantswarm.io>
2025-03-24 11:50:18 +01:00
Marian Steinbach 5502d4d790 Language and formatting improvements in notifications section
Signed-off-by: Marian Steinbach <marian@giantswarm.io>
2025-03-19 15:47:39 +01:00
Andre Wanlin 9cc0236dd5 Corrections and improvements to the Notifications docs
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-02-28 14:02:17 -06:00
Heikki Hellgren bed5f35e35 docs(notifications): split to multiple docs and add more info
- split docs to 3 different pages; getting started, processors and usage
- add information about email notifications
- add information about scaffolder module

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-12-16 09:20:58 +02:00
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