coolify/app
Andras Bacsai 282bb5c4cd fix(redis): set default redis_username for new instances
Added functionality to automatically assign a default 'redis_username' of 'default' when a StandaloneRedis instance is retrieved without an existing username. This ensures that all instances have a valid username, improving consistency and reducing potential errors in subsequent operations. Additionally, updated the redisUsername method to create a runtime environment variable for 'REDIS_USERNAME' with a default value if it does not already exist, enhancing the robustness of the configuration management.
2025-03-14 16:11:31 +01:00
..
Actions fix(database): simplify container name generation in StartDatabaseProxy 2025-03-12 16:46:31 +01:00
Console fix(billing): Restrict Stripe subscription status update to 'active' only 2025-03-01 12:10:28 +01:00
Contracts refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Data Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events feat: DockerCleanupDone event 2025-01-15 17:19:32 +01:00
Exceptions Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Helpers Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Http Merge pull request #5245 from janwiebe-jump/fix-gitea 2025-03-11 10:21:56 +01:00
Jobs refactor(billing): Enhance Stripe subscription status handling and notifications 2025-03-01 12:43:21 +01:00
Listeners Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Livewire feat(database): implement two-step confirmation for database deletion 2025-03-12 16:33:35 +01:00
Models fix(redis): set default redis_username for new instances 2025-03-14 16:11:31 +01:00
Notifications refactor(notifications): Improve transactional email settings handling 2025-02-27 12:56:37 +01:00
Policies Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
Providers Added support for passing hd parameter to Google via existing tenant column in oauth_settings 2025-02-16 16:44:22 -08:00
Repositories refactor: streamline job status retrieval and clean up repository interface 2025-01-10 19:53:13 +01:00
Services fix(parser): resource URL should only be parsed if there is one 2025-01-21 18:55:07 +01:00
Traits feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
View/Components fix: Undefined variable $service when creating a new service 2025-01-14 12:40:08 +01:00