Commit Graph

63 Commits

Author SHA1 Message Date
github-actions[bot] b86975e7fb Version Packages (next) 2024-11-26 11:10:07 +00:00
github-actions[bot] 1552f03186 Version Packages 2024-11-19 11:21:20 +00:00
Fredrik Adelöw d52d7f9935 implement support for string form human durations in config
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-11-17 23:06:26 +01:00
Fredrik Adelöw 5d74716e9d remove backend-common as a dependency where it's no longer used
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-11-14 16:49:23 +01:00
github-actions[bot] ecdb1ce0b6 Version Packages (next) 2024-11-12 21:18:54 +00:00
github-actions[bot] 42386c2119 Version Packages (next) 2024-11-05 12:34:28 +00:00
github-actions[bot] 7ffb8eedd7 Version Packages (next) 2024-10-28 13:06:13 +00:00
github-actions[bot] 7907e3b920 Version Packages (next) 2024-10-22 14:53:13 +00:00
Fredrik Adelöw cd88dc39fc Merge pull request #27070 from backstage/freben/catalog-expect-too
rewrite some more tests to use actual fake catalog instead of mock
2024-10-21 15:44:32 +02:00
github-actions[bot] a9c095d0be Version Packages 2024-10-15 10:25:03 +00:00
blam fc01ce7e77 chore: fix api-reports warnings
Signed-off-by: blam <ben@blam.sh>
2024-10-14 17:56:00 +02:00
Fredrik Adelöw e836b774d5 support expect on mock catalog service methods
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-10 14:26:39 +02:00
github-actions[bot] 56a811849a Version Packages (next) 2024-10-08 11:42:14 +00:00
github-actions[bot] 96864c8386 Version Packages (next) 2024-09-24 09:04:06 +00:00
secustor c28596309f update files
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:40 +02:00
secustor 65da28ad53 add newly generated api reports
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:34 +02:00
Fredrik Adelöw 094eaa367b remove backend-common
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-17 17:09:00 +02:00
github-actions[bot] 698adeb1ea Version Packages 2024-09-17 13:19:01 +00:00
Fredrik Adelöw 0e77776b51 implement in some tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-11 13:12:00 +02:00
github-actions[bot] 47358815d6 Version Packages (next) 2024-09-10 13:56:19 +00:00
github-actions[bot] 582092fb23 Version Packages (next) 2024-09-03 14:38:01 +00:00
Fredrik Adelöw 5edd344c98 inject catalog client where possible in the new backend system
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-02 17:13:58 +02:00
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Fredrik Adelöw d425fc4dfd remove the backend feature compat callback pattern
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-20 13:26:13 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
Marek Libra d55b8e317d Avoid false check for broadcast emails
Signed-off-by: Marek Libra <marek.libra@gmail.com>
2024-08-14 15:13:51 +02:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
Marek Libra 3cd012c2dc Merge pull request #25854 from drodil/white_black_list_email
feat: add possibility to allow and deny specific email addresses
2024-08-07 15:11:02 +02:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
Fredrik Adelöw e78fbec111 Merge pull request #25209 from drodil/stream_transport
feat: support for stream transport for debug purposes
2024-08-06 14:14:45 +02:00
Heikki Hellgren 83faf24b33 feat: add possibility to allow and deny specific email addresses
Notification email processor config to support allowing and denying
specific email addresses who can receive notifications in email.
This is required to be able to test this in test environments with real
production data and not send unnecessary notifications.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-07-31 11:28:40 +03:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
Mikko Korhonen def53a7f96 Change NotificationTemplateRenderer methods to return a promise
Signed-off-by: Mikko Korhonen <mikko.korhonen@op.fi>
2024-07-24 12:30:55 +03:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
Fredrik Adelöw d73302be50 Merge pull request #25068 from drodil/notification_processor_filters
chore: move notification processor filters to common package
2024-07-10 08:02:10 +02:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
Fredrik Adelöw 78a0b086d2 Make createBackendPlugin and createBackendModule return BackendFeature instead of () => BackendFeature
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-06-13 15:56:24 +02:00
Heikki Hellgren cdb630d9d8 feat: support for stream transport for debug purposes
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-06-13 14:05:27 +03:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
Patrik Oldsberg d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
Heikki Hellgren 4e4ef2ba78 chore: move notification processor filters to common package
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-06-05 13:46:40 +03:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
github-actions[bot] 77da22e67f Version Packages (next) 2024-05-28 13:43:01 +00:00
Marek Libra 484d11f469 Merge pull request #24731 from ydayagi/flpath1289
feat: add notifications filtering by processors
2024-05-22 12:50:53 +02:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
Yaron Dayagi 07a789b8c5 feat: add notifications filtering by processors
Signed-off-by: Yaron Dayagi <ydayagi@redhat.com>
2024-05-20 17:07:06 +03:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00