- 09 Jun, 2016 5 commits
-
-
Previously, if a user changed the query between requests, the previous query would not be canceled. This handles that edge-case.
stuart nelson committed -
stuart nelson committed
-
Depending on context in the code, rename cacheKey to exprID when it identifies a unique expression, and rename cacheKey to requestID when it is identifying a request.
stuart nelson committed -
Allow the datasource to decide how to handle a canceled request.
stuart nelson committed -
Responsibility is now to pass the cacheKey through to `datasourceRequest` in each datasources' implementation of `query`.
stuart nelson committed
-
- 08 Jun, 2016 17 commits
-
-
Repeat Prometheus requests with the same query will cancel preceding requests.
stuart nelson committed -
Repeat requests, if they already exist in the in-flight request map, will cause the previous request to cancel. The implementation of the unique key is the responsibility of individual datasources.
stuart nelson committed -
bergquist committed
-
Enable the "limit" param in /api/search
Carl Bergquist committed -
Torkel Ödegaard committed
-
Conflicts: CHANGELOG.md
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Karl committed
-
Tom Hukins committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Commit adds a check whether Organization exists before User is added to the organization. Fixes #3151.
Zdenek Styblik committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 07 Jun, 2016 10 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
bergquist committed
-
restart grafana after upgrade
Carl Bergquist committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
- 06 Jun, 2016 7 commits
-
-
Torkel Ödegaard committed
-
Thibault Chataigner committed
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
Mitsuhiro Tanda committed
-
Karl committed
-
- 05 Jun, 2016 1 commit
-
-
I've forgotten to update the systemctl start to restart in my first commit
Ben Oswald committed
-