grafana/pkg/services
Marcus Efraimsson ca84829647
Provisioning: Start provision dashboards after Grafana server have started (#21564)
6.2-beta1 changed so that data sources, dashboards and alert notifiers 
are provisioned on service Init where's before only data sources and 
alert notifiers was provisioned on service Init and dashboards was first
provisioned in service Run which happens after Grafana server have 
started.
This change reverts so that dashboard provisioning are first happening 
in service Run, after Grafana server have started.

Fixes #21133
2020-01-17 13:39:41 +01:00
..
alerting Alerting: Fix image rendering and uploading timeout preventing to send alert notifications (#21536) 2020-01-17 12:07:16 +01:00
annotations Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
auth pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
cleanup pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
dashboards Provisioning: fix for cannot save provisioned dashboard (#20218) 2019-11-07 10:49:24 +01: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: Interpolate env variable expressions in ldap.toml file (#20173) 2019-11-06 21:41:21 +01:00
licensing Admin: Add promotional page for Grafana Enterprise (#21422) 2020-01-15 14:50:44 +01:00
login LDAP: last org admin can login but wont be removed (#20326) 2019-11-13 15:39:15 +01:00
multildap LDAP: All LDAP servers should be tried even if one of them returns a connection error (#20077) 2019-11-05 08:58:59 +01:00
notifications Alerting: Adds support for sending a single email to all recipients in notification channel (#21091) 2020-01-10 16:06:33 +01:00
provisioning Provisioning: Start provision dashboards after Grafana server have started (#21564) 2020-01-17 13:39:41 +01:00
quota Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
rendering Alerting: Fix image rendering and uploading timeout preventing to send alert notifications (#21536) 2020-01-17 12:07:16 +01:00
search fix: export Bus on search service (#19773) 2019-10-11 11:46:44 -04:00
sqlstore ApiUser: Fix response when enabling, disabling or deleting a nonexistent user (#21391) 2020-01-10 11:43:44 +01:00
teamguardian teams: local access to bus, moving away from dep on global. 2019-03-19 14:01:20 +01:00