Commit Graph

606 Commits

Author SHA1 Message Date
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
Patrik Oldsberg d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
Brian Phillips 4a99e6463d deprecate all instances of the relationsType property in favor of relationAggregation
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-06-06 07:06:10 -05:00
Brian Phillips 0391e693ba use more sensible property for specifying the relationship type
In the process, the `relationsType` prop is deprecated and renamed to
`relationAggregation`.

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-06-06 06:37:57 -05:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
Patrik Oldsberg d8e2f53bab org: add default route target and make optional
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-03 17:05:45 +02:00
Brian Phillips 05ad87ed3a fix case mismatch in relationship name
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-29 14:38:16 -05:00
Brian Phillips 2644eeccb9 Add API report
Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-29 13:40:23 -05:00
Brian Phillips 0e797b37f4 Add ability to specify a different relationship name for MembersListCard
The default relationship remains `memberOf` but could be overridden to
specify (for instance) `leaderOf` if you wanted to have multiple
MembersListCard components on a `Group` page (one for "Members" and
another for "Leaders")

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
2024-05-29 10:04:48 -05:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
Fredrik Adelöw e74c615bd6 remove last remnants of react-text-truncate from test mocks
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-15 13:04:54 +02:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
github-actions[bot] d85dd88b3c Version Packages (next) 2024-05-07 13:27:02 +00:00
Fredrik Adelöw bb5b6ee309 Merge pull request #24558 from backstage/freben/limited-limitations
Fix ownership card sometimes locking up for complex org structures
2024-05-07 08:29:05 +02:00
github-actions[bot] 0478509ee2 Version Packages (next) 2024-04-30 11:22:01 +00:00
Fredrik Adelöw 99e6105d1e Fix ownership card sometimes locking up for complex org structures
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-04-30 11:27:27 +02:00
github-actions[bot] 46046059b4 Version Packages (next) 2024-04-23 14:53:09 +00:00
github-actions[bot] 0e48f5a289 Version Packages 2024-04-16 12:20:53 +00:00
renovate[bot] cb1e3b052e chore(deps): update dependency @testing-library/dom to v10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-14 20:20:07 +00:00
renovate[bot] abfbcfca9c chore(deps): update dependency @testing-library/react to v15
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-11 21:06:44 +00:00
github-actions[bot] 036b9b3434 Version Packages (next) 2024-04-09 15:55:28 +00:00
github-actions[bot] 366cf07ad3 Version Packages (next) 2024-04-02 14:11:36 +00:00
github-actions[bot] bb8923602f Version Packages 2024-03-27 09:37:09 +00:00
Fredrik Adelöw 04655bb318 Generate Release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-03-22 21:41:20 +01:00
Aditya Kumar 0df5c608e1 Add ESLint Rule to Org Plugin
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2024-03-21 11:06:07 +05:30
Tomasz Szuba e8f026a300 Use esm exports from react-use library
Signed-off-by: Tomasz Szuba <tszuba@box.com>
2024-03-19 19:53:04 +00:00
github-actions[bot] e83e055841 Version Packages 2024-03-19 14:56:10 +00:00
Fredrik Adelöw 7bd874df9d Merge pull request #23486 from backstage/blam/fix-avatar
core-components: Move inline styles to classes for Avatar component
2024-03-19 14:53:17 +01:00
Ben Lambert f5307ee7c7 Merge pull request #23449 from pativa/feat-members-list-card-relationstype
feat: add argument for relationsType to MembersListCard
2024-03-19 10:53:06 +01:00
blam ab185c688a chore: update usages of the customStyles to use classes instead
Signed-off-by: blam <ben@blam.sh>
2024-03-14 11:48:17 +01:00