Commit Graph

58104 Commits

Author SHA1 Message Date
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
Ben Lambert 3e0f04a58b Merge pull request #26639 from backstage/renovate/rjsf-monorepo
fix(deps): update rjsf monorepo to v5.21.1
2024-09-16 13:27:39 +02:00
Fredrik Adelöw c0f7a23929 Merge pull request #26627 from backstage/renovate/swc-monorepo
fix(deps): update dependency @swc/core to v1.7.26
2024-09-16 13:24:19 +02: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
Fredrik Adelöw c2a69d86f6 Merge pull request #26654 from backstage/dependabot/npm_and_yarn/storybook/express-4.21.0
build(deps): bump express from 4.19.2 to 4.21.0 in /storybook
2024-09-16 13:17:23 +02:00
Patrik Oldsberg d01b5abf60 Merge pull request #26694 from backstage/rugvip/action
docs: update custom action docs to use resolveSafeChildPath
2024-09-16 13:11:16 +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
Patrik Oldsberg a60dd73256 docs: update custom action docs to use resolveSafeChildPath
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-16 13:00:45 +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
Fredrik Adelöw 06328bdc7c Merge pull request #26690 from backstage/freben/ws
bump ws
2024-09-16 12:32:11 +02: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
Fredrik Adelöw 619c22b086 bump graphql tools too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-16 12:03:37 +02:00
Fredrik Adelöw a0f1f0d3f2 bump ws
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-16 11:59:49 +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
Patrik Oldsberg 7b509c60f3 Update .changeset/giant-seas-smile.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-14 14:45:33 +02:00
Patrik Oldsberg 0dca1c4906 Merge pull request #26669 from grantila/grantila/email-plus-addressing
[emailMatchingUserEntityProfileEmail] Try matching emails without plus addressing
2024-09-14 14:36:01 +02: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
renovate[bot] 0a50d441a4 fix(deps): update rjsf monorepo to v5.21.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 21:34:03 +00:00
Patrik Oldsberg ffe31a8ae0 Merge pull request #26606 from backstage/mob/grab-release-notes
docs: Grab release notes from `mainline` before publishing
2024-09-13 18:29:43 +03:00
Gustaf Räntilä f5276a21c7 Adapted to PR feedback
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-09-13 16:02:29 +02: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 696141eab0 Merge pull request #26673 from backstage/rugvip/singleton
scaffolder-react: remove singleton wrapping of API ref
2024-09-13 15:25:44 +03:00
Patrik Oldsberg b0f0118055 scaffolder-react: remove singleton wrapping of API ref
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 14:13:08 +02: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 303461cd96 Merge pull request #26668 from backstage/add-app-next-comment
app-next: add comment explaining why we're importing TechDocs as a legacy plugin and converting it
2024-09-13 13:17:39 +03: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
Gustaf Räntilä 6f409b7942 fix: Try matching emails without plus addressing
Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
2024-09-13 11:27:15 +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
Patrik Oldsberg de8626ff50 Merge pull request #26664 from backstage/rugvip/unknown
app-backend: 500 -> 400 on unknown POST
2024-09-13 10:22:22 +03:00
Patrik Oldsberg 1231e6ecbb app-backend: point out where POST request errors are coming from
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-13 09:05:38 +02: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
Patrik Oldsberg 72a8c7b499 app-backend: 500 -> 400 on unknown POST
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-12 22:38:16 +02:00
esw-afabiano 34a1e72c4f feat: add copilot plugin into availables plugins (#26227)
* feat: add copilot plugin into availables plugins

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>

* fix: prettier

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>

* chore: rename title and update image source

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>

---------

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
2024-09-12 20:21:06 +02:00
Patrik Oldsberg 04b65a3b9b Merge pull request #26655 from backstage/rugvip/guest
auth-backend-module-guest-provider: avoid halting backend startup
2024-09-12 18:47:16 +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
Fredrik Adelöw b8a69588ab lockfile update
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-12 13:35:47 +02:00
Patrik Oldsberg 339c67dc52 auth-backend-module-microsoft-provider: avoid halting backend startup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-12 13:21:27 +02:00
dependabot[bot] 6bc8e1c376 build(deps): bump express from 4.19.2 to 4.21.0 in /storybook
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 11:18:03 +00:00
Fredrik Adelöw 9158d40e2b Merge pull request #26652 from backstage/renovate/eslint-plugin-jest-28.x
fix(deps): update dependency eslint-plugin-jest to v28
2024-09-12 13:15:25 +02:00
Patrik Oldsberg 3a196e0635 Merge pull request #26609 from SzymonGr/master
[Catalog] Enable loading state for paginated catalog table
2024-09-12 14:11:58 +03: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
backstage-goalie[bot] fec4cd9876 Merge pull request #26651 from backstage/renovate/express-4.x-lockfile
fix(deps): update dependency express to v4.21.0
2024-09-12 09:28:23 +00:00
renovate[bot] 3d815ca013 fix(deps): update dependency express to v4.21.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 08:57:04 +00:00