Commit Graph

14443 Commits

Author SHA1 Message Date
Patrik Oldsberg a7674d6d2f create-app: fix missing .yarnrc.yml
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-17 17:17:37 +02:00
Fredrik Adelöw 094eaa367b remove backend-common
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-17 17:09:00 +02:00
github-actions[bot] 698adeb1ea Version Packages 2024-09-17 13:19:01 +00:00
blam 4b6ea04735 chore: deprecation message
Signed-off-by: blam <ben@blam.sh>
2024-09-17 15:01:21 +02:00
Patrik Oldsberg 05e0b20916 Merge pull request #26538 from StateFarmIns/fix-webpack-for-pnp-fun
Add watchOptions to frontend webpack config
2024-09-17 12:07:30 +02:00
Fredrik Adelöw 63e2f8e0be Merge pull request #26613 from drodil/build_repo_minify
feat(cli): allow overriding minify flag with build repo command
2024-09-17 08:51:51 +02:00
Harrison Hogg 87b6b83180 Removed left over import
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 14:49:24 +01:00
Harrison Hogg cdab6c57b6 Swap from reading dist-types/package/type to package/dist/type
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 14:39:52 +01:00
Harrison Hogg e1b002c2ec Don't fail publishing on default feature detection
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:48:03 +01:00
Harrison Hogg fd8128c26f Handle resolving asset type imports
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:32:57 +01:00
Harrison Hogg b33f6b22ba Removed type list from cli-node
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:32:57 +01:00
Harrison Hogg c837e6d7d8 Change default feature export to happen in publish script
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:32:56 +01:00
Harrison Hogg 4e8a82eb68 Include web-library and node-library as target package roles
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:32:56 +01:00
Harrison Hogg 520a383e5e Added step to backstage-cli repo fix --publish command
Added a fixer step to the backstage-cli fix command that will annotate default export features to the package json backstage metadata

