- 03 Oct, 2019 4 commits
-
-
* UI: Adds Modal component
kay delaney committed -
Fixes #19529
Hugo Häggmark committed -
* Move style guides into contribute directory * Move contribution guides into contribute directory * Refactor CONTRIBUTING.md * Clean up docs/README.md * Update reference to style guide and minor formatting fixes * Apply suggestions from code review Co-Authored-By: gotjosh <josue.abreu@gmail.com> * Update CONTRIBUTING.md Co-Authored-By: gotjosh <josue.abreu@gmail.com>
Marcus Olsson committed -
kay delaney committed
-
- 02 Oct, 2019 14 commits
-
-
kay delaney committed
-
Andreas Kohn committed
-
* Chore: Upgrade to Go 1.13 Fixes: #18878 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Upgrade lint tools in order to work with Go 1.13 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Fix Go linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Andrej Ocenas committed
-
* Theme: fixed issue with theme always beeing modified * Updated snapshot
Torkel Ödegaard committed -
* Release: Fix issue with release script on osx * Added shellcheck ignore rule
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Andrej Ocenas committed
-
Torkel Ödegaard committed
-
* UI: Adjust padding to center tags * UI: Adjust padding to center tags
Ivana Huckova committed -
Minor grammar and format edits
oddlittlebird committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Fix: Handle empty nested keys on YAML provisioning datasources As we provision a datasource via a YAML file, we attempt to transform the file into sensible Go types that the provisioning code can use. While this happens, there is a chance some of the keys nested within the YAML array are empty. This fix allows the YAML parser to handle empty keys by null checking the return of `reflect.TypeOf` which according to the documentation: > TypeOf returns the reflection Type that represents the dynamic type of i. If i is a nil interface value, TypeOf returns nil. Can return nil. * Add tests
gotjosh committed
-
- 01 Oct, 2019 11 commits
-
-
Torkel Ödegaard committed
-
* Loki: remote live option for logs panel * Remove live from logs panel docs
David committed -
Hugo Häggmark committed
-
* CloudWatch: Add ap-east-1 to hard-coded region lists (#17448) * CloudWatch: Fix handleGetRegion tests
Sean Nessworthy committed -
* ChangeLog: Release 6.4.0 Stable * Update CHANGELOG.md * Update CHANGELOG.md
Hugo Häggmark committed -
* Docs: Add notice about plugins that need updating * Updated changelog notice
Torkel Ödegaard committed -
* Loading states and partial rendering, set loading state in mixed data source, and do not render loading states for react panels * Updated mixed data source tests
Torkel Ödegaard committed -
* Docs: Add information regarding the LDAP Debug View * Add instructions to compress image when adding them to the documentation * Add a troubleshooting section to the docs documentation
gotjosh committed -
* Docs: Reporting
Leonard Gram committed -
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 30 Sep, 2019 11 commits
-
-
* API: Add `createdAt` and `updatedAt` to api/users/lookup In the past, we have added both `updatedAt` (#19004) and `createdAt` (#19475) to /api/users/:id Turns out, api/users/lookup uses the same DTO for both. This fixes the serialization of both `createdAt` and `updatedAt`for this endpoint. Also, adds a test to ensure no further regressions. * Updated API documentation
gotjosh committed -
David Kaltschmidt committed
-
* Logs: Publish logs panel - remove alpha state from plugins definition - add panel documentation - updated panel reference in Loki docs * Review feedback
David committed -
* Explore: Update broken link to logql docs * Explore: Remove console logs * Explore: Add filter expression heading to link target
Ivana Huckova committed -
Marcus Efraimsson committed
-
Andrej Ocenas committed
-
Fixes #19451
Marcus Efraimsson committed -
Andrej Ocenas committed
-
* use grafana-plugin-model dependency that uses go modules * use grafana-plugin-model with updated hashicorp/go-plugin * use grafana-plugin-model with re-compiled protos * test using protoc-gen-go v1.2.0 tag * use grafana-plugin-model with re-compiled protos * chore: fix deprecation warning for lint * use latest grafana-plugin-model Fixes #19454
Marcus Efraimsson committed -
kay delaney committed
-
Brenda Harjala committed
-