Tobias Skarhed
62e1e78fbe
DatatLinks: Fix open in new tab state mismatch ( #25826 )
2020-06-25 14:54:34 +02:00
Dominik Prokop
e4642de505
Update latest.json(7.0.4) ( #25833 )
2020-06-25 14:22:48 +02:00
Tobias Skarhed
6d8d0a6ba6
Template variable filters: Hide overflowing text ( #25801 )
...
* Add a span as a flex item
* Add max-width
* Removed old angular directive remnant
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-06-25 14:18:33 +02:00
Mohit Nain
564a34a9c8
Update docs/sources/variables/templates-and-variables.md ( #25829 )
...
* Update docs/sources/variables/templates-and-variables.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-25 12:54:21 +02:00
Dominik Prokop
657dc612d5
Update changelog (7.0.4) ( #25823 )
2020-06-25 12:25:12 +02:00
Emil Tullstedt
112c28033d
Provisioning: Apply settings expanders ( #25692 )
...
* Provisioning: Apply settings expanders
Adds support for the variable expanders introduced to the configuration file in #25075 to provisioning.
* Update pkg/services/provisioning/values/values_test.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update pkg/services/provisioning/values/values.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Provisioning: Handle errors when expanding JSON maps
2020-06-25 12:04:42 +02:00
Ivana Huckova
9a6bf88020
Explore/Loki: Fix context menu log line highlighting ( #25731 )
...
* Add stopPropragation to context
* Remove redundant stopPropagation from header
* Format comment
2020-06-25 11:14:19 +02:00
Peter Davids
5ab38e9409
Dashboard: fix promql query editor resolution field's position to prevent overflow ( #25566 )
...
* GraphPanel: fix promql query editor resolution field's max height to prevent overflow
* fix test
* move menuPlacement to bottom instead
2020-06-25 10:52:18 +02:00
Arve Knudsen
935d6b0ce1
Build: Let building of Go code work even if $GOPATH isn't set ( #25805 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-25 08:38:17 +02:00
Hugo Häggmark
6e3e9b7c39
Templating: fixes variables not being interpolated after dashboard refresh ( #25698 )
...
* Templating: Moves global variables from TemplateSrv to Redux
* Refactor: renamed to meta
* Tests: fixed broken tests
* Chore: reduces strict null errors
* renamed meta variabel to system variable.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-06-25 07:38:55 +02:00
Mohit Nain
69eb5afdf7
Docs: Typo correction ( #25791 )
...
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-25 01:45:22 +02:00
Ilya Stoliar
8ca28de305
CloudWatch: Added AWS ServiceCatalog metrics and dimensions ( #25812 )
2020-06-25 01:26:41 +02:00
Ryan McKinley
f59d7acee6
Arrow DataFrame: cast BigInt/UInt to numbers ( #25811 )
2020-06-24 14:50:24 -07:00
Ryan McKinley
629ce6897d
Azure Logs: use executedQueryString in metadata ( #25755 )
2020-06-24 14:24:30 -07:00
Ryan McKinley
fda9b1f089
InfluxDB: add executedQueryString metadata for InfluxQL ( #25786 )
2020-06-24 13:52:46 -07:00
Zoltán Bedi
271cc67038
Data: Prefix trace types in data package ( #25810 )
2020-06-24 20:58:42 +02:00
Tobias Skarhed
615b000acd
Tab: Make active tab clickable and add hyperlink functionality ( #25546 )
...
* onChangeTab for active tab and pointer mouse
* Add anchor element to tab
* Make a strict 'anchor' mode
* Add short docs
* Apply suggestions from code review
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* Fix nits
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-06-24 16:58:40 +02:00
Arve Knudsen
e8e280c83e
Google OAuth Docs: Fix typos ( #25790 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-24 15:46:31 +02:00
Mohit Nain
2cd569219b
Docs: Suggesting few changes to the document ( #25435 )
...
* Suggesting few changes to the document
* Update docs/sources/panels/visualizations/heatmap.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/visualizations/heatmap.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-24 06:37:37 -07:00
Dominik Prokop
a8b660d919
Improve yarn start output ( #25773 )
2020-06-24 14:37:36 +02:00
Tobias Skarhed
d3299796f5
Migration: Settings forms ( #24741 )
...
* Migrate shared preferences
* Remove unused import
* Migrate org name form
* Update TeamSettings
* Convert user settings
* Fix inital default values
* Update snapshots
* Fix CI errors
* Fix failing Ci
* Update snapshots
* Large spacing
* Move use Form for OrgSettings and add FieldSet
* Remove snapshots
* Add snapshots
* Remove unused prop
2020-06-24 10:55:39 +02:00
Ilya Stoliar
1e38a24b88
CloudWatch: Added AWS MediaStore metrics and dimensions ( #25492 )
...
* CloudWatch: Added AWS MediaStore metrics and dimensions
* Camel case dimensions
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-06-24 11:06:57 +03:00
Ivana Huckova
f704d103bb
Rich history: Updates for default settings and starred queries deletion ( #25732 )
...
* Update show only queries for current data source to true
* Add confirmation modal when deleting starred queries
2020-06-24 09:50:46 +02:00
Torkel Ödegaard
b7d26b12dd
Templating: Fix searchFilter issue in templating system ( #25770 )
2020-06-24 08:36:03 +02:00
Ryan McKinley
f16bf361d3
InfluxDB: improve test response ( #25785 )
2020-06-23 16:30:07 -07:00
Alexander Tymchuk
57f994712e
Fix: typo in the Delete sub-header ( #25781 )
2020-06-23 14:55:14 -07:00
Mohit Nain
7b95984ad1
Docs: Suggesting few changes ( #25774 )
...
* Suggesting few changes
* Update docs/sources/features/explore/index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/features/explore/index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-23 12:39:15 -07:00
Diana Payton
297a4ddd22
Docs: Update jaeger.md ( #25634 )
...
* Update jaeger.md
* Update jaeger.md
* Update docs/sources/features/datasources/jaeger.md
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana <ivana.huckova@gmail.com>
2020-06-23 12:12:07 -07:00
Diana Payton
a1aeb4b50d
Docs: Updated links ( #25777 )
2020-06-23 12:11:30 -07:00
Marcus Efraimsson
5d1508ed8c
Instrumentation: Fix setting Jaeger tracing address through Grafana config ( #25768 )
...
Upgrades jaeger-client-go to v2.24.0 to resolve problem with setting Jaeger tracing
address through Grafana config.
Fixes #25563
2020-06-23 19:23:49 +02:00
Diana Payton
78996516af
Docs: Update configuration.md ( #25707 )
...
* Update configuration.md
* moved configuration.md to administration folder
* updated links
* Added quota section
* Update upgrading.md
* Update configuration.md
* Update configuration.md
* Update configuration.md
* Updating links
* Update configuration.md
* Update configuration.md
* Update configuration.md
Reworked the security options
* Update configuration.md
* Update configuration.md
* Update provisioning.md
* Update provisioning.md
* Update configuration.md
* Update configuration.md
* Update docs/sources/administration/configuration.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-23 09:56:44 -07:00
Peter Holmberg
4463b18ff5
Panel Edit: Clicking twice on a visualization closes the VizPicker ( #25739 )
...
* initial things
* recreate old behaviour
* adding guide to tooltip
* update text
* fix typings on render prop
* use conditional children
2020-06-23 18:20:08 +02:00
Arve Knudsen
e998f6e855
Chore: Remove es-check as dev dependency ( #25772 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-23 18:08:23 +02:00
Arve Knudsen
ba6aefb6ec
CircleCI: Upgrade build pipeline tool ( #25741 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-23 17:10:52 +02:00
dependabot[bot]
19779bb961
Build(deps): Bump websocket-extensions from 0.1.3 to 0.1.4 ( #25419 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-23 16:24:04 +02:00
Tobias Skarhed
f5de4f1fb1
ForgottenPassword: Move view to login screen ( #25366 )
...
* Add forgot password to login screen
* Add ForgottenPassword component
* Add spacing
* Generate new emails and handle resetCode
* Fix animation and small UX issues
* Extract LoginLayout and add route for reset mail
* Reset email template
* Add ChangePasswordPage
* Remove resetCode
* Move style into variable
* Fix strict null
2020-06-23 16:17:54 +02:00
Alex Khomenko
1bde4de827
Grafana UI: Unbind graph only if initialised ( #25762 )
2020-06-23 10:43:19 +03:00
Ryan McKinley
46df05fd9d
InfluxDB: flux query editor cleanup ( #25753 )
2020-06-22 16:36:58 -07:00
Ryan McKinley
740a9ad5f9
InfluxDB: support aggregate results ( #25726 )
2020-06-22 13:44:41 -07:00
Ryan McKinley
8d1ed33e20
InfluxDB: different config UI for 1x vs 2x ( #25723 )
2020-06-22 13:03:34 -07:00
Torkel Ödegaard
0797fe88a1
Units: Custom unit suffix and docs for custom units ( #25710 )
...
* Units: Custom units updates and docs
* Fixed codespell
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-22 21:30:37 +02:00
Ryan McKinley
0c61ff7672
DataSourceWithBackend: remove unused function ( #25727 )
2020-06-22 10:27:02 -07:00
Ryan McKinley
05ed781184
InfluxDB: use released client 1.3.0 ( #25725 )
2020-06-22 10:19:26 -07:00
Agnès Toulet
b5b019dfcf
Notifications: fix reply-to option for emails ( #25748 )
2020-06-22 18:56:49 +02:00
Carl Bergquist
703f728c0c
Dashboards: Make path to default dashboard configurable ( #25595 )
...
Closes #25463
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-22 18:00:39 +02:00
Marcus Efraimsson
cc95754e0d
Provisioning: Adds support for enabling app plugins ( #25649 )
...
Adds support for enabling app plugins using provisioning.
Ref #11409
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-22 17:49:13 +02:00
Diana Payton
602dd1e226
Docs: Update time-range-controls.md ( #25745 )
2020-06-22 08:30:02 -07:00
Marcus Efraimsson
58cefe73ee
Datasources: Handle URL parsing error ( #25742 )
...
Adds handling of error returned from URL parsing.
Fixes #25714
2020-06-22 16:34:40 +02:00
Zoltán Bedi
c16890c22d
Chore: use fork-ts-checker plugin for eslint check ( #25631 )
...
* Use fork-ts-checker for eslint check
* Fix lint issue
* Add packages to lint
* Add comments to webpack configs
2020-06-22 16:15:29 +02:00
Torkel Ödegaard
95d53f03a0
Explore: Use merge transform instead of DataFrame -> Table -> Merge -> toDataFrame ( #25694 )
2020-06-22 15:30:16 +02:00