grafana/pkg/services
Oleg Gaidarenko 8e0f091f14
SQLStore: allow to look for is_disabled flag (#18032)
* Add support for `is_disabled` to `CreateUser()`

* Add support for `is_disabled` to `SearchUsers()`
  Had to add it as a `string` type not as `bool`, since if that's property
  is omitted, we would have add it to SQL request, which might be dangerous

* Restructure desctructive tests and add more
2019-07-15 09:14:32 +03:00
..
alerting Build: use golangci-lint as a make command (#17739) 2019-07-02 16:06:59 +03:00
annotations renames PartialMatch to MatchAny 2018-09-13 15:15:42 +02:00
auth Testing: Include BatchRevoke for all tokens in the fake. (#17728) 2019-07-02 09:42:35 +02:00
cleanup move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
dashboards move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
datasources codestyle: moves cache to infra (#17519) 2019-06-13 10:55:38 +02:00
guardian move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
hooks Adds backend hooks service so extensions can modify index data 2018-10-12 11:26:42 +02:00
ldap LDAP: Adds bind before searching LDAP for non-login cases. (#18023) 2019-07-10 12:25:21 +02:00
login Login: divide login errors by pkg and service (#17835) 2019-07-01 14:32:17 +03:00
multildap LDAP: Adds bind before searching LDAP for non-login cases. (#18023) 2019-07-10 12:25:21 +02:00
notifications backend: replace /pkg/errors with errutil (#17065) 2019-05-15 12:20:17 +02:00
provisioning provisioning: escape literal '$' with '$$' to avoid interpolation (#18045) 2019-07-11 07:32:07 -04:00
quota Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
rendering move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00
search Search: Fixes search limits and adds a page parameter (#16458) 2019-04-17 13:07:50 +02:00
sqlstore SQLStore: allow to look for is_disabled flag (#18032) 2019-07-15 09:14:32 +03:00
teamguardian teams: local access to bus, moving away from dep on global. 2019-03-19 14:01:20 +01:00