michael-az
427629b4d5
TablePanel: display multi-line text ( #20210 )
...
* TablePanel: display multi-line text
* Fix tests
2020-01-29 13:18:34 +00:00
Marcus Andersson
ffe0a1f975
Fixed strict errors ( #21823 )
2020-01-29 14:18:06 +01:00
Marcus Andersson
cab082438e
Fix: prevents the BarGauge from exploding when the datasource returns empty result. ( #21791 )
...
* Fixed issue where gauge throw error on empty result.
* Some refactorings to improve the code.
* Added some tests to make sure this doesn't happen again.
2020-01-29 11:40:30 +01:00
Tobias Skarhed
8aed87394d
Select: Fix scroll issue ( #21795 )
2020-01-29 09:08:52 +01:00
Hugo Häggmark
08d330b406
Fix: Fixes user logout for datasourceRequests with 401 from datasource ( #21800 )
2020-01-29 06:24:15 +01:00
Shavonn Brown
0fa20cb231
Azure Monitor: Fix Application Insights API key field to allow input ( #21738 )
...
* Fix update api key input
* update snapshot
2020-01-28 23:47:34 -05:00
Andrej Ocenas
85dad73e9d
Influxdb: Fix cascader when doing log query in explore ( #21787 )
...
* Fix cascader options and add tests
* Add comment
* Fix typo
2020-01-28 18:12:15 +01:00
Marcus Efraimsson
b4570b4996
Devenv: OpenTSDB dashboard ( #21797 )
...
Simple test dashboard for OpenTSDB.
2020-01-28 18:02:33 +01:00
Leonard Gram
20e96a9241
MSI: License for Enterprise ( #21794 )
2020-01-28 16:18:00 +01:00
Marcus Efraimsson
b75412d6ae
OpenTSDB: Add back missing ngInject ( #21796 )
...
Adds back missing ngInject on datasource constructor
to make it work again.
Fixes #21770
2020-01-28 16:17:27 +01:00
sv5d
ae3d25986d
Heatmap: Legend color range is incorrect when using custom min/max ( #21748 )
...
Fix opacity and color scales initializations which took wrong range
arguments (current data min/max instead of custom range min/max).
Fixes #18139
2020-01-28 13:58:28 +01:00
Emil Tullstedt
e95bcc4ba2
Config: add meta feature toggle ( #21786 )
2020-01-28 12:00:07 +01:00
Ivana Huckova
b3bcbcccce
Logs panel: Rename labels to unique labels ( #21783 )
2020-01-28 11:23:22 +01:00
Carl Bergquist
5dbd7c9e58
Add link guide for installing new renderer ( #21702 )
2020-01-28 10:57:55 +01:00
Hugo Häggmark
ea18779781
Chore: Lowers strict error limit ( #21781 )
2020-01-28 10:44:48 +01:00
Hugo Häggmark
9e5eb05769
Chore: Removes Cypress record ( #21782 )
2020-01-28 10:44:28 +01:00
Marcus Efraimsson
d5d5f1858c
Docs: Document configuration of console, file and syslog log formats ( #21768 )
...
Adds missing configuration documentation of the different
log formats; console, file and syslog.
Ref #21765
2020-01-28 10:38:31 +01:00
Hugo Häggmark
2acfbdb768
Annotations: Fixes this.templateSrv.replace is not a function error for Grafana datasource ( #21778 )
2020-01-28 09:41:19 +01:00
Émile Fugulin
be09722d84
Fix typos in the communication documentation ( #21774 )
2020-01-28 09:26:59 +01:00
Hugo Häggmark
044bea0935
Chore: Fixes various strict null errors ( #21763 )
...
* Chore: Removes strict null checks in ReducerTester
* Chore: Fixes strict null errors in ConfigureStore
* Chore: Fixes strict null errors in reducer tests
* Chore: Fixes strict null errors in reducers tests
* Chore: Fixes strict null errors in reducers tests
* Chore: Fixes strict null errors in toggleLogActionsMiddleware
* Chore: Fixes strict null errors in navModelReducer
* Core: Fixes strict null errors in public/app/features/admin/state
* Chore: Fixes strict null errors in public/app/features/dashboard/state/reducers.test.ts
* Chore: Fixes strict null errors in public/app/features/explore/state/reducers.test.ts
* Chore: Fixes strict null errors in public/app/features/datasources/state/reducers.test.ts
* Chore: Fixes strict null errors in public/e2e-test/scenarios/templating/templatevariables-crud.test.ts
* Chore: Fixes strict null errors in public/app/features/dashboard/containers/DashboardPage.test.tsx
2020-01-28 09:13:56 +01:00
Dominik Prokop
6c32a4c0ab
Forms: Allow custom value creation in async select ( #21759 )
2020-01-28 08:38:21 +01:00
Tobias Skarhed
1ad569c470
Chore: bump react-select to 3.0.8 ( #21638 )
...
* Update imports
* Solve compability issues with react-select
* Fix frozen lockfile
* Update snapshots
* Change name to something less general
* Fix proposed changes
* Fix imports
* Fix changes
2020-01-28 07:43:18 +01:00
Ryan McKinley
67c5531961
grafana/data: Add type for secure json in DataSourceAPI ( #21772 )
2020-01-28 07:13:20 +01:00
Andrej Ocenas
c3a19c6d98
Influxdb: Fix issues with request creation and parsing ( #21743 )
2020-01-27 18:21:41 +01:00
kay delaney
7569a8608a
Explore/Loki: Fix handling of legacy log row context request ( #21767 )
...
Closes #21695
2020-01-27 15:45:01 +00:00
Leonard Gram
00fa30f243
6.6.0 latest ( #21762 )
2020-01-27 15:35:35 +01:00
Hugo Häggmark
0e4f7e1d9a
Docs: Updates Changelog for 6.6.0 ( #21753 )
...
* Docs: Adds backendSrv notice
* Update CHANGELOG.md
Co-Authored-By: Leonard Gram <leo@xlson.com>
* Docs: Updates notice placement
* Changelog: v6.6.0
Co-authored-by: Leonard Gram <leo@xlson.com>
2020-01-27 15:10:32 +01:00
Peter Eckel
50993b5dfd
Docs: Update image rendering ( #21650 )
...
This is a small documentation update for the situation that led to
#19842 in the first place. It describes a procedure required to
provide root certificates to the headless Chrome instance used
by the Grafana image renderer plugin.
2020-01-27 13:57:50 +01:00
Samuel Alfageme
261191ffd7
Docs: misc. nitpicks to the HTTP API docs ( #21758 )
...
* Replace bash/json with http in http_api codeblocks
Since http is used elsewhere on the API docs and makes the
markdown rendering look different on the blocks that use bash/json
* Fix the annotations API link on 'Features'
- Noticed the Features/Dashboard Features/Annotations link pointing to
the HTTP API was linking itself instead of '../http_api/annotations.md'.
- Also add a link on Dashboard Export and Import to its HTTP API.
* Add missing links to features in API Index
Noticed there was 3 missing references in the API docs index.
- https://grafana.com/docs/grafana/latest/http_api/playlist
- https://grafana.com/docs/grafana/latest/http_api/datasource_permissions
- https://grafana.com/docs/grafana/latest/http_api/external_group_sync
Last two are Grafana Enterprise -only, so created a separate subsection
for them.
2020-01-27 13:41:15 +01:00
Marcus Andersson
1c0d022ac2
Dashboard: fixes issue with UI not being re-rendered after moving dashboard
2020-01-27 11:30:16 +01:00
Marcus Andersson
4e3ff19689
Dashboard: fixed issues with re-rendering of UI when importing dashboard ( #21723 )
...
* Fixed issues with angular digest and new backendSrv.
* Fixed failing tests.
2020-01-27 11:29:46 +01:00
Marcus Andersson
f46ee12364
Build: Added devenv docker block for testing grafana with traefik.
2020-01-27 11:29:04 +01:00
Sofia Papagiannaki
8f2f07cabf
Update What's new in 6.6 ( #21745 )
...
* APT and YUM repositories
* Add julie's fixes
* Fix links
* Docs: Adds backendSrv notice (#21752 )
* Docs: Adds backendSrv notice
* Update docs/sources/guides/whats-new-in-v6-6.md
* Add links to installation notes
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-01-27 11:11:08 +02:00
Emil Tullstedt
3fabbbff4d
Footer: Display Grafana edition ( #21717 )
...
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-01-27 09:24:44 +01:00
Hugo Häggmark
84ef0ebb17
BackendSrv: Fixes POST body for form data ( #21714 )
...
* BackendSrv: Fixes POST body for form data
Fixes #21688
* Tests: Changes to POST examples
2020-01-27 08:47:27 +01:00
Erik Sundell
5166ffca33
Docs: Update CloudWatch and Stackdriver docs for 6.6 ( #21679 )
...
* Add info about meta data labels
* Add part about auto period calculations in cloudwatch
* Minor adjustments
* Updates after feedback
* Add more context
* Clarify what a metadata label is
2020-01-27 08:35:48 +01:00
Hugo Häggmark
18788727f4
BackendSrv: Adds missing props back to response object in datasourceRequest ( #21727 )
...
* BackendSrv: Adds status, headers, statusText, redirect, type and url back to response
Fixes #21662
* BackendSrv: Adds request object back to datasourceRequest response
Fixes #21662
2020-01-27 07:25:24 +01:00
Andrej Ocenas
0fda3c4f44
Explore: Fix context view in logs, where some rows may have been filtered out. ( #21729 )
...
* Fix timestamp formats and use uid to filter context rows
* Remove timestamps from tests
2020-01-26 23:13:56 +01:00
Ryan McKinley
ed140346a7
Toolkit: add canvas-mock to test setup ( #21739 )
2020-01-25 08:11:08 -08:00
Tobias Skarhed
751eb2c8bb
TablePabel: Sanitize column link ( #21735 )
2020-01-25 16:59:58 +01:00
Arve Knudsen
089162b0be
Docs: Fix getting started links on Windows installation page ( #21724 )
2020-01-24 19:33:11 +01:00
Leonard Gram
90f552b6b6
Docs: Enterprise 6.6 ( #21666 )
...
* Docs: gitlab team-sync documented correctly
* docs: initial docs for whitelabeling
* Docs: enterprise repositories
* Docs: rpm enterprise install
* Docs: re-structured the rpm install page to be more similar to the deb page
* Docs: responded to review feedback
* Docs: recommends the enterprise edition
* Update docs/sources/installation/debian.md
2020-01-24 16:33:59 +01:00
Tobias Skarhed
4c41d7e7fb
Template vars: Add error message for failed query var ( #21731 )
2020-01-24 15:55:36 +01:00
Andrej Ocenas
39f7cff7c7
Loki: Refactor editor and syntax hooks ( #21687 )
2020-01-24 15:07:45 +01:00
Torkel Ödegaard
b28eac2626
Devenv: Fixed devenv dashboard template var datasource ( #21715 )
2020-01-24 12:36:09 +01:00
Torkel Ödegaard
198f561541
Footer: added back missing footer to login page ( #21720 )
2020-01-24 12:35:54 +01:00
Marcus Efraimsson
63a912629d
Admin: Viewer should not see link to teams in side menu ( #21716 )
...
Fixes so that viewers don't see a link to teams in side menu when
editors_can_admin setting is enabled.
2020-01-24 12:00:52 +01:00
Dominik Prokop
d9e1cb44c8
Annotations: Fix issue with annotation queries editors ( #21712 )
2020-01-24 10:55:54 +01:00
Dominik Prokop
5e87af8b2a
grafana/ui: Remove path import from grafana-data ( #21707 )
2020-01-24 10:02:11 +01:00
Ivana Huckova
e75840737e
Loki: Fix Loki with repeated panels and interpolation for Explore ( #21685 )
2020-01-24 09:50:09 +01:00