grafana/public/app/features/search/service
Josh Hunt d13488a435
NestedFolders: Show nested folders in Browse folder view (#63746)
* dirty dirty code for showing nested folders in folder view

refactor to NestedFolderItem

Update dashboard grid view to new types

update tests

REBASE OUT OF THIS BRANCH - joshhunt/star-by-uid merged into this

Squashed commit of the following:

commit d0f046ccd3
Author: joshhunt <josh@trtr.co>
Date:   Wed Feb 8 18:35:56 2023 +0000

    undo async

commit abe2777a1f
Author: joshhunt <josh@trtr.co>
Date:   Wed Feb 8 18:34:11 2023 +0000

    Dashboards: Star dashboards by UID

add type for dashboard search dto

clean DashboardSearchItem type

simplify DashboardSearchHit type

remove unused properties from DashboardSearchHit

make uid non-optional

rename + move NestedFolderItem type to DashboardViewItem

clean up

* wip

* fix checkbox selection of nested folders

* show folder's parent correctly

* Add dashboard result kind

* don't render folder empty view in SearchView

* call nested folders api only if feature flag enabled

* remove unused import

* un-rename variable to reduce PR diff

* fix typo in comment

* fix order of pseudoFolders

* Fix General folder not showing in browse

* rename folder view tests

---------

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2023-03-23 13:28:45 +00:00
..
bluge.ts SearchV2: Fix star query when no stars exist (#61726) 2023-01-19 21:37:06 +00:00
dummy.ts Search: Sort alphabetically in the folder view, increase the limit of the folder search from 50 to 1000 (#57078) 2022-10-18 14:10:53 +08:00
folders.ts NestedFolders: Show nested folders in Browse folder view (#63746) 2023-03-23 13:28:45 +00:00
frontend.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
frontend.ts Chore: uFuzzy 1.0.6 (#64575) 2023-03-10 04:49:02 -07:00
index.ts
searcher.ts Search: fix front end query search condition (#55611) 2022-09-22 05:34:09 -04:00
sql.test.ts use dash-db type when searching for dashboard (#53607) 2022-08-12 16:14:04 +02:00
sql.ts Chore: Refactor Search/Folder view types into DashboardViewItem (#63162) 2023-02-23 15:52:54 +00:00
types.ts NestedFolders: Show nested folders in Browse folder view (#63746) 2023-03-23 13:28:45 +00:00
utils.ts Chore: Refactor Search/Folder view types into DashboardViewItem (#63162) 2023-02-23 15:52:54 +00:00