coolify/tests/Feature
Andras Bacsai 5d38147899 feat(api): Improve OpenAPI spec and add rate limit handling for Hetzner
- Add 429 response with Retry-After header for Hetzner server creation
- Create RateLimitException for proper rate limit error handling
- Rename cloud_provider_token_id to cloud_provider_token_uuid with deprecation
- Fix prices array schema in server-types endpoint with proper items definition
- Add explicit default: true to autogenerate_domain properties
- Add timeout and retry options to Docker install curl commands
- Fix race condition in deployment status update using atomic query
2025-12-11 12:12:43 +01:00
..
Proxy Make proxy restart run as background job to prevent localhost lockout 2025-12-03 10:30:12 +01:00
Service
ApplicationBuildpackCleanupTest.php
BuildpackSwitchCleanupTest.php
CheckTraefikVersionJobTest.php Fix Traefik email notification with clickable server links 2025-12-02 13:08:40 +01:00
CleanupRedisTest.php
CloudInitScriptTest.php
CloudProviderTokenApiTest.php feat(api): Improve OpenAPI spec and add rate limit handling for Hetzner 2025-12-11 12:12:43 +01:00
ConvertArraysTest.php
ConvertContainerEnvsToArray.php
ConvertingGitUrlsTest.php
CoolifyTaskRetryTest.php
DatabaseBackupCreationApiTest.php
DatabaseBackupJobTest.php
DeletesUserSessionsTest.php
DeploymentCancellationApiTest.php
DockerCustomCommandsTest.php
EnvironmentVariableSharedSpacingTest.php
ExecuteContainerCommandTest.php
GithubAppsListApiTest.php
GithubSourceChangeTest.php
GithubSourceCreateTest.php
HetznerApiTest.php Fix: Correctly set session for team before creating user token 2025-12-11 11:59:59 +01:00
HetznerServerCreationTest.php
IpAllowlistTest.php
LoginRateLimitIPTest.php
MultilineEnvironmentVariableTest.php
SentinelUpdateCheckIndependenceTest.php Refactor: Move sentinel update checks to ServerManagerJob and add tests for hourly dispatch 2025-12-04 14:58:18 +01:00
ServerPatchCheckNotificationTest.php
ServerSettingSentinelRestartTest.php
ServerSettingWasChangedTest.php
ServerStorageCheckIndependenceTest.php Fix: Correct time inconsistency in ServerStorageCheckIndependenceTest 2025-12-03 10:22:09 +01:00
ServiceFqdnUpdatePathTest.php fix: prevent SERVICE_FQDN/SERVICE_URL path duplication on FQDN updates 2025-11-27 10:57:24 +01:00
StartupExecutionCleanupTest.php
TeamInvitationEmailNormalizationTest.php
TeamInvitationPrivilegeEscalationTest.php
TeamPolicyTest.php
TrustHostsMiddlewareTest.php
Utf8HandlingTest.php