Sukhwinder Dhillon
e26db03e19
Deprecate Icingadb\Model\Behavior\BoolCast and use \ipl\Orm\Behavior\BoolCast instead
2025-06-11 14:25:56 +02:00
Sukhwinder Dhillon
89c0bb0686
Models: Add property type hints so that phpstan can scan correctly
2024-03-13 16:34:21 +01:00
Yonas Habteab
b17c30632d
Fix failed to resolve reversed host/service -> comment relations
2023-09-05 18:06:02 +02:00
Sukhwinder Dhillon
cb5373b49e
Models: Use MillisecondTimestamp instead of Timestamp behavior ( #753 )
...
The `Timestamp` behavior returns float values, which the database (pgsql) cannot convert properly.
We already have a `MillisecondTimestamp` behavior, so we should use that.
2023-05-30 16:05:11 +02:00
Yonas Habteab
8a0582e403
Model: Add ReRoute behavior after the binary behaviors
...
When rewritting the filter condition in the reroute behavior, it might be transformed
into a filter chain and will produces an error when traversing the binary behaviors with
the transformed filter rule.
2022-08-22 11:45:19 +02:00
Johannes Meyer
10577631b3
Enhance column labels
2022-07-11 17:31:53 +02:00
Johannes Meyer
47332faffa
Model: Rename getMetaData into getColumnDefinitions
2022-06-09 13:24:41 +02:00
Eric Lippmann
d0d9a5edc0
Drop Binary behavior
...
Now part of ipl-orm.
2022-05-24 16:04:23 +02:00
Eric Lippmann
c859ec3a0d
Add Binary behavior for binary columns
2022-05-24 16:04:23 +02:00
Johannes Meyer
11acbf2dfc
Comment: Add missing reverse relations for host_state and service_state
2021-08-25 08:51:40 +02:00
Johannes Meyer
2a3aab2dc6
Model: Define missing search columns for some models
2021-01-14 11:17:08 +01:00
Johannes Meyer
6a11375342
Comment: Implement getMetaData()
2021-01-14 11:12:11 +01:00
Johannes Meyer
5e441c93a0
Add license note to every file
2020-03-13 10:36:24 +01:00
Johannes Meyer
9d2961ddc8
Comment: Add missing space before function argument
2020-01-17 16:40:26 +01:00
Eric Lippmann
e01ce7e38a
Comment: Use and adjust getDefaultSort() in favor of removed getSortRules()
2019-12-11 16:13:55 +01:00
Johannes Meyer
1764087063
Model: Provide routes for restrictions in all models
2019-12-03 09:55:48 +01:00
Eric Lippmann
77b4930098
Rename to Icingadb
2019-11-05 01:07:30 +01:00
Eric Lippmann
10f58fb4a0
Rename library/Eagle to library/Icingadb
2019-11-05 01:06:28 +01:00