Ryan McKinley
7974972d49
GraphNG: fix bars migration and support color and linewidth ( #29697 )
2020-12-08 12:50:18 -08:00
Shahzad
3bd4b8756a
PanelHeader: Fix panel header description inline code wrapping ( #29628 )
2020-12-08 19:55:50 +01:00
Dafydd
af3c0fe602
Bugfix 29848: Remove annotation_tag entries as part of annotations cleanup ( #29534 )
...
closes https://github.com/grafana/grafana/issues/29484
2020-12-08 19:41:35 +01:00
Ryan McKinley
e8ae6fd01f
GraphNG: simple settings migration from flot panel ( #29599 )
2020-12-08 08:13:39 -08:00
Ryan McKinley
3ce93050e0
GraphNG: replace bizcharts with uPlot for sparklines ( #29632 )
2020-12-08 08:13:12 -08:00
Torkel Ödegaard
0e0ab8c9ef
GitHubActions: Update node version in github action ( #29683 )
2020-12-08 17:09:22 +01:00
Carl Bergquist
609d61dece
Adds go dep used by an Enterprise feature. ( #29645 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2020-12-08 16:22:24 +01:00
Torkel Ödegaard
6c1789e549
Typescript: Raise strict error limit for enterprise ( #29688 )
2020-12-08 15:56:55 +01:00
Ivana Huckova
d85829ffd1
Remove unnecessary escaping ( #29677 )
2020-12-08 15:40:35 +01:00
aleemosman
a6d720f779
Update getting-started-prometheus.md ( #29678 )
...
Grafana format update.
2020-12-08 09:36:26 -05:00
Carl Bergquist
e1d5fc8627
instrumentation: align label name with our other projects ( #29514 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2020-12-08 14:26:07 +01:00
Torkel Ödegaard
a7afab4b8a
Typescript: Fixing typescript strict error, and separate check from publishing ( #29679 )
...
* Typescript: Fixing typescript string error, and seperate check from publishing
* now should pass
2020-12-08 12:56:37 +01:00
ying-jeanne
9668c172b3
CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 ( #29563 )
2020-12-08 12:37:07 +01:00
Marcus Olsson
d0f8adae04
Docs: Plugin schema updates ( #28232 )
...
* WIP
* Update plugin metadata schema
* Fix review comments
* Update descriptions
* Add description
* Fix review comment
2020-12-08 10:41:33 +01:00
Torkel Ödegaard
a4953bb65a
RadioButton: Fix flex issue in master for radio buttons ( #29664 )
2020-12-08 09:08:06 +01:00
7006
cf13c99eed
Update getting-started.md ( #29670 )
...
fix typo
2020-12-07 20:05:00 -05:00
Kyle Brandt
46d1c99e2c
Expr: fix time unit typo in ds queries ( #29668 )
2020-12-07 16:14:22 -05:00
Kyle Brandt
311b563c9b
Expr: make reduction nan/null more consistent ( #29665 )
2020-12-07 15:07:18 -05:00
Kyle Brandt
da32cef4ae
Expr: fix func argument panic ( #29663 )
...
would get wrong type for reflect
2020-12-07 13:58:20 -05:00
Diana Payton
785aa4df26
Update documentation-style-guide.md ( #29661 )
...
* Update documentation-style-guide.md
* Update documentation-style-guide.md
* Update documentation-style-guide.md
2020-12-07 10:51:11 -08:00
Diana Payton
5a780227b0
Update documentation-markdown-guide.md ( #29659 )
...
* Update documentation-markdown-guide.md
* Update documentation-markdown-guide.md
* Update documentation-markdown-guide.md
* Update documentation-markdown-guide.md
2020-12-07 10:50:44 -08:00
Diana Payton
90081be9b8
Docs: Changed image format ( #29658 )
2020-12-07 08:42:10 -08:00
Kyle Brandt
6d64c603c2
Expr: fix failure to execute due to OrgID ( #29653 )
...
* Expr: fix failure to execute due to OrgID
Get orgID from the plugin context, which makes more sense anyways.
makes expressions work again after https://github.com/grafana/grafana/pull/29449 changes.
* Do not save organisation on its alert query model
Co-authored-by: Sofia Papagiannaki <sofia@grafana.com>
2020-12-07 10:30:38 -05:00
Leon Sorokin
fee0d44e5c
GraphNG: rename "points" to "showPoints" ( #29635 )
...
* rename "points" to "showPoints"
* rename ShowPoints enum to PointVisibility
2020-12-07 09:29:34 -06:00
Torkel Ödegaard
874f2fafb2
Expressions: Restore showing expression query editor even if main data source is not mixed ( #29656 )
2020-12-07 15:37:30 +01:00
Ryan McKinley
4e4211965e
GraphNG: time range should match the panel timeRange ( #29596 )
...
* match time range
* less logging
* almost working
* more logging
* more logging
* fix snapshot
* Use layout effect for the time range ref update
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-12-07 14:48:10 +01:00
Tania B
c869ae5791
Support svg embedded favicons in whitelabeling ( #29436 )
...
* Fix favicon embedding in whitelabeling
* Fix formatting
2020-12-07 12:23:53 +02:00
Marcus Olsson
45c6daaf95
Add changelog to docs style guide ( #29581 )
...
* Add changelog to docs style guide
* Fix review comments
2020-12-07 10:35:24 +01:00
Ivana Huckova
589b5e110c
Loki: Retry web socket connection when connection is closed abnormally ( #29438 )
...
* Add retryWhen to Loki socket
* Refactor,
* Add info message after 10 reconnections, remove console log
* Add test
* Specify response in tests
* Check specific lines for content
* Remove unused imports
* Replace AppEvents with console.warn
* Add limit of re-connections
2020-12-07 10:13:57 +01:00
Dominik Prokop
56e7ce6f16
GraphNG: Fix annotations and exemplars plugins ( #29613 )
2020-12-07 09:16:13 +01:00
Emil Hessman
a5e43535b3
Chore: Rewrite tsdb sql engine test to standard library ( #29590 )
...
* Chore: Rewrite tsdb sql engine test to standard library
Signed-off-by: Emil Hessman <emil@hessman.se>
2020-12-07 09:10:33 +01:00
Leon Sorokin
2d156a385b
GraphNG: fix and optimize spanNulls ( #29633 )
...
* fix and optimize spanNulls
* AsZero implies spanNulls = true, to prevent null-scanning
* move spanNulls toggle below fillOpacity
2020-12-06 19:26:00 -06:00
dependabot[bot]
b66bc4a7b1
Build(deps): Bump highlight.js from 10.4.0 to 10.4.1 ( #29625 )
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.4.0...10.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-06 12:24:45 +01:00
Ryan McKinley
752d4ed941
Cloudwatch: session cache should use UTC consistently ( #29627 )
2020-12-04 12:44:16 -08:00
Leon Sorokin
2f92794c94
GraphNG: rename GraphMode to DrawStyle ( #29623 )
2020-12-04 13:08:25 -06:00
Ryan McKinley
a36bd89581
GraphNG: add spanNulls config option ( #29512 )
2020-12-04 10:38:45 -08:00
Ryan McKinley
d59086b2e0
Docs: add docs for concatenate transformer ( #28667 )
2020-12-04 10:25:11 -08:00
Ryan McKinley
716117b7da
Stat/Gauge: expose explicit font sizing ( #29476 )
2020-12-04 10:03:59 -08:00
Leon Sorokin
7236a44a4f
GraphNG: add gaps/nulls support to staircase & smooth interpolation modes ( #29593 )
2020-12-04 08:33:04 -08:00
Peter Holmberg
f9c8d5ab49
grafana/ui: Migrate Field knobs to controls ( #29433 )
...
* migrate knobs to controls
* default value for error
* some fix after review
2020-12-04 17:06:40 +01:00
Ivana Huckova
3018c6a1b1
Prometheus: Fix link to Prometheus graph in dashboard ( #29543 )
...
* Fix Promlink to have href after componentDidMount
* Refactor to hooks and react testing library
* Update
* Update snapshot test
2020-12-04 17:01:43 +01:00
Jack Westbrook
c2e81ab166
Build: Publish next and latest npm channels to Github ( #29615 )
...
* build(npm): publish next and latest packages to github registry
* ci(release): remove redundant commands from release-npm-packages step
* Update scripts/release.star
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* Update scripts/release.star
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-12-04 16:34:03 +01:00
Marcus Olsson
9508656b15
Update broken aliases ( #29603 )
2020-12-04 16:26:59 +01:00
Agnès Toulet
d92beeee3d
API: add ID to snapshot API responses ( #29600 )
...
* API: add ID to snapshot API responses
* API: update snapshot tests
2020-12-04 16:22:58 +01:00
Giordano Ricci
bb45f5fedc
Elasticsearch: Migrate queryeditor to React ( #28033 )
...
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-12-04 14:29:40 +00:00
Torkel Ödegaard
3d6380a0aa
QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid ( #29542 )
...
* Starting moving more stuff into data source picker
* WIP progress
* Progress on datasource picker rethink
* Things are working now some details to figure out
* Removed commented part
* Complex work on getting data source lists
* Fixed variable support showing correct data sources
* Tried fixing dashboard import but failed
* Fixes
* Fixed import dashboard
* Fixed unit test
* Fixed explore test
* Fixed test
* Fix
* fixed more tests
* fixed more tests
* fixed showing which option is default in picker
* Changed query variable to use data source picker, updated tests and e2e
* Fixed more tests
* Updated snapshots, had wrong typescript version
2020-12-04 14:24:55 +01:00
Torkel Ödegaard
c62a0aa4d0
Elastic: Fixes config UI issues ( #29608 )
...
* Elastic: Fixes config UI issues
* Fixed index name input issue
2020-12-04 13:12:14 +01:00
Dominik Prokop
563478ece7
GraphNG: Fix issues with plugins not retrieving plot instance ( #29585 )
...
* Fix issues with plugins not retrieving plot instance
* Review
2020-12-04 12:44:46 +01:00
Arve Knudsen
4e0ad50102
middleware: Make scenario test functions take a testing.T argument ( #29564 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-12-04 11:09:32 +01:00
Jack Westbrook
55d536c6bc
Grafana/ui: Storybook controls understand component types ( #29574 )
...
* feat(grafana-ui): use storybook docgen over webpack config
* chore(grafana-ui): bump storybook to latest (6.1.9)
2020-12-04 10:10:47 +01:00