- 16 Oct, 2019 5 commits
-
-
* 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
-
- 11 Oct, 2019 12 commits
-
-
* pkg/plugins: Check errors
Arve Knudsen committed -
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
* Add docs on services * Apply suggestions from code review Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Fix review comments * Extract communication to its own document * Minor fixes * Minor fix * Apply suggestions from code review Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Add comment on exported field
Marcus Olsson committed -
fix pkg/services/search/service.go:52:3: s.bus undefined (type *SearchService has no field or method bus, but does have Bus) fixes issue introduced by #19765
Kyle Brandt committed -
* Refactor GoConvey into stdlib * Fix review comments
Marcus Olsson committed -
Scott Brenner committed
-
vishesh92 committed
-