Files
coolify/tests
Andras Bacsai 01aa534556 fix(application-source): support localhost key with id=0
Previously, the view checked $privateKeyId with ! operator, which
incorrectly treats 0 (localhost key) as falsy. Changed to explicit
is_null() checks to distinguish between null (no key) and 0 (localhost).
Added test coverage for both cases.
2026-03-09 17:20:33 +01:00
..
2026-03-03 11:51:38 +01:00
2024-06-10 20:43:34 +00:00
2023-03-17 15:33:48 +01:00