Alexander A. Klimov
ae7ef2810f
Use the empty string as array index, not null
...
Otherwise, PHP complains:
Using null as an array offset is deprecated, use an empty string instead.
2026-04-16 09:38:24 +02:00
Alexander A. Klimov
ff92b0a485
For method parameters, use ?T $x = null, not T $x = null
...
Implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead.
2026-04-16 09:38:24 +02:00
Johannes Meyer
95a662d2c1
Drop usages of gipfl\Translation\TranslationHelper
2026-03-30 11:33:11 +02:00
raviks789
8d626957a4
IcingaServiceForm: Disable 'Reactivate' button if the service was deactivated in one of the host templates
2026-03-26 09:51:40 +01:00
raviks789
76c3661ec9
IcingaTemplateChoiceForm: Set correct default value for required_template element
2026-02-06 08:22:05 +01:00
Donien
6feaa4536c
Add support for 'Dependency Redundancy Groups'
2026-02-04 14:11:19 +01:00
raviks789
5f43bf70aa
Show only applied groups in Icinga Host Form
L10n Update / update (push) Waiting to run
PHP Tests / Static analysis for php 7.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 7.3 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 7.4 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.0 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.1 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Static analysis for php 8.3 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 7.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 7.3 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 7.4 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.0 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.1 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.2 on ubuntu-latest (push) Waiting to run
PHP Tests / Unit tests with php 8.3 on ubuntu-latest (push) Waiting to run
2026-02-03 10:14:58 +01:00
Donien
3702ffc94e
Remove false friend 'eventually' ( #3005 )
...
Remove (user-facing) occurrences of wrong usage of the word
'**_eventually_**' (wrongly translated → german '**_eventuell_**' `!=`
english '**_eventual(ly_)**').
2025-09-10 08:54:04 +02:00
raviks789
11a10be9f8
DeployFormsBug7530: Do not pass null values to strlen
...
Since PHP 8.0 passing of null to strlen is deprecated and hence must be avoided.
2025-04-23 15:55:31 +02:00
raviks789
5f4ad0f827
IcingaAddServiceForm: Check if service templates exist to add services
2025-03-25 16:01:29 +01:00
raviks789
b18cf4f80d
Fix editing of custom variables for multi-selected objects
2025-03-25 15:56:11 +01:00
raviks789
8161a769fe
IcingaHostForm: Fix crashing of form for invalid check command
2024-12-12 13:11:51 +01:00
raviks789
f4692d7ab4
ImportRowModifierForm: Fix removal of filter expression
2024-12-12 10:45:23 +01:00
raviks789
6c766dff43
Allow cloning service sets in Director Branches
2024-11-19 13:34:14 +01:00
raviks789
9d186638cd
IcingaCloneObjectForm: Fix cloning of hots in director branches
...
The cloned host must also have services and service sets that are under the original host.
2024-11-07 11:32:36 +01:00
raviks789
5298c8ee5d
IcingaMultiEditForm: Fix editing custom vars with space in their name
2024-11-07 11:21:46 +01:00
Eric Lippmann
ce64888b81
Fix const visibility
2024-10-22 15:36:03 +02:00
Eric Lippmann
00985429c5
Fix PSR-12 violations
2024-10-22 14:31:14 +02:00
raviks789
48ea3e46f9
IcingaDependencyForm: Make parent host and parent service element values removeable
2024-02-07 11:59:54 +01:00
Ravi Kumar Kempapura Srinivasa
1b74177d6d
Support the rendering of service custom variable in Dependencies form
2024-02-07 11:59:52 +01:00
Sukhwinder Dhillon
d879186f0e
Fix wrong method param types and add var type hints
2024-02-05 16:05:24 +01:00
Sukhwinder Dhillon
9f58dcf8d9
phpstan: Strict check function/class name-case and fix violations
2024-02-05 16:05:23 +01:00
Sukhwinder Dhillon
c25a66b484
Avoid inline css style
2024-01-19 15:17:41 +01:00
Sukhwinder Dhillon
72f44c326f
Remove unnecessary and unused code
2024-01-19 15:17:41 +01:00
raviks789
c0e870d543
Fix form field suggestions
...
Other available fields should be suggested when no check command has been
chosen for service template.
2024-01-16 12:38:19 +01:00
Thomas Gelf
48db90c7df
ObjectsTable: require Auth
...
fixes #2808
2023-10-11 12:24:36 +02:00
Thomas Gelf
0c33c5d6bc
IcingaNotificationForm: just a dot
2023-09-21 13:01:10 +02:00
Johannes Meyer
37c8056689
Fix phpcs errors
2023-08-30 17:28:06 +02:00
Thomas Gelf
907d93ebe9
FormFieldSuggestion: propose macros from set_if
...
fixes #514
2023-08-20 13:11:19 +02:00
Thomas Gelf
7aa7f51929
IcingaObjectFieldForm: move back getFilterFields()
2023-08-20 13:11:12 +02:00
Thomas Gelf
d97bbc0526
FormFieldSuggestion: refactor, dedicated class
2023-08-20 13:11:02 +02:00
Thomas Gelf
62f59d4c5a
DirectorDatafieldForm: fix typo, translate
2023-08-20 13:10:52 +02:00
moreamazingnick
f3455c197d
Fix duplicate service sets on clone service
...
fixes #2671
2023-07-31 08:33:46 +02:00
Thomas Gelf
8cbde4a50e
IcingaServiceForm: getFirstParent() prepared to...
...
...be moved elsewhere
2023-07-30 17:27:02 +02:00
EmTeedee
6b7bff80de
${var} deprecated in favor of {$var}
...
See: https://www.php.net/manual/en/migration82.deprecated.php#migration82.deprecated.core.dollar-brace-interpolation
2023-07-19 10:44:40 +02:00
Thomas Gelf
83f9c00e9b
ImportRowModifierForm: description readability
2023-05-31 07:18:51 +02:00
Thomas Gelf
722499ea76
ImportRowModifier: filters, CIDR support
...
fixes #2756
fixes #2757
2023-05-25 15:44:56 +02:00
Silas
599a0cce51
Update IcingaDependencyForm.php
2023-04-20 11:55:43 +02:00
Thomas Gelf
27e7da9354
DirectorDatafieldForm: varname field description
...
refs #2723
2023-03-15 10:03:06 +01:00
Thomas Gelf
62bff81fac
BasketUploadForm: allow uploading snapshots...
...
...for existing Baskets
fixes #1952
2023-03-12 10:45:09 +01:00
Thomas Gelf
f1add44beb
Basket: introduce constants
2023-03-07 11:41:14 +01:00
Thomas Gelf
40254714b8
Permissions: refactor, fix monitoring module checks
...
fixes #2712
2023-02-23 11:51:53 +01:00
Thomas Gelf
e03333b4dc
IcingaNotificationForm: fix user groups field...
...
...detection
refs #462
2022-12-16 15:07:43 +01:00
Thomas Gelf
e5de673f68
IcingaObjectFieldForm: sort case insensitive
...
fixes #2358
2022-12-05 12:48:30 +01:00
Thomas Gelf
616d329be3
IcingaNotification: implement users_var
...
fixes #462
2022-12-01 12:03:45 +01:00
Thomas Gelf
d042a3943a
IcingaDependencyForm: check for null
2022-11-17 11:46:03 +01:00
Thomas Gelf
071df2a072
IcingaCloneObjectForm: allow fields for Commands
...
fixes #2264
2022-11-15 15:56:18 +01:00
Dan Ford
ece41868a7
Fixing UI typo for notification times
2022-09-26 09:27:29 +02:00
Thomas Gelf
ad046b00d2
IcingaServiceForm: set name, not id -> branches
2022-09-21 11:26:47 +02:00
Daniel Patrick
04c4bd2559
IcingaCommand: Remove obsolete CLR check
2022-09-21 08:52:51 +02:00