Torkel Ödegaard
3570d338cf
Theme: fix theme issue
2019-10-02 09:13:41 +02:00
gotjosh
8e508e5ce4
Provisioning: Handle empty nested keys on YAML provisioning datasources ( #19547 )
...
* 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
2019-10-02 08:48:19 +02:00
Torkel Ödegaard
ac11352e3e
Docs: updates to what's new in 6.4 ( #19539 )
2019-10-01 18:11:04 +02:00
David
942f702d80
Loki: remove live option for logs panel ( #19533 )
...
* Loki: remote live option for logs panel
* Remove live from logs panel docs
2019-10-01 16:31:45 +02:00
Hugo Häggmark
ed03338d68
Chore: Updates to 6.4.0 stable ( #19528 )
2019-10-01 05:58:19 -07:00
Sean Nessworthy
404bf2e0dd
CloudWatch: Add ap-east-1 to hard-coded region lists ( #19523 )
...
* CloudWatch: Add ap-east-1 to hard-coded region lists (#17448 )
* CloudWatch: Fix handleGetRegion tests
2019-10-01 14:23:43 +02:00
Hugo Häggmark
8de6ba6aad
ChangeLog: Release 6.4.0 Stable ( #19526 )
...
* ChangeLog: Release 6.4.0 Stable
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-10-01 04:51:58 -07:00
Torkel Ödegaard
48813779c5
Docs: Add notice about plugins that need updating ( #19519 )
...
* Docs: Add notice about plugins that need updating
* Updated changelog notice
2019-10-01 13:29:58 +02:00
Torkel Ödegaard
0ec8303878
Panels: Skip re-rendering panel/visualisation in loading state ( #19518 )
...
* 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
2019-10-01 01:22:41 -07:00
gotjosh
f2ef49f950
Docs: LDAP Debug View documentation ( #19513 )
...
* 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
2019-10-01 09:18:59 +01:00
Leonard Gram
f9b2204514
Docs: reports feature ( #19472 )
...
* Docs: Reporting
2019-10-01 09:16:07 +01:00
Torkel Ödegaard
c712b4f824
SeriesOverrides: Fixed issue with color picker
2019-10-01 09:46:03 +02:00
Arve Knudsen
fc2282009e
Build: Fix building when $LDFLAGS is set ( #19509 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2019-10-01 09:31:25 +02:00
gotjosh
4181b30b75
API: Add createdAt
and updatedAt
to api/users/lookup ( #19496 )
...
* 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
2019-09-30 20:54:09 +01:00
David Kaltschmidt
47432e9349
Fix logs panel image path
2019-09-30 20:43:51 +02:00
David
265669710c
Logs: Publish logs panel ( #19504 )
...
* Logs: Publish logs panel
- remove alpha state from plugins definition
- add panel documentation
- updated panel reference in Loki docs
* Review feedback
2019-09-30 20:39:42 +02:00
Ivana Huckova
9b5bc819f4
Explore: Update broken link to logql docs ( #19510 )
...
* Explore: Update broken link to logql docs
* Explore: Remove console logs
* Explore: Add filter expression heading to link target
2019-09-30 20:39:14 +02:00
Marcus Efraimsson
44add8d9ca
Chore: Remove console.log ( #19412 )
2019-09-30 18:36:42 +02:00
Andrej Ocenas
72c15d7aa3
Refactor: Split LogRow component ( #19471 )
2019-09-30 16:01:30 +02:00
Marcus Efraimsson
d65a3318ab
Build: Upgrade go to 1.12.10 ( #19499 )
...
Fixes #19451
2019-09-30 15:41:25 +02:00
Andrej Ocenas
3866814ea9
CLI: Fix version selection for plugin install ( #19498 )
2019-09-30 15:34:09 +02:00
Marcus Efraimsson
93919427f8
Upgrade grafana-plugin-model ( #19438 )
...
* 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
2019-09-30 15:16:04 +02:00
kay delaney
44de6812be
grafana-ui: Moves slate types from devDependencies to dependencies ( #19470 )
2019-09-30 13:49:09 +01:00
Brenda Harjala
e57e8ede46
Docs: Improve guide descriptions on docs start page #19109 ( #19479 )
2019-09-30 14:48:21 +02:00
Andrej Ocenas
0490dbb88d
Explore: Generate log row uid ( #18994 )
2019-09-30 14:44:15 +02:00
kay delaney
ccba986bc2
Editor: Brings up suggestions menu after clicking suggestion ( #19359 )
2019-09-30 12:41:47 +01:00
Andrej Ocenas
649d745262
Docs: Add Live tail section in Explore ( #19321 )
2019-09-30 12:06:00 +02:00
Marcus Olsson
92ef073456
Docs: Add guide for developing on macOS ( #19464 )
2019-09-30 10:07:57 +02:00
Rafael George
e1b2bf711d
API: Add createdAt field to /api/users/:id ( #19475 )
...
It would help for auditing purposes to have the user's created date exposed via the API along with the other fields already exposed via the API.
2019-09-28 12:12:33 +01:00
Marcus Olsson
3c0976afab
Docs: Updated heading to sentence case ( #19450 )
2019-09-27 18:14:18 +02:00
Dominik Prokop
1b5e7ceee7
grafana/toolkit: Remove hack to expose plugin/e2e exports & types ( #19467 )
2019-09-27 08:07:20 -07:00
Marcus Efraimsson
00e7c7c4b7
Testdata: Rename package to circumvent convention in go ( #19409 )
...
Before this change the tests for test datasource was not run.
2019-09-27 16:18:24 +02:00
Dominik Prokop
d6eb4e8459
Docs: Update package's manual release guide ( #19469 )
2019-09-27 14:32:52 +02:00
Alexander Zobnin
3520db1c66
Users: revert LDAP admin user page ( #19463 )
2019-09-27 13:06:26 +03:00
Ivana Huckova
40fbea977e
Explore: Take root_url setting into account when redirecting from dashboard to explore ( #19447 )
...
* Explore: Take root_url setting into account when redirecting from dashboard to explore
* Explore: Move adding of subath to getExploreUrl function
* Explore: Fix explore redirect for key bindings
2019-09-27 10:17:07 +02:00
Andrej Ocenas
234a2c599d
Refactor: RefreshPicker export things as statics on class ( #19443 )
2019-09-27 10:15:05 +02:00
Peter Holmberg
8024c39435
grafana/ui: Fix value time zone names to be capitalized ( #19417 )
2019-09-27 09:27:44 +02:00
Dominik Prokop
dadc2925a2
Release: Make sure packages are released from clean git state ( #19402 )
2019-09-26 20:33:14 +02:00
Dominik Prokop
75b21c7603
Docs: Add styling.md with guide to Emotion at Grafana ( #19411 )
...
* Add styling.md with guide to emotion
* Update style_guides/styling.md
* Update style_guides/styling.md
* Update style_guides/styling.md
* Update PR guide
* Add stylesFactory helper function
* Simplify styles creator signature
* Make styles factory deps optional
* Update typing
* First batch of updates
* Remove unused import
* Update tests
2019-09-26 20:32:44 +02:00
oddlittlebird
a3008ffb05
Docs: Update SECURITY.md ( #19385 )
...
* Update SECURITY.md
Minor grammar edits
* Update SECURITY.md
2019-09-26 12:42:23 +02:00
kay delaney
0991032fef
Debt: Simplifies actionCreatorFactory ( #19433 )
...
- Use sets to keep track of previously defined actionCreators
- Remove noPayloadActionCreatorFactory
2019-09-26 11:41:37 +01:00
oddlittlebird
651b59b81b
Update PLUGIN_DEV.md ( #19387 )
...
Minor edits, removed a broken link. It led to a 404 page.
2019-09-26 12:40:47 +02:00
Ivana Huckova
2cdd73cfd4
Release: Create cherrypick task work for enterprise repo ( #19424 )
2019-09-26 10:30:02 +02:00
Ivana Huckova
8f01e9c0aa
Theme: Generate colors SASS
2019-09-26 10:11:03 +02:00
Ryan McKinley
f06fd5bce2
DisplayFormat: use toLocaleString for infinity
2019-09-25 09:56:25 -07:00
Andrej Ocenas
0b85e34b20
Docs: Update Loki docs with new syntax and features ( #19370 )
2019-09-25 18:16:22 +02:00
Ivana Huckova
ff834afdc3
UI: Add orangeDark color to theme ( #19407 )
2019-09-25 18:09:08 +02:00
Dominik Prokop
2aaaa98eee
grafana/toolkit: Improve contribution readme ( #19400 )
...
* Improve toolkit's readme about contributing
* Update packages/grafana-toolkit/README.md
Co-Authored-By: kay delaney <45561153+kaydelaney@users.noreply.github.com>
2019-09-25 16:23:59 +02:00
Marcus Olsson
45c7f211f1
Docs: Remove hard wrap ( #19413 )
2019-09-25 15:52:49 +02:00
Hugo Häggmark
0598d60234
Tests: Adds throwUnhandledRejections to jest setup ( #19398 )
...
* Chore: Adds throwUnhandledRejections to jest setup
* Bring back @grafana/runtime import
* Fix broken metric metadata aggregation test
2019-09-25 05:10:11 -07:00