icingaweb2-module-director/library/Director
Johannes Rauh 61f2586e7a
Remove dead FinishedProcessState catch handler
`FinishedProcessState` does not implement `\Throwable`, so `catch(function
(FinishedProcessState $state))` can never trigger in react/promise v3 where
rejection reasons must be `\Throwable`.

This is safe to remove because `IcingaCli` already rejects with an `Exception`
wrapping the process state reason:

```php
$deferred->reject(new Exception($state->getReason()));
```

The existing `catch(\Exception $e)` handler already covers this.

Ref: https://github.com/reactphp/promise/releases/tag/v3.0.0
2026-04-30 15:11:16 +02:00
..
Application Remove dependency checker 2026-04-09 08:58:07 +02:00
Auth Fix const visibility 2024-10-22 15:36:03 +02:00
CheckPlugin travis: use phpcs 3.5.2 2019-11-28 07:13:22 +01:00
Cli Fix wrong method param types and add var type hints 2024-02-05 16:05:24 +01:00
Core Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
CoreBeta StreamContext: fix syntax errors, file is unused 2016-02-26 13:12:17 +01:00
CustomVariable Fix const visibility 2024-10-22 15:36:03 +02:00
Daemon Remove dead FinishedProcessState catch handler 2026-04-30 15:11:16 +02:00
Dashboard Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
Data For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
DataType Use the empty string as array index, not null 2026-04-16 09:38:24 +02:00
Db For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
Deployment For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
DirectorObject For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
Exception JsonException: simplify, we have newer PHP 2020-11-02 09:18:40 +01:00
Field Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
Filter Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
Hook Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
IcingaConfig For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
Import Use the empty string as array index, not null 2026-04-16 09:38:24 +02:00
Integration Fix PSR-12 violations 2024-10-22 14:31:14 +02:00
Job Use the empty string as array index, not null 2026-04-16 09:38:24 +02:00
Objects For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
PropertyModifier Add import source property modifier to cast int to string (#3047) 2026-03-26 15:06:18 +01:00
ProvidedHook Show modify action links only with corresponding monitoring and Icinga DB permission 2026-02-12 09:42:02 +01:00
Repository For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
Resolver Use the empty string as array index, not null 2026-04-16 09:38:24 +02:00
RestApi IcingaObjectHandler: Avoid cyclic inheritance only for hosts and commands 2026-03-26 09:46:33 +01:00
Restriction HostgroupRestriction: Allow creation of hosts if they match restricted groups filter 2026-02-11 17:02:50 +01:00
Test Don't use deprecated E_STRICT 2026-04-16 09:38:24 +02:00
Web Use the empty string as array index, not null 2026-04-16 09:38:24 +02:00
Acl.php Permissions: refactor, fix monitoring module checks 2023-02-23 11:51:53 +01:00
ConfigDiff.php ConfigDiff: use gipfl/diff, drop php-diff 2020-11-30 17:45:20 +01:00
Db.php For method parameters, use ?T $x = null, not T $x = null 2026-04-16 09:38:24 +02:00
Health.php CLI: added option to check a single import source, sync rule and director job by name (#2698) 2026-02-04 14:16:20 +01:00
KickstartHelper.php Fix removal of zones via kickstart (#2981) 2026-02-03 21:45:03 +01:00
PlainObjectRenderer.php Fix const visibility 2024-10-22 15:36:03 +02:00
Settings.php Self service: agent version: default to "latest" 2026-01-27 14:30:40 +01:00
StartupLogRenderer.php StartupLogRenderer: Html::escape requires its argument to be string 2026-03-26 10:44:28 +01:00
TranslationDummy.php Drop usages of gipfl\Translation\TranslationHelper 2026-03-30 11:33:11 +02:00
Util.php Db: clean up methods related to binary PG data 2021-08-16 06:14:34 +02:00