pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/grafana



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri May  1 22:04:05 UTC 2020

Modified Files:
        pkgsrc/www/grafana: Makefile PLIST distinfo

Log Message:
grafana: update to 6.7.3

Highlights from 6.7:
  Dashboard: Enforce minimum refresh interval
  Data source: Google Sheets data source
  Explore: Query history
  Authorization: Azure OAuth
  Stackdriver: Project Selector

Highlights from 6.6:
  Panels: New stat panel
  Panels: Auto min/max for Bar Gauge/Gauge/Stat
  Panels: News panel
  Panels: Custom data units
  Panels: Bar Gauge unfilled option
  TimePicker: New design & features
  Alerting enhancements
  Explore: Added log message line wrapping options for logs
  Explore: Column with unique log labels
  Explore: Context tooltip
  Explore: Added ability to specify step with Prometheus queries
  Graphite: Added Metrictank dashboard to Graphite datasource
  Loki: Support for template variable queries
  Postgres/MySQL/MSSQL: Added support for region annotations
  Security: Added disabled option for cookie samesite attribute
  TablePanel, GraphPanel: Exclude hidden columns from CSV
  Stackdriver: Meta labels
  CloudWatch: Calculate period based on time range
  CloudWatch: Display partial result in graph when max DP/call limit is reached

Highlights from 6.5:
  Docker: Ubuntu-based images and more
  CloudWatch: Major rewrite and lots of enhancements
  Templating: Dynamic typeahead queries using $__searchFilter
  Graphite: Support for additional Metrictank functionality
  Explore: New log row details view
  Explore: Turn parts of log message into a link using derived fields
  Explore: Time-sync of split views
  Explore: Hover/tooltip support in graphs
  Azure Monitor: Alerting support for Azure Application Insights
  Provisioning: Allow saving of provisioned dashboards from UI
  Auth Proxy: Mix auth proxy with Grafana login token and session cookie
  OAuth: Generic OAuth now supports role mapping
  Image Rendering: Quick update since Grafana 6.4

Highlights of 6.4:
  Explore: Go back to dashboard (with query changes)
  Explore: Live tailing improvements
  Loki: Show logs as annotations in dashboard graphs
  Loki: Use Loki in dashboard panels
  Panels: New logs panel
  Panels: Data links improvements
  Graph: Series override to turn constant (point) into a line
  Dashboard: Share query results between panels
  Plugins: Alpha version of grafana-toolkit
  Image Rendering: PhantomJS deprecation
  Docker: Alpine based docker image
  LDAP: Debug UI


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/grafana/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/grafana/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/grafana/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.27 pkgsrc/www/grafana/Makefile:1.28
--- pkgsrc/www/grafana/Makefile:1.27    Sun Apr 12 11:01:49 2020
+++ pkgsrc/www/grafana/Makefile Fri May  1 22:04:05 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/04/12 11:01:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/01 22:04:05 tnn Exp $
 
-DISTNAME=      grafana-6.3.4
-PKGREVISION=   8
+DISTNAME=      grafana-6.7.3
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grafana/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -25,7 +24,7 @@ GO_SRCPATH=           github.com/grafana/grafana
 
 #BUILD_DEPENDS+=       yarn>=1.15.0:../../devel/yarn
 
