[pkg-nagios-changes] [Git][nagios-team/icingadb-web][master] 19 commits: Update branch in gbp.conf & Vcs-Git URL.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 10 06:31:17 BST 2025



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


Commits:
01c980ca by Bas Couwenberg at 2025-06-18T16:15:07+02:00
Update branch in gbp.conf & Vcs-Git URL.

- - - - -
6a4ce372 by Bas Couwenberg at 2025-06-18T16:16:26+02:00
New upstream version 1.2.0
- - - - -
2eed1b1c by Bas Couwenberg at 2025-06-18T16:16:31+02:00
Update upstream source from tag 'upstream/1.2.0'

Update to upstream version '1.2.0'
with Debian dir ee1980f4bf9eec005d9da9c1b4c94dac58235bb9
- - - - -
ba62209f by Bas Couwenberg at 2025-06-18T16:16:44+02:00
New upstream release.

- - - - -
b0849bda by Bas Couwenberg at 2025-06-18T16:22:11+02:00
Update copyright file.

- - - - -
256f5861 by Bas Couwenberg at 2025-06-18T16:23:29+02:00
Require at least icinga-php-library 0.16.1 & icinga-php-thirdparty 0.13.0.

- - - - -
e1adc0a1 by Bas Couwenberg at 2025-06-18T16:23:50+02:00
Set distribution to experimental.

- - - - -
146e3b94 by Bas Couwenberg at 2025-06-18T16:42:07+02:00
Allow piuparts to fail.

- - - - -
51c7ad84 by Bas Couwenberg at 2025-06-20T14:58:12+02:00
New upstream version 1.2.1
- - - - -
376aed07 by Bas Couwenberg at 2025-06-20T14:58:17+02:00
Update upstream source from tag 'upstream/1.2.1'

Update to upstream version '1.2.1'
with Debian dir 4e43ba997cda790b7beea583b52fb348f4131a1d
- - - - -
46376c06 by Bas Couwenberg at 2025-06-20T14:58:27+02:00
New upstream release.

- - - - -
30e77ddf by Bas Couwenberg at 2025-06-20T14:59:17+02:00
Set distribution to experimental.

- - - - -
7b26282f by Bas Couwenberg at 2025-07-16T15:11:06+02:00
New upstream version 1.2.2
- - - - -
1a201af5 by Bas Couwenberg at 2025-07-16T15:11:10+02:00
Update upstream source from tag 'upstream/1.2.2'

Update to upstream version '1.2.2'
with Debian dir 2d39f2d32c50af3641b67a09f3894bfbc785500a
- - - - -
4a0667aa by Bas Couwenberg at 2025-07-16T15:11:21+02:00
New upstream release.

- - - - -
12ce77e7 by Bas Couwenberg at 2025-07-16T15:13:13+02:00
Require at least icinga-php-library 0.17.0.

- - - - -
1edd0105 by Bas Couwenberg at 2025-07-16T15:13:35+02:00
Set distribution to experimental.

- - - - -
a4d92a34 by Bas Couwenberg at 2025-08-10T07:29:11+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit 01c980caccc1bbc6658fdff18497c717c6a80882.

- - - - -
6576c6dd by Bas Couwenberg at 2025-08-10T07:29:43+02:00
Move from experimental to unstable.

- - - - -


233 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
- debian/.gitlab-ci.yml
- debian/changelog
- debian/control
- debian/copyright
- 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/Checkcommand.php
- library/Icingadb/Model/Comment.php
- library/Icingadb/Model/CommentHistory.php
- library/Icingadb/Model/CustomvarFlat.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/Eventcommand.php
- library/Icingadb/Model/Host.php
- library/Icingadb/Model/HostState.php
- library/Icingadb/Model/Hostgroup.php
- library/Icingadb/Model/Instance.php
- library/Icingadb/Model/Notification.php
- library/Icingadb/Model/NotificationHistory.php
- library/Icingadb/Model/Notificationcommand.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/Timeperiod.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
- + test/php/library/Icingadb/ProvidedHook/IcingaHealthTest.php


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/compare/6e705f12c41e78d49e992c395dd0b6662c0ec229...6576c6dd71c3e2bc2855d5bf51a6941dff9b6b1b

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/compare/6e705f12c41e78d49e992c395dd0b6662c0ec229...6576c6dd71c3e2bc2855d5bf51a6941dff9b6b1b
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/20250810/ec697c57/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list