Commit Graph

60264 Commits

Author SHA1 Message Date
blam e327ec4859 chore fix
Signed-off-by: blam <ben@blam.sh>
2024-11-21 17:46:49 +01:00
blam 6fbc3b359d chore: fix mock services
Signed-off-by: blam <ben@blam.sh>
2024-11-21 13:00:38 +01:00
blam 5aa44d2791 chore: chantgeset
Signed-off-by: blam <ben@blam.sh>
2024-11-21 12:53:56 +01:00
blam 74d0c1cffa chore: wire up new events
Signed-off-by: blam <ben@blam.sh>
2024-11-21 12:52:47 +01:00
blam 5f2debd220 chore: wire up subscriptions for new frontend system
Signed-off-by: blam <ben@blam.sh>
2024-11-21 12:41:37 +01:00
Gustaf Räntilä 7d8777dbba Add Search bar to TechDocs when displayed in the entity tab (#26706)
* feat: Add Search bar to TechDocs when displayed in the entity tab

Closes #23004

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
---------

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-11-20 11:06:27 -05:00
Fredrik Adelöw 04362c14fe Merge pull request #27544 from backstage/search-page-filter-updates
Use core Select instead of Checkbox for filters on Search page
2024-11-20 16:08:20 +01: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
Jonathan Roebuck 47c1189c70 dedupe dependencies
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:20:04 +00:00
Jonathan Roebuck 73112979ce add uuid package
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:19:22 +00:00
Jonathan Roebuck c275960e73 add value to all option to fix a11y issue
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:19:22 +00:00
Jonathan Roebuck 92cb131f28 update changeset
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:19:22 +00:00
Jonathan Roebuck 188fddfc3a fix lighouse heading issue
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:19:22 +00:00
Jonathan Roebuck d311c848ff Use core Select instead of Checkbox for filters
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
2024-11-20 14:19:22 +00: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