- 16 Jun, 2016 12 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Prepended first line to export file containing `sep=;\n` which I believe should be all that is required for Excel to interpret the CSV file as semicolon delimited.
Joel Smith committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Merge branch 'cancel-in-flight-repeats' of https://github.com/stuartnelson3/grafana into stuartnelson3-cancel-in-flight-repeats
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Conflicts: conf/defaults.ini pkg/setting/setting.go public/app/core/components/grafana_app.ts public/app/core/core.ts public/app/features/dashboard/dashboardCtrl.js
Torkel Ödegaard committed
-
- 15 Jun, 2016 2 commits
-
-
feat(graph): graph tooltip sort order PR refactored/changed #4944, changed the layout graph display options, #4944
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- 14 Jun, 2016 1 commit
-
-
Implemented nested template variables functionality for Opentsdb
Carl Bergquist committed
-
- 13 Jun, 2016 7 commits
-
-
utkarshcmu committed
-
utkarshcmu committed
-
utkarshcmu committed
-
utkarshcmu committed
-
utkarshcmu committed
-
Due to a bug in golang the 64bit variable i need to come first to be 64bit aligned. https://golang.org/pkg/sync/atomic/#pkg-note-BUG closes #5341
bergquist committed -
update pricing to include 1 million free API requests per month
Carl Bergquist committed
-
- 12 Jun, 2016 1 commit
-
-
hailthemelody committed
-
- 11 Jun, 2016 2 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 09 Jun, 2016 9 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 -
Torkel Ödegaard committed
-
Conflicts: public/app/plugins/datasource/influxdb/query_part.ts
Torkel Ödegaard committed -
feat(prometheus): restore old prometheus query editor, revert this commit in prometheus query editor v2 branch
Torkel Ödegaard committed -
Mark Baas committed
-
- 08 Jun, 2016 6 commits
-
-
Mukesh committed
-
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
-