- 18 Oct, 2019 1 commit
-
-
* WIP: Initial hardcoded version * Feature: Introduces SearchFiltering to Graphite * Feature: Adds searchFiltering to MySql * Tests: Adds tests to Graphite and MySql * Feature: Adds $__searchFilter to TestData * Refactor: Adds searchFilter to Postgres and extracts function * Tests: Adds tests to variable * Refactor: Adds debounce and lodash import optimization * Docs: Adds documentation * Refactor: Removes unused function and fixes typo * Docs: Updates docs * Fixed issue with UI not updating when no was used due to async func and no .apply in the non lazy path
Hugo Häggmark committed
-
- 17 Oct, 2019 3 commits
-
-
* Introduce next-gen form spacing variables * Update snapshots
Dominik Prokop committed -
* Introduce new color primitives for next-gen forms * Introduce next-gen form functional colors palette * Update snapshot
Dominik Prokop committed -
* bumping angular from 1.6.6 -> 1.6.9 * forgot lock file
Peter Holmberg committed
-
- 16 Oct, 2019 13 commits
-
-
This is useful when working with backend plugins and grafana at the same time. Makes it so Grafana has a chance to shutdown the external process. An os.Interrupt signal is first sent, then after a five second wait a a force kill will be sent if the process is still running.
Kyle Brandt committed -
Sofia Papagiannaki committed
-
* Changelog: 6.4.3 release Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
Kyle Brandt committed
-
Andrej Ocenas committed
-
Torkel Ödegaard committed
-
* Unsubscribe on unmount * Fix unsubscribe
Andrej Ocenas committed -
Ivana Huckova committed
-
* build: update scripts go.(mod|sum) * build: exclude gosec rule G108 Gosec rule G108: Profiling endpoint automatically exposed on /debug/pprof is not applicable since we only enable /debug/pprof endpoint if -profile flag is provided when starting grafana.
Kyle Brandt committed -
Ivana Huckova committed
-
Andrej Ocenas committed
-
Fixes so that all notification channels configured for an alert should try to send notification even if one notification channel fails to send a notification. Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com> Fixes #19768
Abhilash Gnan committed -
Dominik Prokop committed
-
- 15 Oct, 2019 12 commits
-
-
* pkg/middleware: Check errors * pkg/middleware: Log when gzip middleware handler fails
Arve Knudsen committed -
Andrej Ocenas committed
-
* pkg/cmd: Check errors * pkg/cmd: Make sure server waits on services, even in case of error * pkg/cmd: Inform of error to show help * pkg/cmd: Only warn on failure to send systemd notification * pkg/cmd: Don't log errors stemming from context cancelation * pkg/cmd: Don't fail if unable to write to systemd
Arve Knudsen committed -
* add file loader for fonts * Add public path to resolve fonts correctly * Do not specify font's output path * Output fonts to fonts directory
Huan Wang committed -
* WIP: simple poc of allow custom value for selects * Add support for custom value in segment * Update snapshots
Torkel Ödegaard committed -
Marcus Olsson committed
-
Andrej Ocenas committed
-
Ryan McKinley committed
-
* Fix data links menu being hidden in siglestat-ish visualizations * ts fix * Review updates
Dominik Prokop committed -
It is now possible to specify a field containing time-end in Elasticsearch annotations. Any annotations with a time-end will become a region between time and time-end. Any annotations without the time-end field will remain a single-point annotation. Ref #10589
Morten Fangel committed -
* Docs: Add additional capitalization rules What this PR does / why we need it: This updates the Documentation style guide to include more details on the capitalization rules. Capitalization rules get confused easily, especially between terms like Dashboards (menu title) and dashboards (plural). Which issue(s) this PR fixes: No fix, just an addition. * Revert "Docs: Add additional capitalization rules" This reverts commit 75cbc6303c9f77997b5fd8d26e48802e8e7a859e. * Docs: Docs: Add additional capitalization rules
Brenda Harjala committed -
Resolves #19810
Manoj committed
-
- 14 Oct, 2019 8 commits
-
-
With the recent release of IAM roles for service accounts the AWS sdk needs to be updated to at least 1.23.13 in order to utilize this feature.
Patrik Karlström committed -
Allows the d-solo route to be used with UID and without a slug. Fixes #11617
Amarnath Karthi committed -
* pkg/bus: Check errors * pkg/bus: Convert tests to testify
Arve Knudsen committed -
Fixes #19762
Hugo Häggmark committed -
* Rename GrafanaServerImpl to Server * Make flag dependencies explicit * Extract method for building service graph * Document and clarify methods * Rename HttpServer to HTTPServer
Marcus Olsson committed -
Dominik Prokop committed
-
* Types: Add type safety to appEvents
kay delaney committed -
Ben Patterson committed
-
- 12 Oct, 2019 3 commits
-
-
* Update README.md Minor grammar and format edits * Update README.md
oddlittlebird committed -
* Link to architecture docs from Developer guide * Fix link
Marcus Olsson committed -
it is actually an intended feature by tslint: https://github.com/palantir/tslint/issues/4528 So adding 1 to the line number here in the plugin
Huan Wang committed
-