github-actions[bot]
7295193bb6
Version Packages (next)
2026-04-28 15:53:09 +00:00
Fredrik Adelöw
e9b78e9698
Remove uuid dependency in favor of crypto.randomUUID()
...
The uuid package dropped its CommonJS entry point in v14, making it
incompatible with Backstage's CJS build output and Jest test runner.
Rather than working around the ESM-only issue, replace all usage with
the built-in crypto.randomUUID() which has been available in Node.js
since v16.7 and in all major browsers since March 2022.
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-23 10:51:43 +02:00
github-actions[bot]
1cc86bee1c
Version Packages (next)
2026-04-21 15:07:43 +00:00
Fredrik Adelöw
8e7f7249e7
chore: regenerate knip reports
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-16 12:14:47 +02:00
github-actions[bot]
93e643d142
Version Packages
2026-04-14 14:57:31 +00:00
Patrik Oldsberg
dd4ea5896d
Remove unnecessary exports of file-local helpers
...
Remove the `export` keyword from functions that are only used within
their own file and are not part of any package's public API:
- `parseStringsParam` and `isOrder` in notifications-backend
- `toWeb` in backend-defaults urlReader
- `resolvePublicPath` in app-backend
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-13 21:29:21 +02:00
Suhrid Marwah
f7cddd3f20
fix(notifications): handle limit=0 in getNotifications query
...
Replace falsy guards with explicit undefined checks so that a
limit or offset of 0 is not silently discarded.
Signed-off-by: Suhrid Marwah <suhridmarwah07@gmail.com >
2026-04-11 04:32:24 +05:30
Hellgren Heikki
4c1fd438b3
feat(notifications): action to get users notifications
...
useful for mcp for example to get the daily what is going on
status.
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2026-04-10 10:19:46 +03:00
github-actions[bot]
6c10d88c13
Version Packages (next)
2026-04-07 15:30:58 +00:00
github-actions[bot]
a2cb332e25
Version Packages (next)
2026-03-31 15:30:51 +00:00
github-actions[bot]
c1b510cabb
Version Packages (next)
2026-03-24 14:54:00 +00:00
github-actions[bot]
5725b5fcfa
Version Packages
2026-03-17 21:39:07 +00:00
github-actions[bot]
ed7c4e3bef
Version Packages (next)
2026-03-10 17:34:12 +00:00
github-actions[bot]
4bd6a3a1af
Version Packages (next)
2026-02-24 19:24:06 +00:00
github-actions[bot]
e6df5d52ce
Version Packages
2026-02-17 16:06:18 +00:00
Fredrik Adelöw
0fef9b4744
Merge pull request #32576 from drodil/included_topics
...
feat(notifications): add support for included topics
2026-02-16 22:40:13 +01:00
github-actions[bot]
7c41134684
Version Packages (next)
2026-02-10 16:14:59 +00:00
github-actions[bot]
1ea737c1e2
Version Packages (next)
2026-02-03 14:24:29 +00:00
Patrik Oldsberg
5e3ef57e4e
switch from backstage.integrationFor to backstage.peerModules
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-02 22:57:06 +01:00
Hellgren Heikki
e9eb400f9c
feat(notifications): add support for included topics
...
this can be used to configure processors to only process notifications
that contain specific topics. if notification does not have a topic and
included topics are configured, the notification will not get processed
by the specific processor. this is mainly for the email processor but
can be used by other processors as well.
closes #32497
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2026-01-29 15:31:35 +02:00
github-actions[bot]
d4b85dddee
Version Packages (next)
2026-01-27 15:51:11 +00:00
Fredrik Adelöw
7455dae884
require the use of node prefix on native imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-26 13:22:53 +01:00
github-actions[bot]
c24788d5bb
Version Packages
2025-12-16 14:08:20 +00:00
github-actions[bot]
e08f48a9b5
Version Packages (next)
2025-12-09 15:00:09 +00:00
dependabot[bot]
de96a60f7a
chore(deps): bump express from 4.21.2 to 4.22.0
...
Bumps [express](https://github.com/expressjs/express ) from 4.21.2 to 4.22.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.22.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.2...4.22.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 4.22.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 20:33:46 +01:00
github-actions[bot]
756986e5e7
Version Packages (next)
2025-11-25 16:21:32 +00:00
github-actions[bot]
792f4d7e3d
Version Packages
2025-11-18 12:23:09 +00:00
github-actions[bot]
20fae88bdf
Version Packages (next)
2025-11-11 21:45:56 +00:00
Fredrik Adelöw
df3d308d00
Merge pull request #31316 from henrikedegrd/allow-opt-in-strategy-for-notifications
...
feat(notifications): Allow for a opt-in strategy for notifications rather than opt-out.
2025-11-11 16:43:02 +01:00
Henrik Edegård
a5c2fa22da
fix for adding origins only if channel is enabled.
...
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se >
2025-11-06 13:55:11 +00:00
Henrik Edegård
b17383c34d
Add comments for clarity in notification configuration types.
...
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se >
2025-11-05 07:03:36 +00:00
github-actions[bot]
3738293d26
Version Packages (next)
2025-11-04 15:00:26 +00:00
Henrik Edegård
4918a6ffe6
fixes two failing tests
...
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se >
2025-11-04 13:10:39 +00: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
Hellgren Heikki
15fb76445b
fix(notifications): show default settings before first notification
...
this fixes default notification configuration not showing in the
notification settings before user has received first notification from
the specific origin/topic
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-10-29 11:08:18 +02:00
github-actions[bot]
807af8ce0e
Version Packages (next)
2025-10-21 16:14:43 +00:00
Patrik Oldsberg
b436f73803
Merge pull request #31166 from schultzp2020/constructor-parameters
...
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
2025-10-15 18:56:42 +02:00
github-actions[bot]
d6ce2db9ca
Version Packages
2025-10-14 15:29:54 +00:00
Paul Schultz
05f60e1e0a
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-10-14 08:29:21 -05:00
github-actions[bot]
316d0774b8
Version Packages (next)
2025-10-07 15:00:59 +00:00
Fredrik Adelöw
8a5703df8b
Merge pull request #31224 from hopehadfield/remove-unused-scaffolder
...
Remove unused dependencies in notifications and scaffolder
2025-10-07 16:48:10 +02:00
github-actions[bot]
ffb5b44d86
Version Packages (next)
2025-09-30 14:42:12 +00:00
Ben Lambert
76f1b2ba4c
Merge pull request #31241 from drodil/notification_resolver_fix
...
fix: default notification recipient resolver exclusion
2025-09-30 15:48:21 +02:00
github-actions[bot]
c2c60546d2
Version Packages (next)
2025-09-24 12:57:42 +00:00
Hellgren Heikki
3b8e156c14
fix: default notification recipient resolver exclusion
...
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-09-23 20:44:16 +03:00
Hope Hadfield
f5e09631a4
Remove unused dependencies in notifications and scaffolder
...
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com >
2025-09-22 15:35:43 -04:00
github-actions[bot]
b799a2d07f
Version Packages
2025-09-16 13:22:58 +00:00
Paul Schultz
a95cebdcb9
fix: clean up types
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-09-15 20:26:11 -05:00
Paul Schultz
133ac7ad66
fix(repo-tools): resolve knip-reports failure with spaces in workspace paths
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-09-15 12:34:26 -05:00
Hellgren Heikki
4632b6b4da
feat(catalog): change extension point to inteface
...
ignore other than user entity references instead error
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2025-09-15 14:43:09 +03:00