Markus Opolka

Results 30 issues of Markus Opolka

This PR updates CodeMirror 5 to latest version and add code folding, which helps when using the web editor on larger YAML files. Also changed the unsaved work warning position....

cla/signed

This PR includes some minor improvements to the stylesheet to better work with dark/light themes. Also changed the breadcrumb to be gray so that it is more subtle. ![screenshot_2024-02-13-164904](https://github.com/Icinga/icingaweb2-module-toplevelview/assets/7090372/b2119d95-a891-4c00-b380-4fc1a476d2b5) ![screenshot_2024-02-13-164931](https://github.com/Icinga/icingaweb2-module-toplevelview/assets/7090372/58feccd6-0903-4970-9b51-4b72dd101b55)...

cla/signed

This PR adds the following features: Add verbose flag and function that can be used to enhance output more precisely Before we only had a boolean debug flag, good for...

enhancement
needs-feedback

We should maybe have content regarding IcingaDB here, so that people know how to integrate and or migrate their modules. Topics: - Explaining and using `Icinga\Module\Icingadb\Model` - Explaining and using...

Hi, this PR adds a `filter_by_tags` option which allows the inventory instances to be filtered by one or more tags. Fixes #115

Hi, this would add the option to use the public_ip as a hostname in the inventory plugin. Cheers, Markus

Hi, First of all, great collection! Works like a charm. I'm having a use case in which I need to filter the instances by tags. I quickly hacked something together...

Hi, I updated the docs for the Content Security Policy (CSP). The Director was missing from the list. Was implemented in https://github.com/Icinga/icingaweb2-module-director/pull/2857 Edit: I also added a hint about how...

cla/signed

Fixes #62 #26 #4

cla/signed

array_key_exists(): Argument #2 ($array) must be of type array, string given ``` --- name: "example" set_downtime_if_notification_disabled: true children: - name: "Example" children: name: foobar ```