[pkg-nagios-changes] [Git][nagios-team/icingadb-web][upstream] New upstream version 1.2.0

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Jun 18 15:25:45 BST 2025



Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / icingadb-web


Commits:
6a4ce372 by Bas Couwenberg at 2025-06-18T16:16:26+02:00
New upstream version 1.2.0
- - - - -


222 changed files:

- AUTHORS
- CHANGELOG.md
- README.md
- application/clicommands/MigrateCommand.php
- application/controllers/CommentController.php
- application/controllers/CommentsController.php
- + application/controllers/ContactController.php
- + application/controllers/ContactgroupController.php
- + application/controllers/ContactgroupsController.php
- + application/controllers/ContactsController.php
- application/controllers/DowntimeController.php
- application/controllers/DowntimesController.php
- application/controllers/EventController.php
- application/controllers/HistoryController.php
- application/controllers/HostController.php
- application/controllers/HostgroupController.php
- application/controllers/HostgroupsController.php
- application/controllers/HostsController.php
- application/controllers/NotificationsController.php
- + application/controllers/RedundancygroupController.php
- application/controllers/ServiceController.php
- application/controllers/ServicegroupController.php
- application/controllers/ServicegroupsController.php
- application/controllers/ServicesController.php
- application/controllers/UserController.php
- application/controllers/UsergroupController.php
- application/controllers/UsergroupsController.php
- application/controllers/UsersController.php
- application/forms/Command/Object/AcknowledgeProblemForm.php
- application/forms/Command/Object/AddCommentForm.php
- application/forms/Command/Object/CheckNowForm.php
- application/forms/Command/Object/DeleteCommentForm.php
- application/forms/Command/Object/DeleteDowntimeForm.php
- application/forms/Command/Object/ProcessCheckResultForm.php
- application/forms/Command/Object/RemoveAcknowledgementForm.php
- application/forms/Command/Object/ScheduleCheckForm.php
- application/forms/Command/Object/ScheduleHostDowntimeForm.php
- application/forms/Command/Object/ScheduleServiceDowntimeForm.php
- application/forms/Command/Object/SendCustomNotificationForm.php
- application/forms/Command/Object/ToggleObjectFeaturesForm.php
- application/forms/RedisConfigForm.php
- application/views/scripts/services/grid-flipped.phtml
- configuration.php
- doc/02-Installation.md.d/From-Source.md
- doc/03-Configuration.md
- doc/04-Security.md
- doc/05-Upgrading.md
- doc/09-Automation.md
- doc/10-Migration.md
- library/Icingadb/Authentication/ObjectAuthorization.php
- library/Icingadb/Command/Object/PropagateHostDowntimeCommand.php
- + library/Icingadb/Command/Object/ScheduleDowntimeCommand.php
- library/Icingadb/Command/Object/ScheduleHostDowntimeCommand.php
- library/Icingadb/Command/Object/ScheduleServiceDowntimeCommand.php
- library/Icingadb/Command/Renderer/IcingaApiCommandRenderer.php
- library/Icingadb/Command/Transport/ApiCommandTransport.php
- library/Icingadb/Common/Auth.php
- + library/Icingadb/Common/Backend.php
- − library/Icingadb/Common/CaptionDisabled.php
- library/Icingadb/Common/CommandActions.php
- library/Icingadb/Common/Database.php
- library/Icingadb/Common/IcingaRedis.php
- library/Icingadb/Common/Icons.php
- library/Icingadb/Common/Links.php
- − library/Icingadb/Common/ListItemCommonLayout.php
- − library/Icingadb/Common/ListItemDetailedLayout.php
- − library/Icingadb/Common/ListItemMinimalLayout.php
- library/Icingadb/Common/Macros.php
- − library/Icingadb/Common/NoSubjectLink.php
- library/Icingadb/Common/ObjectInspectionDetail.php
- − library/Icingadb/Common/ObjectLinkDisabled.php
- library/Icingadb/Common/StateBadges.php
- library/Icingadb/Common/TicketLinks.php
- − library/Icingadb/Common/ViewMode.php
- library/Icingadb/Compat/UrlMigrator.php
- library/Icingadb/Data/CsvResultSetUtils.php
- + library/Icingadb/Data/DependencyNodes.php
- library/Icingadb/Data/JsonResultSetUtils.php
- library/Icingadb/Hook/CustomVarRendererHook.php
- library/Icingadb/Hook/ExtensionHook/ObjectDetailExtensionHook.php
- library/Icingadb/Hook/ExtensionHook/ObjectsDetailExtensionHook.php
- + library/Icingadb/Hook/RedundancyGroupDetailExtensionHook.php
- library/Icingadb/Model/AcknowledgementHistory.php
- library/Icingadb/Model/Behavior/BoolCast.php
- library/Icingadb/Model/Behavior/FlattenedObjectVars.php
- + library/Icingadb/Model/Behavior/HasProblematicParent.php
- library/Icingadb/Model/Comment.php
- library/Icingadb/Model/CommentHistory.php
- + library/Icingadb/Model/DependencyEdge.php
- + library/Icingadb/Model/DependencyEdgeState.php
- + library/Icingadb/Model/DependencyNode.php
- library/Icingadb/Model/Downtime.php
- library/Icingadb/Model/DowntimeHistory.php
- library/Icingadb/Model/Host.php
- library/Icingadb/Model/HostState.php
- library/Icingadb/Model/Hostgroup.php
- library/Icingadb/Model/Instance.php
- library/Icingadb/Model/NotificationHistory.php
- + library/Icingadb/Model/RedundancyGroup.php
- + library/Icingadb/Model/RedundancyGroupState.php
- + library/Icingadb/Model/RedundancyGroupSummary.php
- + library/Icingadb/Model/Schema.php
- library/Icingadb/Model/Service.php
- library/Icingadb/Model/ServiceState.php
- library/Icingadb/Model/Servicegroup.php
- + library/Icingadb/Model/SlaHistoryDowntime.php
- + library/Icingadb/Model/SlaHistoryState.php
- library/Icingadb/Model/State.php
- + library/Icingadb/Model/UnreachableParent.php
- + library/Icingadb/Model/UnreachableParent/ResultSet.php
- library/Icingadb/Model/User.php
- library/Icingadb/Model/Usergroup.php
- library/Icingadb/ProvidedHook/IcingaHealth.php
- library/Icingadb/ProvidedHook/RedisHealth.php
- library/Icingadb/Redis/VolatileStateResults.php
- + library/Icingadb/View/BaseHostAndServiceRenderer.php
- library/Icingadb/Widget/ItemList/BaseCommentListItem.php → library/Icingadb/View/CommentRenderer.php
- library/Icingadb/Widget/ItemList/BaseDowntimeListItem.php → library/Icingadb/View/DowntimeRenderer.php
- library/Icingadb/Widget/ItemList/BaseHistoryListItem.php → library/Icingadb/View/EventRenderer.php
- + library/Icingadb/View/HostRenderer.php
- library/Icingadb/Widget/ItemTable/HostgroupGridCell.php → library/Icingadb/View/HostgroupGridRenderer.php
- + library/Icingadb/View/HostgroupRenderer.php
- library/Icingadb/Widget/ItemList/BaseNotificationListItem.php → library/Icingadb/View/NotificationRenderer.php
- + library/Icingadb/View/RedundancyGroupRenderer.php
- + library/Icingadb/View/ServiceRenderer.php
- library/Icingadb/Widget/ItemTable/ServicegroupGridCell.php → library/Icingadb/View/ServicegroupGridRenderer.php
- + library/Icingadb/View/ServicegroupRenderer.php
- + library/Icingadb/View/UserRenderer.php
- + library/Icingadb/View/UsergroupRenderer.php
- library/Icingadb/Web/Control/SearchBar/ObjectSuggestions.php
- library/Icingadb/Web/Controller.php
- − library/Icingadb/Widget/AttemptBall.php
- library/Icingadb/Widget/CheckAttempt.php
- + library/Icingadb/Widget/DependencyNodeStateBadges.php
- + library/Icingadb/Widget/DependencyNodeStatistics.php
- library/Icingadb/Widget/Detail/CommentDetail.php
- library/Icingadb/Widget/Detail/CustomVarTable.php
- library/Icingadb/Widget/Detail/DowntimeCard.php
- library/Icingadb/Widget/Detail/DowntimeDetail.php
- library/Icingadb/Widget/Detail/EventDetail.php
- library/Icingadb/Widget/Detail/HostDetail.php
- library/Icingadb/Widget/Detail/MultiselectQuickActions.php
- library/Icingadb/Widget/Detail/ObjectDetail.php
- + library/Icingadb/Widget/Detail/ObjectHeader.php
- library/Icingadb/Widget/Detail/QuickActions.php
- + library/Icingadb/Widget/Detail/RedundancyGroupDetail.php
- library/Icingadb/Widget/Detail/ServiceDetail.php
- library/Icingadb/Widget/Detail/UserDetail.php
- library/Icingadb/Widget/Detail/UsergroupDetail.php
- library/Icingadb/Widget/Health.php
- − library/Icingadb/Widget/ItemList/BaseHostListItem.php
- − library/Icingadb/Widget/ItemList/BaseServiceListItem.php
- − library/Icingadb/Widget/ItemList/CommentList.php
- − library/Icingadb/Widget/ItemList/CommentListItem.php
- − library/Icingadb/Widget/ItemList/CommentListItemMinimal.php
- − library/Icingadb/Widget/ItemList/DowntimeList.php
- − library/Icingadb/Widget/ItemList/DowntimeListItem.php
- − library/Icingadb/Widget/ItemList/DowntimeListItemMinimal.php
- − library/Icingadb/Widget/ItemList/HistoryList.php
- − library/Icingadb/Widget/ItemList/HistoryListItem.php
- − library/Icingadb/Widget/ItemList/HistoryListItemDetailed.php
- − library/Icingadb/Widget/ItemList/HistoryListItemMinimal.php
- − library/Icingadb/Widget/ItemList/HostDetailHeader.php
- − library/Icingadb/Widget/ItemList/HostList.php
- − library/Icingadb/Widget/ItemList/HostListItem.php
- − library/Icingadb/Widget/ItemList/HostListItemDetailed.php
- − library/Icingadb/Widget/ItemList/HostListItemMinimal.php
- + library/Icingadb/Widget/ItemList/LoadMoreObjectList.php
- − library/Icingadb/Widget/ItemList/NotificationList.php
- − library/Icingadb/Widget/ItemList/NotificationListItem.php
- − library/Icingadb/Widget/ItemList/NotificationListItemDetailed.php
- − library/Icingadb/Widget/ItemList/NotificationListItemMinimal.php
- + library/Icingadb/Widget/ItemList/ObjectList.php
- − library/Icingadb/Widget/ItemList/ServiceDetailHeader.php
- − library/Icingadb/Widget/ItemList/ServiceList.php
- − library/Icingadb/Widget/ItemList/ServiceListItem.php
- − library/Icingadb/Widget/ItemList/ServiceListItemDetailed.php
- − library/Icingadb/Widget/ItemList/ServiceListItemMinimal.php
- − library/Icingadb/Widget/ItemList/StateList.php
- − library/Icingadb/Widget/ItemList/StateListItem.php
- + library/Icingadb/Widget/ItemList/TicketLinkObjectList.php
- − library/Icingadb/Widget/ItemTable/BaseHostGroupItem.php
- − library/Icingadb/Widget/ItemTable/BaseServiceGroupItem.php
- − library/Icingadb/Widget/ItemTable/GridCellLayout.php
- − library/Icingadb/Widget/ItemTable/HostgroupTable.php
- − library/Icingadb/Widget/ItemTable/HostgroupTableRow.php
- + library/Icingadb/Widget/ItemTable/ObjectGrid.php
- + library/Icingadb/Widget/ItemTable/ObjectTable.php
- − library/Icingadb/Widget/ItemTable/ServicegroupTable.php
- − library/Icingadb/Widget/ItemTable/ServicegroupTableRow.php
- library/Icingadb/Widget/ItemTable/StateItemTable.php
- library/Icingadb/Widget/ItemTable/StateRowItem.php
- − library/Icingadb/Widget/ItemTable/TableRowLayout.php
- − library/Icingadb/Widget/ItemTable/UserTable.php
- − library/Icingadb/Widget/ItemTable/UserTableRow.php
- − library/Icingadb/Widget/ItemTable/UsergroupTable.php
- − library/Icingadb/Widget/ItemTable/UsergroupTableRow.php
- library/Icingadb/Widget/StateChange.php
- module.info
- phpstan-baseline-standard.neon
- public/css/common.less
- public/css/list/downtime-list.less → public/css/item/downtime.less
- + public/css/item/hostgroup.less
- + public/css/item/icon-image.less
- public/css/list/list-item.less → public/css/item/item-layout.less
- + public/css/item/redundancy-group.less
- + public/css/item/servicegroup.less
- − public/css/list/comment-list.less
- public/css/list/item-list.less
- − public/css/list/user-list.less
- public/css/mixin/progress-bar.less
- public/css/widget/check-attempt.less
- public/css/widget/check-statistics.less
- public/css/widget/comment-popup.less
- + public/css/widget/dependency-node-state-badges.less
- public/css/widget/monitoring-health.less
- public/css/widget/group-grid.less → public/css/widget/object-grid.less
- − public/css/widget/table-layout.less
- public/css/widget/view-mode-switcher.less
- test/php/application/clicommands/MigrateCommandTest.php
- test/php/library/Icingadb/Common/StateBadgesTest.php
- test/php/library/Icingadb/Model/Behavior/FlattenedObjectVarsTest.php


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/commit/6a4ce37238d12d71aae52507027adec8a9728746

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/commit/6a4ce37238d12d71aae52507027adec8a9728746
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20250618/e462ed8e/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list