Commit Graph

26022 Commits

Author SHA1 Message Date
secustor 68d88173d8 update example
Signed-off-by: secustor <sebastian@poxhofer.at>
2025-10-22 23:41:23 +02:00
secustor 45c2618e1f implement change requests
Signed-off-by: secustor <sebastian@poxhofer.at>
2025-10-22 22:32:29 +02:00
secustor f23d44eff8 Merge branch 'master' into feat/add-devtools-extension 2025-10-22 22:01:55 +02:00
github-actions[bot] 807af8ce0e Version Packages (next) 2025-10-21 16:14:43 +00:00
Patrik Oldsberg 7b62d57f8e Merge pull request #31475 from drodil/consent_app_title
feat(auth): use app title in consent screen
2025-10-20 10:13:02 +02:00
Fredrik Adelöw 461296991c Merge pull request #31458 from drodil/ses_email
fix(notifications): update ses to v2
2025-10-20 09:48:59 +02:00
Fredrik Adelöw 78c5d40bf2 Merge pull request #31447 from Believe-SA/fix-techdocs-header-reload
fix(techdocs): Techdocs page re-rendering on every subpage navigation
2025-10-20 09:47:24 +02:00
Hellgren Heikki 1609e79eae feat(auth): use app title in consent screen
use `app.title` instead hard-coded 'Backstage' in the consent screen

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-20 08:54:48 +03:00
Gabriel Dugny 52e01b98bc chore: Simplify by removing a useless useMemo & merging useEffect
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-17 22:05:55 +02:00
Hellgren Heikki 22a53624ec fix(notifications): update ses to v2
this to prevent error message being thrown with nodemailer v7 from email
notifications. fixes #31457

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-17 13:04:32 +03:00
Andre Wanlin d57b13b2d4 Version Policy Update - Postgres 18 to 14
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-10-16 18:44:29 -05:00
Gabriel Dugny a4d4a7084a chore: changeset & clarifications
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-16 18:47:13 +02:00
Gabriel Dugny 1b3d2a1bbe chore: split to dedicated hook
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-16 18:21:11 +02:00
Gabriel Dugny da6b06f4ff fix(techdocs): Header reload when navigating inside Techdocs
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>

Attempt to fix regression introduced by https://github.com/backstage/backstage/pull/30984

LLM-generated, not review thoroughly yet.

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-16 18:02:23 +02: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
Ben Lambert cf417a0083 Merge pull request #31382 from iainvdw/fix/fix-template-schema-parsing-in-scaffolder
fix: fix template parsing issue preventing proper function of RJSF allOf / oneOf / anyOf with nested if / else fields
2025-10-15 16:54:00 +02:00
Ben Lambert cecb2113e3 Revert "feat(user-settings): add storage api blueprint for nfs"
Signed-off-by: benjdlambert <ben@blam.sh>
2025-10-15 14:19:41 +02:00
github-actions[bot] d6ce2db9ca Version Packages 2025-10-14 15:29:54 +00:00
Paul Schultz 42c8a67fb4 run api report
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2025-10-14 08:29:22 -05:00
Paul Schultz 161999e837 fix tsc issues
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2025-10-14 08:29:22 -05: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
Ben Lambert 6fb48a2754 Merge pull request #31413 from drodil/user_settings_nfs
feat(user-settings): add storage api blueprint for nfs
2025-10-14 13:18:37 +01:00
Hellgren Heikki 52fa06875e feat(user-settings): add storage api blueprint for nfs
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-14 14:27:13 +03:00
Ben Lambert 10a79d2ff0 Merge pull request #31328 from RoadieHQ/update-material-ui-popup-state
chore: update material-ui-popup-state
2025-10-14 12:17:56 +01:00
Ben Lambert edffff2aca Merge pull request #31244 from drodil/scaffolder_actions_registry2
fix: distributed actions visibility in scaffolder
2025-10-14 11:54:59 +01:00
Fredrik Adelöw bc601a9ef5 Merge pull request #31046 from brentswisher/feature/add-sentry-fetch-dsn-action
Feature/add sentry fetch dsn action
2025-10-13 19:31:46 +02:00
Vincenzo Scamporlino e557c5da94 Merge pull request #31353 from backstage/fix/not-found
NFS: fixed Not found page when a page extension is mounted on /
2025-10-13 16:14:35 +02:00
Patrik Oldsberg 104874eb01 Merge pull request #31331 from Believe-SA/bui-bg
fix: Invalid MUI to BUI conversion for --bui-bg
2025-10-13 12:29:36 +02:00
Iain van der Wiel 5a33f640c2 fix: Fixed bug in template parsing in the useTemplateSchema hook by completely removing title from step instead of setting it to undefined
Signed-off-by: Iain van der Wiel <iain.vanderwiel@gmail.com>
2025-10-10 13:51:11 +02:00
Hellgren Heikki a39f28c17a fix(scaffolder): use initiator credentials for getting action
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-09 13:44:03 +03:00
Hellgren Heikki f222a2eab9 fix: distributed actions visibility in scaffolder
depending on the plugin startup order, some distributed actions might not be available when the scaffolder backend starts.
this was mentioned in the comment that is now removed. while this might change in the future, this would patch the current way the distributed actions are fetched.

