Commit Graph

58692 Commits

Author SHA1 Message Date
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
Fredrik Adelöw 9a804f4401 add drodil's getEntities performance test
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-09-14 11:55:24 +02:00
Stephen Glass 27d23566a6 update action examples
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-09-13 20:24:06 -04:00
Stephen Glass 734c2d4203 add fetch:template:file action
Signed-off-by: Stephen Glass <stephen@stephen.glass>
2024-09-13 20:10:52 -04: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
Jackson Chen fe94ad8969 Fix techdocs nav positioning when using blog plugin
Signed-off-by: Jackson Chen <jacksonc@spotify.com>
2024-09-13 16:10:03 -04:00
Hghtwr 2c810e221f remove unnecessary literal
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
2024-09-13 22:02:46 +02:00
Hghtwr 06cc084b9d Add 'includeUsersWithoutSeat' flag to enable ingestion of non-paid users from Gitlab
Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
2024-09-13 21:50:51 +02:00
Joshua Jung 5bf256adbc Update per PR review
Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
2024-09-13 14:45:56 -05:00
Joshua Jung b24938cd19 Attempt to fix the url references
Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
2024-09-13 14:44:13 -05:00
Joshua Jung 7b882b898f Fixing issues addressed in PR comments
Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
2024-09-13 14:44:13 -05:00
Joshua Jung 8976bc0e94 Adding some documentation on how to use the TechDocs extensions
Signed-off-by: Joshua Jung <joshua.p.jung@gmail.com>
2024-09-13 14:44:13 -05: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
renovate[bot] 2955b3d2e7 chore(deps): update chromaui/action digest to 6eca23b
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 12:21:02 +00: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
Kashish Mittal b7bca5fcd5 update api report
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-09-12 17:11:10 -04:00
Kashish Mittal 4bbf54497e fixup based on feedback
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-09-12 16:55:44 -04: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
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
Matt Moore 59d8da4fc8 Added changeset.
Signed-off-by: Matt Moore <matthew.moore3@tc.gc.ca>
2024-09-12 10:54:55 -04:00
Matt Moore c9f7f5fd9a Azure publish action always uses basic authentication when pushing to Git.
Signed-off-by: Matt Moore <matthew.moore3@tc.gc.ca>
2024-09-12 10:24:05 -04: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
thomas.grininger 162cdf445e fix(deps): update dependency @octokit/webhooks to 10.9.2 due to vulnerability
Signed-off-by: thomas.grininger <thomas.grininger@dynatrace.com>
2024-09-12 15:12:54 +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