Emil Tullstedt
504b786141
Setting: Add docs for option variable expansion ( #25508 )
...
Docs for #25075
2020-06-26 13:32:05 +02:00
Marcus Andersson
9421ae93f8
adding missing namedExport for lodash. ( #25857 )
2020-06-26 11:18:32 +02:00
Eder Nucci
c22940fe35
MSSQL: Fix parsing of uniqueidentifier type ( #25751 )
...
Closes #17084
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-26 10:11:43 +02:00
Emil Tullstedt
4422ba0f2d
Units: add base-pascals and rotational speed units ( #22879 )
...
* Units: Add base-Pascals and rotational speed units
* Units: Upper-case first letter in Length
* Units: Fix id of degrees per second
2020-06-26 10:02:23 +02:00
Peter A. Bigot
0e845f2bbe
Units: add new unit for duration, it is optimized for displaying days, hours, minutes and seconds. ( #24175 )
2020-06-26 10:00:57 +02:00
Marcus Andersson
1abbb477cf
TimeZone: unify the time zone pickers to one that can rule them all. ( #24803 )
...
* draft on a unified TimeZonePicker.
* most of the data structures is in place.
* wip.
* wip.
* wip: timezone selector in progress.2
* fixed so we have proper data on all timezones.
* started to add timezone into time picker.
* addeing time zone footer.
* footer is working.
* fixed so we use the timeZone picker in shared preferences.
* Added so we can change timeZone from picker.
* did some styling changes.
* will update timezone on all places that we need to update it.
* removed console.log
* removed magic string.
* fixed border on calendar.
* ignoring eslint cache.
* cleaned up the code a bit.
* made the default selectable.
* corrected so the behaviour about default works as expected.
* excluded timezone from change tracker.
* revert so default will always be the intial value.
* default will always fallback to the one in the config.
* do the country mapping on startup.
* fixed nit.
* updated snapshots for timepicker.
* fixed build errors.
* updating so snapshot tests is in sync.
* removed Date.now from prop since it will change each run in the snapshot tests.
* fixed so e2e tests works as before.
* moved files into separate folders.
2020-06-26 09:08:15 +02:00
Arve Knudsen
084542a006
Chore: Consolidate on golangci-lint ( #25834 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-26 08:46:08 +02:00
Steven Vachon
10715a1c79
@grafana/e2e: added tests ( #25836 )
...
* Use at least cypress@4.9
... which has [arguably] better TypeScript definitions
* Updated lockfile
* Added tests for CLI and API
* Minor changes
2020-06-25 13:17:45 -04:00
Kyle Brandt
bc9c53389c
Azure: Split insights into two services ( #25410 )
...
Azure Application Insights Analytics is no longer accessed by the edit button from within the Application Insights service. Instead, there is now an Insights Analytics option in the Service drop down.
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-06-25 12:48:18 -04:00
Bruce Sherrod
af0c73720e
fix performance issue in processHistogramLabels() ( #25813 )
2020-06-25 17:51:42 +02:00
Marcus Andersson
7f587b209f
removed the event listener on will unmount instead of adding it again. ( #25844 )
2020-06-25 17:04:43 +02:00
Arve Knudsen
8f66f5b1ca
CircleCI: Install Google Cloud SDK from versioned archive ( #25843 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-25 16:56:54 +02:00
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