coolify/app
Andras Bacsai 078ef62eb8 fix(database): handle unsupported database types in StartDatabaseProxy
Added a default case to the switch statement in StartDatabaseProxy to throw an exception for unsupported database types. This change improves error handling and ensures that only valid database types are processed, enhancing the robustness of the database proxy functionality.
2025-03-12 16:35:47 +01:00
..
Actions fix(database): handle unsupported database types in StartDatabaseProxy 2025-03-12 16:35:47 +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(database): Improve database type detection for Supabase Postgres images 2025-03-10 15:47:59 +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