pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/grafana grafana: update to 8.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/54c29e7acb6d
branches: trunk
changeset: 454894:54c29e7acb6d
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jun 23 20:03:51 2021 +0000
description:
grafana: update to 8.0.3
What's new in Grafana v8.0?
Grafana v8.0 alerts: centralizes alerting information
Library panels
Real-time streaming
Prometheus metrics browser
Bar chart visualization (beta)
State timeline visualization (beta)
Status history visualization (beta)
Histogram visualization (beta)
Time series visualization updates
Node graph visualization updates
Pie chart visualization updates
Panel editor updates
Look and feel update
Download logs
Inspector in Explore
Explore log improvements
Plugin catalog
Performance improvements
Initial startup and load performance
Operational and runtime performance
Azure Monitor data source
Azure Resource Graph
Managed Identity
Elasticsearch data source
Use semver strings to identify Elasticsearch version
Generic support for template variables
Allow omitting field for metrics that support inline scripts
Allow setting a custom limit for log queries
Guess field type from first non-empty value
Graphite data source
Variable metric names expand
Map Graphite queries to Loki
Jaeger data source
You can now use more parameters to find traces.
Authentication updates
JWT support
diffstat:
www/grafana/Makefile | 5 +-
www/grafana/PLIST | 2558 ++++++++++++++++++++++++----
www/grafana/distinfo | 4002 ++++++++++++++++++++++++++++++++++----------
www/grafana/go-modules.mk | 998 ++++++++--
4 files changed, 6043 insertions(+), 1520 deletions(-)
diffs (truncated from 11897 to 300 lines):
diff -r a70b3d9dd4e6 -r 54c29e7acb6d www/grafana/Makefile
--- a/www/grafana/Makefile Wed Jun 23 20:03:50 2021 +0000
+++ b/www/grafana/Makefile Wed Jun 23 20:03:51 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2021/06/06 12:19:02 bsiegert Exp $
+# $NetBSD: Makefile,v 1.48 2021/06/23 20:03:51 tnn Exp $
-DISTNAME= grafana-7.5.3
-PKGREVISION= 2
+DISTNAME= grafana-8.0.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=grafana/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r a70b3d9dd4e6 -r 54c29e7acb6d www/grafana/PLIST
--- a/www/grafana/PLIST Wed Jun 23 20:03:50 2021 +0000
+++ b/www/grafana/PLIST Wed Jun 23 20:03:51 2021 +0000
@@ -1,14 +1,20 @@
-@comment $NetBSD: PLIST,v 1.12 2021/04/12 14:04:56 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/06/23 20:03:51 tnn Exp $
bin/grafana-cli
bin/grafana-server
share/grafana/conf/defaults.ini
share/grafana/conf/ldap.toml
share/grafana/conf/ldap_multiple.toml
+share/grafana/conf/provisioning/access-control/sample.yaml
share/grafana/conf/provisioning/dashboards/sample.yaml
share/grafana/conf/provisioning/datasources/sample.yaml
share/grafana/conf/provisioning/notifiers/sample.yaml
share/grafana/conf/provisioning/plugins/sample.yaml
share/grafana/conf/sample.ini
+share/grafana/public/app/AppWrapper.tsx
+share/grafana/public/app/angular/AngularApp.ts
+share/grafana/public/app/angular/AngularLocationWrapper.test.ts
+share/grafana/public/app/angular/AngularLocationWrapper.ts
+share/grafana/public/app/angular/bridgeReactAngularRouting.ts
share/grafana/public/app/app.ts
share/grafana/public/app/core/actions/cleanUp.ts
share/grafana/public/app/core/actions/index.ts
@@ -20,6 +26,7 @@
share/grafana/public/app/core/components/AppNotifications/AppNotificationList.tsx
share/grafana/public/app/core/components/Branding/Branding.tsx
share/grafana/public/app/core/components/Card/Card.tsx
+share/grafana/public/app/core/components/CloseButton/CloseButton.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
@@ -28,12 +35,12 @@
share/grafana/public/app/core/components/EmptyListCTA/EmptyListCTA.tsx
share/grafana/public/app/core/components/ErrorPage/ErrorPage.tsx
share/grafana/public/app/core/components/FilterInput/FilterInput.tsx
+share/grafana/public/app/core/components/FolderFilter/FolderFilter.tsx
share/grafana/public/app/core/components/Footer/Footer.tsx
share/grafana/public/app/core/components/ForgottenPassword/ChangePassword.tsx
share/grafana/public/app/core/components/ForgottenPassword/ChangePasswordPage.tsx
share/grafana/public/app/core/components/ForgottenPassword/ForgottenPassword.tsx
share/grafana/public/app/core/components/ForgottenPassword/SendResetMailPage.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/LoginCtrl.tsx
@@ -42,15 +49,16 @@
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/PageActionBar/PageActionBar.test.tsx
+share/grafana/public/app/core/components/PageActionBar/PageActionBar.tsx
+share/grafana/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
share/grafana/public/app/core/components/PageHeader/PageHeader.test.tsx
share/grafana/public/app/core/components/PageHeader/PageHeader.tsx
share/grafana/public/app/core/components/PageLoader/PageLoader.tsx
+share/grafana/public/app/core/components/PanelTypeFilter/PanelTypeFilter.tsx
share/grafana/public/app/core/components/PermissionList/AddPermission.tsx
share/grafana/public/app/core/components/PermissionList/DisabledPermissionListItem.tsx
share/grafana/public/app/core/components/PermissionList/PermissionList.tsx
@@ -62,7 +70,6 @@
share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.test.tsx
share/grafana/public/app/core/components/QueryOperationRow/QueryOperationRow.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.test.tsx
@@ -75,7 +82,6 @@
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/SharedPreferences/SharedPreferences.tsx
-share/grafana/public/app/core/components/Signup/Signup.tsx
share/grafana/public/app/core/components/Signup/SignupPage.tsx
share/grafana/public/app/core/components/Signup/VerifyEmail.tsx
share/grafana/public/app/core/components/Signup/VerifyEmailPage.tsx
@@ -99,6 +105,7 @@
share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/utils.ts
share/grafana/public/app/core/components/TransformersUI/FilterByValueTransformer/ValueMatchers/valueMatchersUI.ts
share/grafana/public/app/core/components/TransformersUI/GroupByTransformerEditor.tsx
+share/grafana/public/app/core/components/TransformersUI/HistogramTransformerEditor.tsx
share/grafana/public/app/core/components/TransformersUI/LabelsToFieldsTransformerEditor.tsx
share/grafana/public/app/core/components/TransformersUI/MergeTransformerEditor.tsx
share/grafana/public/app/core/components/TransformersUI/OrganizeFieldsTransformerEditor.tsx
@@ -142,9 +149,7 @@
share/grafana/public/app/core/components/sidemenu/__snapshots__/BottomNavLinks.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/__snapshots__/BottomSection.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/__snapshots__/DropDownChild.test.tsx.snap
-share/grafana/public/app/core/components/sidemenu/__snapshots__/SideMenu.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/__snapshots__/SideMenuDropDown.test.tsx.snap
-share/grafana/public/app/core/components/sidemenu/__snapshots__/SignIn.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/__snapshots__/TopSection.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/__snapshots__/TopSectionItem.test.tsx.snap
share/grafana/public/app/core/components/sidemenu/utils.test.ts
@@ -155,10 +160,7 @@
share/grafana/public/app/core/config.ts
share/grafana/public/app/core/constants.ts
share/grafana/public/app/core/controllers/all.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/reset_password_ctrl.ts
-share/grafana/public/app/core/controllers/signup_ctrl.ts
share/grafana/public/app/core/copy/appNotification.ts
share/grafana/public/app/core/core.ts
share/grafana/public/app/core/core_module.ts
@@ -173,37 +175,47 @@
share/grafana/public/app/core/directives/rebuild_on_change.ts
share/grafana/public/app/core/directives/tags.ts
share/grafana/public/app/core/filters/filters.ts
+share/grafana/public/app/core/hooks/useCleanup.ts
share/grafana/public/app/core/hooks/useNavModel.ts
+share/grafana/public/app/core/hooks/useQueryParams.ts
share/grafana/public/app/core/hooks/useRefMounted.ts
share/grafana/public/app/core/injectorMonkeyPatch.ts
share/grafana/public/app/core/jquery_extended.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
share/grafana/public/app/core/nav_model_srv.ts
+share/grafana/public/app/core/navigation/GrafanaRoute.test.tsx
+share/grafana/public/app/core/navigation/GrafanaRoute.tsx
+share/grafana/public/app/core/navigation/RouterDebugger.tsx
+share/grafana/public/app/core/navigation/__mocks__/routeProps.ts
+share/grafana/public/app/core/navigation/hooks.ts
+share/grafana/public/app/core/navigation/kiosk.ts
+share/grafana/public/app/core/navigation/parseKeyValue.ts
+share/grafana/public/app/core/navigation/patch/RouteParamsProvider.ts
+share/grafana/public/app/core/navigation/patch/RouteProvider.ts
+share/grafana/public/app/core/navigation/patch/interceptLinkClicks.ts
+share/grafana/public/app/core/navigation/queryString.ts
+share/grafana/public/app/core/navigation/testRoutes.tsx
+share/grafana/public/app/core/navigation/types.ts
share/grafana/public/app/core/partials.ts
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/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
share/grafana/public/app/core/services/FetchQueue.test.ts
share/grafana/public/app/core/services/FetchQueue.ts
share/grafana/public/app/core/services/FetchQueueWorker.test.ts
share/grafana/public/app/core/services/FetchQueueWorker.ts
+share/grafana/public/app/core/services/PreferencesService.ts
share/grafana/public/app/core/services/ResponseQueue.test.ts
share/grafana/public/app/core/services/ResponseQueue.ts
share/grafana/public/app/core/services/__mocks__/backend_srv.ts
@@ -212,8 +224,6 @@
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
@@ -232,7 +242,9 @@
share/grafana/public/app/core/services/search_srv.ts
share/grafana/public/app/core/services/segment_srv.ts
share/grafana/public/app/core/services/timer.ts
+share/grafana/public/app/core/services/toggleTheme.ts
share/grafana/public/app/core/services/util_srv.ts
+share/grafana/public/app/core/services/withFocusedPanelId.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/factors.test.ts
@@ -248,7 +260,6 @@
share/grafana/public/app/core/time_series2.ts
share/grafana/public/app/core/utils/CancelablePromise.ts
share/grafana/public/app/core/utils/ConfigProvider.tsx
-share/grafana/public/app/core/utils/UserProvider.tsx
share/grafana/public/app/core/utils/acl.ts
share/grafana/public/app/core/utils/applyStateChanges.ts
share/grafana/public/app/core/utils/arrayMove.ts
@@ -272,7 +283,6 @@
share/grafana/public/app/core/utils/kbn.test.ts
share/grafana/public/app/core/utils/kbn.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
@@ -287,9 +297,9 @@
share/grafana/public/app/core/utils/ticks.ts
share/grafana/public/app/core/utils/timePicker.test.ts
share/grafana/public/app/core/utils/timePicker.ts
+share/grafana/public/app/core/utils/tracing.ts
share/grafana/public/app/core/utils/version.ts
share/grafana/public/app/dev.ts
-share/grafana/public/app/features/admin/AdminEditOrgCtrl.ts
share/grafana/public/app/features/admin/AdminEditOrgPage.tsx
share/grafana/public/app/features/admin/AdminListOrgsPage.tsx
share/grafana/public/app/features/admin/AdminOrgsTable.tsx
@@ -307,7 +317,6 @@
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/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
@@ -321,40 +330,36 @@
share/grafana/public/app/features/admin/partials/stats.html
share/grafana/public/app/features/admin/partials/styleguide.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/apis.tsx
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/AlertHowToModal.tsx
share/grafana/public/app/features/alerting/AlertRuleItem.test.tsx
share/grafana/public/app/features/alerting/AlertRuleItem.tsx
share/grafana/public/app/features/alerting/AlertRuleList.test.tsx
share/grafana/public/app/features/alerting/AlertRuleList.tsx
+share/grafana/public/app/features/alerting/AlertRuleListIndex.tsx
share/grafana/public/app/features/alerting/AlertTab.tsx
share/grafana/public/app/features/alerting/AlertTabCtrl.test.ts
share/grafana/public/app/features/alerting/AlertTabCtrl.ts
+share/grafana/public/app/features/alerting/AlertTabIndex.tsx
share/grafana/public/app/features/alerting/EditNotificationChannelPage.tsx
share/grafana/public/app/features/alerting/NewNotificationChannelPage.tsx
-share/grafana/public/app/features/alerting/NextGenAlertingPage.tsx
-share/grafana/public/app/features/alerting/NotificationsEditCtrl.ts
+share/grafana/public/app/features/alerting/NotificationsIndex.tsx
share/grafana/public/app/features/alerting/NotificationsListPage.tsx
share/grafana/public/app/features/alerting/StateHistory.tsx
share/grafana/public/app/features/alerting/TestRuleResult.test.tsx
share/grafana/public/app/features/alerting/TestRuleResult.tsx
share/grafana/public/app/features/alerting/__snapshots__/TestRuleResult.test.tsx.snap
-share/grafana/public/app/features/alerting/components/AlertDefinitionItem.tsx
-share/grafana/public/app/features/alerting/components/AlertDefinitionOptions.tsx
-share/grafana/public/app/features/alerting/components/AlertingQueryEditor.tsx
-share/grafana/public/app/features/alerting/components/AlertingQueryPreview.tsx
+share/grafana/public/app/features/alerting/components/AlertingQueryRow.tsx
share/grafana/public/app/features/alerting/components/BasicSettings.tsx
share/grafana/public/app/features/alerting/components/ChannelSettings.tsx
share/grafana/public/app/features/alerting/components/NotificationChannelForm.tsx
share/grafana/public/app/features/alerting/components/NotificationChannelOptions.tsx
share/grafana/public/app/features/alerting/components/NotificationSettings.tsx
share/grafana/public/app/features/alerting/components/OptionElement.tsx
-share/grafana/public/app/features/alerting/components/PreviewInstancesTab.tsx
-share/grafana/public/app/features/alerting/components/PreviewQueryTab.tsx
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/state/ThresholdMapper.test.ts
share/grafana/public/app/features/alerting/state/ThresholdMapper.ts
@@ -364,19 +369,179 @@
share/grafana/public/app/features/alerting/state/reducers.ts
share/grafana/public/app/features/alerting/state/selectors.test.ts
share/grafana/public/app/features/alerting/state/selectors.ts
+share/grafana/public/app/features/alerting/unified/AmRoutes.test.tsx
+share/grafana/public/app/features/alerting/unified/AmRoutes.tsx
+share/grafana/public/app/features/alerting/unified/PanelAlertTab.tsx
+share/grafana/public/app/features/alerting/unified/PanelAlertTabContent.tsx
+share/grafana/public/app/features/alerting/unified/Receivers.test.tsx
+share/grafana/public/app/features/alerting/unified/Receivers.tsx
+share/grafana/public/app/features/alerting/unified/RuleEditor.tsx
+share/grafana/public/app/features/alerting/unified/RuleList.test.tsx
+share/grafana/public/app/features/alerting/unified/RuleList.tsx
+share/grafana/public/app/features/alerting/unified/Silences.tsx
+share/grafana/public/app/features/alerting/unified/api/alertmanager.ts
+share/grafana/public/app/features/alerting/unified/api/grafana.ts
+share/grafana/public/app/features/alerting/unified/api/preview.ts
+share/grafana/public/app/features/alerting/unified/api/prometheus.ts
+share/grafana/public/app/features/alerting/unified/api/ruler.ts
+share/grafana/public/app/features/alerting/unified/components/AlertLabel.tsx
Home |
Main Index |
Thread Index |
Old Index