Commit graph

26 commits

Author SHA1 Message Date
Eric Lippmann
7fa28b9c9f Fix missing space after NOT operator 2025-10-21 14:56:41 +02:00
Johannes Meyer
8afbb7385d DbResourcePage: Avoid showing a default charset for pgsql
fixes #1035
2024-07-26 08:37:56 +02:00
Eric Lippmann
11ce7495db Don't speak of Icinga (DB) Redis
The use of registered trademarks in this way is not allowed.
2024-04-11 10:09:21 +02:00
Sukhwinder Dhillon
b2a512dc1b Forms: Don't autocomplete password elements
- Setting `autocomplete` to `off` does not work, but `new-password` does.
2023-09-08 16:32:24 +02:00
Sukhwinder Dhillon
2b046ecf1f IcingaDbWizard: Update the module requirements
- The php version requirement has been removed as it is already defined in icingaweb.
2023-09-08 16:32:24 +02:00
Sukhwinder Dhillon
7f49dd826d IcingaDbWizard: Read required library versions from Module class 2023-09-08 16:32:24 +02:00
Sukhwinder Dhillon
e17a2c786a DbResourcePage: Add postgres support 2022-06-02 14:16:26 +02:00
VerboEse
c5d842f156
Support for redis password (#496) 2022-03-31 15:33:58 +02:00
Johannes Meyer
7e2bbc4d8a Update.. REQUIREMENTS (yay) 2022-03-24 15:54:53 +01:00
Johannes Meyer
00ad1ef853 Require PHP 7.2+ 2022-03-24 14:16:42 +01:00
Johannes Meyer
649803b1cb Ensure Return Type Compatibility with Internal Classes 2022-03-24 14:16:42 +01:00
Yonas Habteab
aefd0e1f7d Add PHP 7 argument & return type declarations to all member methods 2021-11-03 16:06:59 +01:00
Johannes Meyer
2b480c881d Make Icinga\Module\Icingadb\Common\IcingaRedis a singleton
This limits the connection attempts and established connections
to a single one. Previously we made as many as we've accessed redis.
2021-09-21 15:30:29 +02:00
Johannes Meyer
1f1c33b8f4 Store redis connections in a separate file 2021-09-10 14:21:33 +02:00
Yonas Habteab
d349011fce ApiTransportStep: Fix commandtransport config not setup correctly 2021-08-31 11:43:45 +02:00
Johannes Meyer
57e632f5d1 IcingaDbWizard: Update requirements 2021-08-25 15:59:54 +02:00
Johannes Meyer
146d5f41af ApiTransportPage: Use our own api transport implementation 2021-08-20 14:18:56 +02:00
Johannes Meyer
4d1af219c2 IcingaDbWizard: Setup new TLS configuration 2021-07-16 10:56:47 +02:00
Alexander A. Klimov
0e1771a3c2 Redis connection: support TLS 2021-07-15 18:02:04 +02:00
Johannes Meyer
3bf8944316
Use strict ipl-html interfaces (#217)
* Command forms: Use strict interfaces to construct ipl\Html objects

* BaseTableRowItem: Use strict interfaces to create ipl\Html objects

* ObjectInspectionDetail: Use strict interfaces..

..to create ipl\Html objects

* Setup/*Step: Use strict interfaces to create ipl\Html objects

* ObjectSuggestions: Use strict interfaces to create ipl\Html objects

* Widget: Use strict interfaces to create ipl\Html objects

* Widget\Detail: Use strict interfaces to create ipl\Html objects

* Widget\ItemList: Use strict interfaces to create ipl\Html objects

* ServiceLink: Don't return an array
2021-06-22 10:29:25 +02:00
Johannes Meyer
b1fa1b1d6a IcingaDbWizard: Don't require the ipl module 2021-06-16 07:57:18 +02:00
Johannes Meyer
d4bea474b2 wizard: Don't write skip_validation to config files 2020-06-26 16:04:27 +02:00
Johannes Meyer
007646a16a IcingaDbWizard: Enable the ipl module automatically
fixes #76
2020-05-05 16:27:54 +02:00
Johannes Meyer
d98867d46e RedisPage: Allow to validate the configuration 2020-04-30 15:19:10 +02:00
Johannes Meyer
90d3d6194d module.info: Update module description 2020-04-30 15:19:09 +02:00
Johannes Meyer
1c63687553 Add classes required for the setup wizard integration 2020-04-30 15:18:29 +02:00