coolify/bootstrap/helpers
Andras Bacsai 0679e91c85 fix(parser): use firstOrCreate instead of updateOrCreate for environment variables
Prevent unnecessary updates to existing environment variable records.
The previous implementation would update matching records, but the intent
is to retrieve or create the record without modifying existing ones.
2026-03-10 18:06:01 +01:00
..
api.php feat(healthchecks): add command health checks with input validation 2026-02-25 11:38:09 +01:00
applications.php chore: prepare for PR 2026-02-25 11:18:46 +01:00
constants.php
databases.php
docker.php chore: prepare for PR 2026-03-01 18:49:40 +01:00
domains.php fix(api): include docker_compose_domains in domain conflict check 2026-01-14 15:22:43 +01:00
github.php
notifications.php
parsers.php fix(parser): use firstOrCreate instead of updateOrCreate for environment variables 2026-03-10 18:06:01 +01:00
proxy.php fix(proxy): remove ipv6 cidr network remediation 2026-03-04 11:36:52 +01:00
remoteProcess.php
services.php chore: prepare for PR 2026-03-10 17:37:13 +01:00
shared.php fix(server): handle limit edge case and IPv6 allowlist dedupe 2026-03-03 17:03:46 +01:00
socialite.php
subscriptions.php chore: prepare for PR 2026-02-24 10:17:16 +01:00
sudo.php
timezone.php
versions.php