Commit Graph

61056 Commits

Author SHA1 Message Date
Fredrik Adelöw 5e5cc8f5b7 drain once
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-06 12:06:58 +01:00
Fredrik Adelöw 9e2e744531 review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-06 12:06:58 +01:00
Fredrik Adelöw c1307b4a0d implement entities in terms of queryEntities
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-06 12:06:58 +01:00
Fredrik Adelöw 8013c9c5b7 Perform the by-query count inlined with the main query
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-06 12:06:39 +01:00
Fredrik Adelöw 446387a606 Merge pull request #27989 from backstage/freben/skip-extra-sort
avoid extra order by in by-entities when not asked for
2024-12-06 09:22:00 +01:00
Fredrik Adelöw 97864e8312 Merge pull request #28005 from backstage/freben/simplify-filters
simplify the generated filters when parsing a query
2024-12-06 09:21:26 +01:00
Fredrik Adelöw d93390dea7 simplify the generated filters when parsing a query
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-05 22:26:40 +01:00
MT Lewis 63427d39ad canon: use inset box-shadows for button styles
The use of box-shadows for button borders meant
that when a button was styled with a border, it
expanded by 1px. This commit retains the use of
shadows for borders, but switches them to inset
shadows so that the component size stays
consistent between buttons with and without
borders (and between the same button in hover and
non-hover states).

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-12-05 13:46:02 +00:00
Charles de Dreuille 3f72c6c4ca Merge pull request #27981 from backstage/canon-layout-components
Canon: Add missing layout components
2024-12-05 13:33:27 +00:00
Charles de Dreuille 9fb31370d7 Cleanup API report
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 13:04:41 +00:00
Charles de Dreuille 8196640112 Merge pull request #27975 from backstage/canon-button-improvements
Update Button component
2024-12-05 12:54:20 +00:00
Charles de Dreuille 347ec8b0f2 Move props
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 12:39:50 +00:00
Charles de Dreuille d3268ab4fa Fix dark mode
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 12:36:37 +00:00
Patrik Oldsberg 21ee91baaa Merge pull request #27996 from backstage/rugvip/health-id
backend-defaults: add backend.health.headers config
2024-12-05 13:18:23 +01:00
Patrik Oldsberg b279dacca2 Merge pull request #28000 from backstage/rugvip/stack
More safeguards against stack traces in error responses
2024-12-05 13:18:03 +01:00
Vincenzo Scamporlino 8073e34d7f scaffolder-common: rollback api reports
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 13:16:36 +01:00
Vincenzo Scamporlino b149e2a126 permission-node: duplicate permissions changeset
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 13:14:43 +01:00
Vincenzo Scamporlino 6016f8b25e scaffolder-backend: refine changeset
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 13:11:51 +01:00
Vincenzo Scamporlino 966adff137 scaffolder-backend: expose templateManagementPermission
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 13:08:14 +01:00
Vincenzo Scamporlino 0aa3dd7fd3 permission-node: remove permission duplicates in createPermissionIntegrationRouter
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 13:07:08 +01:00
Patrik Oldsberg 1d4b5b9d20 errors: trim error.cause.stack as well
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-05 12:47:46 +01:00
Jason Liu 2a9bd224a8 Pass auth service when initializing GitHub scaffolder actions
Signed-off-by: Jason Liu <a.jason.liu21@gmail.com>
2024-12-05 22:22:33 +11:00
Charles de Dreuille 7fced762df Update docs for Inline
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 11:20:35 +00:00
Patrik Oldsberg 57e0b112d6 backend-defaults: do not forward token verification errors to caller
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-05 12:19:12 +01:00
Charles de Dreuille 21bae49983 Fix API report
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 10:52:09 +00:00
Charles de Dreuille c0fe222665 Add Grid component and improve documentation
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-05 10:20:58 +00:00
Vincenzo Scamporlino 95092a6436 catalog-react: filters changesets
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 11:07:10 +01:00
Vincenzo Scamporlino dff228f7b0 catalog-react: fix filters re-render on small screens
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-12-05 11:01:30 +01:00
Patrik Oldsberg fd5d337df4 backend-defaults: add backend.health.headers config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-12-05 10:23:40 +01:00
Ben Lambert 45b5f3440f Merge pull request #27990 from brianphillips/fix-node-options-check 2024-12-05 08:02:59 +01:00
Aramis Sennyey 45963eef74 Merge pull request #27965 from kevspl/fixtypedrouter
fix: typed router export
2024-12-04 18:13:01 -07:00
Brian Phillips 6c326cfe9a node options will be in process.execArgv
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-12-04 11:15:39 -06:00
Fredrik Adelöw 24ecea874a avoid extra order by in by-entities when not asked for
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-04 16:56:02 +01:00
Sebastián Paredero 97efcf73d3 docs: added steps for custom integration
update catalog-graph integration guide with steps for custom renderNode

Signed-off-by: Sebastian Paredero <sebaparedero14@gmail.com>

Signed-off-by: Sebastián Paredero <sebaparedero14@gmail.com>
2024-12-04 12:32:05 -03:00
Fredrik Adelöw 647788476b Merge pull request #27985 from backstage/freben/incr-types
tighten the types in the incremental provider some more
2024-12-04 13:12:52 +01:00
Juan Escalada ede78de3b0 Update .changeset/lucky-crabs-vanish.md
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com>
2024-12-04 02:37:08 -08:00
Fredrik Adelöw bdb33811b4 tighten the types in the incremental provider some more
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-12-04 09:54:11 +01:00
Fredrik Adelöw 9fe9ef97aa Merge pull request #27972 from zeshanziya/remove-backend-common-from-incremental-ingestion
Remove backend-common package from incremental-ingestion plugin
2024-12-04 09:34:49 +01:00
Juan Escalada 43533b3536 Add missing module to mock
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 14:32:05 +09:00
Juan Escalada 2e16294914 Add missing module to versions.ts
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 13:42:23 +09:00
Zeshan Ziya 14666ae93a resolve conflict
Signed-off-by: Zeshan Ziya <132985988+zeshanziya@users.noreply.github.com>
2024-12-04 10:06:29 +05:30
Zeshan Ziya a3552f2bd5 Merge branch 'master' into add-axelerant-to-adopters-list
Signed-off-by: Zeshan Ziya <132985988+zeshanziya@users.noreply.github.com>
2024-12-04 10:05:19 +05:30
zeshanziya 79fe55c447 build api-reports
Signed-off-by: zeshanziya <zeshan.ziya@axelerant.com>
2024-12-04 09:49:51 +05:30
Juan Escalada 4e83ddbd9a Add missing github module to hbs template
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 12:48:46 +09:00
Juan Escalada e913fdf402 Add changeset
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 11:54:52 +09:00
Juan Escalada 60ae194e83 Fix error message matching
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 11:51:08 +09:00
Juan Escalada bc42275038 Add github backend module and doc links to errors
Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
2024-12-04 11:37:53 +09:00
backstage-goalie[bot] b2526b3794 Merge pull request #27973 from backstage/renovate/rspack-monorepo
chore(deps): update dependency @rspack/core to v1.1.5
2024-12-04 00:26:08 +00:00
Fredrik Adelöw 66258b3a25 Merge pull request #27980 from backstage/bump-opentelemetry-api
build(deps): update @opentelemetry/api to 1.9.0
2024-12-03 22:39:01 +01:00
Charles de Dreuille 12c796488c Add first pass at Grid component
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
2024-12-03 21:05:03 +00:00