Commit Graph

340 Commits

Author SHA1 Message Date
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Patrik Oldsberg 00b9e8c010 update test snapshots for new structure of ExtensionDefinition
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-27 10:39:45 +02: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
Patrik Oldsberg e6e488cf20 frontend-test-utils: remove render method
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-27 09:39:08 +02:00
Fredrik Adelöw f26ff99a2f fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-23 14:42:50 +02:00
Fredrik Adelöw dae74b0d05 Merge pull request #25611 from RikClaessens/use-search-icon
Update the SearchBar to make use of the useApp hook to retrieve the search icon specified in the createApp call
2024-08-21 10:47:05 +02:00
Patrik Oldsberg 28311eb02f update API reports for v1 extension removal
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-20 12:15:09 +02:00
Patrik Oldsberg d0501bb8c2 search-react: removed deprecated extension creators
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-20 12:15:09 +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 4c39af8902 feat: small refactor for the search package
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Signed-off-by: blam <ben@blam.sh>
2024-08-15 09:59:55 +02:00
blam 8f8519d94e feat: implement search
Signed-off-by: blam <ben@blam.sh>
2024-08-15 09:59:55 +02:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00: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
blam feb5fc73c3 chore: fix tests and update api-reports
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Camila Belo <camilaibs@users.noreply.github.com>

Signed-off-by: blam <ben@blam.sh>
2024-08-08 09:41:35 +02:00
Rik Claessens d6ef48f201 Merge branch 'master' into use-search-icon 2024-08-07 14:59:34 +02:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
Patrik Oldsberg 530ca74ce8 plugins/search-*: fix metadata ordering
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-08-01 16:45:07 +02:00
MT Lewis 3123c16a0a search: fix incorrect metadata due to inconsistent package name
According to the usual Backstage package naming
conventions, @backstage/plugin-search-backend-node
should be called @backstage/plugin-search-node.
Because of this mismatch, metadata was generated
incorrectly.

Adjust the metadata in all search packages to
include the node package, and fix the pluginId in
the node package itself.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
Co-authored-by: Jack Palmer <jackpalmer@spotify.com>
2024-08-01 11:41:34 +01:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
Ben Lambert 7ac4599eeb Merge pull request #25806 from backstage/mob/ext-data-refactor
frontend-plugin-api: move away from data maps when declaring extension inputs and outputs
2024-07-29 15:13:28 +02:00
Patrik Oldsberg 2ba97666dd update API reports for extension v2
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-27 17:09:44 +02:00
Raghunandan Balachandran 8ecb7a5e84 Update search plugin ownership
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
2024-07-25 20:08:20 +02:00
blam 0ad542cbc7 feat: added input types for the config to the extensions
Signed-off-by: blam <ben@blam.sh>
2024-07-24 14:39:36 +02:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
Patrik Oldsberg 31bfc4417f frontend-plugin-api: update extension data ref declaration to allow embedding of ID in type
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-07-22 10:20:38 +02:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
Rik Claessens f9011ac3d4 Wrap storybook components for SearchBar and SearchBarAutocomplete in wrapInTestApp
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-13 14:07:54 +02:00
Rik Claessens e460cbb027 Replace renderWithEffects with renderInTestApp to fix all existing tests
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-13 11:42:38 +02:00
Rik Claessens 85095afd82 Add test for checking if the SearchBar renders the provided custom search icon
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-13 11:40:40 +02:00
Rik Claessens 960b292c68 Replace renderWithEffects with renderInTestApp to fix all existing tests
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-13 11:31:09 +02:00
Rik Claessens 9d66d8cd90 Make use of the useApp hook to retrieve search icon
Signed-off-by: Rik Claessens <rhmclaessens@gmail.com>
2024-07-12 23:28:36 +02:00
github-actions[bot] e583b47687 Version Packages (next) 2024-07-09 12:58:58 +00:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00: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
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
github-actions[bot] 0972164fbc Version Packages 2024-05-14 12:02:01 +00:00
github-actions[bot] 0478509ee2 Version Packages (next) 2024-04-30 11:22:01 +00: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
Fredrik Adelöw 2b305243ae Merge pull request #24252 from Sarabadu/mui-import-rule-search-react
add miu import rules to Search-react
2024-04-14 20:04:33 +02:00
Juan Pablo Garcia Ripa 8d50bd34fe add miu import rules to Search-react
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2024-04-13 22:04:44 +02: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