-CHECK_PORTABILITY_SKIP=                packaging/rpm/control/postinst
+CHECK_PORTABILITY_SKIP=                packaging/* devenv/*
 
 CHECK_RELRO_SKIP+=             bin/grafana-cli
 CHECK_RELRO_SKIP+=             bin/grafana-server
@@ -72,9 +71,6 @@ INSTALLATION_DIRS+=   share/grafana/public
 CONF_FILES+=   ${PREFIX}/share/grafana/conf/sample.ini \
                ${PKG_SYSCONFDIR}/grafana.conf
 
-pre-patch:
-       ${RM} -rf ${WRKSRC}/vendor/golang.org/x/xerrors
-
 #post-build:
 #      cd ${WRKSRC} && yarn install --pure-lockfile && yarn build
 
@@ -85,6 +81,5 @@ do-install:
        cd ${WRKSRC} && ${PAX} -rw conf \
                ${DESTDIR}${PREFIX}/share/grafana/
 
-.include "../../devel/go-xerrors/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/grafana/PLIST
diff -u pkgsrc/www/grafana/PLIST:1.5 pkgsrc/www/grafana/PLIST:1.6
--- pkgsrc/www/grafana/PLIST:1.5        Tue Aug 27 10:23:25 2019
+++ pkgsrc/www/grafana/PLIST    Fri May  1 22:04:05 2020
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2019/08/27 10:23:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/05/01 22:04:05 tnn Exp $
 bin/alert_webhook_listener
 bin/grafana-cli
 bin/grafana-server
 bin/release_publisher
 bin/slow_proxy
+bin/slow_proxy_mac
 share/grafana/conf/defaults.ini
 share/grafana/conf/ldap.toml
 share/grafana/conf/ldap_multiple.toml
@@ -12,28 +13,37 @@ share/grafana/conf/provisioning/datasour
 share/grafana/conf/provisioning/notifiers/sample.yaml
 share/grafana/conf/sample.ini
 share/grafana/public/app/app.ts
-share/grafana/public/app/core/actions/appNotification.ts
-share/grafana/public/app/core/actions/application.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/AlertBox/AlertBox.tsx
 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/AppNotificationItem.tsx
 share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
+share/grafana/public/app/core/components/BackButton/BackButton.tsx
+share/grafana/public/app/core/components/Branding/Branding.tsx
 share/grafana/public/app/core/components/CopyToClipboard/CopyToClipboard.tsx
+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/EmptyListCTA.tsx
-share/grafana/public/app/core/components/ErrorBoundary/ErrorBoundary.tsx
 share/grafana/public/app/core/components/FilterInput/FilterInput.tsx
 share/grafana/public/app/core/components/Footer/Footer.tsx
-share/grafana/public/app/core/components/JSONFormatter/JSONFormatter.tsx
 share/grafana/public/app/core/components/LayoutSelector/LayoutSelector.tsx
+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/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/OrgActionBar.test.tsx
 share/grafana/public/app/core/components/OrgActionBar/OrgActionBar.tsx
 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/Page.tsx
 share/grafana/public/app/core/components/Page/PageContents.tsx
 share/grafana/public/app/core/components/PageHeader/PageHeader.test.tsx
@@ -46,12 +56,17 @@ share/grafana/public/app/core/components
 share/grafana/public/app/core/components/PermissionList/PermissionListItem.tsx
 share/grafana/public/app/core/components/PermissionList/PermissionsInfo.tsx
 share/grafana/public/app/core/components/PluginHelp/PluginHelp.tsx
+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/FolderPicker.test.tsx
+share/grafana/public/app/core/components/Select/FolderPicker.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__/FolderPicker.test.tsx.snap
 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/SharedPreferences.tsx
@@ -59,23 +74,22 @@ share/grafana/public/app/core/components
 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/ToggleButtonGroup/ToggleButtonGroup.tsx
+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/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/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/form_dropdown.ts
-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/helpers.ts
-share/grafana/public/app/core/components/json_explorer/json_explorer.ts
 share/grafana/public/app/core/components/jsontree/jsontree.ts
 share/grafana/public/app/core/components/layout_selector/layout_selector.ts
 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/org_switcher.ts
+share/grafana/public/app/core/components/modals/AngularModalProxy.tsx
 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/scroll.ts
@@ -117,7 +131,6 @@ share/grafana/public/app/core/controller
 share/grafana/public/app/core/controllers/error_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/appNotification.ts
@@ -139,6 +152,7 @@ share/grafana/public/app/core/hooks/useR
 share/grafana/public/app/core/jquery_extended.ts
 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/application.ts
 share/grafana/public/app/core/mod_defs.d.ts
@@ -147,16 +161,16 @@ share/grafana/public/app/core/partials.t
 share/grafana/public/app/core/profiler.ts
 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/redux/actionCreatorFactory.test.ts
-share/grafana/public/app/core/redux/actionCreatorFactory.ts
-share/grafana/public/app/core/redux/index.ts
-share/grafana/public/app/core/redux/reducerFactory.test.ts
-share/grafana/public/app/core/redux/reducerFactory.ts
+share/grafana/public/app/core/reducers/root.test.ts
+share/grafana/public/app/core/reducers/root.ts
 share/grafana/public/app/core/selectors/location.ts
 share/grafana/public/app/core/selectors/navModel.ts
 share/grafana/public/app/core/services/AngularLoader.ts
@@ -165,9 +179,13 @@ share/grafana/public/app/core/services/a
 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/Echo.ts
+share/grafana/public/app/core/services/echo/EchoSrv.ts
+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
@@ -176,15 +194,14 @@ share/grafana/public/app/core/services/s
 share/grafana/public/app/core/services/segment_srv.ts
 share/grafana/public/app/core/services/timer.ts
 share/grafana/public/app/core/services/util_srv.ts
+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/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/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
@@ -202,31 +219,39 @@ share/grafana/public/app/core/utils/Canc
 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/applyStateChanges.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/deferred.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/fetch.test.ts
+share/grafana/public/app/core/utils/fetch.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/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/reselect.ts
+share/grafana/public/app/core/utils/richHistory.test.ts
+share/grafana/public/app/core/utils/richHistory.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
@@ -238,21 +263,40 @@ 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/UserCreatePage.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__/ServerStats.test.tsx.snap
 share/grafana/public/app/features/admin/index.ts
+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/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/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/AlertRuleItem.test.tsx
 share/grafana/public/app/features/alerting/AlertRuleItem.tsx
 share/grafana/public/app/features/alerting/AlertRuleList.test.tsx
@@ -267,6 +311,8 @@ share/grafana/public/app/features/alerti
 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/alert_howto.html
 share/grafana/public/app/features/alerting/partials/alert_tab.html
 share/grafana/public/app/features/alerting/partials/notification_edit.html
@@ -310,11 +356,9 @@ share/grafana/public/app/features/dashbo
 share/grafana/public/app/features/dashboard/components/AddPanelWidget/_AddPanelWidget.scss
 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/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/DashLinksContainerCtrl.ts
 share/grafana/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts
 share/grafana/public/app/features/dashboard/components/DashLinks/editor.html
@@ -336,25 +380,58 @@ share/grafana/public/app/features/dashbo
 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/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/InspectHeader.tsx
+share/grafana/public/app/features/dashboard/components/Inspector/PanelInspector.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/AngularPanelOptions.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/DynamicConfigValueEditor.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/FieldConfigEditor.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/OptionsGroup.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/OverrideEditor.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/OverrideHeader.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/PanelTitle.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx
+share/grafana/public/app/features/dashboard/components/PanelEditor/index.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/state/actions.test.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/state/actions.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/state/reducers.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/state/selectors.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/types.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/utils.test.ts
+share/grafana/public/app/features/dashboard/components/PanelEditor/utils.ts
 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/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/ShareModalCtrl.test.ts
-share/grafana/public/app/features/dashboard/components/ShareModal/ShareModalCtrl.ts
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardAsModal.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardButton.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardErrorProxy.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModal.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveDashboardModalProxy.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/SaveProvisionedDashboard.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.test.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardAsForm.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.test.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveDashboardForm.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/forms/SaveProvisionedDashboardForm.tsx
+share/grafana/public/app/features/dashboard/components/SaveDashboard/types.ts
+share/grafana/public/app/features/dashboard/components/SaveDashboard/useDashboardSave.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareEmbed.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareExport.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.test.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareLink.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareModal.tsx
+share/grafana/public/app/features/dashboard/components/ShareModal/ShareSnapshot.tsx
 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/ShareModal/types.ts
+share/grafana/public/app/features/dashboard/components/ShareModal/utils.ts
+share/grafana/public/app/features/dashboard/components/SubMenu/AngularDashboardLinks.tsx
+share/grafana/public/app/features/dashboard/components/SubMenu/AngularSubMenu.tsx
+share/grafana/public/app/features/dashboard/components/SubMenu/Annotations.tsx
 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/SubMenuItems.tsx
 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/UnsavedChangesModalCtrl.ts
@@ -375,15 +452,17 @@ share/grafana/public/app/features/dashbo
 share/grafana/public/app/features/dashboard/dashgrid/DashboardPanel.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/PanelChromeAngular.tsx
 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/PanelPluginNotFound.tsx
+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__/DashboardGrid.test.tsx.snap
 share/grafana/public/app/features/dashboard/index.ts
+share/grafana/public/app/features/dashboard/panel_editor/AngularPanelOptions.tsx
 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
@@ -391,12 +470,19 @@ share/grafana/public/app/features/dashbo
 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/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/ChangeTracker.test.ts
 share/grafana/public/app/features/dashboard/services/ChangeTracker.ts
 share/grafana/public/app/features/dashboard/services/DashboardLoaderSrv.ts
@@ -413,14 +499,17 @@ share/grafana/public/app/features/dashbo
 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/PanelQueryState.test.ts
-share/grafana/public/app/features/dashboard/state/PanelQueryState.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/state/runRequest.test.ts
+share/grafana/public/app/features/dashboard/state/runRequest.ts
+share/grafana/public/app/features/dashboard/state/selectors.ts
+share/grafana/public/app/features/dashboard/utils/getPanelMenu.test.ts
 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
@@ -441,7 +530,9 @@ 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/http_settings.html
+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/BasicSettings.test.tsx
 share/grafana/public/app/features/datasources/settings/BasicSettings.tsx
@@ -457,6 +548,8 @@ share/grafana/public/app/features/dataso
 share/grafana/public/app/features/datasources/settings/__snapshots__/DataSourceSettingsPage.test.tsx.snap
 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
@@ -467,75 +560,72 @@ share/grafana/public/app/features/explor
 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/Error.tsx
-share/grafana/public/app/features/explore/ErrorBoundary.tsx
+share/grafana/public/app/features/explore/ErrorContainer.test.tsx
 share/grafana/public/app/features/explore/ErrorContainer.tsx
+share/grafana/public/app/features/explore/Explore.test.tsx
 share/grafana/public/app/features/explore/Explore.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/Graph.test.tsx
-share/grafana/public/app/features/explore/Graph.tsx
-share/grafana/public/app/features/explore/GraphContainer.tsx
 share/grafana/public/app/features/explore/JSONViewer.tsx
+share/grafana/public/app/features/explore/LiveLogs.test.tsx
 share/grafana/public/app/features/explore/LiveLogs.tsx
-share/grafana/public/app/features/explore/LogLabel.tsx
-share/grafana/public/app/features/explore/LogLabelStats.tsx
-share/grafana/public/app/features/explore/LogLabels.tsx
-share/grafana/public/app/features/explore/LogMessageAnsi.test.tsx
-share/grafana/public/app/features/explore/LogMessageAnsi.tsx
-share/grafana/public/app/features/explore/LogRow.tsx
-share/grafana/public/app/features/explore/LogRowContext.tsx
-share/grafana/public/app/features/explore/LogRowContextProvider.tsx
+share/grafana/public/app/features/explore/LiveTailButton.tsx
 share/grafana/public/app/features/explore/Logs.tsx
 share/grafana/public/app/features/explore/LogsContainer.tsx
+share/grafana/public/app/features/explore/MetaInfoText.test.tsx
+share/grafana/public/app/features/explore/MetaInfoText.tsx
 share/grafana/public/app/features/explore/NoDataSourceCallToAction.tsx
-share/grafana/public/app/features/explore/Panel.tsx
 share/grafana/public/app/features/explore/QueryEditor.tsx
-share/grafana/public/app/features/explore/QueryField.test.tsx
-share/grafana/public/app/features/explore/QueryField.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/QueryStatus.test.tsx
 share/grafana/public/app/features/explore/QueryStatus.tsx
-share/grafana/public/app/features/explore/Table.tsx
+share/grafana/public/app/features/explore/ResponsiveButton.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistory.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistory.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryCard.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryContainer.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistorySettings.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistorySettings.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.test.tsx
+share/grafana/public/app/features/explore/RichHistory/RichHistoryStarredTab.tsx
+share/grafana/public/app/features/explore/RunButton.tsx
+share/grafana/public/app/features/explore/TableContainer.test.tsx
 share/grafana/public/app/features/explore/TableContainer.tsx
-share/grafana/public/app/features/explore/Typeahead.tsx
-share/grafana/public/app/features/explore/TypeaheadInfo.tsx
-share/grafana/public/app/features/explore/TypeaheadItem.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__/mockData.ts
-share/grafana/public/app/features/explore/__snapshots__/Graph.test.tsx.snap
-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/__snapshots__/ErrorContainer.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/Explore.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/MetaInfoText.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/QueryRowActions.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/TableContainer.test.tsx.snap
+share/grafana/public/app/features/explore/__snapshots__/TimeSyncButton.test.tsx.snap
 share/grafana/public/app/features/explore/slate-plugins/prism/index.tsx
-share/grafana/public/app/features/explore/slate-plugins/runner.ts
 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/epics/limitMessageRateEpic.ts
-share/grafana/public/app/features/explore/state/epics/processQueryErrorsEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/processQueryErrorsEpic.ts
-share/grafana/public/app/features/explore/state/epics/processQueryResultsEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/processQueryResultsEpic.ts
-share/grafana/public/app/features/explore/state/epics/runQueriesBatchEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/runQueriesBatchEpic.ts
-share/grafana/public/app/features/explore/state/epics/runQueriesEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/runQueriesEpic.ts
-share/grafana/public/app/features/explore/state/epics/stateSaveEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/stateSaveEpic.ts
-share/grafana/public/app/features/explore/state/epics/timeEpic.test.ts
-share/grafana/public/app/features/explore/state/epics/timeEpic.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/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/explore/utils/typeahead.ts
+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/CreateFolderCtrl.ts
 share/grafana/public/app/features/folders/FolderDashboardsCtrl.ts
 share/grafana/public/app/features/folders/FolderPermissions.tsx
@@ -569,14 +659,15 @@ share/grafana/public/app/features/org/Or
 share/grafana/public/app/features/org/OrgProfile.test.tsx
 share/grafana/public/app/features/org/OrgProfile.tsx
 share/grafana/public/app/features/org/SelectOrgCtrl.ts
-share/grafana/public/app/features/org/UserInviteCtrl.ts
+share/grafana/public/app/features/org/UserInviteForm.tsx
+share/grafana/public/app/features/org/UserInvitePage.tsx
 share/grafana/public/app/features/org/__snapshots__/OrgDetailsPage.test.tsx.snap
 share/grafana/public/app/features/org/__snapshots__/OrgProfile.test.tsx.snap
 share/grafana/public/app/features/org/all.ts
-share/grafana/public/app/features/org/partials/invite.html
 share/grafana/public/app/features/org/partials/newOrg.html
 share/grafana/public/app/features/org/partials/select_org.html
 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/GeneralTabCtrl.ts
 share/grafana/public/app/features/panel/all.ts
@@ -584,7 +675,10 @@ share/grafana/public/app/features/panel/
 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/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
@@ -628,11 +722,11 @@ share/grafana/public/app/features/plugin
 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_loader.test.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/datasource_srv.test.ts
 share/grafana/public/app/features/plugins/state/actions.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
@@ -640,13 +734,20 @@ share/grafana/public/app/features/plugin
 share/grafana/public/app/features/plugins/wrappers/AppConfigWrapper.tsx
 share/grafana/public/app/features/profile/ChangePasswordForm.tsx
 share/grafana/public/app/features/profile/ChangePasswordPage.tsx
-share/grafana/public/app/features/profile/PrefControlCtrl.ts
 share/grafana/public/app/features/profile/ProfileCtrl.ts
+share/grafana/public/app/features/profile/ReactProfileWrapper.tsx
+share/grafana/public/app/features/profile/SignupForm.test.tsx
+share/grafana/public/app/features/profile/SignupForm.tsx
+share/grafana/public/app/features/profile/SignupPage.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/profile.html
 share/grafana/public/app/features/profile/state/reducers.ts
 share/grafana/public/app/features/profile/state/selectors.ts
-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
@@ -661,13 +762,13 @@ share/grafana/public/app/features/teams/
 share/grafana/public/app/features/teams/TeamSettings.tsx
 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__/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/create_team.html
 share/grafana/public/app/features/teams/state/actions.ts
 share/grafana/public/app/features/teams/state/navModel.ts
 share/grafana/public/app/features/teams/state/reducers.test.ts
@@ -676,14 +777,54 @@ share/grafana/public/app/features/teams/
 share/grafana/public/app/features/teams/state/selectors.ts
 share/grafana/public/app/features/templating/DefaultVariableQueryEditor.tsx
 share/grafana/public/app/features/templating/TextBoxVariable.ts
+share/grafana/public/app/features/templating/adapters.ts
 share/grafana/public/app/features/templating/adhoc_variable.ts
 share/grafana/public/app/features/templating/all.ts
+share/grafana/public/app/features/templating/constant/ConstantVariableEditor.tsx
+share/grafana/public/app/features/templating/constant/actions.test.ts
+share/grafana/public/app/features/templating/constant/actions.ts
+share/grafana/public/app/features/templating/constant/adapter.ts
+share/grafana/public/app/features/templating/constant/reducer.test.ts
+share/grafana/public/app/features/templating/constant/reducer.ts
 share/grafana/public/app/features/templating/constant_variable.ts
+share/grafana/public/app/features/templating/custom/CustomVariableEditor.tsx
+share/grafana/public/app/features/templating/custom/actions.test.ts
+share/grafana/public/app/features/templating/custom/actions.ts
+share/grafana/public/app/features/templating/custom/adapter.ts
+share/grafana/public/app/features/templating/custom/reducer.test.ts
+share/grafana/public/app/features/templating/custom/reducer.ts
 share/grafana/public/app/features/templating/custom_variable.ts
 share/grafana/public/app/features/templating/datasource_variable.ts
+share/grafana/public/app/features/templating/editor/SelectionOptionsEditor.tsx
+share/grafana/public/app/features/templating/editor/VariableEditorContainer.tsx
+share/grafana/public/app/features/templating/editor/VariableEditorEditor.tsx
+share/grafana/public/app/features/templating/editor/VariableEditorList.tsx
+share/grafana/public/app/features/templating/editor/VariableValuesPreview.tsx
+share/grafana/public/app/features/templating/editor/actions.ts
+share/grafana/public/app/features/templating/editor/reducer.test.ts
+share/grafana/public/app/features/templating/editor/reducer.ts
+share/grafana/public/app/features/templating/editor/types.ts
 share/grafana/public/app/features/templating/editor_ctrl.ts
+share/grafana/public/app/features/templating/guard.ts
 share/grafana/public/app/features/templating/interval_variable.ts
 share/grafana/public/app/features/templating/partials/editor.html
+share/grafana/public/app/features/templating/pickers/OptionsPicker/OptionsPicker.tsx
+share/grafana/public/app/features/templating/pickers/OptionsPicker/actions.test.ts
+share/grafana/public/app/features/templating/pickers/OptionsPicker/actions.ts
+share/grafana/public/app/features/templating/pickers/OptionsPicker/reducer.test.ts
+share/grafana/public/app/features/templating/pickers/OptionsPicker/reducer.ts
+share/grafana/public/app/features/templating/pickers/PickerRenderer.tsx
+share/grafana/public/app/features/templating/pickers/index.ts
+share/grafana/public/app/features/templating/pickers/shared/VariableInput.tsx
+share/grafana/public/app/features/templating/pickers/shared/VariableLink.tsx
+share/grafana/public/app/features/templating/pickers/shared/VariableOptions.tsx
+share/grafana/public/app/features/templating/pickers/types.ts
+share/grafana/public/app/features/templating/query/QueryVariableEditor.tsx
+share/grafana/public/app/features/templating/query/actions.test.ts
+share/grafana/public/app/features/templating/query/actions.ts
+share/grafana/public/app/features/templating/query/adapter.ts
+share/grafana/public/app/features/templating/query/reducer.test.ts
+share/grafana/public/app/features/templating/query/reducer.ts
 share/grafana/public/app/features/templating/query_variable.ts
 share/grafana/public/app/features/templating/specs/adhoc_variable.test.ts
 share/grafana/public/app/features/templating/specs/editor_ctrl.test.ts
@@ -692,12 +833,31 @@ share/grafana/public/app/features/templa
 share/grafana/public/app/features/templating/specs/variable.test.ts
 share/grafana/public/app/features/templating/specs/variable_srv.test.ts
 share/grafana/public/app/features/templating/specs/variable_srv_init.test.ts
+share/grafana/public/app/features/templating/state/actions.test.ts
+share/grafana/public/app/features/templating/state/actions.ts
+share/grafana/public/app/features/templating/state/helpers.ts
+share/grafana/public/app/features/templating/state/processVariable.test.ts
+share/grafana/public/app/features/templating/state/reducers.test.ts
+share/grafana/public/app/features/templating/state/reducers.ts
+share/grafana/public/app/features/templating/state/selectors.ts
+share/grafana/public/app/features/templating/state/sharedReducer.test.ts
+share/grafana/public/app/features/templating/state/sharedReducer.ts
+share/grafana/public/app/features/templating/state/types.ts
+share/grafana/public/app/features/templating/state/variablesReducer.ts
 share/grafana/public/app/features/templating/template_srv.ts
+share/grafana/public/app/features/templating/textbox/TextBoxVariableEditor.tsx
+share/grafana/public/app/features/templating/textbox/TextBoxVariablePicker.tsx
+share/grafana/public/app/features/templating/textbox/actions.test.ts
+share/grafana/public/app/features/templating/textbox/actions.ts
+share/grafana/public/app/features/templating/textbox/adapter.ts
+share/grafana/public/app/features/templating/textbox/reducer.test.ts
+share/grafana/public/app/features/templating/textbox/reducer.ts
 share/grafana/public/app/features/templating/variable.ts
 share/grafana/public/app/features/templating/variable_srv.ts
 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/SignupInvited.tsx
 share/grafana/public/app/features/users/UsersActionBar.test.tsx
 share/grafana/public/app/features/users/UsersActionBar.tsx
 share/grafana/public/app/features/users/UsersListPage.test.tsx
@@ -710,51 +870,77 @@ share/grafana/public/app/features/users/
 share/grafana/public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap
 share/grafana/public/app/features/users/__snapshots__/UsersTable.test.tsx.snap
 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/confirm_modal.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/reset_password.html
 share/grafana/public/app/partials/signup_invited.html
-share/grafana/public/app/partials/signup_step2.html
 share/grafana/public/app/partials/valueSelectDropdown.html
-share/grafana/public/app/plugins/app/example-app/ExampleRootPage.tsx
-share/grafana/public/app/plugins/app/example-app/README.md
-share/grafana/public/app/plugins/app/example-app/config/ExamplePage1.tsx
-share/grafana/public/app/plugins/app/example-app/config/ExamplePage2.tsx
-share/grafana/public/app/plugins/app/example-app/dashboards/stats.json
-share/grafana/public/app/plugins/app/example-app/dashboards/streaming.json
-share/grafana/public/app/plugins/app/example-app/img/logo.png
-share/grafana/public/app/plugins/app/example-app/legacy/angular_example_page.html
-share/grafana/public/app/plugins/app/example-app/legacy/angular_example_page.ts
-share/grafana/public/app/plugins/app/example-app/legacy/config.html
-share/grafana/public/app/plugins/app/example-app/legacy/config.ts
-share/grafana/public/app/plugins/app/example-app/module.ts
-share/grafana/public/app/plugins/app/example-app/plugin.json
-share/grafana/public/app/plugins/app/example-app/types.ts
 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/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__/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/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/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/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/datasource.test.ts
 share/grafana/public/app/plugins/datasource/cloudwatch/types.ts
+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/README.md
 share/grafana/public/app/plugins/datasource/elasticsearch/bucket_agg.ts
 share/grafana/public/app/plugins/datasource/elasticsearch/components/ElasticsearchQueryField.tsx
-share/grafana/public/app/plugins/datasource/elasticsearch/config_ctrl.ts
+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/elasticsearch.svg
@@ -763,7 +949,6 @@ share/grafana/public/app/plugins/datasou
 share/grafana/public/app/plugins/datasource/elasticsearch/module.ts
 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
@@ -773,7 +958,6 @@ share/grafana/public/app/plugins/datasou
 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/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
@@ -784,8 +968,6 @@ share/grafana/public/app/plugins/datasou
 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/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/app_insights_querystring_builder.test.ts
-share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/app_insights/app_insights_querystring_builder.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/__mocks__/schema.ts
 share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/azure_log_analytics/azure_log_analytics_datasource.test.ts
@@ -797,7 +979,19 @@ share/grafana/public/app/plugins/datasou
 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/config_ctrl.ts
+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__/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/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/KustoQueryField.tsx
@@ -817,9 +1011,8 @@ share/grafana/public/app/plugins/datasou
 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/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.ts
+share/grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/module.tsx
 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/config.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
@@ -837,20 +1030,24 @@ share/grafana/public/app/plugins/datasou
 share/grafana/public/app/plugins/datasource/grafana/specs/datasource.test.ts
 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/ConfigEditor.styles.ts
+share/grafana/public/app/plugins/datasource/graphite/configuration/ConfigEditor.tsx
 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
 share/grafana/public/app/plugins/datasource/graphite/graphite_query.ts
 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/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
@@ -861,18 +1058,22 @@ 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/README.md
+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__/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/influxdb_logo.svg
 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/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
@@ -897,33 +1098,54 @@ share/grafana/public/app/plugins/datasou
 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/LokiAnnotationsQueryCtrl.tsx
 share/grafana/public/app/plugins/datasource/loki/README.md
+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/LokiExploreExtraField.test.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiExploreExtraField.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiExploreQueryEditor.test.tsx
+share/grafana/public/app/plugins/datasource/loki/components/LokiExploreQueryEditor.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/LokiStartPage.tsx
+share/grafana/public/app/plugins/datasource/loki/components/__snapshots__/LokiExploreExtraField.test.tsx.snap
+share/grafana/public/app/plugins/datasource/loki/components/__snapshots__/LokiExploreQueryEditor.test.tsx.snap
 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/components/useLokiSyntaxAndLabels.test.ts
+share/grafana/public/app/plugins/datasource/loki/components/useLokiSyntaxAndLabels.ts
+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/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/config.html
+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/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/README.md
@@ -938,6 +1160,7 @@ share/grafana/public/app/plugins/datasou
 share/grafana/public/app/plugins/datasource/mssql/query_ctrl.ts
 share/grafana/public/app/plugins/datasource/mssql/response_parser.ts
 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/README.md
 share/grafana/public/app/plugins/datasource/mysql/datasource.ts
 share/grafana/public/app/plugins/datasource/mysql/img/mysql_logo.svg
@@ -952,19 +1175,21 @@ share/grafana/public/app/plugins/datasou
 share/grafana/public/app/plugins/datasource/mysql/response_parser.ts
 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/README.md
-share/grafana/public/app/plugins/datasource/opentsdb/config_ctrl.ts
+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/opentsdb_logo.png
 share/grafana/public/app/plugins/datasource/opentsdb/module.ts
 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/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/README.md
 share/grafana/public/app/plugins/datasource/postgres/config_ctrl.ts
 share/grafana/public/app/plugins/datasource/postgres/datasource.ts
@@ -982,40 +1207,49 @@ 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/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/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/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/config_ctrl.ts
+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/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/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/module.test.ts
 share/grafana/public/app/plugins/datasource/prometheus/module.ts
 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/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_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/specs/add_label_to_query.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/README.md
 share/grafana/public/app/plugins/datasource/stackdriver/StackdriverMetricFindQuery.ts
@@ -1027,7 +1261,8 @@ share/grafana/public/app/plugins/datasou
 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/Filter.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
@@ -1039,10 +1274,10 @@ share/grafana/public/app/plugins/datasou
 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/stackdriver_logo.svg
@@ -1050,25 +1285,25 @@ share/grafana/public/app/plugins/datasou
 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.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_ctrl.ts
-share/grafana/public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
 share/grafana/public/app/plugins/datasource/stackdriver/specs/datasource.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/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/StreamHandler.ts
 share/grafana/public/app/plugins/datasource/testdata/TestInfoTab.tsx
 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/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/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/alertlist/README.md
 share/grafana/public/app/plugins/panel/alertlist/editor.html
@@ -1085,6 +1320,7 @@ share/grafana/public/app/plugins/panel/a
 share/grafana/public/app/plugins/panel/annolist/types.ts
 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__/BarGaugeMigrations.test.ts.snap
@@ -1112,7 +1348,6 @@ share/grafana/public/app/plugins/panel/g
 share/grafana/public/app/plugins/panel/gettingstarted/img/icn-dashlist-panel.svg
 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/GraphContextMenu.tsx
 share/grafana/public/app/plugins/panel/graph/GraphContextMenuCtrl.ts
 share/grafana/public/app/plugins/panel/graph/Legend/Legend.tsx
 share/grafana/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
@@ -1179,6 +1414,24 @@ share/grafana/public/app/plugins/panel/h
 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/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/LogsPanel.tsx
+share/grafana/public/app/plugins/panel/logs/LogsPanelEditor.tsx
+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/NewsPanel.tsx
+share/grafana/public/app/plugins/panel/news/NewsPanelEditor.tsx
+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/PieChartOptionsBox.tsx
 share/grafana/public/app/plugins/panel/piechart/PieChartPanel.tsx
 share/grafana/public/app/plugins/panel/piechart/PieChartPanelEditor.tsx
@@ -1201,16 +1454,13 @@ share/grafana/public/app/plugins/panel/s
 share/grafana/public/app/plugins/panel/singlestat/plugin.json
 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/singlestat2/ColoringEditor.tsx
-share/grafana/public/app/plugins/panel/singlestat2/FontSizeEditor.tsx
-share/grafana/public/app/plugins/panel/singlestat2/README.md
-share/grafana/public/app/plugins/panel/singlestat2/SingleStatEditor.tsx
-share/grafana/public/app/plugins/panel/singlestat2/SingleStatPanel.tsx
-share/grafana/public/app/plugins/panel/singlestat2/SparklineEditor.tsx
-share/grafana/public/app/plugins/panel/singlestat2/img/icn-singlestat-panel.svg
-share/grafana/public/app/plugins/panel/singlestat2/module.tsx
-share/grafana/public/app/plugins/panel/singlestat2/plugin.json
-share/grafana/public/app/plugins/panel/singlestat2/types.ts
+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/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/README.md
 share/grafana/public/app/plugins/panel/table/column_options.html
 share/grafana/public/app/plugins/panel/table/column_options.ts
@@ -1228,6 +1478,7 @@ share/grafana/public/app/plugins/panel/t
 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/custom.tsx
 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
@@ -1255,61 +1506,191 @@ share/grafana/public/app/store/configure
 share/grafana/public/app/store/store.ts
 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/jquery.d.ts
+share/grafana/public/app/types/ldap.ts
 share/grafana/public/app/types/location.ts
 share/grafana/public/app/types/organization.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/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/build/app.995dde94d6d99b780ce7.js
-share/grafana/public/build/app.995dde94d6d99b780ce7.js.map
-share/grafana/public/build/dark.995dde94d6d99b780ce7.js
-share/grafana/public/build/dark.995dde94d6d99b780ce7.js.map
-share/grafana/public/build/explore.995dde94d6d99b780ce7.js
-share/grafana/public/build/explore.995dde94d6d99b780ce7.js.map
-share/grafana/public/build/grafana.dark.995dde94d6d99b780ce7.css
-share/grafana/public/build/grafana.light.995dde94d6d99b780ce7.css
-share/grafana/public/build/light.995dde94d6d99b780ce7.js
-share/grafana/public/build/light.995dde94d6d99b780ce7.js.map
-share/grafana/public/build/vendor.995dde94d6d99b780ce7.js
-share/grafana/public/build/vendor.995dde94d6d99b780ce7.js.map
+share/grafana/public/build/52.67951dc7df0e9bfd5186.js
+share/grafana/public/build/52.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/53.67951dc7df0e9bfd5186.js
+share/grafana/public/build/53.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/54.67951dc7df0e9bfd5186.js
+share/grafana/public/build/54.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/55.67951dc7df0e9bfd5186.js
+share/grafana/public/build/55.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/56.67951dc7df0e9bfd5186.js
+share/grafana/public/build/56.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/57.67951dc7df0e9bfd5186.js
+share/grafana/public/build/57.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/58.67951dc7df0e9bfd5186.js
+share/grafana/public/build/58.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/59.67951dc7df0e9bfd5186.js
+share/grafana/public/build/59.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/60.67951dc7df0e9bfd5186.js
+share/grafana/public/build/60.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/61.67951dc7df0e9bfd5186.js
+share/grafana/public/build/61.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/62.67951dc7df0e9bfd5186.js
+share/grafana/public/build/62.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/63.67951dc7df0e9bfd5186.js
+share/grafana/public/build/63.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/64.67951dc7df0e9bfd5186.js
+share/grafana/public/build/64.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/65.67951dc7df0e9bfd5186.js
+share/grafana/public/build/65.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/66.67951dc7df0e9bfd5186.js
+share/grafana/public/build/66.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/67.67951dc7df0e9bfd5186.js
+share/grafana/public/build/67.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/AdminSettings.67951dc7df0e9bfd5186.js
+share/grafana/public/build/AdminSettings.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/AlertRuleList.67951dc7df0e9bfd5186.js
+share/grafana/public/build/AlertRuleList.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/ApiKeysPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/ApiKeysPage.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/ApiKeysPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/AppRootPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/AppRootPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/CreateTeam.67951dc7df0e9bfd5186.js
+share/grafana/public/build/CreateTeam.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/DashboardPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/DashboardPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/DataSourceDashboards.67951dc7df0e9bfd5186.js
+share/grafana/public/build/DataSourceDashboards.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/DataSourceSettingsPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/DataSourceSettingsPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/DataSourcesListPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/DataSourcesListPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/FolderPermissions.67951dc7df0e9bfd5186.js
+share/grafana/public/build/FolderPermissions.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/FolderSettingsPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/FolderSettingsPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/NewDataSourcePage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/NewDataSourcePage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/OrgDetailsPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/OrgDetailsPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/PluginListPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/PluginListPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/PluginPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/PluginPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/ServerStats.67951dc7df0e9bfd5186.js
+share/grafana/public/build/ServerStats.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/SignupInvited.67951dc7df0e9bfd5186.js
+share/grafana/public/build/SignupInvited.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/SoloPanelPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/SoloPanelPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/TeamList.67951dc7df0e9bfd5186.js
+share/grafana/public/build/TeamList.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/TeamPages.67951dc7df0e9bfd5186.js
+share/grafana/public/build/TeamPages.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/UserCreatePage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/UserCreatePage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/UserInvitePage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/UserInvitePage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/UsersListPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/UsersListPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/angular~app.67951dc7df0e9bfd5186.js
+share/grafana/public/build/angular~app.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/angular~app.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/app.67951dc7df0e9bfd5186.js
+share/grafana/public/build/app.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/app.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/azureMonitorPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/azureMonitorPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/brace.67951dc7df0e9bfd5186.js
+share/grafana/public/build/brace.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/cloudwatchPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/cloudwatchPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/dark.67951dc7df0e9bfd5186.js
+share/grafana/public/build/dark.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/default~DashboardPage~SoloPanelPage.67951dc7df0e9bfd5186.js
+share/grafana/public/build/default~DashboardPage~SoloPanelPage.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/default~DashboardPage~SoloPanelPage.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/default~DashboardPage~SoloPanelPage~explore.67951dc7df0e9bfd5186.js
+share/grafana/public/build/default~DashboardPage~SoloPanelPage~explore.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/default~lokiPlugin~prometheusPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/default~lokiPlugin~prometheusPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/elasticsearchPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/elasticsearchPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/explore.67951dc7df0e9bfd5186.js
+share/grafana/public/build/explore.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/grafana.dark.67951dc7df0e9bfd5186.css
+share/grafana/public/build/grafana.light.67951dc7df0e9bfd5186.css
+share/grafana/public/build/grafanaPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/grafanaPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/graphitePlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/graphitePlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/influxdbPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/influxdbPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/inputDatasourcePlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/inputDatasourcePlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/light.67951dc7df0e9bfd5186.js
+share/grafana/public/build/light.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/lokiPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/lokiPlugin.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/lokiPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/mixedPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/mixedPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/moment~app.67951dc7df0e9bfd5186.js
+share/grafana/public/build/moment~app.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/mssqlPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/mssqlPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/mysqlPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/mysqlPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/opentsdbPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/opentsdbPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/postgresPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/postgresPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/prometheusPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/prometheusPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/rst2html.67951dc7df0e9bfd5186.js
+share/grafana/public/build/rst2html.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/rst2html.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/runtime.67951dc7df0e9bfd5186.js
+share/grafana/public/build/runtime.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/stackdriverPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/stackdriverPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/testDataDSPlugin.67951dc7df0e9bfd5186.js
+share/grafana/public/build/testDataDSPlugin.67951dc7df0e9bfd5186.js.map
+share/grafana/public/build/vendors~app.67951dc7df0e9bfd5186.js
+share/grafana/public/build/vendors~app.67951dc7df0e9bfd5186.js.LICENSE.txt
+share/grafana/public/build/vendors~app.67951dc7df0e9bfd5186.js.map
 share/grafana/public/dashboards/default.json
 share/grafana/public/dashboards/home.json
 share/grafana/public/dashboards/scripted.js
 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/core/constants.ts
-share/grafana/public/e2e-test/core/images.ts
-share/grafana/public/e2e-test/core/launcher.ts
-share/grafana/public/e2e-test/core/login.ts
-share/grafana/public/e2e-test/core/pageObjects.ts
-share/grafana/public/e2e-test/core/pages.ts
-share/grafana/public/e2e-test/core/scenario.ts
-share/grafana/public/e2e-test/install/install.ts
-share/grafana/public/e2e-test/pages/dashboards/createDashboardPage.ts
-share/grafana/public/e2e-test/pages/dashboards/dashboardsPage.ts
-share/grafana/public/e2e-test/pages/dashboards/saveDashboardModal.ts
-share/grafana/public/e2e-test/pages/datasources/addDataSourcePage.ts
-share/grafana/public/e2e-test/pages/datasources/dataSources.ts
-share/grafana/public/e2e-test/pages/datasources/editDataSourcePage.ts
 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/start/loginPage.ts
+share/grafana/public/e2e-test/pages/templating/variablePage.ts
+share/grafana/public/e2e-test/pages/templating/variablesPage.ts
 share/grafana/public/e2e-test/scenarios/smoke.test.ts
+share/grafana/public/e2e-test/scenarios/templating/templatevariables-crud.test.ts
 share/grafana/public/e2e-test/screenShots/theTruth/smoke-test-scenario.png
+share/grafana/public/e2e-tests/integration/queryVariableCrud.spec.ts
+share/grafana/public/e2e-tests/integration/smoketests.spec.ts
+share/grafana/public/e2e-tests/screenShots/theTruth/smoke-test-scenario.png
+share/grafana/public/e2e-tests/tsconfig.json
 share/grafana/public/emails/README.md
 share/grafana/public/emails/alert_notification.html
 share/grafana/public/emails/alert_notification_example.html
@@ -1444,6 +1825,8 @@ share/grafana/public/img/icons_dark_them
 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
+share/grafana/public/img/icons_dark_theme/icon_arrow_left.svg
+share/grafana/public/img/icons_dark_theme/icon_arrow_left_circle.svg
 share/grafana/public/img/icons_dark_theme/icon_cog.svg
 share/grafana/public/img/icons_dark_theme/icon_dashboard.svg
 share/grafana/public/img/icons_dark_theme/icon_dashboard_fav.svg
@@ -1464,6 +1847,8 @@ share/grafana/public/img/icons_dark_them
 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_remove.svg
+share/grafana/public/img/icons_dark_theme/icon_reports.svg
 share/grafana/public/img/icons_dark_theme/icon_shield.svg
 share/grafana/public/img/icons_dark_theme/icon_sitemap.svg
 share/grafana/public/img/icons_dark_theme/icon_snapshots.svg
@@ -1495,6 +1880,8 @@ share/grafana/public/img/icons_light_the
 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
+share/grafana/public/img/icons_light_theme/icon_arrow_left.svg
+share/grafana/public/img/icons_light_theme/icon_arrow_left_circle.svg
 share/grafana/public/img/icons_light_theme/icon_cog.svg
 share/grafana/public/img/icons_light_theme/icon_dashboard.svg
 share/grafana/public/img/icons_light_theme/icon_dashboard_fav.svg
@@ -1515,6 +1902,8 @@ share/grafana/public/img/icons_light_the
 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_remove.svg
+share/grafana/public/img/icons_light_theme/icon_reports.svg
 share/grafana/public/img/icons_light_theme/icon_shield.svg
 share/grafana/public/img/icons_light_theme/icon_sitemap.svg
 share/grafana/public/img/icons_light_theme/icon_snapshots.svg
@@ -1525,6 +1914,13 @@ share/grafana/public/img/icons_light_the
 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/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
@@ -1532,6 +1928,7 @@ share/grafana/public/img/loading-pulse.s
 share/grafana/public/img/logo_transparent_200x.png
 share/grafana/public/img/logo_transparent_200x75.png
 share/grafana/public/img/logo_transparent_400x.png
+share/grafana/public/img/microsoft_auth_icon.svg
 share/grafana/public/img/mixed_styles.png
 share/grafana/public/img/mstile-150x150.png
 share/grafana/public/img/online.svg
@@ -1546,6 +1943,13 @@ share/grafana/public/img/panel-tabs/visu
 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/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
@@ -1555,6 +1959,7 @@ share/grafana/public/img/user_profile.pn
 share/grafana/public/img/warn-tiny.svg
 share/grafana/public/img/warn.svg
 share/grafana/public/robots.txt
+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.generated.scss
@@ -1593,7 +1998,6 @@ share/grafana/public/sass/components/_da
 share/grafana/public/sass/components/_dashboard_settings.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
@@ -1668,7 +2072,6 @@ 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/_angular.scss
 share/grafana/public/sass/utils/_flex.scss
 share/grafana/public/sass/utils/_hacks.scss
@@ -1676,9 +2079,11 @@ share/grafana/public/sass/utils/_spacing
 share/grafana/public/sass/utils/_utils.scss
 share/grafana/public/sass/utils/_validation.scss
 share/grafana/public/sass/utils/_widths.scss
-share/grafana/public/test/core/redux/epicTester.ts
+share/grafana/public/test/.jshintrc
+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/redux/reduxTester.ts
 share/grafana/public/test/core/thunk/thunkTester.ts
 share/grafana/public/test/core/utils/version.test.ts
 share/grafana/public/test/helpers/getQueryOptions.ts
@@ -1696,9 +2101,7 @@ share/grafana/public/test/specs/helpers.
 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/ansicolor/ansicolor.ts
 share/grafana/public/vendor/bootstrap/bootstrap.js
-share/grafana/public/vendor/css/rc-cascader.scss
 share/grafana/public/vendor/css/timepicker.css
 share/grafana/public/vendor/flot/jquery.flot.crosshair.js
 share/grafana/public/vendor/flot/jquery.flot.dashes.js
@@ -1706,7 +2109,6 @@ 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

Index: pkgsrc/www/grafana/distinfo
diff -u pkgsrc/www/grafana/distinfo:1.6 pkgsrc/www/grafana/distinfo:1.7
--- pkgsrc/www/grafana/distinfo:1.6     Fri Aug 30 17:05:22 2019
+++ pkgsrc/www/grafana/distinfo Fri May  1 22:04:05 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2019/08/30 17:05:22 tnn Exp $
+$NetBSD: distinfo,v 1.7 2020/05/01 22:04:05 tnn Exp $
 
-SHA1 (grafana-6.3.4.linux-amd64.tar.gz) = 7aa727d282bd3f877bb3dfa8d6f1635e8585d6a4
-RMD160 (grafana-6.3.4.linux-amd64.tar.gz) = e2982f2f6431b02b5111043c09987476ba364418
-SHA512 (grafana-6.3.4.linux-amd64.tar.gz) = 6ea604c25776420355e3d1daa0ac138884587ad16cb9b293e0f771edc57eb070a32691ab24dcf937fd4d8fb8f6562f3600c0663d17fb24c40ecffc33b0320d69
-Size (grafana-6.3.4.linux-amd64.tar.gz) = 58756149 bytes
-SHA1 (grafana-6.3.4.tar.gz) = e30d4358aa0a1e59ae157d6de08009e224239018
-RMD160 (grafana-6.3.4.tar.gz) = 784af13ea121faeb8ccbd8db16356e483a504fbc
-SHA512 (grafana-6.3.4.tar.gz) = 5dcf3f4ccb087e6a94037d15b58bde5ec3a46dc77a3943f26d5ac077602fc7707cd92e521937367a36e96a609ac1393e235fee8f19d13389fe0f55bf25b1cbb2
-Size (grafana-6.3.4.tar.gz) = 13490107 bytes
+SHA1 (grafana-6.7.3.linux-amd64.tar.gz) = 6eea15d0824f5e47703fcc8395f886ea50fd273b
+RMD160 (grafana-6.7.3.linux-amd64.tar.gz) = d5e1728ca0fe23ee8cea91bf3f610785094ea024
+SHA512 (grafana-6.7.3.linux-amd64.tar.gz) = 15d02ed101088d845ed94fb88c629428f2a899a23dff509ec82cb148689bda07b56883765be145d5a5769ed0e3d3b9d98e50fc940c95a1074f5b5e3adac19f30
+Size (grafana-6.7.3.linux-amd64.tar.gz) = 65083849 bytes
+SHA1 (grafana-6.7.3.tar.gz) = cd15a32c97cad74170baf35fda5cdb63dda71189
+RMD160 (grafana-6.7.3.tar.gz) = bc3c97d96c38a49488582e7bab0ba58b78f67dd9
+SHA512 (grafana-6.7.3.tar.gz) = 04c77b80bc8239981364e188c0920a92a70d0988109b3a263b6852cc021d4351e6e731136edc3c3c09a96836545d2ce0df9db5dec4fed0c020e6b8226cc9ec21
+Size (grafana-6.7.3.tar.gz) = 15983884 bytes



Home | Main Index | Thread Index | Old Index