grafana/pkg/services
Torkel Ödegaard 8b0dd4244b
Search: Fixes search limits and adds a page parameter (#16458)
* Search: Fixes search limits and adds a page parameter

This adds a page parameter to search api without adding
any major breaking change.

It does at an api validation error when trying to use
a limit beyond 5000. This is a breaking change. We could
remove this and have it only in the docs and describe that this
is a limit that grafana will apply silently.

Fixes #16049

* Fix: Corrected wrong array slice change

* Docs: minor docs fix

* Search: fixed folder tests

* Fixed: Moved limit to correct inner query

* Search: moving limit check and page check

* Search: limit in handler is no longer needed
2019-04-17 13:07:50 +02:00
..
alerting Pushover alert, support for different sound for OK (#16525) 2019-04-12 14:57:17 +02:00
annotations
auth build: partially replace gometalinter with golangci-lint (#16610) 2019-04-16 10:27:07 +02:00
cache refactor datasource caching 2018-10-30 09:31:56 +01:00
cleanup renames main lock function 2018-12-17 16:36:57 +01:00
dashboards Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
datasources register datasource cache service with proper name 2018-10-30 12:32:14 +01:00
guardian add debug logging of folder/dashbord permission checks 2018-10-23 11:08:57 +02:00
hooks Adds backend hooks service so extensions can modify index data 2018-10-12 11:26:42 +02:00
notifications Fix: Alert email variable name typo fixed (#16232) 2019-03-27 09:42:20 +01:00
provisioning Security: Store datasource passwords encrypted in secureJsonData (#16175) 2019-04-15 11:11:17 +02:00
quota build: partially replace gometalinter with golangci-lint (#16610) 2019-04-16 10:27:07 +02:00
rendering log phantomjs output even if it timeout and include orgId when render alert 2019-03-06 13:53:23 +01:00
search Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
session removes unused session code 2019-02-12 12:33:54 +01:00
sqlstore Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
teamguardian teams: local access to bus, moving away from dep on global. 2019-03-19 14:01:20 +01:00