Commit Graph

635 Commits

Author SHA1 Message Date
github-actions[bot] 56a811849a Version Packages (next) 2024-10-08 11:42:14 +00:00
Fredrik Adelöw 033c957321 use the catalog mock in more tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-07 17:42:31 +02:00
Fredrik Adelöw 38911b78e3 implement in some tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-10-07 14:02:35 +02:00
github-actions[bot] c42c710982 Version Packages (next) 2024-10-01 09:20:36 +00:00
aramissennyeydd 5129ad0669 standard react version
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 21:12:19 -04:00
aramissennyeydd 4958c01d14 revert version of react and fix merge conflicts
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 21:08:37 -04:00
aramissennyeydd a99bf141a0 use common react version
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 21:04:08 -04:00
aramissennyeydd 264f537977 add linting for peer deps
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 21:02:40 -04:00
aramissennyeydd e1c89ddd08 add react and react-router as dev dependencies
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 21:01:31 -04:00
aramissennyeydd dc9d3acc87 move react types to a dev dependency and peer dependency
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2024-09-24 20:57:54 -04:00
github-actions[bot] 96864c8386 Version Packages (next) 2024-09-24 09:04:06 +00:00
secustor 831571c251 merge new changes
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:54:45 +02:00
secustor d784231fbc fixup microsite links
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:42 +02:00
secustor c28596309f update files
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:40 +02:00
secustor 65da28ad53 add newly generated api reports
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-09-23 14:41:34 +02:00
blam 4a5ba19344 chore: removals
Signed-off-by: blam <ben@blam.sh>
2024-09-18 18:53:39 +02:00
Patrik Oldsberg 0a5ec34668 update API reports for extension param overrides
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-09-18 12:39:47 +02:00
github-actions[bot] 698adeb1ea Version Packages 2024-09-17 13:19:01 +00:00
Andre Wanlin 32fce06e89 Added missing items to overridableComponents
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-10 15:05:42 -05:00
github-actions[bot] 47358815d6 Version Packages (next) 2024-09-10 13:56:19 +00:00
renovate[bot] 836127cb40 chore(deps): update dependency @testing-library/react to v16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 09:00:42 +00:00
blam 691e73d8d6 chore: update references from createExtensionOverrides to createFrontendModule instead
Signed-off-by: blam <ben@blam.sh>
2024-09-09 10:45:41 +02:00
github-actions[bot] 582092fb23 Version Packages (next) 2024-09-03 14:38:01 +00:00
Patrik Oldsberg 1606bc104d Merge pull request #26245 from backstage/blam/namespace-be-gone
NFS: Introduce `createFrontendModule` as a replacement for `createExtensionOverrides`
2024-08-28 15:04:39 +02:00
blam 8a1ed67ba2 chore: updating api-reports
Signed-off-by: blam <ben@blam.sh>
2024-08-27 16:15:06 +02:00
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Patrik Oldsberg ee454fdf53 frontend-plugin-api: refactor ExtensionDefinition and ExtensionBlueprint type params
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-27 10:27:21 +02:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
Patrik Oldsberg d52ed1a562 frontend-plugin-api: store extension ID parts in an object type parameter
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-15 22:44:38 +02:00
blam af7be32e90 chore: api-reports
Signed-off-by: blam <ben@blam.sh>
2024-08-15 16:32:09 +02:00
blam 75e79518ea chore: some more migrations
Signed-off-by: blam <ben@blam.sh>
2024-08-15 16:24:20 +02:00
Patrik Oldsberg 1d40a3316f Merge pull request #26011 from backstage/rugvip/frontend-plugin
frontend-plugin-api: renamed createPlugin to createFrontendPlugin
2024-08-14 16:38:14 +02:00
Patrik Oldsberg 9b356dcaac frontend-plugin-api: renamed createPlugin to createFrontendPlugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-14 16:01:25 +02:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
Arup Chauhan 8c60eb7a46 Fixes issue #25011 (#25721)
* Fixes issue #25011, removed MemoryRouter and added decorator with WrapInTestApp for proper routing context

Signed-off-by: Arup Chauhan <arupchauhan26@gmail.com>

* Fixes issue #25011, removed comment lines

Signed-off-by: Arup Chauhan <arupchauhan26@gmail.com>

* Fixes issue #25011: Updated package.json

Signed-off-by: Arup Chauhan <arupchauhan26@gmail.com>

---------

Signed-off-by: Arup Chauhan <arupchauhan26@gmail.com>
2024-08-13 14:59:31 +02:00
Patrik Oldsberg a65cfc8149 frontend-plugin-api: add support for accessing extensions from plugin instance
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-08 17:44:20 +02:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
Patrik Oldsberg 72754db000 frontend-plugin-api: make all route refs optional at all times
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-06 12:51:56 +02:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
github-actions[bot] e583b47687 Version Packages (next) 2024-07-09 12:58:58 +00:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
Fredrik Adelöw a4eccbe8f2 Merge pull request #25357 from BethGriggs/batch-requests
fix(plugin-org): implement batching in useGetEntities to handle large…
2024-07-01 22:35:57 +02:00
Beth Griggs 9a85f1cdaf chore: add delay to useGetEntities batches and dedupe
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2024-07-01 15:46:55 +01:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
Beth Griggs 5132d28818 fix(plugin-org): implement batching in useGetEntities to handle large headers
The useGetEntities hook can result in requests to /api/catalog/entities
where the headers exceed the default maximum Node.js header size of 16KB.

This commit implements batching in the useGetEntities hook to handle
cases where this is likely to occur.

Refs: https://github.com/backstage/backstage/issues/22139
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2024-06-25 11:22:54 +01:00
Fredrik Adelöw 35c745d1e1 Merge pull request #24970 from brianphillips/custom-member-relationship
Add relationType option to EntityMembersListCard component
2024-06-24 13:29:17 +02:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00