5439 Commits

Author SHA1 Message Date
Thomas Gelf
5298243d94 SyncruleController: fix typo
fixes #2613
2023-08-25 11:00:39 +02:00
Thomas Gelf
a7a58c5893 Merge branch 'fix/setting-null-with-merge' 2023-08-23 15:49:18 +02:00
Thomas Gelf
b19c01daef Sync: ignore null for policy = ignore
fixes #2657
2023-08-23 15:48:13 +02:00
Thomas Gelf
e94ad714fb Sync: drop obsolete/useless method 2023-08-22 10:32:44 +02:00
Thomas Gelf
8896e54d69 IcingaArguments: be unmodified when loaded from db
fixes #2660
2023-08-21 12:44:59 +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
Lorenz Kästle
71b311e258 Add missing time unit in translation 2023-08-11 08:36:33 +02:00
Michael Pirogov
b9ad2ef9f5 migrations: fix syntax error on 187 2023-08-04 14:51:58 +02:00
moreamazingnick
f3455c197d Fix duplicate service sets on clone service
fixes #2671
2023-07-31 08:33:46 +02:00
Sebastian Gumprich
6e49615740 fix wrong example in rest-api docs
the example uses wrong parameters to get configs and activities, according to the code: https://github.com/Icinga/icingaweb2-module-director/blob/master/application/controllers/ConfigController.php#L144
2023-07-30 20:57:36 +02:00
Thomas Gelf
479d964841 BasketSnapshotFieldResolver: provide fixOptional...
...DatalistReference()
2023-07-30 20:54:39 +02:00
Thomas Gelf
02d6ebb0af DirectorDatafield: prefer list uuid...
...on basket restore
2023-07-30 20:52:56 +02:00
Thomas Gelf
14604b64d6 GroupMembershipResolver: namespace is useless 2023-07-30 20:45:14 +02:00
Thomas Gelf
5371b57630 BasketSnapshotFieldResolver: return types 2023-07-30 20:42:59 +02:00
Thomas Gelf
388f743290 TemplateUsageTable: show header
fixes #2780
2023-07-30 20:39:21 +02:00
Thomas Gelf
8e4ebb79d7 AssignRenderer: show JSON parsing error source
refs #2667
2023-07-30 20:26:32 +02:00
Thomas Gelf
26a4a10536 DbObject: compare id/ints only when not null 2023-07-30 20:05:24 +02:00
Thomas Gelf
2a140a512b DataFilter: hide json-encoded special characters
...from our filter parser

fixes #2667
2023-07-30 19:46:38 +02:00
Thomas Gelf
d429c9e5cc IcingaObjectGroup: re-enable group membership...
...resolver

refs #2048
2023-07-30 17:31:23 +02:00
Thomas Gelf
8cbde4a50e IcingaServiceForm: getFirstParent() prepared to...
...be moved elsewhere
2023-07-30 17:27:02 +02:00
Thomas Gelf
33c4c078d4 doc/changelog: mention case insensitiveness 2023-07-20 16:26:46 +02:00
Thomas Gelf
f7a295ccd5 Merge branch 'feature/datafields-search-case-insensitive-2359' 2023-07-20 16:25:06 +02:00
Thomas Gelf
7a29d7db87 DatafieldTable: search case insensitive
fixes #2359
2023-07-20 16:24:56 +02:00
Thomas Gelf
7ed87f0cd4 module.info, doc: raise requirements
incubator >= 0.20, main reason: db expressions in ZfDbTable
2023-07-20 16:23:34 +02:00
raviks789
fb39b25602 Change the install script for Icinga for Windows
Remove the powershell module in Agents tab and change the install script for Icinga for windows.
2023-07-20 12:46:01 +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
de1311928c IcingaConfig: render IfW fallback template
fixes #2776
2023-07-19 07:00:46 +02:00
Thomas Gelf
91b99d8e46 ObjectsTable: apply filters for non-branched views
fixes #2775
2023-07-18 11:11:41 +02:00
Johannes Meyer
3e8b49f69a Revert "workflows: temporarily disable job"
This reverts commit ac73affcb481689102f47823e1b6affde621b52e.
2023-07-05 15:24:23 +02:00
raviks789
b47478293f fetch $this->affectedHost->get('id') only if $this->affectedHost->get('id') is not null for service set 2023-06-29 17:12:14 +02:00
raviks789
df08e91bc9 Strikethrough deactivated services in applied service set 2023-06-29 15:26:54 +02:00
Thomas Gelf
8e60e0aab9 HostController: relax assertion 2023-06-13 17:39:15 +02:00
Thomas Gelf
abbf580696 ImportSourceCoreApi: fix listColumns
Prior to this fix, only object_name has been listed (while all properties
have been imported)

fixes #2763
2023-06-06 14:32:01 +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
Thomas Gelf
ac73affcb4 workflows: temporarily disable job
It's failing since three weeks, stating:

   Repository not found, OR token has insufficient permissions

Also, there is a warning:

    Node.js 12 actions are deprecated. Please update the following actions to
    use Node.js 16: peter-evans/repository-dispatch@v1. For more information
    see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
2023-05-16 11:25:48 +02:00
Thomas Gelf
868e0afe80 BasketDiff: return type is stdClass 2023-05-16 11:19:12 +02:00
Thomas Gelf
fb10bac7e9 Sync: fix loading existing templates
fixes #2217
fixes #2745
2023-05-11 15:07:28 +02:00
Thomas Gelf
623dd1cbc7 PropertyModifierSplit: check for null values
fixes #2739
2023-04-26 14:21:51 +02:00
Thomas Gelf
978d9bc51f PropertyModifierMap: fix duplicate line 2023-04-24 15:18:02 +02:00
Thomas Gelf
e98803a8e5 ObjectSetTable: search for services in branches
fixes #2738
2023-04-24 11:10:36 +02:00
wp-perc
9d6a41571a PropertyModifierMap: allow custom fallback value
fixes #2735
2023-04-21 18:05:20 +02:00
Thomas Gelf
48af679cf0 IcingaObjectGroup: membership calculation...
...is now being triggered only when assign_filter exists / has been
changed

fixes #2048
2023-04-21 16:03:58 +02:00
Silas
4ddf4112b1 Update director.po 2023-04-20 11:55:43 +02:00
Silas
e773bd1201 Update director.po 2023-04-20 11:55:43 +02:00
Silas
444823c3d3 Update director.po 2023-04-20 11:55:43 +02:00
Silas
599a0cce51 Update IcingaDependencyForm.php 2023-04-20 11:55:43 +02:00