dokploy/apps
Divanshu Chauhan 8eaf2ab5c7
fix(api): return database object from create endpoints
Database creation APIs (mysql, mariadb, postgres, mongo) now return
the created database object with databaseID instead of boolean true.
This enables automation workflows to deploy databases immediately
after creation.

Fixes #3268
2025-12-15 11:56:39 +05:30
..
api Refactor deployment utilities: rename remote deployment functions for clarity and consistency, enhancing the deployment logic in the application. Streamline the build application function by commenting out unused build types to improve maintainability. 2025-11-09 03:29:40 -06:00
dokploy fix(api): return database object from create endpoints 2025-12-15 11:56:39 +05:30
monitoring fix: update CPU usage calculation to use a one-second interval 2025-10-12 16:36:19 +02:00
schedules feat(schedules): add timezone support for scheduled jobs and update database schema 2025-12-07 22:42:40 -06:00