3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Commit Graph

18 Commits

Author SHA1 Message Date
ying-jeanne
0d5a6c2194
remove bus from search and avoid import cycle ()
* fix the import cicle

* fix some unittest

* fix removal bus from search
2022-03-21 23:54:30 +08:00
Serge Zaitsev
058e3ffc21
Chore: Remove bus from Alerting API ()
* assign handlers to httpserver

* turn sqlstore mock in to a pointer

* add search service interface

* fix tests for alerting and other apis

* once again, make linter happy
2022-02-04 13:41:15 +01:00
ying-jeanne
c5211f848d
remove bus from search service () 2022-02-03 18:46:38 +01:00
idafurjes
82892331c1
Chore: Remove bus from signup and playlist api ()
* Remove bus from signup and playlist api

* Remove bus from playlist play
2022-01-27 10:33:02 +01:00
idafurjes
8e6d6af744
Rename DispatchCtx to Dispatch () 2021-12-28 17:36:22 +01:00
idafurjes
7936c4c522
Rename AddHandlerCtx to AddHandler () 2021-12-28 16:08:07 +01:00
Marcus Efraimsson
2d2f7afbde
Chore: Propagate context for search ()
Propagate context for search.Query, FindPersistedDashboardsQuery, 
GetUserStarsQuery. Followup on context.TODO added by .

Ref 
2021-10-28 11:29:07 +02:00
Will Browne
67449b95e9
dispatch with context where missing () 2021-10-27 15:57:06 +02:00
Arve Knudsen
78596a6756
Migrate to Wire for dependency injection ()
Fixes 

Co-authored-by: dsotirakis <sotirakis.dim@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Co-authored-by: spinillos <selenepinillos@gmail.com>
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
2021-08-25 15:11:22 +02:00
Hugo Häggmark
20ee0e9601
LibraryPanels: Adds panel type filter and sorting ()
* Wip: inital commit

* Chore: updating api

* Refactor: adds description search and sorting

* Refactor: adds panel filtering

* Refactor: limits the height of select

* Tests: updates snapshot

* Refactor: small UI improvements
2021-04-28 09:18:13 +02:00
Agnès Toulet
3303e28b38
Search: add sort information in dashboard results ()
* Search: add SortMeta in dashboard results

* fix integration tests

* trim SortMeta

* fix searchstore tests

* Update pkg/services/sqlstore/dashboard.go

Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>

Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2021-02-11 08:49:16 +01:00
Marcus Efraimsson
b97d1f4170
Provisioning: Fix bug when provision app plugins using Enterprise edition ()
In OSS provisioning service init after plugin registration, but in
Enterprise it's the opposite order and installed app plugin check
fails. This adjusts service registry init priority to make sure plugins
are registered before provisioning inits.

Which issue(s) this PR fixes:
Fixes 
2020-07-16 10:36:08 +02:00
Emil Tullstedt
078d08d036
Search: Support multiple order filters () 2020-05-06 11:42:52 +02:00
Emil Tullstedt
830e8dc5fd
Search: Replace search implementation () 2020-04-27 14:16:03 +02:00
Leonard Gram
8620b7c2aa
Search: raise service init prio () 2020-04-21 15:30:09 +02:00
Emil Tullstedt
55c306eb6d
Refactor search ()
Co-Authored-By: Arve Knudsen <arve.knudsen@grafana.com>
Co-Authored-By: Leonard Gram <leonard.gram@grafana.com>
2020-04-20 16:20:45 +02:00
Kyle Brandt
2c3c576ca6
fix: export Bus on search service ()
fix pkg/services/search/service.go:52:3: s.bus undefined (type *SearchService has no field or method bus, but does have Bus)

fixes issue introduced by 
2019-10-11 11:46:44 -04:00
Marcus Olsson
60f86c3b9c
Chore: Refactor GoConvey into stdlib for search service ()
* Refactor GoConvey into stdlib

* Fix review comments
2019-10-11 17:08:15 +02:00