git: b8438afe892a - main - net-mgmt/icingaweb2-module-icingadb: Update to 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 12:35:12 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8438afe892ae29ee5eba06962162511f74b2b70 commit b8438afe892ae29ee5eba06962162511f74b2b70 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-10-03 12:32:47 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-10-03 12:35:07 +0000 net-mgmt/icingaweb2-module-icingadb: Update to 1.1.0 re: https://github.com/Icinga/icingadb-web/releases/tag/v1.1.0 --- net-mgmt/icingaweb2-module-icingadb/Makefile | 2 +- net-mgmt/icingaweb2-module-icingadb/distinfo | 6 +-- net-mgmt/icingaweb2-module-icingadb/pkg-plist | 64 +++++++++++++++------------ 3 files changed, 39 insertions(+), 33 deletions(-) diff --git a/net-mgmt/icingaweb2-module-icingadb/Makefile b/net-mgmt/icingaweb2-module-icingadb/Makefile index 2a36160c8938..0262f29fa377 100644 --- a/net-mgmt/icingaweb2-module-icingadb/Makefile +++ b/net-mgmt/icingaweb2-module-icingadb/Makefile @@ -1,6 +1,6 @@ PORTNAME= icingaweb2-module-icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.0.2 +DISTVERSION= 1.1.0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/net-mgmt/icingaweb2-module-icingadb/distinfo b/net-mgmt/icingaweb2-module-icingadb/distinfo index 6bc3961a9fb2..093bd73512e0 100644 --- a/net-mgmt/icingaweb2-module-icingadb/distinfo +++ b/net-mgmt/icingaweb2-module-icingadb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694099813 -SHA256 (icinga-icingadb-web-v1.0.2_GH0.tar.gz) = d6d56960541ba51df69f103e8804f8025efa38be5bbe4b2871677e79c765e394 -SIZE (icinga-icingadb-web-v1.0.2_GH0.tar.gz) = 2296999 +TIMESTAMP = 1696075981 +SHA256 (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 8ac034695c26534669fb08142273e3f60aea9bb5636f72c160e44b75188adec3 +SIZE (icinga-icingadb-web-v1.1.0_GH0.tar.gz) = 2337373 diff --git a/net-mgmt/icingaweb2-module-icingadb/pkg-plist b/net-mgmt/icingaweb2-module-icingadb/pkg-plist index 18a64094d17e..6dff8df5defc 100644 --- a/net-mgmt/icingaweb2-module-icingadb/pkg-plist +++ b/net-mgmt/icingaweb2-module-icingadb/pkg-plist @@ -3,6 +3,7 @@ %%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/LICENSE %%WWWDIR%%/README.md +%%WWWDIR%%/SECURITY.md %%WWWDIR%%/application/controllers/CommandTransportController.php %%WWWDIR%%/application/controllers/CommentController.php %%WWWDIR%%/application/controllers/CommentsController.php @@ -54,17 +55,12 @@ %%WWWDIR%%/application/views/scripts/services/grid.phtml %%WWWDIR%%/configuration.php %%WWWDIR%%/doc/01-About.md +%%WWWDIR%%/doc/02-Installation.md.d/From-Source.md %%WWWDIR%%/doc/02-Installation.md -%%WWWDIR%%/doc/02-Installation.md.d/01-Amazon-Linux.md -%%WWWDIR%%/doc/02-Installation.md.d/02-CentOS.md -%%WWWDIR%%/doc/02-Installation.md.d/03-Debian.md -%%WWWDIR%%/doc/02-Installation.md.d/04-RHEL.md -%%WWWDIR%%/doc/02-Installation.md.d/05-SLES.md -%%WWWDIR%%/doc/02-Installation.md.d/06-Ubuntu.md -%%WWWDIR%%/doc/02-Installation.md.d/07-From-Source.md %%WWWDIR%%/doc/03-Configuration.md %%WWWDIR%%/doc/04-Security.md %%WWWDIR%%/doc/05-Upgrading.md +%%WWWDIR%%/doc/09-Automation.md %%WWWDIR%%/doc/10-Migration.md %%WWWDIR%%/doc/11-Concepts.md %%WWWDIR%%/doc/res/CheckStatisticsAnatomy.jpg @@ -93,7 +89,7 @@ %%WWWDIR%%/library/Icingadb/Command/Object/DeleteCommentCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/DeleteDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/GetObjectCommand.php -%%WWWDIR%%/library/Icingadb/Command/Object/ObjectCommand.php +%%WWWDIR%%/library/Icingadb/Command/Object/ObjectsCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/ProcessCheckResultCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/PropagateHostDowntimeCommand.php %%WWWDIR%%/library/Icingadb/Command/Object/RemoveAcknowledgementCommand.php @@ -113,12 +109,7 @@ %%WWWDIR%%/library/Icingadb/Command/Transport/CommandTransportInterface.php %%WWWDIR%%/library/Icingadb/Common/Auth.php %%WWWDIR%%/library/Icingadb/Common/BaseFilter.php -%%WWWDIR%%/library/Icingadb/Common/BaseItemList.php -%%WWWDIR%%/library/Icingadb/Common/BaseListItem.php -%%WWWDIR%%/library/Icingadb/Common/BaseOrderedItemList.php -%%WWWDIR%%/library/Icingadb/Common/BaseOrderedListItem.php %%WWWDIR%%/library/Icingadb/Common/BaseStatusBar.php -%%WWWDIR%%/library/Icingadb/Common/BaseTableRowItem.php %%WWWDIR%%/library/Icingadb/Common/CaptionDisabled.php %%WWWDIR%%/library/Icingadb/Common/CommandActions.php %%WWWDIR%%/library/Icingadb/Common/Database.php @@ -153,6 +144,7 @@ %%WWWDIR%%/library/Icingadb/Data/PivotTable.php %%WWWDIR%%/library/Icingadb/Hook/ActionsHook/ObjectActionsHook.php %%WWWDIR%%/library/Icingadb/Hook/Common/HookUtils.php +%%WWWDIR%%/library/Icingadb/Hook/Common/TotalSlaReportUtils.php %%WWWDIR%%/library/Icingadb/Hook/CustomVarRendererHook.php %%WWWDIR%%/library/Icingadb/Hook/EventDetailExtensionHook.php %%WWWDIR%%/library/Icingadb/Hook/ExtensionHook/BaseExtensionHook.php @@ -177,7 +169,6 @@ %%WWWDIR%%/library/Icingadb/Model/Behavior/BoolCast.php %%WWWDIR%%/library/Icingadb/Model/Behavior/FlattenedObjectVars.php %%WWWDIR%%/library/Icingadb/Model/Behavior/ReRoute.php -%%WWWDIR%%/library/Icingadb/Model/Behavior/Timestamp.php %%WWWDIR%%/library/Icingadb/Model/Checkcommand.php %%WWWDIR%%/library/Icingadb/Model/CheckcommandArgument.php %%WWWDIR%%/library/Icingadb/Model/CheckcommandCustomvar.php @@ -206,6 +197,8 @@ %%WWWDIR%%/library/Icingadb/Model/HoststateSummary.php %%WWWDIR%%/library/Icingadb/Model/IconImage.php %%WWWDIR%%/library/Icingadb/Model/Instance.php +%%WWWDIR%%/library/Icingadb/Model/LastHostComment.php +%%WWWDIR%%/library/Icingadb/Model/LastServiceComment.php %%WWWDIR%%/library/Icingadb/Model/NotesUrl.php %%WWWDIR%%/library/Icingadb/Model/Notification.php %%WWWDIR%%/library/Icingadb/Model/NotificationCustomvar.php @@ -239,6 +232,12 @@ %%WWWDIR%%/library/Icingadb/Model/Vars.php %%WWWDIR%%/library/Icingadb/Model/Zone.php %%WWWDIR%%/library/Icingadb/ProvidedHook/ApplicationState.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/CreateHostSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/CreateHostsSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServiceSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/CreateServicesSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalHostSlaReport.php +%%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/TotalServiceSlaReport.php %%WWWDIR%%/library/Icingadb/ProvidedHook/IcingaHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/RedisHealth.php %%WWWDIR%%/library/Icingadb/ProvidedHook/Reporting/HostSlaReport.php @@ -261,6 +260,7 @@ %%WWWDIR%%/library/Icingadb/Util/PerfDataSet.php %%WWWDIR%%/library/Icingadb/Util/PluginOutput.php %%WWWDIR%%/library/Icingadb/Util/ThresholdRange.php +%%WWWDIR%%/library/Icingadb/Web/Control/GridViewModeSwitcher.php %%WWWDIR%%/library/Icingadb/Web/Control/ProblemToggle.php %%WWWDIR%%/library/Icingadb/Web/Control/SearchBar/ObjectSuggestions.php %%WWWDIR%%/library/Icingadb/Web/Control/ViewModeSwitcher.php @@ -296,7 +296,6 @@ %%WWWDIR%%/library/Icingadb/Widget/Detail/ServiceStatistics.php %%WWWDIR%%/library/Icingadb/Widget/Detail/UserDetail.php %%WWWDIR%%/library/Icingadb/Widget/Detail/UsergroupDetail.php -%%WWWDIR%%/library/Icingadb/Widget/EmptyState.php %%WWWDIR%%/library/Icingadb/Widget/Health.php %%WWWDIR%%/library/Icingadb/Widget/HostStateBadges.php %%WWWDIR%%/library/Icingadb/Widget/HostStatusBar.php @@ -325,8 +324,6 @@ %%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemDetailed.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/HostListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostgroupList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/HostgroupListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/NotificationListItemDetailed.php @@ -337,22 +334,29 @@ %%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemDetailed.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/ServiceListItemMinimal.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServicegroupList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/ServicegroupListItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/StateList.php %%WWWDIR%%/library/Icingadb/Widget/ItemList/StateListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/UserList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/UserListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/UsergroupList.php -%%WWWDIR%%/library/Icingadb/Widget/ItemList/UsergroupListItem.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseItemTable.php -%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseRowItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseHostGroupItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseServiceGroupItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/BaseStateRowItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/GridCellLayout.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupGridCell.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTable.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostgroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/HostRowItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupGridCell.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTable.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServicegroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/ServiceRowItem.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateItemTable.php %%WWWDIR%%/library/Icingadb/Widget/ItemTable/StateRowItem.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/TableRowLayout.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTable.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UserTableRow.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTable.php +%%WWWDIR%%/library/Icingadb/Widget/ItemTable/UsergroupTableRow.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownLine.php %%WWWDIR%%/library/Icingadb/Widget/MarkdownText.php %%WWWDIR%%/library/Icingadb/Widget/Notice.php @@ -365,13 +369,16 @@ %%WWWDIR%%/library/Icingadb/Widget/StateChange.php %%WWWDIR%%/library/Icingadb/Widget/TagList.php %%WWWDIR%%/module.info +%%WWWDIR%%/phpstan-baseline.neon +%%WWWDIR%%/phpstan.neon +%%WWWDIR%%/phpunit.xml +%%WWWDIR%%/public/js/progress-bar.js %%WWWDIR%%/public/css/common.less %%WWWDIR%%/public/css/form/schedule-service-downtime-form.less %%WWWDIR%%/public/css/list/action-list.less %%WWWDIR%%/public/css/list/comment-list.less %%WWWDIR%%/public/css/list/downtime-list.less %%WWWDIR%%/public/css/list/item-list.less -%%WWWDIR%%/public/css/list/item-table.less %%WWWDIR%%/public/css/list/list-item.less %%WWWDIR%%/public/css/list/state-item-table.less %%WWWDIR%%/public/css/list/state-row-item.less @@ -382,13 +389,13 @@ %%WWWDIR%%/public/css/mixins.less %%WWWDIR%%/public/css/view/service-grid.less %%WWWDIR%%/public/css/widget/actions.less -%%WWWDIR%%/public/css/widget/cancel-button.less %%WWWDIR%%/public/css/widget/check-attempt.less %%WWWDIR%%/public/css/widget/check-statistics.less %%WWWDIR%%/public/css/widget/comment-popup.less %%WWWDIR%%/public/css/widget/custom-var-table.less %%WWWDIR%%/public/css/widget/donut-container.less %%WWWDIR%%/public/css/widget/downtime-card.less +%%WWWDIR%%/public/css/widget/group-grid.less %%WWWDIR%%/public/css/widget/host-state-badges.less %%WWWDIR%%/public/css/widget/key-value-list.less %%WWWDIR%%/public/css/widget/migrate-popup.less @@ -401,11 +408,10 @@ %%WWWDIR%%/public/css/widget/performance-data-table.less %%WWWDIR%%/public/css/widget/quick-actions.less %%WWWDIR%%/public/css/widget/service-state-badges.less -%%WWWDIR%%/public/css/widget/state-badge.less %%WWWDIR%%/public/css/widget/state-change.less +%%WWWDIR%%/public/css/widget/table-layout.less %%WWWDIR%%/public/css/widget/tag-list.less %%WWWDIR%%/public/css/widget/view-mode-switcher.less %%WWWDIR%%/public/js/action-list.js -%%WWWDIR%%/public/js/loadmore.js %%WWWDIR%%/public/js/migrate.js %%WWWDIR%%/run.php