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
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
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
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
backstage-goalie[bot]
2db7374910
Merge pull request #26649 from backstage/renovate/eslint-plugin-react-7.x-lockfile
...
fix(deps): update dependency eslint-plugin-react to v7.36.0
2024-09-12 08:45:52 +00:00
renovate[bot]
3b107ad432
fix(deps): update dependency eslint-plugin-react to v7.36.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 08:12:03 +00:00
Patrik Oldsberg
9a12d34ce1
catalog-node: API report fixup
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-12 10:10:35 +02:00
Patrik Oldsberg
5055279d1d
kubernetes-backend: fix test data
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-12 10:07:24 +02: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
backstage-goalie[bot]
efa910a83c
Merge pull request #26648 from backstage/renovate/rollup-4.x-lockfile
...
fix(deps): update dependency rollup to v4.21.3
2024-09-12 08:00:28 +00:00
Fredrik Adelöw
a22687112e
fixup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-12 09:50:39 +02:00
renovate[bot]
f23dd5a3cd
fix(deps): update dependency rollup to v4.21.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 07:29:35 +00:00
backstage-goalie[bot]
d82fc956f3
Merge pull request #26647 from backstage/renovate/husky-9.x-lockfile
...
chore(deps): update dependency husky to v9.1.6
2024-09-12 07:17:30 +00:00
renovate[bot]
61e7af6d51
chore(deps): update dependency husky to v9.1.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-12 06:45:11 +00:00
Johan Haals
35e0c680f1
Merge pull request #26633 from backstage/renovate/step-security-harden-runner-2.x
...
chore(deps): update step-security/harden-runner action to v2.10.1
2024-09-12 08:31:16 +02:00
Patrik Oldsberg
08596a0b57
Merge pull request #26642 from backstage/rugvip/exit
...
changesets: exit prerelease
2024-09-12 09:29:36 +03: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
Patrik Oldsberg
b7975161ce
changesets: exit prerelease
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 23:59:23 +02:00
backstage-goalie[bot]
fdc31c81f6
Merge pull request #26638 from backstage/renovate/aws-sdk-js-v3-monorepo
...
fix(deps): update aws-sdk-js-v3 monorepo
2024-09-11 21:04:42 +00:00