Commit Graph

60252 Commits

Author SHA1 Message Date
renovate[bot] f6bd663d44 chore(deps): update github/codeql-action action to v3.27.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 15:04:02 +00:00
Patrik Oldsberg 2c221ab7d2 Merge pull request #27326 from kuangp/feat/eventBus/pollingTimeout
feat(events): allow setting a timeout for event bus polling
2024-11-20 15:58:48 +01:00
Fredrik Adelöw 921ac08c30 Merge pull request #27560 from backstage/align-entity-cards-html
Fix link styling in ProvidedApisCard component
2024-11-20 15:14:56 +01:00
MT Lewis 2b6f4c8cd9 Merge pull request #27727 from backstage/yarn-plugin-binding-improvements
yarn-plugin: move Backstage version to parameters in bound descriptors
2024-11-20 11:38:04 +00:00
Patrik Oldsberg f4d64b6590 Merge pull request #27738 from backstage/rugvip/app-inject
app-backend: fix config injection for index path
2024-11-20 11:46:30 +01:00
Patrik Oldsberg 74c3f2ac58 app-backend: fix config injection for index path
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-11-20 11:30:49 +01:00
backstage-goalie[bot] fb7653ceda Merge pull request #27732 from backstage/renovate/nodemailer-6.x-lockfile
chore(deps): update dependency @types/nodemailer to v6.4.17
2024-11-20 02:38:08 +00:00
renovate[bot] 2ff490ba4c chore(deps): update dependency @types/nodemailer to v6.4.17
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 01:54:52 +00:00
backstage-goalie[bot] 9379e92fd3 Merge pull request #27731 from backstage/renovate/rspack-monorepo
chore(deps): update dependency @rspack/core to v1.1.2
2024-11-20 01:31:38 +00:00
renovate[bot] 2f9c358b37 chore(deps): update dependency @rspack/core to v1.1.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 00:46:34 +00:00
backstage-goalie[bot] 65dbb24262 Merge pull request #27708 from backstage/renovate/dockerode-3.x-lockfile
chore(deps): update dependency @types/dockerode to v3.3.32
2024-11-20 00:31:14 +00:00
Patrik Oldsberg 1a3dc98ff9 Merge pull request #27724 from backstage/rugvip/getHooks
cli: fix .getCompilationHooks error
2024-11-19 22:30:12 +01:00
Patrik Oldsberg 0aff0068c6 cli: fix .getCompilationHooks error
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-11-19 22:00:11 +01:00
MT Lewis 901748188a yarn-plugin: move Backstage version to parameters in bound descriptors
The previous version of this code transformed
the version range "backstage:^" to
"backstage:<version-from-backstage.json>" when
writing entries in yarn.lock. This does seem to be
something that the yarn plugin API supports, but
it turns out to cause issues in some third-party
tools which assume that version ranges will be
consistent between package.json and yarn.lock.

