Jorge González
571e97f247
feat(docker): Build-time Secrets
2025-10-01 18:24:03 -06:00
Mauricio Siu
2f4ec9f35f
fix(deployment): reintroduce deployment cancellation during server initialization
...
- Added the call to initCancelDeployments back into the server initialization process to ensure that deployment cancellations are handled correctly in all environments.
2025-09-27 02:21:02 -06:00
Mauricio Siu
6fa8f63277
fix(deployment): correct deployment cancellation logic and ensure proper status update
...
- Updated the initCancelDeployments function to set the status of running deployments to 'cancelled' instead of 'error'.
- Reintroduced the call to initCancelDeployments in the server initialization process to ensure cancellations are handled correctly.
2025-09-27 02:20:07 -06:00
Mauricio Siu
ac6bdf60ec
feat(deployment): add 'cancelled' status to deployment and implement cancellation logic
...
- Updated the deployment status enum to include 'cancelled'.
- Added a new utility function to handle the cancellation of deployments, setting their status to 'error'.
- Enhanced the status tooltip component to display 'Cancelled' when the status is 'cancelled'.
- Created a new SQL migration to add the 'cancelled' value to the deploymentStatus type.
2025-09-27 02:15:43 -06:00
Mauricio Siu
032bcb7459
Merge pull request #2657 from Dokploy/2529-renaming-a-git-provider-wont-update-the-external-link-url
...
feat: add appName field to GitHub provider settings and update relate…
2025-09-21 02:41:11 -06:00
Mauricio Siu
7d682870ff
feat: add appName field to GitHub provider settings and update related API and database schema
2025-09-21 02:39:20 -06:00
Mauricio Siu
80b22d9458
refactor: replace js-yaml with yaml package for YAML parsing and stringifying across the application
2025-09-21 02:20:20 -06:00
Mauricio Siu
ca243d7259
refactor: replace getPublicIpWithFallback with getLocalServerIp for improved local IP retrieval
2025-09-20 23:57:38 -06:00
autofix-ci[bot]
c1896f8877
[autofix.ci] apply automated fixes
2025-09-16 07:47:55 +00:00
HarikrishnanD
d13975adac
fix: add email validation to profile form to prevent empty values - Add email format and required validation to profile form schema - Add email validation to API schema and service layer - Improve error handling in user update mutation - Fixes issue where users could save empty email causing sign-in failures -#2613
2025-09-16 13:11:22 +05:30
Mauricio Siu
63e578f13c
refactor(deployment): update cancellation input schemas for applications and composes
...
- Removed the previous cancellation schemas for deployments.
- Replaced them with a unified input schema for finding applications and composes during cancellation requests.
- Ensured that the cancellation logic now utilizes the new input structure for better consistency.
2025-09-06 22:08:59 -06:00
Mauricio Siu
766cd20e90
feat(deployment): improve stuck deployment detection and update status
...
- Enhanced the stuck deployment check to only consider the most recent deployment.
- Updated the logic to correctly identify if the most recent deployment has been running for more than 9 minutes.
- Added functionality to update the deployment status to "done" upon application and compose cancellation.
2025-09-06 22:05:39 -06:00
Mauricio Siu
4e69c70697
feat(deployment): add cancellation functionality for deployments
...
- Introduced a new endpoint for cancelling deployments, allowing users to cancel both application and compose deployments.
- Implemented validation schemas for cancellation requests.
- Enhanced the deployment dashboard to provide a cancellation option for stuck deployments.
- Updated server-side logic to handle cancellation requests and send appropriate events.
2025-09-06 21:53:15 -06:00
Mauricio Siu
fbc087bd84
Merge branch 'canary' into feat/ntfy
2025-09-06 14:12:06 -06:00
Mauricio Siu
02685fde9d
Merge pull request #2507 from Harikrishnan1367709/Allow-setting-a-title/description-for-deployments-via-API-or-CLI-#1485-Harikrishnan
...
feat: Add custom title/description support for API/CLI deployments (#1485 )
2025-09-06 14:00:26 -06:00
Mauricio Siu
1ce15da7ce
feat: add validation to prevent use of 'production' as environment name in creation and update operations, enhancing error handling in environment management
2025-09-05 01:14:44 -06:00
Mauricio Siu
35b7b5bd68
feat: implement environment access control and service filtering based on user permissions, enhancing security and usability in environment management
2025-09-05 00:23:01 -06:00
Mauricio Siu
16c37c3ceb
feat: add accessedEnvironments field to user and member schemas, enhancing permission management for environment access
2025-09-05 00:13:04 -06:00
Mauricio Siu
47b66d0dc3
refactor: enhance access control in environment, mount, port, rollback, and schedule routers to ensure users can only interact with resources belonging to their organization
2025-09-04 23:32:25 -06:00
HarikrishnanD
90d9880301
feat: add custom title/description support for API/CLI deployments - Add optional title and description fields to deployment schemas - Update TRPC endpoints to accept custom deployment titles/descriptions - Update external API to support custom deployment metadata - Maintain backward compatibility with existing deployments - Resolves issue #1485 : Allow setting title/description for deployments via API/CLI
2025-09-03 09:05:33 +05:30
autofix-ci[bot]
4a07118acd
[autofix.ci] apply automated fixes
2025-09-02 05:10:56 +00:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
autofix-ci[bot]
cb992259cf
[autofix.ci] apply automated fixes
2025-09-02 04:42:24 +00:00
Mauricio Siu
883c3f9739
refactor: update DuplicateProject and AdvancedEnvironmentSelector components to utilize environmentId for improved context handling; enhance UI with project and environment selection features for better user experience
2025-09-01 22:40:51 -06:00
Mauricio Siu
59cbc8ee0d
refactor: update environment selector and API routes to utilize environmentId for service management; enhance UI with Badge component for production environments
2025-09-01 21:09:30 -06:00
Mauricio Siu
39d48d8bdf
refactor: update API and dashboard components to replace projectId with environmentId for improved context handling and authorization checks
2025-09-01 20:39:58 -06:00
Mauricio Siu
399bcb0302
refactor: update project and API components to utilize environment context for organization authorization checks and enhance service retrieval methods
2025-09-01 20:36:03 -06:00
Mauricio Siu
e0b6a8627a
refactor: update database service components to utilize environment context for project name and organization authorization checks
2025-09-01 20:15:05 -06:00
Mauricio Siu
d57a0cf439
refactor: update API routes and services to use environment context for organization authorization checks; enhance service retrieval methods to include environment details
2025-09-01 20:05:36 -06:00
Mauricio Siu
52d2bd2114
refactor: remove EnvironmentManagement component and related environment selector from project dashboard; update environment page to use Badge component for production label
2025-09-01 19:52:30 -06:00
Mauricio Siu
72f8a28f4f
refactor: update project structure to use environmentId instead of projectId across components and API routes; implement environment management features
2025-09-01 19:48:20 -06:00
Mauricio Siu
6fc325fe95
feat(environment): implement environment management with create, duplicate, and delete functionalities; add environment schema and database migrations
2025-09-01 17:36:27 -06:00
Mauricio Siu
7273c636a0
Merge pull request #2461 from Dokploy/fix/re-apply-database-migration-fix
...
Reapply "refactor: update database connection handling and remove unu…
2025-08-28 19:21:28 -06:00
Mauricio Siu
9f1f13b21b
Merge branch 'canary' into feat/ntfy
2025-08-28 19:07:53 -06:00
Mauricio Siu
d922568510
fix(redis): return newRedis object instead of true in redis router
2025-08-28 18:42:21 -06:00
Mauricio Siu
44ae4df151
fix(settings): change user subscription query to protected procedure
2025-08-28 18:27:47 -06:00
Mauricio Siu
8a1e36cc3b
feat(settings): add user subscription check to dashboard layout
2025-08-28 18:26:05 -06:00
Mauricio Siu
1635bab44f
Reapply "refactor: update database connection handling and remove unused migra…"
...
This reverts commit 17f333ac2a .
2025-08-24 23:49:48 -06:00
Mauricio Siu
17f333ac2a
Revert "refactor: update database connection handling and remove unused migra…"
2025-08-24 23:44:00 -06:00
Mauricio Siu
c42054b965
feat(migration): implement database migration functionality using drizzle-orm
2025-08-24 16:22:42 -06:00
Mauricio Siu
cbf6f95891
refactor: update database connection handling and remove unused migration and seed files
2025-08-24 16:19:33 -06:00
Paul Sommer
36281cd5d3
feat(notification): add ntfy notifications
2025-08-20 20:23:44 +02:00
Vyacheslav Scherbinin
07c23292da
fix(ai): ollama fetch models
2025-08-19 23:56:54 +07:00
Mauricio Siu
774365c68e
Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations.
2025-08-16 20:18:08 -06:00
Mauricio Siu
9763dce045
fix(swarm): adjust validation for containerId to allow empty array
2025-08-10 23:26:20 -06:00
Mauricio Siu
1758655f66
feat(swarm): add OpenAPI metadata for drop-deployment endpoint in swarm router
2025-08-04 00:28:03 -06:00
Mauricio Siu
e785ad5599
fix(build): set default railpackVersion to '0.2.2' and ensure cleanup in build process
...
- Updated the ShowBuildChooseForm component to default railpackVersion to '0.2.2' if not specified.
- Added cleanup step in the buildRailpack function to remove the builder container after execution.
- Refactored application router to include railpackVersion in the application schema.
2025-08-03 02:00:10 -06:00
Mauricio Siu
32f61b5e9b
refactor(docker): update docker exec command to set working directory for terminal sessions
2025-08-03 01:47:31 -06:00
Mauricio Siu
7413c9484a
refactor(settings): remove unused getTraefikPorts function to streamline settings router
2025-08-03 01:19:14 -06:00
Mauricio Siu
607c505c4b
refactor(traefik): update Traefik initialization to support standalone and service modes, enhance port handling with protocol specification
2025-08-03 01:18:18 -06:00