Index: infrastructure/db/user.list
===================================================================
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.358
diff -u -p -u -p -r1.358 user.list
--- infrastructure/db/user.list 23 Jan 2020 00:36:56 -0000 1.358
+++ infrastructure/db/user.list 3 Mar 2020 23:29:01 -0000
@@ -355,3 +355,4 @@ id user group port
845 _snmpexporter _snmpexporter sysutils/snmp_exporter
846 _dhcpcd _dhcpcd net/dhcpcd
847 _iperf3 _iperf3 net/iperf3
+848 _loki _loki sysutils/loki
Index: sysutils/grafana//Makefile
===================================================================
RCS file: /cvs/ports/sysutils/grafana/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- sysutils/grafana//Makefile 12 Jul 2019 20:49:43 -0000 1.9
+++ sysutils/grafana//Makefile 3 Mar 2020 23:28:06 -0000
@@ -4,7 +4,7 @@ COMMENT = monitoring and metric analytic
GH_ACCOUNT = grafana
GH_PROJECT = grafana
-GH_TAGNAME = v5.4.3
+GH_TAGNAME = v6.6.2
CATEGORIES = sysutils
@@ -12,13 +12,15 @@ HOMEPAGE = https://grafana.com
DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
${GH_PROJECT}-${GH_TAGNAME:C/^v//}.linux-amd64${EXTRACT_SUFX}:0
-MASTER_SITES0 = https://s3-us-west-2.amazonaws.com/grafana-releases/release/
+MASTER_SITES0 = https://dl.grafana.com/oss/release/
# Apache 2.0 (bundles roboto and opensans fonts)
PERMIT_PACKAGE = Yes
MODULES = lang/go
WANTLIB += c pthread
+
+MODGO_FLAGS += -ldflags="-w -X main.version=${GH_TAGNAME:C/^v//}"
do-build:
cd ${WRKSRC} && ${MODGO_CMD} build ${MODGO_FLAGS} -o bin/grafana-server ./pkg/cmd/grafana-server
Index: sysutils/grafana//distinfo
===================================================================
RCS file: /cvs/ports/sysutils/grafana/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- sysutils/grafana//distinfo 8 Feb 2019 20:08:10 -0000 1.5
+++ sysutils/grafana//distinfo 3 Mar 2020 23:28:06 -0000
@@ -1,4 +1,4 @@
-SHA256 (grafana-5.4.3.linux-amd64.tar.gz) = zft0pLoJZiR2Ydqf3PoVSC72y/sDQmkur5bY1vPTNZA=
-SHA256 (grafana-5.4.3.tar.gz) = xNKkcjz9fllD5CeGVI6izLwIzRvoC19EfvcwnZvZFSc=
-SIZE (grafana-5.4.3.linux-amd64.tar.gz) = 55228439
-SIZE (grafana-5.4.3.tar.gz) = 11132809
+SHA256 (grafana-6.6.2.linux-amd64.tar.gz) = VHPN9Tz1WuEmTdRL/htRncItXKuyW3Z9OlMkz06Vkd4=
+SHA256 (grafana-6.6.2.tar.gz) = 4R5ZcdCOReJ3tV4GDAzjzyXKC6FENnxTtINvLRM+2bg=
+SIZE (grafana-6.6.2.linux-amd64.tar.gz) = 62992870
+SIZE (grafana-6.6.2.tar.gz) = 15545769
Index: sysutils/grafana//patches/patch-conf_sample_ini
===================================================================
RCS file: /cvs/ports/sysutils/grafana/patches/patch-conf_sample_ini,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-conf_sample_ini
--- sysutils/grafana//patches/patch-conf_sample_ini 8 Feb 2019 20:08:10 -0000 1.4
+++ sysutils/grafana//patches/patch-conf_sample_ini 3 Mar 2020 23:28:06 -0000
@@ -1,4 +1,4 @@
-$OpenBSD: patch-conf_sample_ini,v 1.4 2019/02/08 20:08:10 jasper Exp $
+$OpenBSD$
Index: conf/sample.ini
--- conf/sample.ini.orig
@@ -27,7 +27,7 @@ Index: conf/sample.ini
#################################### Server ####################################
[server]
-@@ -332,7 +332,7 @@ log_queries =
+@@ -469,7 +469,7 @@
[log]
# Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file"
Index: sysutils/grafana//patches/patch-pkg_cmd_grafana-cli_commands_commands_go
===================================================================
RCS file: /cvs/ports/sysutils/grafana/patches/patch-pkg_cmd_grafana-cli_commands_commands_go,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-pkg_cmd_grafana-cli_commands_commands_go
--- sysutils/grafana//patches/patch-pkg_cmd_grafana-cli_commands_commands_go 8 Feb 2019 20:08:10 -0000 1.1
+++ sysutils/grafana//patches/patch-pkg_cmd_grafana-cli_commands_commands_go 3 Mar 2020 23:28:06 -0000
@@ -1,14 +1,14 @@
-$OpenBSD: patch-pkg_cmd_grafana-cli_commands_commands_go,v 1.1 2019/02/08 20:08:10 jasper Exp $
+$OpenBSD$
Index: pkg/cmd/grafana-cli/commands/commands.go
--- pkg/cmd/grafana-cli/commands/commands.go.orig
+++ pkg/cmd/grafana-cli/commands/commands.go
-@@ -51,7 +51,7 @@ func runPluginCommand(command func(commandLine Command
- cmd.ShowHelp()
+@@ -73,7 +73,7 @@ func runPluginCommand(command func(commandLine utils.C
os.Exit(1)
- } else {
-- logger.Info("\nRestart grafana after installing plugins . <service grafana-server restart>\n\n")
-+ logger.Info("\nRestart grafana after installing plugins . <rcctl restart grafana>\n\n")
}
+
+- logger.Info("\nRestart grafana after installing plugins . <service grafana-server restart>\n\n")
++ logger.Info("\nRestart grafana after installing plugins . <rcctl restart grafana>\n\n")
}
}
+
Index: sysutils/grafana//pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/grafana/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- sysutils/grafana//pkg/PLIST 8 Feb 2019 20:08:10 -0000 1.6
+++ sysutils/grafana//pkg/PLIST 3 Mar 2020 23:28:06 -0000
@@ -20,6 +20,10 @@ share/examples/grafana/provisioning/data
@sample ${SYSCONFDIR}/grafana/provisioning/datasources/
share/examples/grafana/provisioning/datasources/sample.yaml
@sample ${SYSCONFDIR}/grafana/provisioning/datasources/sample.yaml
+share/examples/grafana/provisioning/notifiers/
+@sample ${SYSCONFDIR}/grafana/provisioning/notifiers/
+share/examples/grafana/provisioning/notifiers/sample.yaml
+@sample ${SYSCONFDIR}/grafana/provisioning/notifiers/sample.yaml
share/examples/grafana/sample.ini
@sample ${SYSCONFDIR}/grafana/config.ini
share/grafana/
@@ -30,111 +34,103 @@ share/grafana/public/app/
share/grafana/public/app/app.ts
share/grafana/public/app/core/
share/grafana/public/app/core/actions/
-share/grafana/public/app/core/actions/appNotification.ts
+share/grafana/public/app/core/actions/cleanUp.ts
share/grafana/public/app/core/actions/index.ts
-share/grafana/public/app/core/actions/location.ts
-share/grafana/public/app/core/actions/navModel.ts
share/grafana/public/app/core/angular_wrappers.ts
share/grafana/public/app/core/app_events.ts
share/grafana/public/app/core/components/
share/grafana/public/app/core/components/Animations/
+share/grafana/public/app/core/components/Animations/FadeIn.tsx
share/grafana/public/app/core/components/Animations/SlideDown.tsx
share/grafana/public/app/core/components/AppNotifications/
share/grafana/public/app/core/components/AppNotifications/AppNotificationItem.tsx
share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
-share/grafana/public/app/core/components/CustomScrollbar/
-share/grafana/public/app/core/components/CustomScrollbar/CustomScrollbar.test.tsx
-share/grafana/public/app/core/components/CustomScrollbar/CustomScrollbar.tsx
-share/grafana/public/app/core/components/CustomScrollbar/__snapshots__/
-share/grafana/public/app/core/components/CustomScrollbar/__snapshots__/CustomScrollbar.test.tsx.snap
-share/grafana/public/app/core/components/DeleteButton/
-share/grafana/public/app/core/components/DeleteButton/DeleteButton.test.tsx
-share/grafana/public/app/core/components/DeleteButton/DeleteButton.tsx
+share/grafana/public/app/core/components/Branding/
+share/grafana/public/app/core/components/Branding/Branding.tsx
+share/grafana/public/app/core/components/CopyToClipboard/
+share/grafana/public/app/core/components/CopyToClipboard/CopyToClipboard.tsx
+share/grafana/public/app/core/components/DynamicImports/
+share/grafana/public/app/core/components/DynamicImports/ErrorLoadingChunk.tsx
+share/grafana/public/app/core/components/DynamicImports/LoadingChunkPlaceHolder.tsx
+share/grafana/public/app/core/components/DynamicImports/SafeDynamicImport.test.tsx
+share/grafana/public/app/core/components/DynamicImports/SafeDynamicImport.tsx
share/grafana/public/app/core/components/EmptyListCTA/
-share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.test.tsx
share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx
-share/grafana/public/app/core/components/EmptyListCTA/__snapshots__/
-share/grafana/public/app/core/components/EmptyListCTA/__snapshots__/EmptyListCTA.test.tsx.snap
-share/grafana/public/app/core/components/Label/
-share/grafana/public/app/core/components/Label/Label.tsx
+share/grafana/public/app/core/components/FilterInput/
+share/grafana/public/app/core/components/FilterInput/FilterInput.tsx
+share/grafana/public/app/core/components/Footer/
+share/grafana/public/app/core/components/Footer/Footer.tsx
share/grafana/public/app/core/components/LayoutSelector/
share/grafana/public/app/core/components/LayoutSelector/LayoutSelector.tsx
+share/grafana/public/app/core/components/LocalStorageValueProvider/
+share/grafana/public/app/core/components/LocalStorageValueProvider/LocalStorageValueProvider.tsx
+share/grafana/public/app/core/components/LocalStorageValueProvider/index.tsx
+share/grafana/public/app/core/components/Login/
+share/grafana/public/app/core/components/Login/ChangePassword.tsx
+share/grafana/public/app/core/components/Login/LoginCtrl.tsx
+share/grafana/public/app/core/components/Login/LoginForm.tsx
+share/grafana/public/app/core/components/Login/LoginPage.tsx
+share/grafana/public/app/core/components/Login/LoginServiceButtons.tsx
+share/grafana/public/app/core/components/Login/UserSignup.tsx
share/grafana/public/app/core/components/OrgActionBar/
share/grafana/public/app/core/components/OrgActionBar/OrgActionBar.test.tsx
share/grafana/public/app/core/components/OrgActionBar/OrgActionBar.tsx
share/grafana/public/app/core/components/OrgActionBar/__snapshots__/
share/grafana/public/app/core/components/OrgActionBar/__snapshots__/OrgActionBar.test.tsx.snap
+share/grafana/public/app/core/components/OrgSwitcher.tsx
+share/grafana/public/app/core/components/Page/
+share/grafana/public/app/core/components/Page/Page.tsx
+share/grafana/public/app/core/components/Page/PageContents.tsx
share/grafana/public/app/core/components/PageHeader/
share/grafana/public/app/core/components/PageHeader/PageHeader.test.tsx
share/grafana/public/app/core/components/PageHeader/PageHeader.tsx
share/grafana/public/app/core/components/PageLoader/
share/grafana/public/app/core/components/PageLoader/PageLoader.tsx
-share/grafana/public/app/core/components/PasswordStrength.tsx
+share/grafana/public/app/core/components/PasswordInput/
+share/grafana/public/app/core/components/PasswordInput/PasswordInput.tsx
share/grafana/public/app/core/components/PermissionList/
share/grafana/public/app/core/components/PermissionList/AddPermission.tsx
share/grafana/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx
share/grafana/public/app/core/components/PermissionList/PermissionList.tsx
share/grafana/public/app/core/components/PermissionList/PermissionListItem.tsx
share/grafana/public/app/core/components/PermissionList/PermissionsInfo.tsx
-share/grafana/public/app/core/components/Picker/
-share/grafana/public/app/core/components/Picker/DescriptionOption.tsx
-share/grafana/public/app/core/components/Picker/DescriptionPicker.tsx
-share/grafana/public/app/core/components/Picker/IndicatorsContainer.tsx
-share/grafana/public/app/core/components/Picker/NoOptionsMessage.tsx
-share/grafana/public/app/core/components/Picker/PickerOption.test.tsx
-share/grafana/public/app/core/components/Picker/PickerOption.tsx
-share/grafana/public/app/core/components/Picker/ResetStyles.tsx
-share/grafana/public/app/core/components/Picker/SimplePicker.tsx
-share/grafana/public/app/core/components/Picker/TeamPicker.test.tsx
-share/grafana/public/app/core/components/Picker/TeamPicker.tsx
-share/grafana/public/app/core/components/Picker/UserPicker.test.tsx
-share/grafana/public/app/core/components/Picker/UserPicker.tsx
-share/grafana/public/app/core/components/Picker/__snapshots__/
-share/grafana/public/app/core/components/Picker/__snapshots__/PickerOption.test.tsx.snap
-share/grafana/public/app/core/components/Picker/__snapshots__/TeamPicker.test.tsx.snap
-share/grafana/public/app/core/components/Picker/__snapshots__/UserPicker.test.tsx.snap
-share/grafana/public/app/core/components/ScrollBar/
-share/grafana/public/app/core/components/ScrollBar/ScrollBar.tsx
+share/grafana/public/app/core/components/PluginHelp/
+share/grafana/public/app/core/components/PluginHelp/PluginHelp.tsx
+share/grafana/public/app/core/components/Select/
+share/grafana/public/app/core/components/Select/DashboardPicker.tsx
+share/grafana/public/app/core/components/Select/DataSourcePicker.tsx
+share/grafana/public/app/core/components/Select/MetricSelect.tsx
+share/grafana/public/app/core/components/Select/OrgPicker.tsx
+share/grafana/public/app/core/components/Select/TeamPicker.test.tsx
+share/grafana/public/app/core/components/Select/TeamPicker.tsx
+share/grafana/public/app/core/components/Select/UserPicker.test.tsx
+share/grafana/public/app/core/components/Select/UserPicker.tsx
+share/grafana/public/app/core/components/Select/__snapshots__/
+share/grafana/public/app/core/components/Select/__snapshots__/TeamPicker.test.tsx.snap
+share/grafana/public/app/core/components/Select/__snapshots__/UserPicker.test.tsx.snap
share/grafana/public/app/core/components/SharedPreferences/
share/grafana/public/app/core/components/SharedPreferences/SharedPreferences.tsx
-share/grafana/public/app/core/components/Switch/
-share/grafana/public/app/core/components/Switch/Switch.tsx
share/grafana/public/app/core/components/TagFilter/
share/grafana/public/app/core/components/TagFilter/TagBadge.tsx
share/grafana/public/app/core/components/TagFilter/TagFilter.tsx
share/grafana/public/app/core/components/TagFilter/TagOption.tsx
share/grafana/public/app/core/components/TagFilter/TagValue.tsx
-share/grafana/public/app/core/components/Tooltip/
-share/grafana/public/app/core/components/Tooltip/Popover.test.tsx
-share/grafana/public/app/core/components/Tooltip/Popover.tsx
-share/grafana/public/app/core/components/Tooltip/Tooltip.test.tsx
-share/grafana/public/app/core/components/Tooltip/Tooltip.tsx
-share/grafana/public/app/core/components/Tooltip/__snapshots__/
-share/grafana/public/app/core/components/Tooltip/__snapshots__/Popover.test.tsx.snap
-share/grafana/public/app/core/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
-share/grafana/public/app/core/components/Tooltip/withTooltip.tsx
+share/grafana/public/app/core/components/TimePicker/
+share/grafana/public/app/core/components/TimePicker/TimePickerWithHistory.tsx
+share/grafana/public/app/core/components/WithFeatureToggle.tsx
share/grafana/public/app/core/components/code_editor/
+share/grafana/public/app/core/components/code_editor/brace.d.ts
share/grafana/public/app/core/components/code_editor/code_editor.ts
share/grafana/public/app/core/components/code_editor/theme-grafana-dark.js
share/grafana/public/app/core/components/colorpicker/
-share/grafana/public/app/core/components/colorpicker/ColorPalette.tsx
-share/grafana/public/app/core/components/colorpicker/ColorPicker.tsx
-share/grafana/public/app/core/components/colorpicker/ColorPickerPopover.tsx
-share/grafana/public/app/core/components/colorpicker/SeriesColorPicker.tsx
-share/grafana/public/app/core/components/colorpicker/SeriesColorPickerPopover.tsx
-share/grafana/public/app/core/components/colorpicker/SpectrumPicker.tsx
share/grafana/public/app/core/components/colorpicker/spectrum_picker.ts
+share/grafana/public/app/core/components/connectWithCleanUp.tsx
share/grafana/public/app/core/components/dashboard_selector.ts
share/grafana/public/app/core/components/form_dropdown/
share/grafana/public/app/core/components/form_dropdown/form_dropdown.ts
-share/grafana/public/app/core/components/gf_page.ts
share/grafana/public/app/core/components/help/
-share/grafana/public/app/core/components/help/help.html
-share/grafana/public/app/core/components/help/help.ts
+share/grafana/public/app/core/components/help/HelpModal.tsx
share/grafana/public/app/core/components/info_popover.ts
-share/grafana/public/app/core/components/json_explorer/
-share/grafana/public/app/core/components/json_explorer/helpers.ts
-share/grafana/public/app/core/components/json_explorer/json_explorer.ts
share/grafana/public/app/core/components/jsontree/
share/grafana/public/app/core/components/jsontree/jsontree.ts
share/grafana/public/app/core/components/layout_selector/
@@ -142,18 +138,13 @@ share/grafana/public/app/core/components
share/grafana/public/app/core/components/manage_dashboards/
share/grafana/public/app/core/components/manage_dashboards/manage_dashboards.html
share/grafana/public/app/core/components/manage_dashboards/manage_dashboards.ts
-share/grafana/public/app/core/components/navbar/
-share/grafana/public/app/core/components/navbar/navbar.html
-share/grafana/public/app/core/components/navbar/navbar.ts
-share/grafana/public/app/core/components/org_switcher.ts
share/grafana/public/app/core/components/query_part/
share/grafana/public/app/core/components/query_part/query_part.ts
share/grafana/public/app/core/components/query_part/query_part_editor.ts
share/grafana/public/app/core/components/scroll/
-share/grafana/public/app/core/components/scroll/page_scroll.ts
share/grafana/public/app/core/components/scroll/scroll.ts
share/grafana/public/app/core/components/search/
-share/grafana/public/app/core/components/search/SearchResult.tsx
+share/grafana/public/app/core/components/search/SearchField.tsx
share/grafana/public/app/core/components/search/search.html
share/grafana/public/app/core/components/search/search.ts
share/grafana/public/app/core/components/search/search_results.html
@@ -193,10 +184,8 @@ share/grafana/public/app/core/constants.
share/grafana/public/app/core/controllers/
share/grafana/public/app/core/controllers/all.ts
share/grafana/public/app/core/controllers/error_ctrl.ts
-share/grafana/public/app/core/controllers/inspect_ctrl.ts
share/grafana/public/app/core/controllers/invited_ctrl.ts
share/grafana/public/app/core/controllers/json_editor_ctrl.ts
-share/grafana/public/app/core/controllers/login_ctrl.ts
share/grafana/public/app/core/controllers/reset_password_ctrl.ts
share/grafana/public/app/core/controllers/signup_ctrl.ts
share/grafana/public/app/core/copy/
@@ -205,7 +194,7 @@ share/grafana/public/app/core/core.ts
share/grafana/public/app/core/core_module.ts
share/grafana/public/app/core/directives/
share/grafana/public/app/core/directives/array_join.ts
-share/grafana/public/app/core/directives/dash_class.ts
+share/grafana/public/app/core/directives/autofill_event_fix.ts
share/grafana/public/app/core/directives/diff-view.ts
share/grafana/public/app/core/directives/dropdown_typeahead.ts
share/grafana/public/app/core/directives/give_focus.ts
@@ -217,11 +206,16 @@ share/grafana/public/app/core/directives
share/grafana/public/app/core/directives/value_select_dropdown.ts
share/grafana/public/app/core/filters/
share/grafana/public/app/core/filters/filters.ts
+share/grafana/public/app/core/hooks/
+share/grafana/public/app/core/hooks/useRefMounted.ts
share/grafana/public/app/core/jquery_extended.ts
share/grafana/public/app/core/live/
share/grafana/public/app/core/live/live_srv.ts
share/grafana/public/app/core/lodash_extended.ts
+share/grafana/public/app/core/logs_model.test.ts
share/grafana/public/app/core/logs_model.ts
+share/grafana/public/app/core/middlewares/
+share/grafana/public/app/core/middlewares/application.ts
share/grafana/public/app/core/mod_defs.d.ts
share/grafana/public/app/core/nav_model_srv.ts
share/grafana/public/app/core/partials.ts
@@ -229,22 +223,36 @@ share/grafana/public/app/core/profiler.t
share/grafana/public/app/core/reducers/
share/grafana/public/app/core/reducers/appNotification.test.ts
share/grafana/public/app/core/reducers/appNotification.ts
+share/grafana/public/app/core/reducers/application.test.ts
+share/grafana/public/app/core/reducers/application.ts
share/grafana/public/app/core/reducers/index.ts
+share/grafana/public/app/core/reducers/location.test.ts
share/grafana/public/app/core/reducers/location.ts
+share/grafana/public/app/core/reducers/navModel.test.ts
share/grafana/public/app/core/reducers/navModel.ts
share/grafana/public/app/core/reducers/processsAclItems.ts
+share/grafana/public/app/core/reducers/root.test.ts
+share/grafana/public/app/core/reducers/root.ts
share/grafana/public/app/core/selectors/
share/grafana/public/app/core/selectors/location.ts
share/grafana/public/app/core/selectors/navModel.ts
share/grafana/public/app/core/services/
share/grafana/public/app/core/services/AngularLoader.ts
+share/grafana/public/app/core/services/__mocks__/
+share/grafana/public/app/core/services/__mocks__/backend_srv.ts
share/grafana/public/app/core/services/alert_srv.ts
share/grafana/public/app/core/services/all.ts
share/grafana/public/app/core/services/analytics.ts
share/grafana/public/app/core/services/backend_srv.ts
+share/grafana/public/app/core/services/bridge_srv.test.ts
share/grafana/public/app/core/services/bridge_srv.ts
share/grafana/public/app/core/services/context_srv.ts
share/grafana/public/app/core/services/dynamic_directive_srv.ts
+share/grafana/public/app/core/services/echo/
+share/grafana/public/app/core/services/echo/Echo.ts
+share/grafana/public/app/core/services/echo/EchoSrv.ts
+share/grafana/public/app/core/services/echo/backends/
+share/grafana/public/app/core/services/echo/backends/PerformanceBackend.ts
share/grafana/public/app/core/services/impression_srv.ts
share/grafana/public/app/core/services/keybindingSrv.ts
share/grafana/public/app/core/services/ng_react.ts
@@ -254,20 +262,14 @@ share/grafana/public/app/core/services/s
share/grafana/public/app/core/services/timer.ts
share/grafana/public/app/core/services/util_srv.ts
share/grafana/public/app/core/specs/
-share/grafana/public/app/core/specs/ColorPalette.test.tsx
-share/grafana/public/app/core/specs/PasswordStrength.test.tsx
-share/grafana/public/app/core/specs/__snapshots__/
-share/grafana/public/app/core/specs/__snapshots__/ColorPalette.test.tsx.snap
+share/grafana/public/app/core/specs/OrgSwitcher.test.tsx
share/grafana/public/app/core/specs/backend_srv.test.ts
-share/grafana/public/app/core/specs/datemath.test.ts
share/grafana/public/app/core/specs/emitter.test.ts
+share/grafana/public/app/core/specs/factors.test.ts
share/grafana/public/app/core/specs/file_export.test.ts
share/grafana/public/app/core/specs/flatten.test.ts
-share/grafana/public/app/core/specs/kbn.test.ts
share/grafana/public/app/core/specs/location_util.test.ts
-share/grafana/public/app/core/specs/logs_model.test.ts
share/grafana/public/app/core/specs/manage_dashboards.test.ts
-share/grafana/public/app/core/specs/org_switcher.test.ts
share/grafana/public/app/core/specs/rangeutil.test.ts
share/grafana/public/app/core/specs/search.test.ts
share/grafana/public/app/core/specs/search_results.test.ts
@@ -282,29 +284,41 @@ share/grafana/public/app/core/store.ts
share/grafana/public/app/core/table_model.ts
share/grafana/public/app/core/time_series2.ts
share/grafana/public/app/core/utils/
+share/grafana/public/app/core/utils/CancelablePromise.ts
+share/grafana/public/app/core/utils/ConfigProvider.tsx
+share/grafana/public/app/core/utils/UserProvider.tsx
share/grafana/public/app/core/utils/acl.ts
+share/grafana/public/app/core/utils/browser.test.ts
+share/grafana/public/app/core/utils/browser.ts
share/grafana/public/app/core/utils/colors.ts
share/grafana/public/app/core/utils/connectWithReduxStore.tsx
share/grafana/public/app/core/utils/css_loader.ts
share/grafana/public/app/core/utils/dag.test.ts
share/grafana/public/app/core/utils/dag.ts
-share/grafana/public/app/core/utils/datemath.ts
share/grafana/public/app/core/utils/emitter.ts
+share/grafana/public/app/core/utils/errors.test.ts
+share/grafana/public/app/core/utils/errors.ts
share/grafana/public/app/core/utils/explore.test.ts
share/grafana/public/app/core/utils/explore.ts
+share/grafana/public/app/core/utils/factors.ts
share/grafana/public/app/core/utils/file_export.ts
share/grafana/public/app/core/utils/flatten.ts
+share/grafana/public/app/core/utils/kbn.test.ts
share/grafana/public/app/core/utils/kbn.ts
share/grafana/public/app/core/utils/location_util.ts
share/grafana/public/app/core/utils/model_utils.ts
share/grafana/public/app/core/utils/outline.ts
-share/grafana/public/app/core/utils/rangeutil.ts
+share/grafana/public/app/core/utils/promiseToDigest.test.ts
+share/grafana/public/app/core/utils/promiseToDigest.ts
+share/grafana/public/app/core/utils/query.test.ts
+share/grafana/public/app/core/utils/query.ts
share/grafana/public/app/core/utils/react2angular.ts
+share/grafana/public/app/core/utils/scrollbar.ts
share/grafana/public/app/core/utils/sort_by_keys.ts
-share/grafana/public/app/core/utils/tags.ts
-share/grafana/public/app/core/utils/text.test.ts
share/grafana/public/app/core/utils/text.ts
share/grafana/public/app/core/utils/ticks.ts
+share/grafana/public/app/core/utils/timePicker.test.ts
+share/grafana/public/app/core/utils/timePicker.ts
share/grafana/public/app/core/utils/url.ts
share/grafana/public/app/core/utils/version.ts
share/grafana/public/app/dev.ts
@@ -314,35 +328,62 @@ share/grafana/public/app/features/admin/
share/grafana/public/app/features/admin/AdminEditUserCtrl.ts
share/grafana/public/app/features/admin/AdminListOrgsCtrl.ts
share/grafana/public/app/features/admin/AdminListUsersCtrl.ts
+share/grafana/public/app/features/admin/AdminSettings.tsx
+share/grafana/public/app/features/admin/LicenseChrome.tsx
share/grafana/public/app/features/admin/ServerStats.test.tsx
share/grafana/public/app/features/admin/ServerStats.tsx
-share/grafana/public/app/features/admin/StyleGuideCtrl.ts
+share/grafana/public/app/features/admin/UpgradePage.tsx
+share/grafana/public/app/features/admin/UserAdminPage.tsx
+share/grafana/public/app/features/admin/UserLdapSyncInfo.tsx
+share/grafana/public/app/features/admin/UserOrgs.tsx
+share/grafana/public/app/features/admin/UserPermissions.tsx
+share/grafana/public/app/features/admin/UserProfile.tsx
+share/grafana/public/app/features/admin/UserSessions.tsx
+share/grafana/public/app/features/admin/UserSyncInfo.tsx
share/grafana/public/app/features/admin/__snapshots__/
share/grafana/public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
share/grafana/public/app/features/admin/index.ts
+share/grafana/public/app/features/admin/ldap/
+share/grafana/public/app/features/admin/ldap/LdapConnectionStatus.tsx
+share/grafana/public/app/features/admin/ldap/LdapPage.tsx
+share/grafana/public/app/features/admin/ldap/LdapSyncInfo.tsx
+share/grafana/public/app/features/admin/ldap/LdapUserGroups.tsx
+share/grafana/public/app/features/admin/ldap/LdapUserInfo.tsx
+share/grafana/public/app/features/admin/ldap/LdapUserMappingInfo.tsx
+share/grafana/public/app/features/admin/ldap/LdapUserPermissions.tsx
+share/grafana/public/app/features/admin/ldap/LdapUserTeams.tsx
share/grafana/public/app/features/admin/partials/
share/grafana/public/app/features/admin/partials/admin_home.html
share/grafana/public/app/features/admin/partials/edit_org.html
share/grafana/public/app/features/admin/partials/edit_user.html
share/grafana/public/app/features/admin/partials/new_user.html
share/grafana/public/app/features/admin/partials/orgs.html
-share/grafana/public/app/features/admin/partials/settings.html
share/grafana/public/app/features/admin/partials/stats.html
share/grafana/public/app/features/admin/partials/styleguide.html
share/grafana/public/app/features/admin/partials/users.html
share/grafana/public/app/features/admin/state/
+share/grafana/public/app/features/admin/state/actions.ts
share/grafana/public/app/features/admin/state/apis.ts
+share/grafana/public/app/features/admin/state/reducers.test.ts
+share/grafana/public/app/features/admin/state/reducers.ts
share/grafana/public/app/features/alerting/
share/grafana/public/app/features/alerting/AlertRuleItem.test.tsx
share/grafana/public/app/features/alerting/AlertRuleItem.tsx
share/grafana/public/app/features/alerting/AlertRuleList.test.tsx
share/grafana/public/app/features/alerting/AlertRuleList.tsx
+share/grafana/public/app/features/alerting/AlertTab.tsx
share/grafana/public/app/features/alerting/AlertTabCtrl.ts
share/grafana/public/app/features/alerting/NotificationsEditCtrl.ts
share/grafana/public/app/features/alerting/NotificationsListCtrl.ts
+share/grafana/public/app/features/alerting/StateHistory.tsx
+share/grafana/public/app/features/alerting/TestRuleResult.test.tsx
+share/grafana/public/app/features/alerting/TestRuleResult.tsx
share/grafana/public/app/features/alerting/__snapshots__/
share/grafana/public/app/features/alerting/__snapshots__/AlertRuleItem.test.tsx.snap
share/grafana/public/app/features/alerting/__snapshots__/AlertRuleList.test.tsx.snap
+share/grafana/public/app/features/alerting/__snapshots__/TestRuleResult.test.tsx.snap
+share/grafana/public/app/features/alerting/getAlertingValidationMessage.test.ts
+share/grafana/public/app/features/alerting/getAlertingValidationMessage.ts
share/grafana/public/app/features/alerting/partials/
share/grafana/public/app/features/alerting/partials/alert_howto.html
share/grafana/public/app/features/alerting/partials/alert_tab.html
@@ -363,7 +404,6 @@ share/grafana/public/app/features/annota
share/grafana/public/app/features/annotations/annotation_tooltip.ts
share/grafana/public/app/features/annotations/annotations_srv.ts
share/grafana/public/app/features/annotations/editor_ctrl.ts
-share/grafana/public/app/features/annotations/event.ts
share/grafana/public/app/features/annotations/event_editor.ts
share/grafana/public/app/features/annotations/event_manager.ts
share/grafana/public/app/features/annotations/events_processing.ts
@@ -390,135 +430,175 @@ share/grafana/public/app/features/api-ke
share/grafana/public/app/features/api-keys/state/selectors.test.ts
share/grafana/public/app/features/api-keys/state/selectors.ts
share/grafana/public/app/features/dashboard/
-share/grafana/public/app/features/dashboard/ad_hoc_filters.ts
-share/grafana/public/app/features/dashboard/alerting_srv.ts
-share/grafana/public/app/features/dashboard/all.ts
-share/grafana/public/app/features/dashboard/change_tracker.ts
-share/grafana/public/app/features/dashboard/create_folder_ctrl.ts
-share/grafana/public/app/features/dashboard/dashboard_ctrl.ts
-share/grafana/public/app/features/dashboard/dashboard_import_ctrl.ts
-share/grafana/public/app/features/dashboard/dashboard_loader_srv.ts
-share/grafana/public/app/features/dashboard/dashboard_migration.ts
-share/grafana/public/app/features/dashboard/dashboard_model.ts
-share/grafana/public/app/features/dashboard/dashboard_srv.ts
+share/grafana/public/app/features/dashboard/components/
+share/grafana/public/app/features/dashboard/components/AdHocFilters/
+share/grafana/public/app/features/dashboard/components/AdHocFilters/AdHocFiltersCtrl.ts
+share/grafana/public/app/features/dashboard/components/AdHocFilters/index.ts
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.test.tsx
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/AddPanelWidget.tsx
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/_AddPanelWidget.scss
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/AddPanelWidget.test.tsx.snap
+share/grafana/public/app/features/dashboard/components/AddPanelWidget/index.ts
+share/grafana/public/app/features/dashboard/components/DashExportModal/
+share/grafana/public/app/features/dashboard/components/DashExportModal/DashExportCtrl.ts
+share/grafana/public/app/features/dashboard/components/DashExportModal/DashboardExporter.test.ts
+share/grafana/public/app/features/dashboard/components/DashExportModal/DashboardExporter.ts
+share/grafana/public/app/features/dashboard/components/DashExportModal/index.ts
+share/grafana/public/app/features/dashboard/components/DashExportModal/template.html
+share/grafana/public/app/features/dashboard/components/DashLinks/
+share/grafana/public/app/features/dashboard/components/DashLinks/DashLinksContainerCtrl.ts
+share/grafana/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts
+share/grafana/public/app/features/dashboard/components/DashLinks/editor.html
+share/grafana/public/app/features/dashboard/components/DashLinks/index.ts
+share/grafana/public/app/features/dashboard/components/DashNav/
+share/grafana/public/app/features/dashboard/components/DashNav/DashNav.tsx
+share/grafana/public/app/features/dashboard/components/DashNav/DashNavButton.tsx
+share/grafana/public/app/features/dashboard/components/DashNav/DashNavTimeControls.tsx
+share/grafana/public/app/features/dashboard/components/DashNav/index.ts
+share/grafana/public/app/features/dashboard/components/DashboardPermissions/
+share/grafana/public/app/features/dashboard/components/DashboardPermissions/DashboardPermissions.tsx
+share/grafana/public/app/features/dashboard/components/DashboardRow/
+share/grafana/public/app/features/dashboard/components/DashboardRow/DashboardRow.test.tsx
+share/grafana/public/app/features/dashboard/components/DashboardRow/DashboardRow.tsx
+share/grafana/public/app/features/dashboard/components/DashboardRow/index.ts
+share/grafana/public/app/features/dashboard/components/DashboardSettings/
+share/grafana/public/app/features/dashboard/components/DashboardSettings/DashboardSettings.tsx
+share/grafana/public/app/features/dashboard/components/DashboardSettings/SettingsCtrl.ts
+share/grafana/public/app/features/dashboard/components/DashboardSettings/TimePickerSettings.ts
+share/grafana/public/app/features/dashboard/components/DashboardSettings/index.ts
+share/grafana/public/app/features/dashboard/components/DashboardSettings/template.html
+share/grafana/public/app/features/dashboard/components/ExportDataModal/
+share/grafana/public/app/features/dashboard/components/ExportDataModal/ExportDataModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/ExportDataModal/index.ts
+share/grafana/public/app/features/dashboard/components/ExportDataModal/template.html
+share/grafana/public/app/features/dashboard/components/FolderPicker/
+share/grafana/public/app/features/dashboard/components/FolderPicker/FolderPickerCtrl.ts
+share/grafana/public/app/features/dashboard/components/FolderPicker/index.ts
+share/grafana/public/app/features/dashboard/components/FolderPicker/template.html
+share/grafana/public/app/features/dashboard/components/Inspector/
+share/grafana/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/
+share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/index.ts
+share/grafana/public/app/features/dashboard/components/RowOptions/
+share/grafana/public/app/features/dashboard/components/RowOptions/RowOptionsCtrl.ts
+share/grafana/public/app/features/dashboard/components/RowOptions/index.ts
+share/grafana/public/app/features/dashboard/components/RowOptions/template.html
+share/grafana/public/app/features/dashboard/components/SaveModals/
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveDashboardAsModalCtrl.test.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveDashboardAsModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveDashboardModalCtrl.test.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveDashboardModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveProvisionedDashboardModalCtrl.test.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/SaveProvisionedDashboardModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/SaveModals/index.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareModalCtrl.test.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareSnapshotCtrl.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/index.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/template.html
+share/grafana/public/app/features/dashboard/components/SubMenu/
+share/grafana/public/app/features/dashboard/components/SubMenu/SubMenu.tsx
+share/grafana/public/app/features/dashboard/components/SubMenu/SubMenuCtrl.ts
+share/grafana/public/app/features/dashboard/components/SubMenu/index.ts
+share/grafana/public/app/features/dashboard/components/SubMenu/template.html
+share/grafana/public/app/features/dashboard/components/UnsavedChangesModal/
+share/grafana/public/app/features/dashboard/components/UnsavedChangesModal/UnsavedChangesModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/UnsavedChangesModal/index.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/
+share/grafana/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.test.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/HistoryListCtrl.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/HistorySrv.test.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/HistorySrv.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/__mocks__/
+share/grafana/public/app/features/dashboard/components/VersionHistory/__mocks__/history.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/index.ts
+share/grafana/public/app/features/dashboard/components/VersionHistory/template.html
+share/grafana/public/app/features/dashboard/containers/
+share/grafana/public/app/features/dashboard/containers/DashboardPage.test.tsx
+share/grafana/public/app/features/dashboard/containers/DashboardPage.tsx
+share/grafana/public/app/features/dashboard/containers/SoloPanelPage.tsx
+share/grafana/public/app/features/dashboard/containers/__snapshots__/
+share/grafana/public/app/features/dashboard/containers/__snapshots__/DashboardPage.test.tsx.snap
share/grafana/public/app/features/dashboard/dashgrid/
-share/grafana/public/app/features/dashboard/dashgrid/AddPanelPanel.tsx
+share/grafana/public/app/features/dashboard/dashgrid/DashboardGrid.test.tsx
share/grafana/public/app/features/dashboard/dashgrid/DashboardGrid.tsx
-share/grafana/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts
share/grafana/public/app/features/dashboard/dashgrid/DashboardPanel.tsx
-share/grafana/public/app/features/dashboard/dashgrid/DashboardRow.tsx
-share/grafana/public/app/features/dashboard/dashgrid/DataPanel.tsx
+share/grafana/public/app/features/dashboard/dashgrid/PanelChrome.test.tsx
share/grafana/public/app/features/dashboard/dashgrid/PanelChrome.tsx
-share/grafana/public/app/features/dashboard/dashgrid/PanelEditor.tsx
share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/
share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeader.tsx
+share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.test.tsx
+share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenu.tsx
share/grafana/public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderMenuItem.tsx
-share/grafana/public/app/features/dashboard/dashgrid/PanelLoader.ts
-share/grafana/public/app/features/dashboard/dashgrid/QueriesTab.tsx
-share/grafana/public/app/features/dashboard/dashgrid/RowOptions.ts
-share/grafana/public/app/features/dashboard/dashgrid/VizTypePicker.tsx
-share/grafana/public/app/features/dashboard/dashlinks/
-share/grafana/public/app/features/dashboard/dashlinks/editor.html
-share/grafana/public/app/features/dashboard/dashlinks/editor.ts
-share/grafana/public/app/features/dashboard/dashlinks/module.ts
-share/grafana/public/app/features/dashboard/dashnav/
-share/grafana/public/app/features/dashboard/dashnav/dashnav.html
-share/grafana/public/app/features/dashboard/dashnav/dashnav.ts
-share/grafana/public/app/features/dashboard/export/
-share/grafana/public/app/features/dashboard/export/export_modal.html
-share/grafana/public/app/features/dashboard/export/export_modal.ts
-share/grafana/public/app/features/dashboard/export/exporter.ts
-share/grafana/public/app/features/dashboard/export_data/
-share/grafana/public/app/features/dashboard/export_data/export_data_modal.html
-share/grafana/public/app/features/dashboard/export_data/export_data_modal.ts
-share/grafana/public/app/features/dashboard/folder_dashboards_ctrl.ts
-share/grafana/public/app/features/dashboard/folder_page_loader.ts
-share/grafana/public/app/features/dashboard/folder_permissions_ctrl.ts
-share/grafana/public/app/features/dashboard/folder_picker/
-share/grafana/public/app/features/dashboard/folder_picker/folder_picker.html
-share/grafana/public/app/features/dashboard/folder_picker/folder_picker.ts
-share/grafana/public/app/features/dashboard/history/
-share/grafana/public/app/features/dashboard/history/history.html
-share/grafana/public/app/features/dashboard/history/history.ts
-share/grafana/public/app/features/dashboard/history/history_srv.ts
-share/grafana/public/app/features/dashboard/move_to_folder_modal/
-share/grafana/public/app/features/dashboard/move_to_folder_modal/move_to_folder.html
-share/grafana/public/app/features/dashboard/move_to_folder_modal/move_to_folder.ts
-share/grafana/public/app/features/dashboard/panel_model.ts
-share/grafana/public/app/features/dashboard/panellinks/
-share/grafana/public/app/features/dashboard/panellinks/link_srv.ts
-share/grafana/public/app/features/dashboard/panellinks/module.html
-share/grafana/public/app/features/dashboard/panellinks/module.ts
-share/grafana/public/app/features/dashboard/panellinks/specs/
-share/grafana/public/app/features/dashboard/panellinks/specs/link_srv.test.ts
-share/grafana/public/app/features/dashboard/partials/
-share/grafana/public/app/features/dashboard/partials/create_folder.html
-share/grafana/public/app/features/dashboard/partials/dashboard_import.html
-share/grafana/public/app/features/dashboard/partials/folder_dashboards.html
-share/grafana/public/app/features/dashboard/partials/folder_permissions.html
-share/grafana/public/app/features/dashboard/partials/folder_settings.html
-share/grafana/public/app/features/dashboard/partials/inspector.html
-share/grafana/public/app/features/dashboard/partials/row_options.html
-share/grafana/public/app/features/dashboard/partials/shareModal.html
-share/grafana/public/app/features/dashboard/permissions/
-share/grafana/public/app/features/dashboard/permissions/DashboardPermissions.tsx
-share/grafana/public/app/features/dashboard/repeat_option/
-share/grafana/public/app/features/dashboard/repeat_option/repeat_option.ts
-share/grafana/public/app/features/dashboard/save_as_modal.ts
-share/grafana/public/app/features/dashboard/save_modal.ts
-share/grafana/public/app/features/dashboard/save_provisioned_modal.ts
-share/grafana/public/app/features/dashboard/settings/
-share/grafana/public/app/features/dashboard/settings/settings.html
-share/grafana/public/app/features/dashboard/settings/settings.ts
-share/grafana/public/app/features/dashboard/shareModalCtrl.ts
-share/grafana/public/app/features/dashboard/share_snapshot_ctrl.ts
-share/grafana/public/app/features/dashboard/specs/
-share/grafana/public/app/features/dashboard/specs/AddPanelPanel.test.tsx
-share/grafana/public/app/features/dashboard/specs/DashboardRow.test.tsx
-share/grafana/public/app/features/dashboard/specs/change_tracker.test.ts
-share/grafana/public/app/features/dashboard/specs/dashboard_import_ctrl.test.ts
-share/grafana/public/app/features/dashboard/specs/dashboard_migration.test.ts
-share/grafana/public/app/features/dashboard/specs/dashboard_model.test.ts
-share/grafana/public/app/features/dashboard/specs/exporter.test.ts
-share/grafana/public/app/features/dashboard/specs/history_ctrl.test.ts
-share/grafana/public/app/features/dashboard/specs/history_mocks.ts
-share/grafana/public/app/features/dashboard/specs/history_srv.test.ts
-share/grafana/public/app/features/dashboard/specs/repeat.test.ts
-share/grafana/public/app/features/dashboard/specs/save_as_modal.test.ts
-share/grafana/public/app/features/dashboard/specs/save_modal.test.ts
-share/grafana/public/app/features/dashboard/specs/save_provisioned_modal.test.ts
-share/grafana/public/app/features/dashboard/specs/share_modal_ctrl.test.ts
-share/grafana/public/app/features/dashboard/specs/time_srv.test.ts
-share/grafana/public/app/features/dashboard/specs/viewstate_srv.test.ts
+share/grafana/public/app/features/dashboard/dashgrid/PanelPluginError.tsx
+share/grafana/public/app/features/dashboard/dashgrid/PanelResizer.tsx
+share/grafana/public/app/features/dashboard/dashgrid/__snapshots__/
+share/grafana/public/app/features/dashboard/dashgrid/__snapshots__/DashboardGrid.test.tsx.snap
+share/grafana/public/app/features/dashboard/index.ts
+share/grafana/public/app/features/dashboard/panel_editor/
+share/grafana/public/app/features/dashboard/panel_editor/DataSourceOption.tsx
+share/grafana/public/app/features/dashboard/panel_editor/EditorTabBody.tsx
+share/grafana/public/app/features/dashboard/panel_editor/GeneralTab.tsx
+share/grafana/public/app/features/dashboard/panel_editor/PanelEditor.tsx
+share/grafana/public/app/features/dashboard/panel_editor/QueriesTab.tsx
+share/grafana/public/app/features/dashboard/panel_editor/QueryEditorRow.test.ts
+share/grafana/public/app/features/dashboard/panel_editor/QueryEditorRow.tsx
+share/grafana/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx
+share/grafana/public/app/features/dashboard/panel_editor/QueryInspector.tsx
+share/grafana/public/app/features/dashboard/panel_editor/QueryOptions.tsx
+share/grafana/public/app/features/dashboard/panel_editor/VisualizationTab.tsx
+share/grafana/public/app/features/dashboard/panel_editor/VizPickerSearch.tsx
+share/grafana/public/app/features/dashboard/panel_editor/VizTypePicker.tsx
+share/grafana/public/app/features/dashboard/panel_editor/VizTypePickerPlugin.tsx
+share/grafana/public/app/features/dashboard/panel_editor/state/
+share/grafana/public/app/features/dashboard/panel_editor/state/actions.test.ts
+share/grafana/public/app/features/dashboard/panel_editor/state/actions.ts
+share/grafana/public/app/features/dashboard/panel_editor/state/reducers.test.ts
+share/grafana/public/app/features/dashboard/panel_editor/state/reducers.ts
+share/grafana/public/app/features/dashboard/panel_editor/state/selectors.test.ts
+share/grafana/public/app/features/dashboard/panel_editor/state/selectors.ts
+share/grafana/public/app/features/dashboard/services/
+share/grafana/public/app/features/dashboard/services/ChangeTracker.test.ts
+share/grafana/public/app/features/dashboard/services/ChangeTracker.ts
+share/grafana/public/app/features/dashboard/services/DashboardLoaderSrv.ts
+share/grafana/public/app/features/dashboard/services/DashboardSrv.ts
+share/grafana/public/app/features/dashboard/services/TimeSrv.test.ts
+share/grafana/public/app/features/dashboard/services/TimeSrv.ts
+share/grafana/public/app/features/dashboard/services/UnsavedChangesSrv.ts
share/grafana/public/app/features/dashboard/state/
+share/grafana/public/app/features/dashboard/state/DashboardMigrator.test.ts
+share/grafana/public/app/features/dashboard/state/DashboardMigrator.ts
+share/grafana/public/app/features/dashboard/state/DashboardModel.repeat.test.ts
+share/grafana/public/app/features/dashboard/state/DashboardModel.test.ts
+share/grafana/public/app/features/dashboard/state/DashboardModel.ts
+share/grafana/public/app/features/dashboard/state/PanelModel.test.ts
+share/grafana/public/app/features/dashboard/state/PanelModel.ts
+share/grafana/public/app/features/dashboard/state/PanelQueryRunner.test.ts
+share/grafana/public/app/features/dashboard/state/PanelQueryRunner.ts
share/grafana/public/app/features/dashboard/state/actions.ts
+share/grafana/public/app/features/dashboard/state/analyticsProcessor.ts
+share/grafana/public/app/features/dashboard/state/index.ts
+share/grafana/public/app/features/dashboard/state/initDashboard.test.ts
+share/grafana/public/app/features/dashboard/state/initDashboard.ts
share/grafana/public/app/features/dashboard/state/reducers.test.ts
share/grafana/public/app/features/dashboard/state/reducers.ts
-share/grafana/public/app/features/dashboard/submenu/
-share/grafana/public/app/features/dashboard/submenu/submenu.html
-share/grafana/public/app/features/dashboard/submenu/submenu.ts
-share/grafana/public/app/features/dashboard/time_srv.ts
-share/grafana/public/app/features/dashboard/timepicker/
-share/grafana/public/app/features/dashboard/timepicker/input_date.ts
-share/grafana/public/app/features/dashboard/timepicker/settings.html
-share/grafana/public/app/features/dashboard/timepicker/timepicker.html
-share/grafana/public/app/features/dashboard/timepicker/timepicker.ts
-share/grafana/public/app/features/dashboard/unsaved_changes_modal.ts
-share/grafana/public/app/features/dashboard/unsaved_changes_srv.ts
-share/grafana/public/app/features/dashboard/upload.ts
+share/grafana/public/app/features/dashboard/state/runRequest.test.ts
+share/grafana/public/app/features/dashboard/state/runRequest.ts
share/grafana/public/app/features/dashboard/utils/
share/grafana/public/app/features/dashboard/utils/getPanelMenu.ts
+share/grafana/public/app/features/dashboard/utils/panel.test.ts
share/grafana/public/app/features/dashboard/utils/panel.ts
-share/grafana/public/app/features/dashboard/validation_srv.ts
-share/grafana/public/app/features/dashboard/view_state_srv.ts
share/grafana/public/app/features/datasources/
share/grafana/public/app/features/datasources/DashboardsTable.test.tsx
share/grafana/public/app/features/datasources/DashboardsTable.tsx
share/grafana/public/app/features/datasources/DataSourceDashboards.test.tsx
share/grafana/public/app/features/datasources/DataSourceDashboards.tsx
share/grafana/public/app/features/datasources/DataSourceList.test.tsx
-share/grafana/public/app/features/datasources/DataSourceSettings.tsx
share/grafana/public/app/features/datasources/DataSourcesList.tsx
share/grafana/public/app/features/datasources/DataSourcesListItem.test.tsx
share/grafana/public/app/features/datasources/DataSourcesListItem.tsx
@@ -533,66 +613,131 @@ share/grafana/public/app/features/dataso
share/grafana/public/app/features/datasources/__snapshots__/DataSourceList.test.tsx.snap
share/grafana/public/app/features/datasources/__snapshots__/DataSourcesListItem.test.tsx.snap
share/grafana/public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
+share/grafana/public/app/features/datasources/mocks.ts
+share/grafana/public/app/features/datasources/partials/
+share/grafana/public/app/features/datasources/partials/http_settings_next.html
+share/grafana/public/app/features/datasources/partials/tls_auth_settings.html
+share/grafana/public/app/features/datasources/settings/
+share/grafana/public/app/features/datasources/settings/BasicSettings.test.tsx
+share/grafana/public/app/features/datasources/settings/BasicSettings.tsx
+share/grafana/public/app/features/datasources/settings/ButtonRow.test.tsx
+share/grafana/public/app/features/datasources/settings/ButtonRow.tsx
+share/grafana/public/app/features/datasources/settings/DataSourceSettingsPage.test.tsx
+share/grafana/public/app/features/datasources/settings/DataSourceSettingsPage.tsx
+share/grafana/public/app/features/datasources/settings/HttpSettingsCtrl.ts
+share/grafana/public/app/features/datasources/settings/PluginSettings.tsx
+share/grafana/public/app/features/datasources/settings/TlsAuthSettingsCtrl.ts
+share/grafana/public/app/features/datasources/settings/__snapshots__/
+share/grafana/public/app/features/datasources/settings/__snapshots__/BasicSettings.test.tsx.snap
+share/grafana/public/app/features/datasources/settings/__snapshots__/ButtonRow.test.tsx.snap
+share/grafana/public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap
share/grafana/public/app/features/datasources/state/
share/grafana/public/app/features/datasources/state/actions.test.ts
share/grafana/public/app/features/datasources/state/actions.ts
+share/grafana/public/app/features/datasources/state/buildCategories.test.ts
+share/grafana/public/app/features/datasources/state/buildCategories.ts
share/grafana/public/app/features/datasources/state/navModel.ts
+share/grafana/public/app/features/datasources/state/reducers.test.ts
share/grafana/public/app/features/datasources/state/reducers.ts
share/grafana/public/app/features/datasources/state/selectors.ts
+share/grafana/public/app/features/datasources/utils/
+share/grafana/public/app/features/datasources/utils/passwordHandlers.test.ts
+share/grafana/public/app/features/datasources/utils/passwordHandlers.ts
share/grafana/public/app/features/explore/
+share/grafana/public/app/features/explore/AdHocFilter.tsx
+share/grafana/public/app/features/explore/AdHocFilterField.test.tsx
+share/grafana/public/app/features/explore/AdHocFilterField.tsx
share/grafana/public/app/features/explore/ElapsedTime.tsx
-share/grafana/public/app/features/explore/ErrorBoundary.tsx
+share/grafana/public/app/features/explore/ErrorContainer.tsx
share/grafana/public/app/features/explore/Explore.tsx
-share/grafana/public/app/features/explore/Graph.test.tsx
-share/grafana/public/app/features/explore/Graph.tsx
+share/grafana/public/app/features/explore/ExploreGraphPanel.tsx
+share/grafana/public/app/features/explore/ExploreTimeControls.tsx
+share/grafana/public/app/features/explore/ExploreToolbar.tsx
share/grafana/public/app/features/explore/JSONViewer.tsx
-share/grafana/public/app/features/explore/Legend.tsx
+share/grafana/public/app/features/explore/LiveLogs.test.tsx
+share/grafana/public/app/features/explore/LiveLogs.tsx
+share/grafana/public/app/features/explore/LiveTailButton.tsx
share/grafana/public/app/features/explore/Logs.tsx
-share/grafana/public/app/features/explore/Panel.tsx
-share/grafana/public/app/features/explore/PlaceholdersBuffer.test.ts
-share/grafana/public/app/features/explore/PlaceholdersBuffer.ts
-share/grafana/public/app/features/explore/QueryField.tsx
+share/grafana/public/app/features/explore/LogsContainer.tsx
+share/grafana/public/app/features/explore/NoDataSourceCallToAction.tsx
+share/grafana/public/app/features/explore/QueryEditor.tsx
+share/grafana/public/app/features/explore/QueryRow.tsx
+share/grafana/public/app/features/explore/QueryRowActions.test.tsx
+share/grafana/public/app/features/explore/QueryRowActions.tsx
share/grafana/public/app/features/explore/QueryRows.tsx
-share/grafana/public/app/features/explore/QueryTransactionStatus.tsx
-share/grafana/public/app/features/explore/Table.tsx
-share/grafana/public/app/features/explore/TimePicker.test.tsx
-share/grafana/public/app/features/explore/TimePicker.tsx
-share/grafana/public/app/features/explore/Typeahead.tsx
-share/grafana/public/app/features/explore/Value.ts
+share/grafana/public/app/features/explore/QueryStatus.test.tsx
+share/grafana/public/app/features/explore/QueryStatus.tsx
+share/grafana/public/app/features/explore/ResponsiveButton.tsx
+share/grafana/public/app/features/explore/RunButton.tsx
+share/grafana/public/app/features/explore/TableContainer.tsx
+share/grafana/public/app/features/explore/TimeSyncButton.test.tsx
+share/grafana/public/app/features/explore/TimeSyncButton.tsx
share/grafana/public/app/features/explore/Wrapper.tsx
share/grafana/public/app/features/explore/__mocks__/
share/grafana/public/app/features/explore/__mocks__/mockData.ts
share/grafana/public/app/features/explore/__snapshots__/
-share/grafana/public/app/features/explore/__snapshots__/Graph.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/QueryRowActions.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/TimeSyncButton.test.tsx.snap
share/grafana/public/app/features/explore/slate-plugins/
-share/grafana/public/app/features/explore/slate-plugins/braces.test.ts
-share/grafana/public/app/features/explore/slate-plugins/braces.ts
-share/grafana/public/app/features/explore/slate-plugins/clear.test.ts
-share/grafana/public/app/features/explore/slate-plugins/clear.ts
-share/grafana/public/app/features/explore/slate-plugins/newline.ts
-share/grafana/public/app/features/explore/slate-plugins/runner.ts
+share/grafana/public/app/features/explore/slate-plugins/prism/
+share/grafana/public/app/features/explore/slate-plugins/prism/index.tsx
+share/grafana/public/app/features/explore/state/
+share/grafana/public/app/features/explore/state/actionTypes.ts
+share/grafana/public/app/features/explore/state/actions.test.ts
+share/grafana/public/app/features/explore/state/actions.ts
+share/grafana/public/app/features/explore/state/reducers.test.ts
+share/grafana/public/app/features/explore/state/reducers.ts
+share/grafana/public/app/features/explore/state/selectors.test.ts
+share/grafana/public/app/features/explore/state/selectors.ts
+share/grafana/public/app/features/explore/useLiveTailControls.ts
share/grafana/public/app/features/explore/utils/
-share/grafana/public/app/features/explore/utils/debounce.ts
-share/grafana/public/app/features/explore/utils/dom.ts
-share/grafana/public/app/features/explore/utils/query.ts
+share/grafana/public/app/features/explore/utils/LogsCrossFadeTransition.tsx
+share/grafana/public/app/features/explore/utils/ResultProcessor.test.ts
+share/grafana/public/app/features/explore/utils/ResultProcessor.ts
+share/grafana/public/app/features/explore/utils/set.test.ts
+share/grafana/public/app/features/explore/utils/set.ts
+share/grafana/public/app/features/expressions/
+share/grafana/public/app/features/expressions/ExpressionDatasource.ts
+share/grafana/public/app/features/expressions/ExpressionQueryEditor.tsx
+share/grafana/public/app/features/expressions/types.ts
share/grafana/public/app/features/folders/
+share/grafana/public/app/features/folders/CreateFolderCtrl.ts
+share/grafana/public/app/features/folders/FolderDashboardsCtrl.ts
share/grafana/public/app/features/folders/FolderPermissions.tsx
share/grafana/public/app/features/folders/FolderSettingsPage.test.tsx
share/grafana/public/app/features/folders/FolderSettingsPage.tsx
share/grafana/public/app/features/folders/__snapshots__/
share/grafana/public/app/features/folders/__snapshots__/FolderSettingsPage.test.tsx.snap
+share/grafana/public/app/features/folders/partials/
+share/grafana/public/app/features/folders/partials/create_folder.html
+share/grafana/public/app/features/folders/partials/folder_dashboards.html
+share/grafana/public/app/features/folders/services/
+share/grafana/public/app/features/folders/services/FolderPageLoader.ts
share/grafana/public/app/features/folders/state/
share/grafana/public/app/features/folders/state/actions.ts
share/grafana/public/app/features/folders/state/navModel.ts
share/grafana/public/app/features/folders/state/reducers.test.ts
share/grafana/public/app/features/folders/state/reducers.ts
share/grafana/public/app/features/manage-dashboards/
+share/grafana/public/app/features/manage-dashboards/DashboardImportCtrl.test.ts
+share/grafana/public/app/features/manage-dashboards/DashboardImportCtrl.ts
share/grafana/public/app/features/manage-dashboards/DashboardListCtrl.ts
share/grafana/public/app/features/manage-dashboards/SnapshotListCtrl.ts
+share/grafana/public/app/features/manage-dashboards/components/
+share/grafana/public/app/features/manage-dashboards/components/MoveToFolderModal/
+share/grafana/public/app/features/manage-dashboards/components/MoveToFolderModal/MoveToFolderCtrl.ts
+share/grafana/public/app/features/manage-dashboards/components/MoveToFolderModal/index.ts
+share/grafana/public/app/features/manage-dashboards/components/MoveToFolderModal/template.html
+share/grafana/public/app/features/manage-dashboards/components/UploadDashboard/
+share/grafana/public/app/features/manage-dashboards/components/UploadDashboard/index.ts
+share/grafana/public/app/features/manage-dashboards/components/UploadDashboard/uploadDashboardDirective.ts
share/grafana/public/app/features/manage-dashboards/index.ts
share/grafana/public/app/features/manage-dashboards/partials/
+share/grafana/public/app/features/manage-dashboards/partials/dashboard_import.html
share/grafana/public/app/features/manage-dashboards/partials/dashboard_list.html
share/grafana/public/app/features/manage-dashboards/partials/snapshot_list.html
+share/grafana/public/app/features/manage-dashboards/services/
+share/grafana/public/app/features/manage-dashboards/services/ValidationSrv.ts
share/grafana/public/app/features/org/
share/grafana/public/app/features/org/NewOrgCtrl.ts
share/grafana/public/app/features/org/OrgDetailsPage.test.tsx
@@ -611,27 +756,35 @@ share/grafana/public/app/features/org/pa
share/grafana/public/app/features/org/partials/select_org.html
share/grafana/public/app/features/org/state/
share/grafana/public/app/features/org/state/actions.ts
+share/grafana/public/app/features/org/state/reducers.test.ts
share/grafana/public/app/features/org/state/reducers.ts
share/grafana/public/app/features/panel/
+share/grafana/public/app/features/panel/GeneralTabCtrl.ts
share/grafana/public/app/features/panel/all.ts
share/grafana/public/app/features/panel/metrics_panel_ctrl.ts
-share/grafana/public/app/features/panel/metrics_tab.ts
share/grafana/public/app/features/panel/panel_ctrl.ts
share/grafana/public/app/features/panel/panel_directive.ts
share/grafana/public/app/features/panel/panel_editor_tab.ts
share/grafana/public/app/features/panel/panel_header.ts
+share/grafana/public/app/features/panel/panellinks/
+share/grafana/public/app/features/panel/panellinks/fieldDisplayValuesProxy.test.ts
+share/grafana/public/app/features/panel/panellinks/fieldDisplayValuesProxy.ts
+share/grafana/public/app/features/panel/panellinks/linkSuppliers.test.ts
+share/grafana/public/app/features/panel/panellinks/linkSuppliers.ts
+share/grafana/public/app/features/panel/panellinks/link_srv.ts
+share/grafana/public/app/features/panel/panellinks/module.html
+share/grafana/public/app/features/panel/panellinks/module.ts
+share/grafana/public/app/features/panel/panellinks/specs/
+share/grafana/public/app/features/panel/panellinks/specs/link_srv.test.ts
share/grafana/public/app/features/panel/partials/
-share/grafana/public/app/features/panel/partials/metrics_tab.html
+share/grafana/public/app/features/panel/partials/general_tab.html
share/grafana/public/app/features/panel/partials/panelTime.html
share/grafana/public/app/features/panel/partials/query_editor_row.html
-share/grafana/public/app/features/panel/partials/soloPanel.html
share/grafana/public/app/features/panel/query_ctrl.ts
share/grafana/public/app/features/panel/query_editor_row.ts
-share/grafana/public/app/features/panel/query_troubleshooter.ts
-share/grafana/public/app/features/panel/solo_panel_ctrl.ts
+share/grafana/public/app/features/panel/repeat_option.ts
share/grafana/public/app/features/panel/specs/
share/grafana/public/app/features/panel/specs/metrics_panel_ctrl.test.ts
-share/grafana/public/app/features/panel/viz_tab.ts
share/grafana/public/app/features/playlist/
share/grafana/public/app/features/playlist/all.ts
share/grafana/public/app/features/playlist/partials/
@@ -645,14 +798,19 @@ share/grafana/public/app/features/playli
share/grafana/public/app/features/playlist/playlists_ctrl.ts
share/grafana/public/app/features/playlist/specs/
share/grafana/public/app/features/playlist/specs/playlist_edit_ctrl.test.ts
+share/grafana/public/app/features/playlist/specs/playlist_srv.test.ts
share/grafana/public/app/features/plugins/
+share/grafana/public/app/features/plugins/AppRootPage.tsx
+share/grafana/public/app/features/plugins/PluginDashboards.tsx
share/grafana/public/app/features/plugins/PluginList.test.tsx
share/grafana/public/app/features/plugins/PluginList.tsx
share/grafana/public/app/features/plugins/PluginListItem.test.tsx
share/grafana/public/app/features/plugins/PluginListItem.tsx
share/grafana/public/app/features/plugins/PluginListPage.test.tsx
share/grafana/public/app/features/plugins/PluginListPage.tsx
-share/grafana/public/app/features/plugins/VariableQueryComponentLoader.tsx
+share/grafana/public/app/features/plugins/PluginPage.tsx
+share/grafana/public/app/features/plugins/PluginSettingsCache.ts
+share/grafana/public/app/features/plugins/PluginStateInfo.tsx
share/grafana/public/app/features/plugins/__mocks__/
share/grafana/public/app/features/plugins/__mocks__/pluginMocks.ts
share/grafana/public/app/features/plugins/__snapshots__/
@@ -662,43 +820,46 @@ share/grafana/public/app/features/plugin
share/grafana/public/app/features/plugins/all.ts
share/grafana/public/app/features/plugins/built_in_plugins.ts
share/grafana/public/app/features/plugins/datasource_srv.ts
-share/grafana/public/app/features/plugins/ds_dashboards_ctrl.ts
-share/grafana/public/app/features/plugins/ds_edit_ctrl.ts
-share/grafana/public/app/features/plugins/import_list/
-share/grafana/public/app/features/plugins/import_list/import_list.html
-share/grafana/public/app/features/plugins/import_list/import_list.ts
share/grafana/public/app/features/plugins/partials/
-share/grafana/public/app/features/plugins/partials/ds_edit.html
-share/grafana/public/app/features/plugins/partials/ds_http_settings.html
-share/grafana/public/app/features/plugins/partials/plugin_edit.html
share/grafana/public/app/features/plugins/partials/plugin_page.html
share/grafana/public/app/features/plugins/partials/update_instructions.html
share/grafana/public/app/features/plugins/plugin_component.ts
-share/grafana/public/app/features/plugins/plugin_edit_ctrl.ts
share/grafana/public/app/features/plugins/plugin_loader.ts
share/grafana/public/app/features/plugins/plugin_page_ctrl.ts
share/grafana/public/app/features/plugins/specs/
share/grafana/public/app/features/plugins/specs/datasource_srv.test.ts
share/grafana/public/app/features/plugins/state/
share/grafana/public/app/features/plugins/state/actions.ts
-share/grafana/public/app/features/plugins/state/navModel.ts
+share/grafana/public/app/features/plugins/state/reducers.test.ts
share/grafana/public/app/features/plugins/state/reducers.ts
share/grafana/public/app/features/plugins/state/selectors.test.ts
share/grafana/public/app/features/plugins/state/selectors.ts
+share/grafana/public/app/features/plugins/variableQueryEditorLoader.tsx
+share/grafana/public/app/features/plugins/wrappers/
+share/grafana/public/app/features/plugins/wrappers/AppConfigWrapper.tsx
share/grafana/public/app/features/profile/
-share/grafana/public/app/features/profile/ChangePasswordCtrl.ts
-share/grafana/public/app/features/profile/PrefControlCtrl.ts
+share/grafana/public/app/features/profile/ChangePasswordForm.tsx
+share/grafana/public/app/features/profile/ChangePasswordPage.tsx
share/grafana/public/app/features/profile/ProfileCtrl.ts
+share/grafana/public/app/features/profile/ReactProfileWrapper.tsx
+share/grafana/public/app/features/profile/UserOrganizations.tsx
+share/grafana/public/app/features/profile/UserProfileEditForm.tsx
+share/grafana/public/app/features/profile/UserTeams.tsx
share/grafana/public/app/features/profile/all.ts
share/grafana/public/app/features/profile/partials/
-share/grafana/public/app/features/profile/partials/change_password.html
share/grafana/public/app/features/profile/partials/profile.html
+share/grafana/public/app/features/profile/state/
+share/grafana/public/app/features/profile/state/reducers.ts
+share/grafana/public/app/features/profile/state/selectors.ts
share/grafana/public/app/features/teams/
-share/grafana/public/app/features/teams/CreateTeamCtrl.ts
+share/grafana/public/app/features/teams/CreateTeam.test.tsx
+share/grafana/public/app/features/teams/CreateTeam.tsx
share/grafana/public/app/features/teams/TeamGroupSync.test.tsx
share/grafana/public/app/features/teams/TeamGroupSync.tsx
share/grafana/public/app/features/teams/TeamList.test.tsx
share/grafana/public/app/features/teams/TeamList.tsx
+share/grafana/public/app/features/teams/TeamMemberRow.test.tsx
+share/grafana/public/app/features/teams/TeamMemberRow.tsx
share/grafana/public/app/features/teams/TeamMembers.test.tsx
share/grafana/public/app/features/teams/TeamMembers.tsx
share/grafana/public/app/features/teams/TeamPages.test.tsx
@@ -709,13 +870,13 @@ share/grafana/public/app/features/teams/
share/grafana/public/app/features/teams/__mocks__/navModelMock.ts
share/grafana/public/app/features/teams/__mocks__/teamMocks.ts
share/grafana/public/app/features/teams/__snapshots__/
+share/grafana/public/app/features/teams/__snapshots__/CreateTeam.test.tsx.snap
share/grafana/public/app/features/teams/__snapshots__/TeamGroupSync.test.tsx.snap
share/grafana/public/app/features/teams/__snapshots__/TeamList.test.tsx.snap
+share/grafana/public/app/features/teams/__snapshots__/TeamMemberRow.test.tsx.snap
share/grafana/public/app/features/teams/__snapshots__/TeamMembers.test.tsx.snap
share/grafana/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap
share/grafana/public/app/features/teams/__snapshots__/TeamSettings.test.tsx.snap
-share/grafana/public/app/features/teams/partials/
-share/grafana/public/app/features/teams/partials/create_team.html
share/grafana/public/app/features/teams/state/
share/grafana/public/app/features/teams/state/actions.ts
share/grafana/public/app/features/teams/state/navModel.ts
@@ -748,6 +909,7 @@ share/grafana/public/app/features/templa
share/grafana/public/app/features/templating/variable.ts
share/grafana/public/app/features/templating/variable_srv.ts
share/grafana/public/app/features/users/
+share/grafana/public/app/features/users/InviteeRow.tsx
share/grafana/public/app/features/users/InviteesTable.test.tsx
share/grafana/public/app/features/users/InviteesTable.tsx
share/grafana/public/app/features/users/UsersActionBar.test.tsx
@@ -765,17 +927,15 @@ share/grafana/public/app/features/users/
share/grafana/public/app/features/users/__snapshots__/UsersTable.test.tsx.snap
share/grafana/public/app/features/users/state/
share/grafana/public/app/features/users/state/actions.ts
+share/grafana/public/app/features/users/state/reducers.test.ts
share/grafana/public/app/features/users/state/reducers.ts
share/grafana/public/app/features/users/state/selectors.ts
share/grafana/public/app/index.ts
share/grafana/public/app/partials/
share/grafana/public/app/partials/confirm_modal.html
-share/grafana/public/app/partials/dashboard.html
share/grafana/public/app/partials/edit_json.html
share/grafana/public/app/partials/error.html
-share/grafana/public/app/partials/login.html
share/grafana/public/app/partials/modal.html
-share/grafana/public/app/partials/panelgeneral.html
share/grafana/public/app/partials/reset_password.html
share/grafana/public/app/partials/signup_invited.html
share/grafana/public/app/partials/signup_step2.html
@@ -784,26 +944,75 @@ share/grafana/public/app/plugins/
share/grafana/public/app/plugins/datasource/
share/grafana/public/app/plugins/datasource/cloudwatch/
share/grafana/public/app/plugins/datasource/cloudwatch/README.md
-share/grafana/public/app/plugins/datasource/cloudwatch/config_ctrl.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/annotations_query_ctrl.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/components/
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Alias.test.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Alias.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/AnnotationQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.test.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Dimensions.test.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Dimensions.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Forms.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor.test.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryEditor.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/QueryFieldsEditor.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Stats.test.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/Stats.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/ThrottlingErrorMessage.tsx
+share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/
+share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Alias.test.tsx.snap
+share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/ConfigEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/QueryEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/cloudwatch/components/__snapshots__/Stats.test.tsx.snap
+share/grafana/public/app/plugins/datasource/cloudwatch/components/index.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/EBS.json
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/Lambda.json
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/Logs.json
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/RDS.json
+share/grafana/public/app/plugins/datasource/cloudwatch/dashboards/ec2.json
share/grafana/public/app/plugins/datasource/cloudwatch/datasource.d.ts
share/grafana/public/app/plugins/datasource/cloudwatch/datasource.ts
share/grafana/public/app/plugins/datasource/cloudwatch/img/
share/grafana/public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png
-share/grafana/public/app/plugins/datasource/cloudwatch/module.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/memoizedDebounce.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/module.tsx
share/grafana/public/app/plugins/datasource/cloudwatch/partials/
share/grafana/public/app/plugins/datasource/cloudwatch/partials/annotations.editor.html
-share/grafana/public/app/plugins/datasource/cloudwatch/partials/config.html
-share/grafana/public/app/plugins/datasource/cloudwatch/partials/query.editor.html
share/grafana/public/app/plugins/datasource/cloudwatch/partials/query.parameter.html
share/grafana/public/app/plugins/datasource/cloudwatch/plugin.json
-share/grafana/public/app/plugins/datasource/cloudwatch/query_ctrl.ts
share/grafana/public/app/plugins/datasource/cloudwatch/query_parameter_ctrl.ts
share/grafana/public/app/plugins/datasource/cloudwatch/specs/
share/grafana/public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
+share/grafana/public/app/plugins/datasource/cloudwatch/types.ts
+share/grafana/public/app/plugins/datasource/dashboard/
+share/grafana/public/app/plugins/datasource/dashboard/DashboardQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/dashboard/README.md
+share/grafana/public/app/plugins/datasource/dashboard/datasource.ts
+share/grafana/public/app/plugins/datasource/dashboard/index.ts
+share/grafana/public/app/plugins/datasource/dashboard/module.ts
+share/grafana/public/app/plugins/datasource/dashboard/plugin.json
+share/grafana/public/app/plugins/datasource/dashboard/runSharedRequest.test.ts
+share/grafana/public/app/plugins/datasource/dashboard/runSharedRequest.ts
+share/grafana/public/app/plugins/datasource/dashboard/types.ts
share/grafana/public/app/plugins/datasource/elasticsearch/
share/grafana/public/app/plugins/datasource/elasticsearch/README.md
share/grafana/public/app/plugins/datasource/elasticsearch/bucket_agg.ts
-share/grafana/public/app/plugins/datasource/elasticsearch/config_ctrl.ts
+share/grafana/public/app/plugins/datasource/elasticsearch/components/
+share/grafana/public/app/plugins/datasource/elasticsearch/components/ElasticsearchQueryField.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.test.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLink.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.test.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/DataLinks.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.test.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/ElasticDetails.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.test.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/LogsConfig.tsx
+share/grafana/public/app/plugins/datasource/elasticsearch/configuration/mocks.ts
+share/grafana/public/app/plugins/datasource/elasticsearch/datasource.test.ts
share/grafana/public/app/plugins/datasource/elasticsearch/datasource.ts
share/grafana/public/app/plugins/datasource/elasticsearch/elastic_response.ts
share/grafana/public/app/plugins/datasource/elasticsearch/img/
@@ -814,27 +1023,94 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/elasticsearch/partials/
share/grafana/public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html
share/grafana/public/app/plugins/datasource/elasticsearch/partials/bucket_agg.html
-share/grafana/public/app/plugins/datasource/elasticsearch/partials/config.html
share/grafana/public/app/plugins/datasource/elasticsearch/partials/metric_agg.html
+share/grafana/public/app/plugins/datasource/elasticsearch/partials/pipeline_variables.html
share/grafana/public/app/plugins/datasource/elasticsearch/partials/query.editor.html
+share/grafana/public/app/plugins/datasource/elasticsearch/pipeline_variables.ts
share/grafana/public/app/plugins/datasource/elasticsearch/plugin.json
share/grafana/public/app/plugins/datasource/elasticsearch/query_builder.ts
share/grafana/public/app/plugins/datasource/elasticsearch/query_ctrl.ts
share/grafana/public/app/plugins/datasource/elasticsearch/query_def.ts
share/grafana/public/app/plugins/datasource/elasticsearch/query_help.md
share/grafana/public/app/plugins/datasource/elasticsearch/specs/
-share/grafana/public/app/plugins/datasource/elasticsearch/specs/datasource.test.ts
share/grafana/public/app/plugins/datasource/elasticsearch/specs/elastic_response.test.ts
share/grafana/public/app/plugins/datasource/elasticsearch/specs/index_pattern.test.ts
share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_builder.test.ts
share/grafana/public/app/plugins/datasource/elasticsearch/specs/query_def.test.ts
+share/grafana/public/app/plugins/datasource/elasticsearch/types.ts
share/grafana/public/app/plugins/datasource/grafana/
-share/grafana/public/app/plugins/datasource/grafana-live/
-share/grafana/public/app/plugins/datasource/grafana-live/_plugin.json
-share/grafana/public/app/plugins/datasource/grafana-live/datasource.ts
-share/grafana/public/app/plugins/datasource/grafana-live/module.ts
-share/grafana/public/app/plugins/datasource/grafana-live/partials/
-share/grafana/public/app/plugins/datasource/grafana-live/partials/query.editor.html
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/query_ctrl.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/__mocks__/sdk.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/annotations_query_ctrl.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_datasource.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/response_parser.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/__mocks__/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/__mocks__/schema.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/azure_log_analytics_datasource.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/azure_log_analytics_datasource.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/response_parser.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/azure_monitor_datasource.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/response_parser.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/supported_namespaces.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/url_builder.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_monitor/url_builder.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.test.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AzureCredentialsForm.test.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AzureCredentialsForm.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.test.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.test.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/InsightsConfig.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MonitorConfig.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/AnalyticsConfig.test.tsx.snap
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/AzureCredentialsForm.test.tsx.snap
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/ConfigEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/__snapshots__/InsightsConfig.test.tsx.snap
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/css/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/css/query_editor.css
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/datasource.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/KustoQueryField.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/editor_component.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/kusto/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/kusto/kusto.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/query_field.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/typeahead.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_cpu.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/azure_monitor_network.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_1_select_type.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_2_azure_monitor_api_details.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_3_app_insights_api_details.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/config_4_save_and_test.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/contoso_loans_grafana_dashboard.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_install.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/grafana_cloud_login.png
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/img/logo.jpg
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/log_analytics/querystring_builder.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/module.tsx
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/partials/
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/partials/annotations.editor.html
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/partials/query.editor.html
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/plugin.json
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_ctrl.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_ctrl.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/query_help.md
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/time_grain_converter.test.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/time_grain_converter.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/types.ts
share/grafana/public/app/plugins/datasource/grafana/README.md
share/grafana/public/app/plugins/datasource/grafana/datasource.ts
share/grafana/public/app/plugins/datasource/grafana/module.ts
@@ -845,11 +1121,17 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/grafana/specs/
share/grafana/public/app/plugins/datasource/grafana/specs/datasource.test.ts
share/grafana/public/app/plugins/datasource/graphite/
+share/grafana/public/app/plugins/datasource/graphite/FunctionEditor.tsx
+share/grafana/public/app/plugins/datasource/graphite/FunctionEditorControls.tsx
+share/grafana/public/app/plugins/datasource/graphite/MetricTankMetaInspector.tsx
share/grafana/public/app/plugins/datasource/graphite/README.md
share/grafana/public/app/plugins/datasource/graphite/add_graphite_func.ts
-share/grafana/public/app/plugins/datasource/graphite/config_ctrl.ts
+share/grafana/public/app/plugins/datasource/graphite/configuration/
+share/grafana/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/graphite/configuration/GraphiteDetails.tsx
share/grafana/public/app/plugins/datasource/graphite/dashboards/
share/grafana/public/app/plugins/datasource/graphite/dashboards/carbon_metrics.json
+share/grafana/public/app/plugins/datasource/graphite/dashboards/metrictank.json
share/grafana/public/app/plugins/datasource/graphite/datasource.ts
share/grafana/public/app/plugins/datasource/graphite/func_editor.ts
share/grafana/public/app/plugins/datasource/graphite/gfunc.ts
@@ -857,11 +1139,12 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/graphite/img/
share/grafana/public/app/plugins/datasource/graphite/img/graphite_logo.png
share/grafana/public/app/plugins/datasource/graphite/lexer.ts
+share/grafana/public/app/plugins/datasource/graphite/meta.test.ts
+share/grafana/public/app/plugins/datasource/graphite/meta.ts
share/grafana/public/app/plugins/datasource/graphite/module.ts
share/grafana/public/app/plugins/datasource/graphite/parser.ts
share/grafana/public/app/plugins/datasource/graphite/partials/
share/grafana/public/app/plugins/datasource/graphite/partials/annotations.editor.html
-share/grafana/public/app/plugins/datasource/graphite/partials/config.html
share/grafana/public/app/plugins/datasource/graphite/partials/query.editor.html
share/grafana/public/app/plugins/datasource/graphite/plugin.json
share/grafana/public/app/plugins/datasource/graphite/query_ctrl.ts
@@ -873,17 +1156,27 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/graphite/specs/lexer.test.ts
share/grafana/public/app/plugins/datasource/graphite/specs/parser.test.ts
share/grafana/public/app/plugins/datasource/graphite/specs/query_ctrl.test.ts
+share/grafana/public/app/plugins/datasource/graphite/types.ts
share/grafana/public/app/plugins/datasource/influxdb/
share/grafana/public/app/plugins/datasource/influxdb/README.md
+share/grafana/public/app/plugins/datasource/influxdb/components/
+share/grafana/public/app/plugins/datasource/influxdb/components/ConfigEditor.test.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/InfluxCheatSheet.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/InfluxLogsQueryField.test.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/InfluxLogsQueryField.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/InfluxStartPage.tsx
+share/grafana/public/app/plugins/datasource/influxdb/components/__snapshots__/
+share/grafana/public/app/plugins/datasource/influxdb/components/__snapshots__/ConfigEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/influxdb/datasource.mock.ts
share/grafana/public/app/plugins/datasource/influxdb/datasource.ts
share/grafana/public/app/plugins/datasource/influxdb/img/
share/grafana/public/app/plugins/datasource/influxdb/img/influxdb_logo.svg
-share/grafana/public/app/plugins/datasource/influxdb/influx_query.ts
+share/grafana/public/app/plugins/datasource/influxdb/influx_query_model.ts
share/grafana/public/app/plugins/datasource/influxdb/influx_series.ts
share/grafana/public/app/plugins/datasource/influxdb/module.ts
share/grafana/public/app/plugins/datasource/influxdb/partials/
share/grafana/public/app/plugins/datasource/influxdb/partials/annotations.editor.html
-share/grafana/public/app/plugins/datasource/influxdb/partials/config.html
share/grafana/public/app/plugins/datasource/influxdb/partials/query.editor.html
share/grafana/public/app/plugins/datasource/influxdb/plugin.json
share/grafana/public/app/plugins/datasource/influxdb/query_builder.ts
@@ -893,33 +1186,72 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/influxdb/response_parser.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/
share/grafana/public/app/plugins/datasource/influxdb/specs/datasource.test.ts
-share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query.test.ts
+share/grafana/public/app/plugins/datasource/influxdb/specs/influx_query_model.test.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/influx_series.test.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/query_builder.test.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/query_ctrl.test.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/query_part.test.ts
share/grafana/public/app/plugins/datasource/influxdb/specs/response_parser.test.ts
-share/grafana/public/app/plugins/datasource/logging/
-share/grafana/public/app/plugins/datasource/logging/README.md
-share/grafana/public/app/plugins/datasource/logging/components/
-share/grafana/public/app/plugins/datasource/logging/components/LoggingCheatSheet.tsx
-share/grafana/public/app/plugins/datasource/logging/components/LoggingQueryField.tsx
-share/grafana/public/app/plugins/datasource/logging/components/LoggingStartPage.tsx
-share/grafana/public/app/plugins/datasource/logging/datasource.test.ts
-share/grafana/public/app/plugins/datasource/logging/datasource.ts
-share/grafana/public/app/plugins/datasource/logging/img/
-share/grafana/public/app/plugins/datasource/logging/img/grafana_icon.svg
-share/grafana/public/app/plugins/datasource/logging/language_provider.test.ts
-share/grafana/public/app/plugins/datasource/logging/language_provider.ts
-share/grafana/public/app/plugins/datasource/logging/module.ts
-share/grafana/public/app/plugins/datasource/logging/partials/
-share/grafana/public/app/plugins/datasource/logging/partials/config.html
-share/grafana/public/app/plugins/datasource/logging/plugin.json
-share/grafana/public/app/plugins/datasource/logging/result_transformer.test.ts
-share/grafana/public/app/plugins/datasource/logging/result_transformer.ts
+share/grafana/public/app/plugins/datasource/influxdb/types.ts
+share/grafana/public/app/plugins/datasource/input/
+share/grafana/public/app/plugins/datasource/input/InputConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/input/InputDatasource.test.ts
+share/grafana/public/app/plugins/datasource/input/InputDatasource.ts
+share/grafana/public/app/plugins/datasource/input/InputQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/input/README.md
+share/grafana/public/app/plugins/datasource/input/img/
+share/grafana/public/app/plugins/datasource/input/img/input.svg
+share/grafana/public/app/plugins/datasource/input/module.ts
+share/grafana/public/app/plugins/datasource/input/plugin.json
+share/grafana/public/app/plugins/datasource/input/types.ts
+share/grafana/public/app/plugins/datasource/input/utils.ts
+share/grafana/public/app/plugins/datasource/loki/
+share/grafana/public/app/plugins/datasource/loki/LokiAnnotationsQueryCtrl.tsx
+share/grafana/public/app/plugins/datasource/loki/README.md
+share/grafana/public/app/plugins/datasource/loki/components/
+share/grafana/public/app/plugins/datasource/loki/components/AnnotationsQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiCheatSheet.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiQueryField.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiQueryFieldForm.tsx
+share/grafana/public/app/plugins/datasource/loki/components/useLokiLabels.test.ts
+share/grafana/public/app/plugins/datasource/loki/components/useLokiLabels.ts
+share/grafana/public/app/plugins/datasource/loki/components/useLokiSyntax.test.ts
+share/grafana/public/app/plugins/datasource/loki/components/useLokiSyntax.ts
+share/grafana/public/app/plugins/datasource/loki/configuration/
+share/grafana/public/app/plugins/datasource/loki/configuration/ConfigEditor.test.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/DebugSection.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/DebugSections.test.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/DerivedField.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/DerivedFields.test.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/DerivedFields.tsx
+share/grafana/public/app/plugins/datasource/loki/configuration/MaxLinesField.tsx
+share/grafana/public/app/plugins/datasource/loki/datasource.test.ts
+share/grafana/public/app/plugins/datasource/loki/datasource.ts
+share/grafana/public/app/plugins/datasource/loki/img/
+share/grafana/public/app/plugins/datasource/loki/img/grafana_icon.svg
+share/grafana/public/app/plugins/datasource/loki/img/loki_icon.svg
+share/grafana/public/app/plugins/datasource/loki/language_provider.test.ts
+share/grafana/public/app/plugins/datasource/loki/language_provider.ts
+share/grafana/public/app/plugins/datasource/loki/live_streams.test.ts
+share/grafana/public/app/plugins/datasource/loki/live_streams.ts
+share/grafana/public/app/plugins/datasource/loki/mocks.ts
+share/grafana/public/app/plugins/datasource/loki/module.ts
+share/grafana/public/app/plugins/datasource/loki/partials/
+share/grafana/public/app/plugins/datasource/loki/partials/annotations.editor.html
+share/grafana/public/app/plugins/datasource/loki/plugin.json
+share/grafana/public/app/plugins/datasource/loki/query_utils.test.ts
+share/grafana/public/app/plugins/datasource/loki/query_utils.ts
+share/grafana/public/app/plugins/datasource/loki/result_transformer.test.ts
+share/grafana/public/app/plugins/datasource/loki/result_transformer.ts
+share/grafana/public/app/plugins/datasource/loki/syntax.test.ts
+share/grafana/public/app/plugins/datasource/loki/syntax.ts
+share/grafana/public/app/plugins/datasource/loki/types.ts
share/grafana/public/app/plugins/datasource/mixed/
+share/grafana/public/app/plugins/datasource/mixed/MixedDataSource.test.ts
+share/grafana/public/app/plugins/datasource/mixed/MixedDataSource.ts
share/grafana/public/app/plugins/datasource/mixed/README.md
-share/grafana/public/app/plugins/datasource/mixed/datasource.ts
share/grafana/public/app/plugins/datasource/mixed/module.ts
share/grafana/public/app/plugins/datasource/mixed/plugin.json
share/grafana/public/app/plugins/datasource/mssql/
@@ -938,6 +1270,7 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/mssql/response_parser.ts
share/grafana/public/app/plugins/datasource/mssql/specs/
share/grafana/public/app/plugins/datasource/mssql/specs/datasource.test.ts
+share/grafana/public/app/plugins/datasource/mssql/types.ts
share/grafana/public/app/plugins/datasource/mysql/
share/grafana/public/app/plugins/datasource/mysql/README.md
share/grafana/public/app/plugins/datasource/mysql/datasource.ts
@@ -956,9 +1289,12 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/mysql/specs/
share/grafana/public/app/plugins/datasource/mysql/specs/datasource.test.ts
share/grafana/public/app/plugins/datasource/mysql/sql_part.ts
+share/grafana/public/app/plugins/datasource/mysql/types.ts
share/grafana/public/app/plugins/datasource/opentsdb/
share/grafana/public/app/plugins/datasource/opentsdb/README.md
-share/grafana/public/app/plugins/datasource/opentsdb/config_ctrl.ts
+share/grafana/public/app/plugins/datasource/opentsdb/components/
+share/grafana/public/app/plugins/datasource/opentsdb/components/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/opentsdb/components/OpenTsdbDetails.tsx
share/grafana/public/app/plugins/datasource/opentsdb/datasource.d.ts
share/grafana/public/app/plugins/datasource/opentsdb/datasource.ts
share/grafana/public/app/plugins/datasource/opentsdb/img/
@@ -966,13 +1302,13 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/opentsdb/module.ts
share/grafana/public/app/plugins/datasource/opentsdb/partials/
share/grafana/public/app/plugins/datasource/opentsdb/partials/annotations.editor.html
-share/grafana/public/app/plugins/datasource/opentsdb/partials/config.html
share/grafana/public/app/plugins/datasource/opentsdb/partials/query.editor.html
share/grafana/public/app/plugins/datasource/opentsdb/plugin.json
share/grafana/public/app/plugins/datasource/opentsdb/query_ctrl.ts
share/grafana/public/app/plugins/datasource/opentsdb/specs/
share/grafana/public/app/plugins/datasource/opentsdb/specs/datasource.test.ts
share/grafana/public/app/plugins/datasource/opentsdb/specs/query_ctrl.test.ts
+share/grafana/public/app/plugins/datasource/opentsdb/types.ts
share/grafana/public/app/plugins/datasource/postgres/
share/grafana/public/app/plugins/datasource/postgres/README.md
share/grafana/public/app/plugins/datasource/postgres/config_ctrl.ts
@@ -994,90 +1330,121 @@ share/grafana/public/app/plugins/datasou
share/grafana/public/app/plugins/datasource/postgres/specs/datasource.test.ts
share/grafana/public/app/plugins/datasource/postgres/specs/postgres_query.test.ts
share/grafana/public/app/plugins/datasource/postgres/sql_part.ts
+share/grafana/public/app/plugins/datasource/postgres/types.ts
share/grafana/public/app/plugins/datasource/prometheus/
share/grafana/public/app/plugins/datasource/prometheus/README.md
+share/grafana/public/app/plugins/datasource/prometheus/add_label_to_query.test.ts
share/grafana/public/app/plugins/datasource/prometheus/add_label_to_query.ts
-share/grafana/public/app/plugins/datasource/prometheus/completer.ts
share/grafana/public/app/plugins/datasource/prometheus/components/
share/grafana/public/app/plugins/datasource/prometheus/components/PromCheatSheet.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.test.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreQueryEditor.test.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromExploreQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromLink.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryEditor.test.tsx
+share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryEditor.tsx
share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx
share/grafana/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx
-share/grafana/public/app/plugins/datasource/prometheus/components/PromStart.tsx
-share/grafana/public/app/plugins/datasource/prometheus/config_ctrl.ts
+share/grafana/public/app/plugins/datasource/prometheus/components/__snapshots__/
+share/grafana/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreExtraField.test.tsx.snap
+share/grafana/public/app/plugins/datasource/prometheus/components/__snapshots__/PromExploreQueryEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/prometheus/components/__snapshots__/PromQueryEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/prometheus/configuration/
+share/grafana/public/app/plugins/datasource/prometheus/configuration/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/prometheus/configuration/PromSettings.test.tsx
+share/grafana/public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx
share/grafana/public/app/plugins/datasource/prometheus/dashboards/
share/grafana/public/app/plugins/datasource/prometheus/dashboards/grafana_stats.json
share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_2_stats.json
share/grafana/public/app/plugins/datasource/prometheus/dashboards/prometheus_stats.json
+share/grafana/public/app/plugins/datasource/prometheus/datasource.test.ts
share/grafana/public/app/plugins/datasource/prometheus/datasource.ts
share/grafana/public/app/plugins/datasource/prometheus/img/
share/grafana/public/app/plugins/datasource/prometheus/img/prometheus_logo.svg
+share/grafana/public/app/plugins/datasource/prometheus/language_provider.test.ts
share/grafana/public/app/plugins/datasource/prometheus/language_provider.ts
+share/grafana/public/app/plugins/datasource/prometheus/language_utils.test.ts
share/grafana/public/app/plugins/datasource/prometheus/language_utils.ts
share/grafana/public/app/plugins/datasource/prometheus/metric_find_query.d.ts
+share/grafana/public/app/plugins/datasource/prometheus/metric_find_query.test.ts
share/grafana/public/app/plugins/datasource/prometheus/metric_find_query.ts
-share/grafana/public/app/plugins/datasource/prometheus/mode-prometheus.js
+share/grafana/public/app/plugins/datasource/prometheus/module.test.ts
share/grafana/public/app/plugins/datasource/prometheus/module.ts
share/grafana/public/app/plugins/datasource/prometheus/partials/
share/grafana/public/app/plugins/datasource/prometheus/partials/annotations.editor.html
-share/grafana/public/app/plugins/datasource/prometheus/partials/config.html
-share/grafana/public/app/plugins/datasource/prometheus/partials/query.editor.html
share/grafana/public/app/plugins/datasource/prometheus/plugin.json
+share/grafana/public/app/plugins/datasource/prometheus/promql.test.ts
share/grafana/public/app/plugins/datasource/prometheus/promql.ts
-share/grafana/public/app/plugins/datasource/prometheus/query_ctrl.ts
+share/grafana/public/app/plugins/datasource/prometheus/query_hints.test.ts
share/grafana/public/app/plugins/datasource/prometheus/query_hints.ts
+share/grafana/public/app/plugins/datasource/prometheus/result_transformer.test.ts
share/grafana/public/app/plugins/datasource/prometheus/result_transformer.ts
-share/grafana/public/app/plugins/datasource/prometheus/snippets/
-share/grafana/public/app/plugins/datasource/prometheus/snippets/prometheus.js
-share/grafana/public/app/plugins/datasource/prometheus/specs/
-share/grafana/public/app/plugins/datasource/prometheus/specs/add_label_to_query.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/completer.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/datasource.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/language_provider.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/language_utils.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/metric_find_query.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/query_hints.test.ts
-share/grafana/public/app/plugins/datasource/prometheus/specs/result_transformer.test.ts
+share/grafana/public/app/plugins/datasource/prometheus/types.ts
share/grafana/public/app/plugins/datasource/stackdriver/
share/grafana/public/app/plugins/datasource/stackdriver/README.md
share/grafana/public/app/plugins/datasource/stackdriver/StackdriverMetricFindQuery.ts
share/grafana/public/app/plugins/datasource/stackdriver/annotations_query_ctrl.ts
share/grafana/public/app/plugins/datasource/stackdriver/components/
+share/grafana/public/app/plugins/datasource/stackdriver/components/Aggregations.test.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Aggregations.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/AliasBy.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Alignments.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/AnnotationQueryEditor.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/AnnotationsHelp.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Filters.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/GroupBys.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Help.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Metrics.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/Project.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/QueryEditor.test.tsx
+share/grafana/public/app/plugins/datasource/stackdriver/components/QueryEditor.tsx
share/grafana/public/app/plugins/datasource/stackdriver/components/SimpleSelect.tsx
share/grafana/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.test.tsx
share/grafana/public/app/plugins/datasource/stackdriver/components/VariableQueryEditor.tsx
share/grafana/public/app/plugins/datasource/stackdriver/components/__snapshots__/
+share/grafana/public/app/plugins/datasource/stackdriver/components/__snapshots__/Aggregations.test.tsx.snap
+share/grafana/public/app/plugins/datasource/stackdriver/components/__snapshots__/QueryEditor.test.tsx.snap
share/grafana/public/app/plugins/datasource/stackdriver/components/__snapshots__/VariableQueryEditor.test.tsx.snap
+share/grafana/public/app/plugins/datasource/stackdriver/components/index.ts
share/grafana/public/app/plugins/datasource/stackdriver/config_ctrl.ts
share/grafana/public/app/plugins/datasource/stackdriver/constants.ts
share/grafana/public/app/plugins/datasource/stackdriver/datasource.ts
-share/grafana/public/app/plugins/datasource/stackdriver/filter_segments.ts
+share/grafana/public/app/plugins/datasource/stackdriver/functions.test.ts
share/grafana/public/app/plugins/datasource/stackdriver/functions.ts
share/grafana/public/app/plugins/datasource/stackdriver/img/
-share/grafana/public/app/plugins/datasource/stackdriver/img/stackdriver_logo.png
+share/grafana/public/app/plugins/datasource/stackdriver/img/stackdriver_logo.svg
share/grafana/public/app/plugins/datasource/stackdriver/module.ts
share/grafana/public/app/plugins/datasource/stackdriver/partials/
share/grafana/public/app/plugins/datasource/stackdriver/partials/annotations.editor.html
share/grafana/public/app/plugins/datasource/stackdriver/partials/config.html
-share/grafana/public/app/plugins/datasource/stackdriver/partials/query.aggregation.html
share/grafana/public/app/plugins/datasource/stackdriver/partials/query.editor.html
-share/grafana/public/app/plugins/datasource/stackdriver/partials/query.filter.html
share/grafana/public/app/plugins/datasource/stackdriver/plugin.json
-share/grafana/public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts
share/grafana/public/app/plugins/datasource/stackdriver/query_ctrl.ts
-share/grafana/public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
share/grafana/public/app/plugins/datasource/stackdriver/specs/
share/grafana/public/app/plugins/datasource/stackdriver/specs/datasource.test.ts
-share/grafana/public/app/plugins/datasource/stackdriver/specs/query_aggregation_ctrl.test.ts
-share/grafana/public/app/plugins/datasource/stackdriver/specs/query_filter_ctrl.test.ts
share/grafana/public/app/plugins/datasource/stackdriver/specs/testData.ts
share/grafana/public/app/plugins/datasource/stackdriver/types.ts
share/grafana/public/app/plugins/datasource/testdata/
+share/grafana/public/app/plugins/datasource/testdata/ConfigEditor.tsx
+share/grafana/public/app/plugins/datasource/testdata/LogIpsum.ts
+share/grafana/public/app/plugins/datasource/testdata/QueryEditor.tsx
+share/grafana/public/app/plugins/datasource/testdata/TestInfoTab.tsx
+share/grafana/public/app/plugins/datasource/testdata/dashboards/
+share/grafana/public/app/plugins/datasource/testdata/dashboards/streaming.json
share/grafana/public/app/plugins/datasource/testdata/datasource.ts
-share/grafana/public/app/plugins/datasource/testdata/module.ts
+share/grafana/public/app/plugins/datasource/testdata/img/
+share/grafana/public/app/plugins/datasource/testdata/img/testdata.svg
+share/grafana/public/app/plugins/datasource/testdata/metricTree.test.ts
+share/grafana/public/app/plugins/datasource/testdata/metricTree.ts
+share/grafana/public/app/plugins/datasource/testdata/module.tsx
share/grafana/public/app/plugins/datasource/testdata/partials/
share/grafana/public/app/plugins/datasource/testdata/partials/query.editor.html
share/grafana/public/app/plugins/datasource/testdata/plugin.json
share/grafana/public/app/plugins/datasource/testdata/query_ctrl.ts
+share/grafana/public/app/plugins/datasource/testdata/runStreams.ts
+share/grafana/public/app/plugins/datasource/testdata/types.ts
share/grafana/public/app/plugins/panel/
share/grafana/public/app/plugins/panel/alertlist/
share/grafana/public/app/plugins/panel/alertlist/README.md
@@ -1087,6 +1454,28 @@ share/grafana/public/app/plugins/panel/a
share/grafana/public/app/plugins/panel/alertlist/module.html
share/grafana/public/app/plugins/panel/alertlist/module.ts
share/grafana/public/app/plugins/panel/alertlist/plugin.json
+share/grafana/public/app/plugins/panel/annolist/
+share/grafana/public/app/plugins/panel/annolist/AnnoListEditor.tsx
+share/grafana/public/app/plugins/panel/annolist/AnnoListPanel.tsx
+share/grafana/public/app/plugins/panel/annolist/README.md
+share/grafana/public/app/plugins/panel/annolist/img/
+share/grafana/public/app/plugins/panel/annolist/img/icn-annolist-panel.svg
+share/grafana/public/app/plugins/panel/annolist/module.ts
+share/grafana/public/app/plugins/panel/annolist/plugin.json
+share/grafana/public/app/plugins/panel/annolist/types.ts
+share/grafana/public/app/plugins/panel/bargauge/
+share/grafana/public/app/plugins/panel/bargauge/BarGaugeMigrations.test.ts
+share/grafana/public/app/plugins/panel/bargauge/BarGaugeMigrations.ts
+share/grafana/public/app/plugins/panel/bargauge/BarGaugePanel.test.tsx
+share/grafana/public/app/plugins/panel/bargauge/BarGaugePanel.tsx
+share/grafana/public/app/plugins/panel/bargauge/BarGaugePanelEditor.tsx
+share/grafana/public/app/plugins/panel/bargauge/__snapshots__/
+share/grafana/public/app/plugins/panel/bargauge/__snapshots__/BarGaugeMigrations.test.ts.snap
+share/grafana/public/app/plugins/panel/bargauge/img/
+share/grafana/public/app/plugins/panel/bargauge/img/icon_bar_gauge.svg
+share/grafana/public/app/plugins/panel/bargauge/module.tsx
+share/grafana/public/app/plugins/panel/bargauge/plugin.json
+share/grafana/public/app/plugins/panel/bargauge/types.ts
share/grafana/public/app/plugins/panel/dashlist/
share/grafana/public/app/plugins/panel/dashlist/README.md
share/grafana/public/app/plugins/panel/dashlist/editor.html
@@ -1096,17 +1485,26 @@ share/grafana/public/app/plugins/panel/d
share/grafana/public/app/plugins/panel/dashlist/module.ts
share/grafana/public/app/plugins/panel/dashlist/plugin.json
share/grafana/public/app/plugins/panel/gauge/
+share/grafana/public/app/plugins/panel/gauge/GaugeMigrations.test.ts
+share/grafana/public/app/plugins/panel/gauge/GaugeMigrations.ts
+share/grafana/public/app/plugins/panel/gauge/GaugePanel.tsx
+share/grafana/public/app/plugins/panel/gauge/GaugePanelEditor.tsx
+share/grafana/public/app/plugins/panel/gauge/__snapshots__/
+share/grafana/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
+share/grafana/public/app/plugins/panel/gauge/img/
+share/grafana/public/app/plugins/panel/gauge/img/icon_gauge.svg
share/grafana/public/app/plugins/panel/gauge/module.tsx
share/grafana/public/app/plugins/panel/gauge/plugin.json
+share/grafana/public/app/plugins/panel/gauge/types.ts
share/grafana/public/app/plugins/panel/gettingstarted/
+share/grafana/public/app/plugins/panel/gettingstarted/GettingStarted.tsx
share/grafana/public/app/plugins/panel/gettingstarted/README.md
-share/grafana/public/app/plugins/panel/gettingstarted/editor.html
share/grafana/public/app/plugins/panel/gettingstarted/img/
share/grafana/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
-share/grafana/public/app/plugins/panel/gettingstarted/module.html
share/grafana/public/app/plugins/panel/gettingstarted/module.ts
share/grafana/public/app/plugins/panel/gettingstarted/plugin.json
share/grafana/public/app/plugins/panel/graph/
+share/grafana/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
share/grafana/public/app/plugins/panel/graph/Legend/
share/grafana/public/app/plugins/panel/graph/Legend/Legend.tsx
share/grafana/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
@@ -1126,6 +1524,8 @@ share/grafana/public/app/plugins/panel/g
share/grafana/public/app/plugins/panel/graph/plugin.json
share/grafana/public/app/plugins/panel/graph/series_overrides_ctrl.ts
share/grafana/public/app/plugins/panel/graph/specs/
+share/grafana/public/app/plugins/panel/graph/specs/__snapshots__/
+share/grafana/public/app/plugins/panel/graph/specs/__snapshots__/data_processor.test.ts.snap
share/grafana/public/app/plugins/panel/graph/specs/align_yaxes.test.ts
share/grafana/public/app/plugins/panel/graph/specs/data_processor.test.ts
share/grafana/public/app/plugins/panel/graph/specs/graph.test.ts
@@ -1136,7 +1536,9 @@ share/grafana/public/app/plugins/panel/g
share/grafana/public/app/plugins/panel/graph/specs/threshold_manager.test.ts
share/grafana/public/app/plugins/panel/graph/specs/time_region_manager.test.ts
share/grafana/public/app/plugins/panel/graph/tab_display.html
+share/grafana/public/app/plugins/panel/graph/tab_drilldown_links.html
share/grafana/public/app/plugins/panel/graph/tab_legend.html
+share/grafana/public/app/plugins/panel/graph/tab_thresholds_time_regions.html
share/grafana/public/app/plugins/panel/graph/template.ts
share/grafana/public/app/plugins/panel/graph/threshold_manager.ts
share/grafana/public/app/plugins/panel/graph/thresholds_form.html
@@ -1145,11 +1547,17 @@ share/grafana/public/app/plugins/panel/g
share/grafana/public/app/plugins/panel/graph/time_regions_form.html
share/grafana/public/app/plugins/panel/graph/time_regions_form.ts
share/grafana/public/app/plugins/panel/graph2/
+share/grafana/public/app/plugins/panel/graph2/GraphLegendEditor.tsx
+share/grafana/public/app/plugins/panel/graph2/GraphPanel.tsx
+share/grafana/public/app/plugins/panel/graph2/GraphPanelController.tsx
+share/grafana/public/app/plugins/panel/graph2/GraphPanelEditor.tsx
share/grafana/public/app/plugins/panel/graph2/README.md
+share/grafana/public/app/plugins/panel/graph2/getGraphSeriesModel.ts
share/grafana/public/app/plugins/panel/graph2/img/
-share/grafana/public/app/plugins/panel/graph2/img/icn-text-panel.svg
+share/grafana/public/app/plugins/panel/graph2/img/icn-graph-panel.svg
share/grafana/public/app/plugins/panel/graph2/module.tsx
share/grafana/public/app/plugins/panel/graph2/plugin.json
+share/grafana/public/app/plugins/panel/graph2/types.ts
share/grafana/public/app/plugins/panel/heatmap/
share/grafana/public/app/plugins/panel/heatmap/README.md
share/grafana/public/app/plugins/panel/heatmap/axes_editor.ts
@@ -1171,6 +1579,40 @@ share/grafana/public/app/plugins/panel/h
share/grafana/public/app/plugins/panel/heatmap/specs/
share/grafana/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.test.ts
share/grafana/public/app/plugins/panel/heatmap/specs/heatmap_data_converter.test.ts
+share/grafana/public/app/plugins/panel/heatmap/types.ts
+share/grafana/public/app/plugins/panel/homelinks/
+share/grafana/public/app/plugins/panel/homelinks/img/
+share/grafana/public/app/plugins/panel/homelinks/img/news.svg
+share/grafana/public/app/plugins/panel/homelinks/module.tsx
+share/grafana/public/app/plugins/panel/homelinks/plugin.json
+share/grafana/public/app/plugins/panel/logs/
+share/grafana/public/app/plugins/panel/logs/LogsPanel.tsx
+share/grafana/public/app/plugins/panel/logs/LogsPanelEditor.tsx
+share/grafana/public/app/plugins/panel/logs/img/
+share/grafana/public/app/plugins/panel/logs/img/icn-logs-panel.svg
+share/grafana/public/app/plugins/panel/logs/module.tsx
+share/grafana/public/app/plugins/panel/logs/plugin.json
+share/grafana/public/app/plugins/panel/logs/types.ts
+share/grafana/public/app/plugins/panel/news/
+share/grafana/public/app/plugins/panel/news/NewsPanel.tsx
+share/grafana/public/app/plugins/panel/news/NewsPanelEditor.tsx
+share/grafana/public/app/plugins/panel/news/img/
+share/grafana/public/app/plugins/panel/news/img/news.svg
+share/grafana/public/app/plugins/panel/news/module.tsx
+share/grafana/public/app/plugins/panel/news/plugin.json
+share/grafana/public/app/plugins/panel/news/rss.ts
+share/grafana/public/app/plugins/panel/news/types.ts
+share/grafana/public/app/plugins/panel/news/utils.test.ts
+share/grafana/public/app/plugins/panel/news/utils.ts
+share/grafana/public/app/plugins/panel/piechart/
+share/grafana/public/app/plugins/panel/piechart/PieChartOptionsBox.tsx
+share/grafana/public/app/plugins/panel/piechart/PieChartPanel.tsx
+share/grafana/public/app/plugins/panel/piechart/PieChartPanelEditor.tsx
+share/grafana/public/app/plugins/panel/piechart/img/
+share/grafana/public/app/plugins/panel/piechart/img/icon_piechart.svg
+share/grafana/public/app/plugins/panel/piechart/module.tsx
+share/grafana/public/app/plugins/panel/piechart/plugin.json
+share/grafana/public/app/plugins/panel/piechart/types.ts
share/grafana/public/app/plugins/panel/pluginlist/
share/grafana/public/app/plugins/panel/pluginlist/README.md
share/grafana/public/app/plugins/panel/pluginlist/editor.html
@@ -1191,6 +1633,15 @@ share/grafana/public/app/plugins/panel/s
share/grafana/public/app/plugins/panel/singlestat/specs/
share/grafana/public/app/plugins/panel/singlestat/specs/singlestat.test.ts
share/grafana/public/app/plugins/panel/singlestat/specs/singlestat_panel.test.ts
+share/grafana/public/app/plugins/panel/stat/
+share/grafana/public/app/plugins/panel/stat/README.md
+share/grafana/public/app/plugins/panel/stat/StatPanel.tsx
+share/grafana/public/app/plugins/panel/stat/StatPanelEditor.tsx
+share/grafana/public/app/plugins/panel/stat/img/
+share/grafana/public/app/plugins/panel/stat/img/icn-singlestat-panel.svg
+share/grafana/public/app/plugins/panel/stat/module.tsx
+share/grafana/public/app/plugins/panel/stat/plugin.json
+share/grafana/public/app/plugins/panel/stat/types.ts
share/grafana/public/app/plugins/panel/table/
share/grafana/public/app/plugins/panel/table/README.md
share/grafana/public/app/plugins/panel/table/column_options.html
@@ -1207,6 +1658,16 @@ share/grafana/public/app/plugins/panel/t
share/grafana/public/app/plugins/panel/table/specs/renderer.test.ts
share/grafana/public/app/plugins/panel/table/specs/transformers.test.ts
share/grafana/public/app/plugins/panel/table/transformers.ts
+share/grafana/public/app/plugins/panel/table/types.ts
+share/grafana/public/app/plugins/panel/table2/
+share/grafana/public/app/plugins/panel/table2/README.md
+share/grafana/public/app/plugins/panel/table2/TablePanel.tsx
+share/grafana/public/app/plugins/panel/table2/TablePanelEditor.tsx
+share/grafana/public/app/plugins/panel/table2/img/
+share/grafana/public/app/plugins/panel/table2/img/icn-table-panel.svg
+share/grafana/public/app/plugins/panel/table2/module.tsx
+share/grafana/public/app/plugins/panel/table2/plugin.json
+share/grafana/public/app/plugins/panel/table2/types.ts
share/grafana/public/app/plugins/panel/text/
share/grafana/public/app/plugins/panel/text/README.md
share/grafana/public/app/plugins/panel/text/editor.html
@@ -1217,13 +1678,13 @@ share/grafana/public/app/plugins/panel/t
share/grafana/public/app/plugins/panel/text/plugin.json
share/grafana/public/app/plugins/panel/text2/
share/grafana/public/app/plugins/panel/text2/README.md
+share/grafana/public/app/plugins/panel/text2/TextPanel.tsx
+share/grafana/public/app/plugins/panel/text2/TextPanelEditor.tsx
share/grafana/public/app/plugins/panel/text2/img/
-share/grafana/public/app/plugins/panel/text2/img/icn-graph-panel.svg
+share/grafana/public/app/plugins/panel/text2/img/icn-text-panel.svg
share/grafana/public/app/plugins/panel/text2/module.tsx
share/grafana/public/app/plugins/panel/text2/plugin.json
-share/grafana/public/app/plugins/panel/unknown/
-share/grafana/public/app/plugins/panel/unknown/module.html
-share/grafana/public/app/plugins/panel/unknown/module.ts
+share/grafana/public/app/plugins/panel/text2/types.ts
share/grafana/public/app/plugins/sdk.ts
share/grafana/public/app/routes/
share/grafana/public/app/routes/GrafanaCtrl.ts
@@ -1233,44 +1694,166 @@ share/grafana/public/app/routes/registry
share/grafana/public/app/routes/routes.ts
share/grafana/public/app/store/
share/grafana/public/app/store/configureStore.ts
+share/grafana/public/app/store/store.ts
share/grafana/public/app/types/
share/grafana/public/app/types/acl.ts
share/grafana/public/app/types/alerting.ts
+share/grafana/public/app/types/angular.ts
share/grafana/public/app/types/apiKeys.ts
+share/grafana/public/app/types/appEvent.ts
share/grafana/public/app/types/appNotifications.ts
+share/grafana/public/app/types/application.ts
share/grafana/public/app/types/dashboard.ts
share/grafana/public/app/types/datasources.ts
+share/grafana/public/app/types/events.ts
share/grafana/public/app/types/explore.ts
share/grafana/public/app/types/folders.ts
share/grafana/public/app/types/index.ts
+share/grafana/public/app/types/jquery/
+share/grafana/public/app/types/jquery/jquery.d.ts
+share/grafana/public/app/types/ldap.ts
share/grafana/public/app/types/location.ts
-share/grafana/public/app/types/navModel.ts
share/grafana/public/app/types/organization.ts
-share/grafana/public/app/types/panel.ts
share/grafana/public/app/types/plugins.ts
+share/grafana/public/app/types/sanitize-url.d.ts
share/grafana/public/app/types/search.ts
-share/grafana/public/app/types/series.ts
+share/grafana/public/app/types/store.ts
share/grafana/public/app/types/teams.ts
+share/grafana/public/app/types/templates.ts
share/grafana/public/app/types/user.ts
-share/grafana/public/app/viz/
-share/grafana/public/app/viz/Gauge.tsx
-share/grafana/public/app/viz/GaugeOptions.tsx
-share/grafana/public/app/viz/Graph.tsx
-share/grafana/public/app/viz/state/
-share/grafana/public/app/viz/state/timeSeries.ts
share/grafana/public/build/
-share/grafana/public/build/app.469095018b321ef1da7c.js
-share/grafana/public/build/app.469095018b321ef1da7c.js.map
-share/grafana/public/build/dark.469095018b321ef1da7c.js
-share/grafana/public/build/dark.469095018b321ef1da7c.js.map
-share/grafana/public/build/explore.469095018b321ef1da7c.js
-share/grafana/public/build/explore.469095018b321ef1da7c.js.map
-share/grafana/public/build/grafana.dark.469095018b321ef1da7c.css
-share/grafana/public/build/grafana.light.469095018b321ef1da7c.css
-share/grafana/public/build/light.469095018b321ef1da7c.js
-share/grafana/public/build/light.469095018b321ef1da7c.js.map
-share/grafana/public/build/vendor.469095018b321ef1da7c.js
-share/grafana/public/build/vendor.469095018b321ef1da7c.js.map
+share/grafana/public/build/49.4d0490a94b199a11f40c.js
+share/grafana/public/build/49.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/50.4d0490a94b199a11f40c.js
+share/grafana/public/build/50.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/51.4d0490a94b199a11f40c.js
+share/grafana/public/build/51.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/52.4d0490a94b199a11f40c.js
+share/grafana/public/build/52.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/53.4d0490a94b199a11f40c.js
+share/grafana/public/build/53.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/54.4d0490a94b199a11f40c.js
+share/grafana/public/build/54.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/55.4d0490a94b199a11f40c.js
+share/grafana/public/build/55.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/56.4d0490a94b199a11f40c.js
+share/grafana/public/build/56.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/57.4d0490a94b199a11f40c.js
+share/grafana/public/build/57.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/58.4d0490a94b199a11f40c.js
+share/grafana/public/build/58.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/59.4d0490a94b199a11f40c.js
+share/grafana/public/build/59.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/60.4d0490a94b199a11f40c.js
+share/grafana/public/build/60.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/61.4d0490a94b199a11f40c.js
+share/grafana/public/build/61.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/62.4d0490a94b199a11f40c.js
+share/grafana/public/build/62.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/63.4d0490a94b199a11f40c.js
+share/grafana/public/build/63.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/64.4d0490a94b199a11f40c.js
+share/grafana/public/build/64.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/AdminSettings.4d0490a94b199a11f40c.js
+share/grafana/public/build/AdminSettings.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/AlertRuleList.4d0490a94b199a11f40c.js
+share/grafana/public/build/AlertRuleList.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/ApiKeysPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/ApiKeysPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/AppRootPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/AppRootPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/CreateTeam.4d0490a94b199a11f40c.js
+share/grafana/public/build/CreateTeam.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/DashboardPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/DashboardPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/DataSourceDashboards.4d0490a94b199a11f40c.js
+share/grafana/public/build/DataSourceDashboards.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/DataSourceSettingsPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/DataSourceSettingsPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/DataSourcesListPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/DataSourcesListPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/FolderPermissions.4d0490a94b199a11f40c.js
+share/grafana/public/build/FolderPermissions.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/FolderSettingsPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/FolderSettingsPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/NewDataSourcePage.4d0490a94b199a11f40c.js
+share/grafana/public/build/NewDataSourcePage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/OrgDetailsPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/OrgDetailsPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/PluginListPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/PluginListPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/PluginPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/PluginPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/ServerStats.4d0490a94b199a11f40c.js
+share/grafana/public/build/ServerStats.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/SoloPanelPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/SoloPanelPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/TeamList.4d0490a94b199a11f40c.js
+share/grafana/public/build/TeamList.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/TeamPages.4d0490a94b199a11f40c.js
+share/grafana/public/build/TeamPages.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/UsersListPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/UsersListPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/angular~app.4d0490a94b199a11f40c.js
+share/grafana/public/build/angular~app.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/apache-arrow-util.4d0490a94b199a11f40c.js
+share/grafana/public/build/apache-arrow-util.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/app.4d0490a94b199a11f40c.js
+share/grafana/public/build/app.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/azureMonitorPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/azureMonitorPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/brace.4d0490a94b199a11f40c.js
+share/grafana/public/build/brace.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/cloudwatchPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/cloudwatchPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/dark.4d0490a94b199a11f40c.js
+share/grafana/public/build/dark.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/default~DashboardPage~SoloPanelPage.4d0490a94b199a11f40c.js
+share/grafana/public/build/default~DashboardPage~SoloPanelPage.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/default~DashboardPage~SoloPanelPage~explore.4d0490a94b199a11f40c.js
+share/grafana/public/build/default~DashboardPage~SoloPanelPage~explore.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/elasticsearchPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/elasticsearchPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/explore.4d0490a94b199a11f40c.js
+share/grafana/public/build/explore.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/grafana.dark.4d0490a94b199a11f40c.css
+share/grafana/public/build/grafana.light.4d0490a94b199a11f40c.css
+share/grafana/public/build/grafanaPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/grafanaPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/graphitePlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/graphitePlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/influxdbPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/influxdbPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/inputDatasourcePlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/inputDatasourcePlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/light.4d0490a94b199a11f40c.js
+share/grafana/public/build/light.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/lokiPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/lokiPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/mixedPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/mixedPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/moment~app.4d0490a94b199a11f40c.js
+share/grafana/public/build/moment~app.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/mssqlPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/mssqlPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/mysqlPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/mysqlPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/opentsdbPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/opentsdbPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/postgresPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/postgresPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/prometheusPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/prometheusPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/rst2html.4d0490a94b199a11f40c.js
+share/grafana/public/build/rst2html.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/runtime.4d0490a94b199a11f40c.js
+share/grafana/public/build/runtime.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/stackdriverPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/stackdriverPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/testDataDSPlugin.4d0490a94b199a11f40c.js
+share/grafana/public/build/testDataDSPlugin.4d0490a94b199a11f40c.js.map
+share/grafana/public/build/vendors~app.4d0490a94b199a11f40c.js
+share/grafana/public/build/vendors~app.4d0490a94b199a11f40c.js.map
share/grafana/public/dashboards/
share/grafana/public/dashboards/default.json
share/grafana/public/dashboards/home.json
@@ -1278,6 +1861,30 @@ share/grafana/public/dashboards/scripted
share/grafana/public/dashboards/scripted_async.js
share/grafana/public/dashboards/scripted_templated.js
share/grafana/public/dashboards/template_vars.json
+share/grafana/public/e2e-test/
+share/grafana/public/e2e-test/pages/
+share/grafana/public/e2e-test/pages/panels/
+share/grafana/public/e2e-test/pages/panels/editPanel.ts
+share/grafana/public/e2e-test/pages/panels/panel.ts
+share/grafana/public/e2e-test/pages/panels/sharePanelModal.ts
+share/grafana/public/e2e-test/pages/templating/
+share/grafana/public/e2e-test/pages/templating/variablePage.ts
+share/grafana/public/e2e-test/pages/templating/variablesPage.ts
+share/grafana/public/e2e-test/scenarios/
+share/grafana/public/e2e-test/scenarios/smoke.test.ts
+share/grafana/public/e2e-test/scenarios/templating/
+share/grafana/public/e2e-test/scenarios/templating/templatevariables-crud.test.ts
+share/grafana/public/e2e-test/screenShots/
+share/grafana/public/e2e-test/screenShots/theTruth/
+share/grafana/public/e2e-test/screenShots/theTruth/smoke-test-scenario.png
+share/grafana/public/e2e-tests/
+share/grafana/public/e2e-tests/integration/
+share/grafana/public/e2e-tests/integration/queryVariableCrud.spec.ts
+share/grafana/public/e2e-tests/integration/smoketests.spec.ts
+share/grafana/public/e2e-tests/screenShots/
+share/grafana/public/e2e-tests/screenShots/theTruth/
+share/grafana/public/e2e-tests/screenShots/theTruth/smoke-test-scenario.png
+share/grafana/public/e2e-tests/tsconfig.json
share/grafana/public/emails/
share/grafana/public/emails/README.md
share/grafana/public/emails/alert_notification.html
@@ -1407,10 +2014,14 @@ share/grafana/public/img/icons_dark_them
share/grafana/public/img/icons_dark_theme/icon_add_team.svg
share/grafana/public/img/icons_dark_theme/icon_add_user.svg
share/grafana/public/img/icons_dark_theme/icon_add_variable.svg
+share/grafana/public/img/icons_dark_theme/icon_advanced.svg
+share/grafana/public/img/icons_dark_theme/icon_advanced_active.svg
share/grafana/public/img/icons_dark_theme/icon_alert.svg
share/grafana/public/img/icons_dark_theme/icon_alert_alt.svg
share/grafana/public/img/icons_dark_theme/icon_alert_off.svg
share/grafana/public/img/icons_dark_theme/icon_alert_rules.svg
+share/grafana/public/img/icons_dark_theme/icon_alerting.svg
+share/grafana/public/img/icons_dark_theme/icon_alerting_active.svg
share/grafana/public/img/icons_dark_theme/icon_annotation.svg
share/grafana/public/img/icons_dark_theme/icon_annotation_alt.svg
share/grafana/public/img/icons_dark_theme/icon_apikeys.svg
@@ -1420,6 +2031,7 @@ share/grafana/public/img/icons_dark_them
share/grafana/public/img/icons_dark_theme/icon_dashboard_list.svg
share/grafana/public/img/icons_dark_theme/icon_data_sources.svg
share/grafana/public/img/icons_dark_theme/icon_editor.svg
+share/grafana/public/img/icons_dark_theme/icon_explore.svg
share/grafana/public/img/icons_dark_theme/icon_home.svg
share/grafana/public/img/icons_dark_theme/icon_import_dashboard.svg
share/grafana/public/img/icons_dark_theme/icon_json.svg
@@ -1430,6 +2042,8 @@ share/grafana/public/img/icons_dark_them
share/grafana/public/img/icons_dark_theme/icon_playlist.svg
share/grafana/public/img/icons_dark_theme/icon_plugins.svg
share/grafana/public/img/icons_dark_theme/icon_preferences.svg
+share/grafana/public/img/icons_dark_theme/icon_query.svg
+share/grafana/public/img/icons_dark_theme/icon_query_active.svg
share/grafana/public/img/icons_dark_theme/icon_question.svg
share/grafana/public/img/icons_dark_theme/icon_shield.svg
share/grafana/public/img/icons_dark_theme/icon_sitemap.svg
@@ -1438,6 +2052,8 @@ share/grafana/public/img/icons_dark_them
share/grafana/public/img/icons_dark_theme/icon_user.svg
share/grafana/public/img/icons_dark_theme/icon_variable.svg
share/grafana/public/img/icons_dark_theme/icon_viewer.svg
+share/grafana/public/img/icons_dark_theme/icon_visualize.svg
+share/grafana/public/img/icons_dark_theme/icon_visualize_active.svg
share/grafana/public/img/icons_dark_theme/icon_zoom_out.svg
share/grafana/public/img/icons_light_theme/
share/grafana/public/img/icons_light_theme/icon_add_annotation.svg
@@ -1450,10 +2066,14 @@ share/grafana/public/img/icons_light_the
share/grafana/public/img/icons_light_theme/icon_add_team.svg
share/grafana/public/img/icons_light_theme/icon_add_user.svg
share/grafana/public/img/icons_light_theme/icon_add_variable.svg
+share/grafana/public/img/icons_light_theme/icon_advanced.svg
+share/grafana/public/img/icons_light_theme/icon_advanced_active.svg
share/grafana/public/img/icons_light_theme/icon_alert.svg
share/grafana/public/img/icons_light_theme/icon_alert_alt.svg
share/grafana/public/img/icons_light_theme/icon_alert_off.svg
share/grafana/public/img/icons_light_theme/icon_alert_rules.svg
+share/grafana/public/img/icons_light_theme/icon_alerting.svg
+share/grafana/public/img/icons_light_theme/icon_alerting_active.svg
share/grafana/public/img/icons_light_theme/icon_annotation.svg
share/grafana/public/img/icons_light_theme/icon_annotation_alt.svg
share/grafana/public/img/icons_light_theme/icon_apikeys.svg
@@ -1463,6 +2083,7 @@ share/grafana/public/img/icons_light_the
share/grafana/public/img/icons_light_theme/icon_dashboard_list.svg
share/grafana/public/img/icons_light_theme/icon_data_sources.svg
share/grafana/public/img/icons_light_theme/icon_editor.svg
+share/grafana/public/img/icons_light_theme/icon_explore.svg
share/grafana/public/img/icons_light_theme/icon_home.svg
share/grafana/public/img/icons_light_theme/icon_import_dashboard.svg
share/grafana/public/img/icons_light_theme/icon_json.svg
@@ -1473,6 +2094,8 @@ share/grafana/public/img/icons_light_the
share/grafana/public/img/icons_light_theme/icon_playlist.svg
share/grafana/public/img/icons_light_theme/icon_plugins.svg
share/grafana/public/img/icons_light_theme/icon_preferences.svg
+share/grafana/public/img/icons_light_theme/icon_query.svg
+share/grafana/public/img/icons_light_theme/icon_query_active.svg
share/grafana/public/img/icons_light_theme/icon_question.svg
share/grafana/public/img/icons_light_theme/icon_shield.svg
share/grafana/public/img/icons_light_theme/icon_sitemap.svg
@@ -1481,7 +2104,17 @@ share/grafana/public/img/icons_light_the
share/grafana/public/img/icons_light_theme/icon_user.svg
share/grafana/public/img/icons_light_theme/icon_variable.svg
share/grafana/public/img/icons_light_theme/icon_viewer.svg
+share/grafana/public/img/icons_light_theme/icon_visualize.svg
+share/grafana/public/img/icons_light_theme/icon_visualize_active.svg
share/grafana/public/img/icons_light_theme/icon_zoom_out.svg
+share/grafana/public/img/licensing/
+share/grafana/public/img/licensing/checkmark.svg
+share/grafana/public/img/licensing/customer_support.svg
+share/grafana/public/img/licensing/handinhand_support.svg
+share/grafana/public/img/licensing/header_dark.svg
+share/grafana/public/img/licensing/header_light.svg
+share/grafana/public/img/licensing/plugin_enterprise.svg
+share/grafana/public/img/licensing/sla.svg
share/grafana/public/img/light.png
share/grafana/public/img/load.gif
share/grafana/public/img/load_big.gif
@@ -1493,8 +2126,25 @@ share/grafana/public/img/mixed_styles.pn
share/grafana/public/img/mstile-150x150.png
share/grafana/public/img/online.svg
share/grafana/public/img/page_header_line.png
+share/grafana/public/img/panel-tabs/
+share/grafana/public/img/panel-tabs/alert-selected.svg
+share/grafana/public/img/panel-tabs/alert.svg
+share/grafana/public/img/panel-tabs/general-selected.svg
+share/grafana/public/img/panel-tabs/general.svg
+share/grafana/public/img/panel-tabs/queries-selected.svg
+share/grafana/public/img/panel-tabs/queries.svg
+share/grafana/public/img/panel-tabs/visualization-selected.svg
+share/grafana/public/img/panel-tabs/visualization.svg
share/grafana/public/img/plugin-default-logo_dark.svg
share/grafana/public/img/plugin-default-logo_light.svg
+share/grafana/public/img/plugins/
+share/grafana/public/img/plugins/appdynamics.svg
+share/grafana/public/img/plugins/datadog.png
+share/grafana/public/img/plugins/dynatrace.png
+share/grafana/public/img/plugins/newrelic.svg
+share/grafana/public/img/plugins/oracle.png
+share/grafana/public/img/plugins/servicenow.svg
+share/grafana/public/img/plugins/splunk_logo_128.png
share/grafana/public/img/rendering_error.png
share/grafana/public/img/rendering_limit.png
share/grafana/public/img/rendering_plugin_not_installed.png
@@ -1508,9 +2158,9 @@ share/grafana/public/sass/
share/grafana/public/sass/.sass-lint.yml
share/grafana/public/sass/_grafana.scss
share/grafana/public/sass/_old_responsive.scss
-share/grafana/public/sass/_variables.dark.scss
-share/grafana/public/sass/_variables.light.scss
-share/grafana/public/sass/_variables.scss
+share/grafana/public/sass/_variables.dark.generated.scss
+share/grafana/public/sass/_variables.generated.scss
+share/grafana/public/sass/_variables.light.generated.scss
share/grafana/public/sass/base/
share/grafana/public/sass/base/_code.scss
share/grafana/public/sass/base/_font_awesome.scss
@@ -1542,20 +2192,15 @@ share/grafana/public/sass/components/_al
share/grafana/public/sass/components/_buttons.scss
share/grafana/public/sass/components/_cards.scss
share/grafana/public/sass/components/_code_editor.scss
-share/grafana/public/sass/components/_color_picker.scss
share/grafana/public/sass/components/_dashboard_grid.scss
share/grafana/public/sass/components/_dashboard_list.scss
share/grafana/public/sass/components/_dashboard_settings.scss
-share/grafana/public/sass/components/_delete_button.scss
-share/grafana/public/sass/components/_description-picker.scss
share/grafana/public/sass/components/_drop.scss
share/grafana/public/sass/components/_dropdown.scss
-share/grafana/public/sass/components/_empty_list_cta.scss
share/grafana/public/sass/components/_filter-controls.scss
share/grafana/public/sass/components/_filter-list.scss
share/grafana/public/sass/components/_filter-table.scss
share/grafana/public/sass/components/_footer.scss
-share/grafana/public/sass/components/_form_select_box.scss
share/grafana/public/sass/components/_gf-form.scss
share/grafana/public/sass/components/_infobox.scss
share/grafana/public/sass/components/_json_explorer.scss
@@ -1566,23 +2211,25 @@ share/grafana/public/sass/components/_na
share/grafana/public/sass/components/_old_stuff.scss
share/grafana/public/sass/components/_page_header.scss
share/grafana/public/sass/components/_page_loader.scss
-share/grafana/public/sass/components/_panel_add_panel.scss
share/grafana/public/sass/components/_panel_alertlist.scss
share/grafana/public/sass/components/_panel_dashlist.scss
+share/grafana/public/sass/components/_panel_editor.scss
share/grafana/public/sass/components/_panel_gettingstarted.scss
share/grafana/public/sass/components/_panel_graph.scss
+share/grafana/public/sass/components/_panel_header.scss
share/grafana/public/sass/components/_panel_heatmap.scss
+share/grafana/public/sass/components/_panel_logs.scss
+share/grafana/public/sass/components/_panel_piechart.scss
share/grafana/public/sass/components/_panel_pluginlist.scss
share/grafana/public/sass/components/_panel_singlestat.scss
share/grafana/public/sass/components/_panel_table.scss
share/grafana/public/sass/components/_panel_text.scss
-share/grafana/public/sass/components/_popper.scss
+share/grafana/public/sass/components/_popover-box.scss
share/grafana/public/sass/components/_query_editor.scss
share/grafana/public/sass/components/_query_part.scss
share/grafana/public/sass/components/_row.scss
share/grafana/public/sass/components/_scrollbar.scss
share/grafana/public/sass/components/_search.scss
-share/grafana/public/sass/components/_settings_permissions.scss
share/grafana/public/sass/components/_shortcuts.scss
share/grafana/public/sass/components/_sidemenu.scss
share/grafana/public/sass/components/_slate_editor.scss
@@ -1593,12 +2240,11 @@ share/grafana/public/sass/components/_ta
share/grafana/public/sass/components/_tabs.scss
share/grafana/public/sass/components/_tags.scss
share/grafana/public/sass/components/_tagsinput.scss
-share/grafana/public/sass/components/_timepicker.scss
+share/grafana/public/sass/components/_toggle_button_group.scss
+share/grafana/public/sass/components/_toolbar.scss
share/grafana/public/sass/components/_tooltip.scss
share/grafana/public/sass/components/_typeahead.scss
-share/grafana/public/sass/components/_user-picker.scss
share/grafana/public/sass/components/_view_states.scss
-share/grafana/public/sass/components/_viz_editor.scss
share/grafana/public/sass/components/edit_sidemenu.scss
share/grafana/public/sass/fonts.scss
share/grafana/public/sass/grafana.dark.scss
@@ -1628,10 +2274,10 @@ share/grafana/public/sass/pages/_login.s
share/grafana/public/sass/pages/_playlist.scss
share/grafana/public/sass/pages/_plugins.scss
share/grafana/public/sass/pages/_signup.scss
-share/grafana/public/sass/pages/_styleguide.scss
share/grafana/public/sass/utils/
share/grafana/public/sass/utils/_angular.scss
share/grafana/public/sass/utils/_flex.scss
+share/grafana/public/sass/utils/_hacks.scss
share/grafana/public/sass/utils/_spacings.scss
share/grafana/public/sass/utils/_utils.scss
share/grafana/public/sass/utils/_validation.scss
@@ -1639,8 +2285,16 @@ share/grafana/public/sass/utils/_widths.
share/grafana/public/test/
share/grafana/public/test/.jshintrc
share/grafana/public/test/core/
+share/grafana/public/test/core/redux/
+share/grafana/public/test/core/redux/mocks.ts
+share/grafana/public/test/core/redux/reducerTester.test.ts
+share/grafana/public/test/core/redux/reducerTester.ts
+share/grafana/public/test/core/thunk/
+share/grafana/public/test/core/thunk/thunkTester.ts
share/grafana/public/test/core/utils/
-share/grafana/public/test/core/utils/version_test.ts
+share/grafana/public/test/core/utils/version.test.ts
+share/grafana/public/test/helpers/
+share/grafana/public/test/helpers/getQueryOptions.ts
share/grafana/public/test/index.ts
share/grafana/public/test/jest-setup.ts
share/grafana/public/test/jest-shim.ts
@@ -1651,6 +2305,8 @@ share/grafana/public/test/mocks/angular.
share/grafana/public/test/mocks/backend_srv.ts
share/grafana/public/test/mocks/common.ts
share/grafana/public/test/mocks/dashboard-mock.js
+share/grafana/public/test/mocks/datasource_srv.ts
+share/grafana/public/test/mocks/mockExploreState.ts
share/grafana/public/test/specs/
share/grafana/public/test/specs/helpers.ts
share/grafana/public/vendor/
@@ -1658,13 +2314,9 @@ share/grafana/public/vendor/angular-othe
share/grafana/public/vendor/angular-other/angular-strap.js
share/grafana/public/vendor/angular-other/datepicker.js
share/grafana/public/vendor/angular-other/timepicker.js
-share/grafana/public/vendor/angular-ui/
-share/grafana/public/vendor/angular-ui/ui-bootstrap-tpls.js
share/grafana/public/vendor/bootstrap/
share/grafana/public/vendor/bootstrap/bootstrap.js
share/grafana/public/vendor/css/
-share/grafana/public/vendor/css/rc-cascader.scss
-share/grafana/public/vendor/css/spectrum.css
share/grafana/public/vendor/css/timepicker.css
share/grafana/public/vendor/flot/
share/grafana/public/vendor/flot/jquery.flot.crosshair.js
@@ -1673,18 +2325,14 @@ share/grafana/public/vendor/flot/jquery.
share/grafana/public/vendor/flot/jquery.flot.fillbetween.js
share/grafana/public/vendor/flot/jquery.flot.gauge.js
share/grafana/public/vendor/flot/jquery.flot.js
-share/grafana/public/vendor/flot/jquery.flot.pie.js
share/grafana/public/vendor/flot/jquery.flot.selection.js
share/grafana/public/vendor/flot/jquery.flot.stack.js
share/grafana/public/vendor/flot/jquery.flot.stackpercent.js
share/grafana/public/vendor/flot/jquery.flot.time.js
-share/grafana/public/vendor/jquery-ui/
-share/grafana/public/vendor/jquery-ui/custom.js
share/grafana/public/vendor/plugin-css/
share/grafana/public/vendor/plugin-css/css.js
share/grafana/public/vendor/plugin-text/
share/grafana/public/vendor/plugin-text/text.js
-share/grafana/public/vendor/spectrum.js
share/grafana/public/vendor/tagsinput/
share/grafana/public/vendor/tagsinput/bootstrap-tagsinput.js
share/grafana/public/views/
Hello list,
Please find attached a new port, sysutils/loki. It is a log aggregation system inspired by prometheus.
It requires grafana >= v6.0. Since the version in the ports tree is based on v5.4.3, I have attached a diff to update the port to v6.2.2 (Kevin Chadwick submitted not so long ago a diff for v6.2.1, I had something similar on my disk).
If you want to test it, I included a simple pipeline for httpd for the common and combined styles, and likely the forwarded style as long as there is only a single IP address in the http_x_forwarded_for header. The pipeline should work with nginx default logs as well.
Comments?
Thanks,
Eric
No comments:
Post a Comment