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
Josh Soref
eb734a2f6e
Chore: spelling - ui ( #24435 )
2020-06-22 15:02:58 +02:00
Kaveet Laxmidas
b5b1b9d64e
Docs: Fix broken link to Slack documentation ( #25720 )
...
This change fixes a link broken due to link formatting on the docs.
The issue is present here, in the last sentence: https://grafana.com/docs/grafana/latest/alerting/notifications/#slack
2020-06-22 11:18:33 +02:00
Philipp Trulson
b8d49999b7
Units: Match 'length' case with other categories ( #25702 )
2020-06-22 08:36:08 +02:00
kay delaney
3b383149db
CloudWatch Logs: Adds template variable support to log groups ( #25604 )
...
* CloudWatch Logs: Adds template variable support to log groups
Closes #25099
2020-06-18 15:54:29 +01:00
Alex Khomenko
47a2ee5b24
Grafana UI: Apply disabled styles to LinkButton ( #25693 )
...
* Grafana UI: Apply disabled styles to LinkButton
* Grafana UI: Add disabled knob
2020-06-18 16:22:57 +03:00
Dominik Prokop
e5d21461a0
Refactor panel inspector ( #24480 )
...
* Inspect: Should not subscribe to transformed data
* PQR- allow controll whether or not field overrides and transformations should be applied
* UI for inspector data options
* fix
* Null check fix
* Refactor PanelInspector
* TS fix
* Merge fix
* fix test
* Update public/app/features/dashboard/components/Inspector/InspectDataTab.tsx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
* review batch 1
* Update API of usePanelLatestData
* css
* review batch 2
* Update usePanelLatestData hook
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
2020-06-18 14:31:30 +02:00
Richard Hartmann
4a30c65a5e
Docs: Fix broken link ( #25664 )
...
Signed-off-by: Richard Hartmann <richih@richih.org>
2020-06-18 14:08:26 +02:00
Kyle Brandt
36fd746c5d
Influx/flux: include interpolated query with error ( #25665 )
...
with execution errors, return a Frame that has Meta.ExecutedQueryString.
2020-06-18 07:45:55 -04:00
Hugo Häggmark
e2ba0731e2
Chore: Upgrades jQuery and @types/jQuery ( #25651 )
...
* Chore: upgrades jQuery and @types/jQuery
* Chore: reduce strict null errors
* Fixed issue in graphite func editor
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-06-18 11:35:11 +02:00
Alexander Zobnin
eb792490d6
Types: add reportGrid to the feature toggles ( #25689 )
...
* Types: add reportGrid to the feature toggles
* Chore: add reportGrid to the default config
2020-06-18 12:28:41 +03:00
Agnès Toulet
4853770db3
Datasources: add new tab and feature toggle ( #25663 )
...
* Datasources: add insights tab
* Config: add feature flag
2020-06-18 09:37:13 +02:00
kay delaney
1479786fb8
Datasource/Influx: Fixes issue where toggling editor mode would cause error ( #25660 )
...
Closes #25659
2020-06-18 09:27:27 +02:00
Steven Vachon
5b5b247cb1
@grafana/e2e: improvements ( #25677 )
...
* Minor changes
* Fixed data source selection issue
… where it appeared as though the wrong one was selected
* Fixed “executing a canceled action” issue
... thrown from RxJS
2020-06-17 15:39:39 -04:00
Diana Payton
cf109df887
Docs: Update overview.md ( #25672 )
...
Updated a link.
2020-06-17 11:15:41 -07:00
Arve Knudsen
ea2bb7036c
Auth proxy: Ignore stale cache entries ( #23979 )
...
* Auth proxy: Retry without cache if failing to get user
2020-06-17 18:43:16 +02:00
Torkel Ödegaard
491b8680f7
Footer: Add back footer to login page ( #25656 )
2020-06-17 14:33:09 +02:00
Alex Khomenko
157e54067d
Docs: Remove GrafanaCONline info from readme ( #25655 )
2020-06-17 12:57:40 +02:00
Torkel Ödegaard
d6ed8c522c
Dashboard: Redirects for old edit & view panel urls ( #25653 )
2020-06-17 12:51:41 +02:00
Ryan McKinley
d1b230f84a
Chore: upgrade to Typescript 3.9.3 ( #25154 )
...
* upgrade to typescript 3.9.3
* Fix errors that surfaced with update
* Null check fixs
* FIx null checks
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-06-17 12:26:01 +02:00
Arve Knudsen
d352c213b3
API: Recognize MSSQL data source URLs ( #25629 )
...
* API: Recognize MSSQL URLs
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Move MSSQL URL validation into mssql package
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-17 11:17:11 +02:00
Sofia Papagiannaki
e6a5e88054
Stackdriver: Fix creating Label Values datasource query variable ( #25633 )
2020-06-17 12:05:06 +03:00
Lukas Siatka
7b7000c5bc
Explore: updates ExploreItemState type, reduces strict null errors count to 702 ( #25250 )
...
* Chore: changes null values to undefined in explore reducer
* Chore: changes sortLogsResult param type from null to undefined
* Chore: changes null values to undefined in explore reducer
* Chore: updates strict null errors count
* Revert "Chore: changes null values to undefined in explore reducer"
This reverts commit b82d841611
.
* Revert "Chore: changes sortLogsResult param type from null to undefined"
This reverts commit 21073b5d30
.
* Revert "Chore: changes null values to undefined in explore reducer"
This reverts commit 798559688c
.
* Chore: updates ExploreItemState type
* Chore: updates initial ExploreItemState in Explore reducer
* Chore: updates strict null errors count to 699
* Chore: changed ExploreMode and Emitter type in ExploreStateItem
* Revert "Chore: changed ExploreMode and Emitter type in ExploreStateItem"
This reverts commit 7e0e2027fc
.
2020-06-17 10:08:19 +02:00
Marcus Efraimsson
03f7fd0527
Elasticsearch: Support using a variable for histogram and terms min doc count ( #25392 )
...
Support using a variable for histogram and terms min doc count.
This is an addition to #21064 .
Ref #21052
Ref #21064
2020-06-17 10:04:38 +02:00
Arve Knudsen
048f6f5301
CircleCI: Upgrade Grafana build image ( #25624 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-17 09:53:39 +02:00
Carl Bergquist
4949869356
add richih to governance ( #25537 )
2020-06-17 09:34:20 +02:00
Hugo Häggmark
c7be689b0c
Chore: cleans up unused files ( #25647 )
2020-06-17 09:21:38 +02:00
Alexandre de Verteuil
0fa096e0d4
Docs: Quick fix on default license_path in docs ( #25641 )
2020-06-17 07:53:28 +02:00
Emil Tullstedt
80e9546cec
Settings: Add setting for hiding version number for anonymous users ( #24919 )
...
* Settings: Add setting for hiding version number for anonymous users
Fixes #12925
* Hide version string from footer when unavailable
* Settings: Test frontend settings with hide version for anonymous users
* Settings: Add hide version variable to frontend settings
* Make AnonymousHideVersion non-global
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Settings: Improve test neighbor friendliness, reset state before and after
* Settings: Use T.Cleanup
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-17 07:39:50 +02:00
Richard Hartmann
370791d50b
Add WORKFLOW.md ( #25461 )
...
Add WORKFLOW.md
Signed-off-by: Richard Hartmann <richih@richih.org>
2020-06-16 20:47:08 +02:00
Steven Vachon
fe74abfaae
@grafana/e2e: improvements ( #25610 )
...
* Added dependency for attaching files to forms
* Fixed closing of panel options
* Updated lockfile
2020-06-16 12:42:35 -04:00
Torkel Ödegaard
2288609195
Dashboard: Refactor container css to use flex for height instead of calc ( #24009 )
...
* Dashboard: Ability to hide dashboard toolbar
* Updated snapshot
2020-06-16 16:33:25 +02:00
Sofia Papagiannaki
fefbbc65a8
Auth: Add support for forcing authentication in anonymous mode and modify SignIn to use it instead of redirect ( #25567 )
...
* Forbid additional redirect urls
* Optionally force login in anonymous mode
* Update LoginCtrl page to ignore redirect parameter
* Modify SignIn to set forceLogin query instead of redirect
* Pass appUrl to frontend and use URL API for updating url query
* Apply suggestions from code review
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix SignIn test
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-06-16 16:33:44 +03:00