related #31213 and #31207

closes #31187

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-09 13:44:02 +03:00
Brent Swisher 9e085a2acc Update API report with new output schema
Signed-off-by: Brent Swisher <brent@brentswisher.com>
2025-10-08 11:18:40 -04:00
Brent Swisher ed9729d2ee Add dsn to output schema
Signed-off-by: Brent Swisher <brent@brentswisher.com>
2025-10-08 11:11:00 -04:00
Fredrik Adelöw 3ce99627d0 Merge pull request #31246 from backstage/search-abortcontroller
Implement AbortController request cancellation for search.
2025-10-07 23:02:12 +02:00
Vincenzo Scamporlino 7db384cef2 app: migrate to renderTestApp
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2025-10-07 21:45:03 +02: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
Fredrik Adelöw 9b89f7ccba Merge pull request #31346 from backstage/dependabot/npm_and_yarn/nodemailer-7.0.7
chore(deps): bump nodemailer from 6.9.16 to 7.0.7
2025-10-07 16:41:56 +02:00
Fredrik Adelöw b118eccf6d Merge pull request #31345 from backstage/freben/no-signal-display
Remove app-root-element:signals/signals-display
2025-10-07 16:22:34 +02:00
dependabot[bot] b8cf31a93a chore(deps): bump nodemailer from 6.9.16 to 7.0.7
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.16 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.16...v7.0.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-version: 7.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 13:57:38 +00:00
Vincenzo Scamporlino 2fbc5c4cb3 Merge pull request #31182 from hopehadfield/remove-unused-knip
🧹 Remove all unused luxon dependencies
2025-10-07 15:53:01 +02:00
Vincenzo Scamporlino 69fd28902b Merge pull request #31035 from MrOpperman/master
Add `renderEdge` function to the `<DependencyGraph />`
2025-10-07 15:44:06 +02:00
Fredrik Adelöw 7b41d9dd31 Remove app-root-element:signals/signals-display
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-10-07 15:23:00 +02:00
secustor 2fe3b3b91a update api reports
Signed-off-by: secustor <sebastian@poxhofer.at>
2025-10-06 16:25:06 +02:00
Fredrik Adelöw acac5b81e4 Merge pull request #31312 from OSfrog/disable-owned-entity-picker
fix(OwnedEntityPicker): forward ui:disabled prop to EntityPicker
2025-10-06 15:15:45 +02:00
TA31OU 1c25050ee9 undo package change
Signed-off-by: TA31OU <kyle.opperman@ing.com>
2025-10-06 11:38:44 +02:00
Fredrik Adelöw 44061448f8 Get rid of visualizer "missing key" errors in browser console
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-10-06 11:33:15 +02:00
Gabriel Dugny 28ee81c717 fix: Invalid MUI to BUI conversion for --bui-bg
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
2025-10-04 12:26:01 +02:00
Vincenzo Scamporlino d95d88cd23 app: fix routing when PageExtensions are mounted on /
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2025-10-03 15:36:57 +02:00
Fredrik Adelöw 42a675ecbf Merge pull request #30994 from zeshanziya/fix-clearall-deletable-issue
fix(home): Correct clearAll logic to properly handle deletable flag in CustomHomepageGrid
2025-10-03 14:08:28 +02:00