Commit Graph

236 Commits

Author SHA1 Message Date
Colton Padden 345dcea560 release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-17 15:04:34 -05:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
github-actions[bot] 9068128fd8 Version Packages 2021-12-09 12:02:28 +00:00
Johan Haals dd77b5eb12 Merge pull request #8283 from backstage/mob/identity-api
core-plugin-api: stabilize IdentityApi
2021-12-08 14:29:03 +01:00
Patrik Oldsberg b191e1737a packages,plugins: avoid usage of react-dom in tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-07 17:40:51 +01:00
Patrik Oldsberg 39c64f5035 packages,plugins: move @types/react to peer deps and sync query with react
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-07 17:38:44 +01:00
Patrik Oldsberg be32bc3edb package,plugins: move react to peer deps and include v17
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-07 17:38:14 +01:00
Johan Haals a05e7081b8 Merge pull request #8247 from backstage/changeset-release/master
Version Packages
2021-12-02 14:30:13 +01:00
Emma Indal 382e3a94b3 [Search] export search api interface (#8334)
* export api interface from plugin

Signed-off-by: Emma Indal <emmai@spotify.com>

* add changeset

Signed-off-by: Emma Indal <emmai@spotify.com>

* export as type

Signed-off-by: Emma Indal <emmai@spotify.com>

* update api reports

Signed-off-by: Emma Indal <emmai@spotify.com>
2021-12-02 14:26:32 +01:00
github-actions[bot] 29f2606ed9 Version Packages 2021-12-02 12:35:24 +00:00
Johan Haals e9471d274c Use BackstageUserIdentity, fix tests
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-02 13:32:35 +01:00
Ben Lambert afa656ae6b Merge pull request #8302 from backstage/feat/search-modal-context
[Search] Search Modal now relies on the Search Context
2021-12-02 13:08:51 +01:00
Camila Belo d11fb7fe04 refactor(search): use callback hook on the modal toggle
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-02 11:36:26 +01:00
Camila Belo 873bb2618c docs(search): build api reports
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 17:38:18 +01:00
Camila Belo 662636227b feat(search): move the modal state to context
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 17:38:17 +01:00
Camila Belo 3be6234592 docs(search): build api reports
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 17:14:54 +01:00
Camila Belo 00da5bfca7 feat(search): add optional icon and secondary action for default result items
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 17:05:28 +01:00
Camila Belo 11e2673594 docs(search): build api reports
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 15:33:33 +01:00
Camila Belo 9c19328da9 feat(search): Add optional clear button prop
Co-authored-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2021-12-01 15:33:13 +01:00
github-actions[bot] ef34f5de7b Version Packages 2021-11-25 12:40:52 +00:00
Patrik Oldsberg 8a96019a39 Merge branch 'master' into rugvip/test-port 2021-11-22 17:33:10 +01:00
Patrik Oldsberg 0fae9f2c0b core-app-api: fix and release accidental createApp type breakage
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-18 22:54:46 +01:00
github-actions[bot] 99bf179ccf Version Packages 2021-11-18 11:52:08 +00:00
Patrik Oldsberg 29ef695410 packages,plugins: migrate to using TestApiProvider and Registry
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-18 11:28:46 +01:00
blam 06065c6003 chore: fixed better namespacing for the routeRefs
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:43:14 +01:00
blam 1332a98a01 chore: fixing deprecation warnings for all the things that are in the monorepo
Signed-off-by: blam <ben@blam.sh>
2021-11-17 20:24:20 +01:00
Eric Peterson 1c2961bc0b Merge pull request #7946 from backstage/emmaindal/search-modal-storybook 2021-11-17 19:07:34 +01:00
Emma Indal 28b34419e4 api reports and changeset update
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-17 17:43:18 +01:00
Emma Indal b02a698947 use material-uis autoFocus prop as an option, not default
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-17 17:18:42 +01:00
Emma Indal 45f3a67c4c add focused prop to both SearchBar and SearchBarBase components + storybook example
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-12 12:39:31 +01:00
github-actions[bot] 3369ade8c0 Version Packages 2021-11-11 11:07:58 +00:00
Emma Indal abe2cc4b00 add search modal to storybook
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-11 11:34:32 +01:00
Emma Indal b0efce13be update terminology of pager buttons, update size and margin
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-11 10:44:11 +01:00
Emma Indal e44d62dfe7 close modal on view all results
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-11 10:43:05 +01:00
Emma Indal 3323bd8a9d decrease debounce time
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-11 10:41:58 +01:00
Emma Indal 110166bc8a focus search input field on mount
Signed-off-by: Emma Indal <emmai@spotify.com>
2021-11-11 10:39:53 +01:00
Rod Machen 5dcea2586c Add Search Modal component (#7316)
Signed-off-by: rodmachen <rmachen@expediagroup.com>
2021-11-11 09:26:15 +01:00
github-actions[bot] d66c5f1282 Version Packages 2021-10-28 14:06:43 +00:00
blam d465f2e0af chore: bump the msw package and remove it from test-utils as it's not even needed
Signed-off-by: blam <ben@blam.sh>
2021-10-26 17:13:49 +02:00
Fredrik Adelöw 56f182dde2 Remove all internal usage of the Json types
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-10-22 16:11:35 +02:00
github-actions[bot] bf5090e59d Version Packages 2021-10-21 13:28:13 +00:00
github-actions[bot] 4c840cebfa Version Packages 2021-10-14 12:45:08 +00:00
Emma Indal 56bd537256 [Search] add search api how to guide + search bar custom placeholder (#7535) 2021-10-11 21:55:42 +02:00
github-actions[bot] 97420439e1 Version Packages 2021-10-07 12:17:39 +00:00
Eric Peterson 81a41ec249 Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-10-04 19:29:43 +02:00
Eric Peterson 01a468aee3 Merge pull request #6677 from backstage/feat/analytics-api
Introduce the Analytics API, core events, and a GA implementation provider
2021-10-04 18:55:20 +02:00
Patrik Oldsberg ca0559444c avoid usage of to*Case + add project lint rule
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-02 18:43:11 +02:00
Eric Peterson 2e0adeb664 Self-review
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-09-30 15:46:19 +02:00
Eric Peterson edd5293d68 Review feedback.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-09-30 15:46:19 +02:00
github-actions[bot] f67e8ddcec Version Packages 2021-09-30 11:43:05 +00:00