Alex Khomenko
64a1003a28
Add missing callback dependency ( #30797 )
2021-02-02 09:17:11 +02:00
Hugo Häggmark
179f35a537
PanelLibrary: Adds library panel meta information to dashboard json ( #30770 )
2021-02-02 06:25:35 +01:00
dependabot[bot]
07e7f47d62
Chore(deps): Bump gonum.org/v1/gonum from 0.6.0 to 0.8.2 ( #30343 )
...
Bumps gonum.org/v1/gonum from 0.6.0 to 0.8.2.
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 19:13:06 +01:00
dependabot[bot]
c7975f9617
Chore(deps): Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 ( #30771 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 19:09:04 +01:00
Ryan McKinley
fcac59107c
GraphNG: improve behavior when switching between solid/dash/dots ( #30796 )
2021-02-01 10:05:31 -08:00
dependabot[bot]
896d3328b6
Chore(deps): Bump github.com/hashicorp/go-hclog from 0.14.1 to 0.15.0 ( #30778 )
...
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog ) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/hashicorp/go-hclog/releases )
- [Commits](https://github.com/hashicorp/go-hclog/compare/v0.14.1...v0.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 19:04:59 +01:00
Ivana Huckova
76f77f86c5
Add width for Variable Editors ( #30791 )
2021-02-01 16:47:41 +01:00
Marcus Efraimsson
13ce811fab
Chore: Remove warning when calling resource ( #30752 )
...
Fixes so that the warning WARN Failed to close
stream logger=plugins.backend err="cannot
close a closed stream" is not logged every
time calling a resource.
2021-02-01 16:11:13 +01:00
Will Browne
3b7b49a4aa
Auth: Use SigV4 lib from grafana-aws-sdk ( #30713 )
...
* replace with lib
* remove test + apply feedback
2021-02-01 16:07:27 +01:00
Hugo Häggmark
08eee87148
Panels: Fixes so panels are refreshed when scrolling past them fast ( #30784 )
2021-02-01 15:06:46 +01:00
Dominik Prokop
820866e425
GraphNG: add bar alignment option ( #30499 )
...
* GraphNG: add bar alignment option
* Fix builders
2021-02-01 14:54:10 +01:00
Sofia Papagiannaki
2f394a219b
Expressions: Measure total transformation requests and elapsed time ( #30514 )
...
* Measure transformation number and elapsed time
* Change histogram to summary
* Apply suggestions from code review
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2021-02-01 15:48:02 +02:00
Torkel Ödegaard
a3d765830e
Menu: Mark menu components as internal ( #30740 )
...
* Menu: Mark menu components are internal
* Update
* minor fix
2021-02-01 13:41:36 +01:00
Danny Kopping
e008749007
Removing large debug binary ( #30538 )
...
Signed-off-by: Danny Kopping <danny.kopping@grafana.com >
2021-02-01 14:30:28 +02:00
Uchechukwu Obasi
2552fdb730
TableInputCSV: migrated styles from sass to emotion ( #30554 )
...
* TableInputCSV: migrated styles from sass to emotion
* placed the getSyles function at the end of the file
* made some changes
* fixes small nit
* fixes small nit
* replaced classNames with emotions cx function
* Replaced textarea with TextArea component
* updated some changes
* removed return type annotation
* fixed small import nit
2021-02-01 11:46:47 +01:00
Torkel Ödegaard
561a0a2995
CDN: Fix passing correct prefix to GetContentDeliveryURL ( #30777 )
2021-02-01 11:00:53 +01:00
dependabot[bot]
27f5d482d1
Chore(deps): Bump gopkg.in/ini.v1 from 1.57.0 to 1.62.0 ( #30772 )
...
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini ) from 1.57.0 to 1.62.0.
- [Release notes](https://github.com/go-ini/ini/releases )
- [Commits](https://github.com/go-ini/ini/compare/v1.57.0...v1.62.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 10:25:35 +01:00
Torkel Ödegaard
c04bc805b5
CDN: Adds support for serving assets over a CDN ( #30691 )
...
* CDN: Initial poc support for serving assets over a CDN
* Minor fix
* added build path and test
* fix lint error
* Added edition to cdn path
* Move master builds to a separate path
* Added error handling for the url parsing, changed setting name, and added docs
* Updated sample.ini
* Some property renames
* updated
* Minor update to html
* index template improvements
* Update docs/sources/administration/configuration.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/administration/configuration.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Added ContentDeliveryPrefix to Licence service
* updated docs
* Updated test mock
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-02-01 10:13:09 +01:00
Torkel Ödegaard
a8a3e02699
PanelEdit: Trigger refresh when changing data source ( #30744 )
2021-01-31 07:32:20 +01:00
大可
e0356f7b13
Chore: remove __debug_bin ( #30725 )
2021-01-29 13:49:20 -08:00
Ryan McKinley
26b168f7eb
BarChart: add alpha bar chart panel ( #30323 )
2021-01-29 12:52:52 -08:00
Diana Payton
c4381905e5
Docs: Time series panel ( #30690 )
...
* Create _index.md
* Update standard-field-options.md
* added content
* added content
* Update create-line-graphs.md
* Update create-line-graphs.md
* Create create-bar-graphs.md
* Update create-line-graphs.md
* created scatter plot graphs topic
* Update create-scatter-plot-graphs.md
* Update create-bar-graphs.md
* Update create-scatter-plot-graphs.md
* Update create-line-graphs.md
* Update create-bar-graphs.md
* Update create-scatter-plot-graphs.md
* added links and content
* added links
* Update change-axis-display.md
* renamed files
* Update whats-new-in-v7-4.md
* Update graph-time-series-as-lines.md
* Updated names and verbiage
* Update _index.md
* Update _index.md
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update graph-time-series-as-bars.md
* Update graph-time-series-as-lines.md
* Update graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-01-29 09:43:29 -08:00
Marcus Efraimsson
043d6cd584
Backend Plugins: Convert test data source to use SDK contracts ( #29916 )
...
Converts the core testdata data source to use the SDK contracts and by that
implementing a backend plugin in core Grafana in similar manner as an external one.
Co-authored-by: Will Browne <will.browne@grafana.com >
Co-authored-by: Marcus Efraimsson <marefr@users.noreply.github.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2021-01-29 18:33:23 +01:00
Diana Payton
b838125ef7
Docs: Update whats-new-in-v7-4.md ( #30747 )
2021-01-29 08:59:48 -08:00
achatterjee-grafana
713b6a3a18
Add link to Elasticsearch docs. ( #30748 )
2021-01-29 11:59:09 -05:00
Torkel Ödegaard
5e37361182
Mobile: Fixes issue scrolling on mobile in chrome ( #30746 )
2021-01-29 17:55:11 +01:00
Andreas Opferkuch
7d4c51459f
TagsInput: Make placeholder configurable ( #30718 )
...
PLUS
- width prop isn't actually used and thus might give users of this component the wrong idea, so I removed it from the type (and in `DataSourceHttpSettings`)
- Added storybook props table
2021-01-29 17:19:15 +01:00
Tania B
8bf09161fb
Docs: Add config settings for fonts in reporting ( #30421 )
...
* Docs: Add config settings for fonts in reporting
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Move examples into values
* Update enterprise-configuration.md
* Update font style names to use lowercase
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-01-29 18:01:32 +02:00
achatterjee-grafana
1e1335e2b1
Add menu.yaml to .gitignore ( #30743 )
2021-01-29 10:42:53 -05:00
Vicky Lee
b8dd50c297
bump cypress to 6.3.0 ( #30644 )
...
* bump cypress to 6.3.0
* fix inspect-drawer spec
* fix panelEdit_base spec
* fix select-focus spec
* Apply suggestions from code review
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com >
* add be.visible assertion to new-query-variable spec to avoid flakiness
* increase waits in new-query-variable spec to avoid flakiness
* increase waits in new-query-variable spec by another 500
* remove be.visible assertion added before
* Chore: trying to fix flakiness
* skip the new-variable-query e2e test
* Chore: refactor so we might avoid flakiness
* Revert "skip the new-variable-query e2e test"
This reverts commit 203c1875c2 .
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com >
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
2021-01-29 15:01:50 +00:00
Marcus Efraimsson
f62eb28f3e
Datasource: Use json-iterator configuration compatible with standard library ( #30732 )
...
This will make sure that any map keys in JSON is ordered in /api/ds/query response.
2021-01-29 15:31:19 +01:00
Torkel Ödegaard
9407cdd51c
AlertingNG: Update UX to use new PageToolbar component ( #30680 )
...
* AlertingNG: Update UX to use new PageToolbar component
* Removed unused imports
2021-01-29 15:02:01 +01:00
Agnès Toulet
57ceae257a
Docs: Add usage insights export feature ( #30376 )
...
* Docs: Add usage insights export feature
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update presence-indicator.md
* Apply PR feedback
* Improve "dashboard search" doc
* Docs: fixes and fill export-logs last section
* apply PR feedback
* Update what's new
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* consistent feature naming
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update enterprise-configuration.md
* Update license-expiration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-01-29 14:59:30 +01:00
Dan Cech
06061c8741
skip symlinks to directories when generating plugin manifest ( #30721 )
2021-01-29 08:51:37 -05:00
Arve Knudsen
52a8f2bf7e
PluginCiE2E: Upgrade base images ( #30696 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com >
2021-01-29 10:26:29 +01:00
Hugo Häggmark
8744ad361b
Variables: Fixes so text format will show All instead of custom all ( #30730 )
2021-01-29 09:24:25 +01:00
Hugo Häggmark
0b1f5c5e32
PanelLibrary: better handling of deleted panels ( #30709 )
2021-01-29 06:11:13 +01:00
achatterjee-grafana
2028f89c4e
Added section "Curated dashboards for Google Cloud Monitoring" for 7.4 What's New ( #30724 )
...
* Added content for what's new, removed one duplicate line from preconfigured-cloud-monitoring topic
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-01-28 18:27:49 -05:00
achatterjee-grafana
507dc436cb
Added "curated dashboards" information and broke down, rearranged topics. ( #30659 )
...
* Change to introduction section.
* Checkin changes.
* Check in changes.
* Updated heading levels for better readability.
* Checkin changes.
* Broke down topic and fixed relrefs. Also, resized images.
* Added one more relref from preconfig dashboards to main topic.
* Adding Eric's changes.
* Added alias.
* Updated alias with correct syntax, also updated description typo for "Preconfigured dashboards"s
* Checking in changes from Diana.
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* One last change.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-01-28 17:09:26 -05:00
Ryan McKinley
db9a8bf04a
Transform: improve the "outer join" performance/behavior ( #30407 )
2021-01-28 14:00:28 -08:00
Besart Berisha
3390c6a852
Add alt text to plugin logos ( #30710 )
2021-01-28 21:39:06 +01:00
achatterjee-grafana
69a2279bf6
Deleted menu.yaml file ( #30717 )
2021-01-28 13:24:59 -05:00
Divyam Bhasin
1c73ea1731
Dashboard: Top Share URL icon should share panel URL when on viewPanel page ( #30000 )
2021-01-28 18:27:28 +01:00
achatterjee-grafana
1a37ba24d3
Added entry for web server. ( #30715 )
2021-01-28 11:37:14 -05:00
Alex Khomenko
e36b035c05
DashboardPicker: switch to promise-based debounce, return dashboard UID ( #30706 )
...
* Use uid in dashboard picker
* Set both id and uid from picker
* Use debounce-promise
* Simplify logic
* Use exact package versions
2021-01-28 16:57:57 +02:00
Ivana Huckova
78433032ab
Use connected GraphNG in Explore ( #30707 )
2021-01-28 13:58:02 +01:00
Fabien Wernli
af6893e41d
Fix documentation for streaming data sources ( #30704 )
...
The added code is now mandatory since 7.4.x
See https://github.com/grafana/grafana/issues/30686
2021-01-28 13:35:49 +01:00
Hugo Häggmark
0a8eae2c12
PanelLibrary: changes casing of responses and adds meta property ( #30668 )
...
* PanelLibrary: changes casing of responses and adds meta property
* Chore: updates comments
* Chore: updates after PR comments
* Chore: changes casing of orgId
2021-01-28 12:36:28 +01:00
David
1bdd3eb3dd
Influx: Show all datapoints for dynamically windowed flux query ( #30688 )
2021-01-28 11:36:17 +01:00
Zoltán Bedi
4147c3b907
Trace: trace to logs design update ( #30637 )
...
* Add new icon to custom icons
* Show button in span detail
2021-01-28 11:32:02 +01:00