Signed-off-by: Harrison Hogg <hhogg@spotify.com>
2024-09-16 12:32:56 +01:00
Johan Haals 8c6fe9401b Merge pull request #26614 from vahagsaribekyan/master
Add dependencyOf property to Component catalog model
2024-09-16 13:20:01 +02:00
Patrik Oldsberg c48cffa7bd Merge pull request #26692 from backstage/yarn-plugin-final-check
yarn-plugin: add additional check during pack to confirm that all backstage versions have been replaced
2024-09-16 13:02:24 +02:00
MT Lewis bd32d5a999 yarn-plugin: add additional check during pack to confirm that all backstage versions have been replaced
Adds an additional check during pack which walks all the
dependencies in the manifest, and verifies that
there are no remaining `backstage:` versions.
I'm not aware of any realistic cases where the
code that does the replacement would be expected
to fail, but since a backstage:^ package in the
manifest will break the release, it seems prudent
to double check and fail fast to allow us to catch
unexpected results.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-09-16 11:44:01 +01:00
Patrik Oldsberg cdf99c1bd6 Merge pull request #26611 from awanlin/topic/update-docker-to-node-20
Updated Docker docs and `create-app` Dockerfile to Node 20
2024-09-16 12:14:25 +02:00
Patrik Oldsberg 8c5c6b8c1a Merge pull request #26672 from zcmander/zcmander/fix-keyvredis-useredissets-opt
fix(cache): pass useRedisSets option to KeyvRedis cache storage adapter
2024-09-14 19:26:15 +02:00
Patrik Oldsberg 02283a9f8e Merge pull request #26681 from drodil/table_style
fix: table width overriden with custom styles
2024-09-14 15:01:19 +02:00
zcmander 213664e85b fix(cache): pass useRedisSets option to KeyvRedis cache storage adapter
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: zcmander <zcmander@gmail.com>
2024-09-14 15:53:52 +03:00
Heikki Hellgren 107a1476b0 fix: table width overriden with custom styles
when custom styles are passed to Table component, they override the
default width 100%. moving the style out of restProps fixes this issue
while still allows customizing the width if wanted.

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-09-14 14:00:43 +03:00
Patrik Oldsberg 53d3d22687 Merge pull request #26670 from backstage/rugvip/listeners
backend-app-api: single registry and shutdown hook for backend instances
2024-09-13 15:31:44 +03:00
Patrik Oldsberg ee442cb7b7 Update packages/backend-app-api/src/wiring/BackendInitializer.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 13:49:21 +02:00
Patrik Oldsberg 8ccf7845cd backend-app-api: single registry and shutdown hook for backend instances
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 12:55:24 +02:00
Patrik Oldsberg 0382b20912 Update packages/app-next/src/App.tsx
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 12:07:05 +02:00
MT Lewis c31ebf8956 app-next: add comment explaining why we're unnecessarily doing legacy plugin conversion
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-09-13 10:21:22 +01:00
Ben Lambert 67a57677b7 Merge pull request #26660 from backstage/blam/test-de-duple
NFS: Fix `apiRef` overriding
2024-09-13 08:11:45 +02:00
Heikki Hellgren d10f6b6111 feat(cli): allow overriding minify flag with build repo command
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-09-12 18:35:28 +03:00
Patrik Oldsberg f340f08c7f Merge pull request #26653 from backstage/rugvip/bindings-fix
{core,frontend}-app-api: fix route binding prio + disable through code
2024-09-12 17:55:45 +03:00
blam 0c7094940f chore: make sure to load the api factories in reverse so that things are loaded in the correct order
Signed-off-by: blam <ben@blam.sh>
2024-09-12 16:21:37 +02:00
Fredrik Adelöw 77146ae7f1 Merge pull request #26628 from backstage/freben/catalog-service-mock
catalog: add service mocks
2024-09-12 14:29:14 +02:00
Patrik Oldsberg ddbeace2a4 {core,frontend}-app-api: fix route binding prio + disable through code
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-12 12:32:21 +02:00
renovate[bot] ab7713a57b fix(deps): update dependency eslint-plugin-jest to v28
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 09:47:54 +00:00
Patrik Oldsberg 50a530b2a8 catalog-client: switch to using search table implementation for filtering
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-12 10:07:23 +02:00
Fredrik Adelöw a22687112e fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-12 09:50:39 +02:00
Patrik Oldsberg c0300626b2 catalog-client: filtering and facets for in-memory client
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-12 00:21:40 +02:00
vabf59 3b56fa4eb1 fix: remove unnecessary magic string
Signed-off-by: vabf59 <thomas.triplett.vabf59@statefarm.com>
2024-09-11 17:15:46 -05:00
Patrik Oldsberg dadb506586 frontend-internal: loosen type of opaqueType.createInstance return value
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-11 17:22:36 +02:00
Andre Wanlin 6f23757e7d Also for create-app
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 08:19:38 -05:00
Andre Wanlin e03acd82b5 Updated Docker docs to Node 20
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 08:19:38 -05:00
Andre Wanlin 3dcc934e2a Merge pull request #26610 from awanlin/topic/create-app-yarn-4
Updated `create-app` to use Yarn 4
2024-09-11 08:18:12 -05:00
Patrik Oldsberg 98ffaa9b30 Merge pull request #25618 from awanlin/topic/add-missing-overrides
Added missing items to `overridableComponents`
2024-09-11 16:00:07 +03:00
Patrik Oldsberg ae969e9f21 Merge pull request #26625 from backstage/emmaindal/icons-blueprint-fixup
icons blueprint fixup
2024-09-11 15:26:58 +03:00
Andre Wanlin 08273aa725 Changes based on feedback
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 07:23:50 -05:00
Emma Indal 220f4f73bb api report + changeset
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2024-09-11 14:10:03 +02:00
Emma Indal 248d5c514c remove config object on icon bundle blueprint
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2024-09-11 14:08:38 +02:00
Patrik Oldsberg bb0ea523b9 frontend-internal: switch opaqueType.createInstance to decorate + select version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-11 14:04:39 +02:00
Fredrik Adelöw 6f222ac773 add tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-11 13:56:20 +02:00
Patrik Oldsberg 4cfacd936b frontend-internal: opaqueType.create -> .createInstance
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-11 13:33:53 +02:00