Marcus Olsson
2fb301ccaf
Docs: Improve guides for contributing ( #19575 )
...
* 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>
2019-10-03 14:13:58 +02:00
kay delaney
27ddd2d60f
Migration: Migrates Admin settings from angular to react ( #19594 )
2019-10-03 13:11:21 +01:00
kay delaney
dafc955338
Chore: Converts HelpModal from angular to react ( #19474 )
2019-10-02 14:57:40 +01:00
Andreas Kohn
b0b306a1f4
Fix typo ( #19571 )
2019-10-02 14:19:07 +02:00
Arve Knudsen
39d8e73412
Chore: Upgrade to Go 1.13 ( #19502 )
...
* 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>
2019-10-02 13:59:05 +02:00
Andrej Ocenas
16b041608d
Explore: Move data source loader into the select ( #19465 )
2019-10-02 10:15:06 +02:00
Torkel Ödegaard
9a68236d8d
Theme: fixed issue with theme always beeing modified ( #19517 )
...
* Theme: fixed issue with theme always beeing modified
* Updated snapshot
2019-10-02 10:12:23 +02:00
Torkel Ödegaard
781b679d47
Release: Fix issue with tag script on osx ( #19557 )
...
* Release: Fix issue with release script on osx
* Added shellcheck ignore rule
2019-10-02 10:11:15 +02:00
Torkel Ödegaard
1336147a10
Release: Update latest ( #19559 )
2019-10-02 10:10:30 +02:00
Andrej Ocenas
3e99e8fb6c
Docs: Updates about Loki annotations ( #19537 )
2019-10-02 10:00:23 +02:00
Torkel Ödegaard
b01cc850b6
Theme: follow-up fix for snapshot
2019-10-02 09:59:29 +02:00
Ivana Huckova
41cbad252a
UI: Centers the filter tags in input field ( #19546 )
...
* UI: Adjust padding to center tags
* UI: Adjust padding to center tags
2019-10-02 09:50:41 +02:00
oddlittlebird
2eb4f64b62
Update README.md ( #19515 )
...
Minor grammar and format edits
2019-10-02 09:50:13 +02:00
Torkel Ödegaard
738a1dd6f0
Docs: Updated changelog ( #19558 )
2019-10-02 09:43:40 +02:00
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