To fix this issue, we're now leveraging the
descriptor binding feature in Backstage (which I
didn't know about before) to append a descriptor
parameter containing the Backstage version. This
keeps the selector of the descriptors consistent
between package.json and yarn.lock entries, which
will hopefully mean that this plugin no longer
breaks other tools.

cf. https://github.com/snyk/nodejs-lockfile-parser/issues/256

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-11-19 20:23:42 +00:00
Vincenzo Scamporlino f435b653d3 Merge pull request #27148 from mend/NormanWenzelWSS-patch-1
Add Mend Plugin
2024-11-19 20:06:36 +01:00
Patrik Oldsberg 5550aa7433 Merge pull request #27709 from backstage/docs/1.33
docs: release 1.33
2024-11-19 17:37:06 +01:00
Fredrik Adelöw 6b434fb2ae Merge pull request #27710 from backstage/freben/dev
remove the last src/run.ts
2024-11-19 14:45:43 +01:00
Fredrik Adelöw cbfc69e4d4 remove the last src/run.ts
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-11-19 13:48:38 +01:00
Patrik Oldsberg d589a90b10 Merge pull request #27617 from backstage/changeset-release/master
Version Packages
2024-11-19 13:18:50 +01:00
Vincenzo Scamporlino da4f926e08 docs: release 1.33
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-11-19 13:05:11 +01:00
github-actions[bot] 1552f03186 Version Packages 2024-11-19 11:21:20 +00:00
Patrik Oldsberg 48e63ab901 Merge pull request #27640 from backstage/blam/retries
scaffolder: move checkpoints to objects notation instead
2024-11-19 12:15:33 +01:00
Patrik Oldsberg 2fad1f0940 Merge pull request #27633 from devtribe/patch-1
docs: fix example for custom transformer
2024-11-19 11:59:54 +01:00
Johan Haals 24745ae545 Merge pull request #27672 from Parsifal-M/docs/getting-started-21828
[DOCS] Restructure the Getting Started Section
2024-11-19 11:48:07 +01:00
Patrik Oldsberg c9111f09be Merge pull request #27625 from RoadieHQ/fix-memberslist-card-overflow
Fix MembersListCard description overflow.
2024-11-19 11:43:03 +01:00
Patrik Oldsberg 807eef45d5 Merge pull request #27674 from deejay1/circular-cli
fix(cli): Remove circular import by extracting function
2024-11-19 11:36:23 +01:00
renovate[bot] fd9a429487 chore(deps): update dependency @types/dockerode to v3.3.32
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 10:34:25 +00:00
Johan Haals 8a1fdb5fb3 Merge pull request #27666 from backstage/renovate/node-20.x
chore(deps): update node.js to v20
2024-11-19 11:14:01 +01:00
Johan Haals d266ad638f Merge pull request #27623 from RedlineTriad/remove-docker-build-time-config
doc: remove runtime config from docker build instructions
2024-11-19 11:13:13 +01:00
Vincenzo Scamporlino 7cf4ed991b Merge pull request #27594 from backstage/techdocs-fix-reader-state-re-render
Techdocs: fix re-rendering issue TechDocsReaderPageContent
2024-11-19 11:00:50 +01:00
Fredrik Adelöw 22c4ecc6c7 Merge pull request #27571 from mareklibra/FLPATH-1837.clarify.ViewFilter
feat(notifications): rephrase labels of the View filter
2024-11-19 10:24:30 +01:00
Fredrik Adelöw bc33ee6d8e Merge pull request #27567 from mareklibra/FLPATH-1843.menuItem.show.unreadCount
feat(notifications): show count of unread notifications in the left-side MenuItem
2024-11-19 10:24:03 +01:00
Vincenzo Scamporlino 37a7810fa7 techdocs: useReaderState changeset
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-11-19 10:11:13 +01:00
Vincenzo Scamporlino f73b5e4785 techdocs: memoize useReaderState result
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-11-19 10:11:13 +01:00
Fredrik Adelöw 3cc013d2e4 Merge pull request #27442 from its-mitesh-kumar/catalog-react-owner-text-overflow
Catalog react owner text overflow
2024-11-19 09:46:13 +01:00
Fredrik Adelöw f8f4ea0742 Merge pull request #27691 from backstage/freben/ms
implement support for string form human durations in config
2024-11-19 09:43:13 +01:00
Patrik Oldsberg ce068d2462 Merge pull request #27415 from awanlin/docs/getting-started-node-link
Updated Getting Started Node link
2024-11-18 14:55:25 -07:00
Andre Wanlin e1fa5ae9ed Refactor
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-18 15:40:32 -06:00
Andre Wanlin a0db2f2fec Added sentence about release timing
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-18 15:29:43 -06:00
Andre Wanlin 9a4e0bd9e6 Updated Getting Started Node LTS Link
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-18 15:29:43 -06:00
Andre Wanlin 0d4baf3a23 Merge pull request #27404 from stephenglass/fix-search-ui-formatting
fix(search): fix collator text formatting for entities without description
2024-11-18 11:36:56 -07:00
Ben Lambert da87d3a5db Merge pull request #27698 from backstage/backend-defaults-backend-common
backend-defaults: remove backend-common
2024-11-18 09:01:30 -07:00
Patrik Oldsberg 0e1dff76f5 Merge pull request #27695 from backstage/rugvip/dev-inject
cli: inject config via index.html for rspack
2024-11-18 08:16:51 -07:00
Patrik Oldsberg 9f0c7f7066 Merge pull request #27689 from backstage/rugvip/app-inject
app-backend: serve templated index.html from memory
2024-11-18 08:14:10 -07:00
Vincenzo Scamporlino c5bfddd7ea Merge pull request #27355 from Julien-Hery/fix/displayNameSearch
fix(catalog): fix search by `displayName` when searching User and Group entities in the catalog table
2024-11-18 12:33:17 +01:00
Vincenzo Scamporlino bf306cbaaf backend-defaults: remove backend-common
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-11-18 11:44:56 +01:00
Patrik Oldsberg a2f0559024 cli: switch config injection to index.html
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-11-18 11:06:04 +01:00
Patrik Oldsberg 44b82da79a core-app-api: defaultConfigLoader no longer requires APP_CONFIG to be set
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-11-18 11:06:03 +01:00
Julien d8ab481a28 fix: rollback unnecessary changes
Signed-off-by: Julien <julien.hery@ext.adeo.com>
2024-11-18 10:48:14 +01:00
its-mitesh-kumar fdd759b7a5 chore: update API reports for changes
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
2024-11-18 14:49:11 +05:30