Bastian Lederer
8622514fcd
Change implicit nullable type declaration to explicit
...
Since PHP 8.4 implicitly nullable parameter types are deprecated.
Normalize scoped PHPDoc for nullable-parameter updates: use `?Type` instead of
`Type|null` and remove column alignment.
Co-authored-by: "Eric Lippmann <eric.lippmann@icinga.com>"
2026-03-19 22:08:30 +01:00
Eric Lippmann
272e791390
License source files as GPL-3.0-or-later
...
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-11 14:03:05 +01:00
Sukhwinder Dhillon
279839d9da
Align coding style to comply with latest PSR
2025-12-15 16:06:44 +01:00
Sukhwinder Dhillon
d2f1a4dbde
Add variable type hint to Icinga::app()'s returned object
2023-09-05 14:26:43 +02:00
raviks789
cd6f8e87ff
Unset pagination parameters for service grid when limit=0,0
...
The pagination parameters must be unset when the limit parameter is `0,0` and the service grid
for all the hosts and services must be displayed.
2023-05-23 16:31:27 +02:00
Eric Lippmann
ebc6735270
Use Query::columns() instead of ::setColumns()
...
Query::columns() is no longer additive and ::setColumns() will therefore
be removed.
2022-06-02 14:24:52 +02:00
Eric Lippmann
4cbdf1c3d0
Revert "PivotTable: Reset columns on the base query"
...
This reverts commit 2c22941810c52e5b50ed8a50d712d1ef4cbee4c5.
2022-06-02 14:24:52 +02:00
Johannes Meyer
ecf33be34c
PivotTable: Reset columns on the base query
2022-06-02 14:24:51 +02:00
Yonas Habteab
aefd0e1f7d
Add PHP 7 argument & return type declarations to all member methods
2021-11-03 16:06:59 +01:00
Sukhwinder Dhillon
9810452527
Add licence header
2021-08-20 12:15:45 +02:00
raviks789
bc118516ec
Add Service Grid ( #204 )
2021-08-05 11:23:01 +02:00