icingaweb2/modules
Eric Lippmann 7730058c2c Fix Event Grid PostgreSQL error
PostgreSQL fails with failed to find conversion function from
unknown to text. PostgreSQL won't detect the type of object_type.
Most likely because it's used in a CASE statement and provided by a
subquery:

select case when s.object_type = 'service' then 1 else 0 end from
(select ('service') as object_type) as s;

This commit just removes object_type from the CASE statements because we
don't need them anyway. Recently we've changed the event grid query to
only select hosts or services and not both.
2019-07-30 09:32:59 +02:00
..
doc Add Ukrainian language support 2019-06-23 21:48:32 +03:00
migrate migrate: Introduce class DashboardCommand 2019-07-18 08:33:35 +02:00
monitoring Fix Event Grid PostgreSQL error 2019-07-30 09:32:59 +02:00
setup setup: Apply new icinga form style 2019-07-29 10:17:59 +02:00
test tests: Don't include modules which provide a `phpunit.xml` 2019-05-22 12:43:29 +02:00
translation GettextTranslationHelper: Properly fix module source paths 2019-05-27 11:02:34 +02:00