icingadb-web/test/php/library/Icingadb/Common
Johannes Meyer 88db56e17b Optimize restriction application to avoid multiple or needless sub-queries (#1329)
2cd1f96c Fixes that a condition, to keep redundancy groups in the result
(as they cannot be subjected to restrictions), lead to expensive and
irrelevant sub-queries in cases where redundancy groups were not
fetched. (e.g. usergroups)

6cb15efc Changes restriction application so that restrictions of
multiple roles are merged together instead of being processed
individually. This helps the ORM to generate less sub-queries and I
suspect performance will also be improved, even if just slightly.

fixes #1294

(cherry picked from commit 3b77b1c956)
2026-03-02 14:59:35 +01:00
..
AuthTest.php Optimize restriction application to avoid multiple or needless sub-queries (#1329) 2026-03-02 14:59:35 +01:00
MacrosTest.php Macros: Properly support CompatHost and CompatService 2023-10-13 09:03:03 +02:00
StateBadgesTest.php StateBadgesTest: Account for change in visibility for createLink method 2024-10-31 09:46:52 +01:00