Mauricio Siu
8524cd0972
fix: update registry tag construction to handle optional registry URL
2025-09-21 00:09:19 -06:00
Mauricio Siu
ac1e51cd11
Merge pull request #2650 from Dokploy/2638-overlay-network-not-working-across-nodes
...
refactor: replace getPublicIpWithFallback with getLocalServerIp for i…
2025-09-21 00:01:28 -06:00
Mauricio Siu
ca243d7259
refactor: replace getPublicIpWithFallback with getLocalServerIp for improved local IP retrieval
2025-09-20 23:57:38 -06:00
Mauricio Siu
e1ce54c159
Merge pull request #2622 from Harikrishnan1367709/Compose-does-not-display-the-domain-under-dashboard/projects-#2606
...
fix: Display Compose service domains in projects dashboard (#2606 )
2025-09-20 16:37:49 -06:00
Mauricio Siu
031302d808
Merge pull request #2643 from nimone/patch-1
...
fix: prevent the shrinking of icon button for view mode on add template dialog
2025-09-20 16:36:57 -06:00
Mauricio Siu
5e01505e4d
fix: update input class for better responsiveness in add template component
2025-09-20 16:36:36 -06:00
Mauricio Siu
c423724972
Merge pull request #2614 from Harikrishnan1367709/Profile-email-field-accepts-empty-values-causing-sign-in-issues-#2613
...
Fix profile email validation to prevent empty values causing sign-in issues-#2613
2025-09-20 16:34:20 -06:00
Mauricio Siu
f1f7639708
Merge pull request #2624 from dragospaulpop/dragospaulpop-patch-cloneRawGitlabRepositoryRemote
...
Fix: Update gitlab.ts cloneRawGitlabRepositoryRemote to use gitlabBranch
2025-09-20 16:32:19 -06:00
Mauricio Siu
9ef1a76a85
Merge pull request #2582 from yigitahmetsahin/feat/improve-db-backups
...
feat(backups): make mariadb backups non-blocking
2025-09-20 16:31:16 -06:00
Nishant Mogha
30b66a4828
fix: prevent shrinking icon button for view mode on add template
2025-09-19 21:13:20 +05:30
Dragos-Paul Pop
f2ead66890
Update gitlab.ts cloneRawGitlabRepositoryRemote to use gitlabBranch
...
Cloning a GitLab repository for a compose service to a remote server incorrectly used the "branch" column from Postgres' "compose" table instead of the "gitlabBranch" column causing an error.
2025-09-17 11:48:12 +03:00
HarikrishnanD
64475bbb13
fix: Compose domain display logic in projects dashboard - Uncommented the commented-out Compose domain rendering code in ShowProjects.tsx - Fixed data structure to properly iterate through project.environments and env.compose - Added proper condition checking for compose services - Compose services now display their domains in the projects dashboard dropdown - Resolves issue #2606 where template-deployed Compose services didn't show domains
2025-09-17 14:07:03 +05:30
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
d9398b9558
feat(workers): add third worker and increase concurrency for existing workers
v0.25.2
2025-09-15 23:43:27 -06:00
Mauricio Siu
788dbe4050
chore(package): bump version from v0.25.1 to v0.25.2
2025-09-15 23:23:03 -06:00
Mauricio Siu
6934f44778
Merge pull request #2573 from Harikrishnan1367709/Duplicating-a-service-does-not-refresh-the-list-afterwards-#2565-Harikrishnan
...
feat: Auto-refresh services list when duplicating to same environment
2025-09-15 23:18:40 -06:00
Mauricio Siu
457a6db00f
Merge pull request #2562 from sundakai/canary
...
fix:traefik 3.5.0 error
2025-09-15 22:59:11 -06:00
Mauricio Siu
81f89a0796
Merge pull request #2597 from demondayza/canary
...
fix: fix typo for Github clone
2025-09-15 22:27:00 -06:00
Andrew Margetts
d8a98f3936
fix: fix typo for Github clone
2025-09-12 15:27:10 +02:00
Yigit SAHIN
c9715b19a3
feat(backups): make mariadb backups non-blocking closes #2443
2025-09-10 11:27:22 +03:00
autofix-ci[bot]
ec11325165
[autofix.ci] apply automated fixes
2025-09-09 16:40:00 +00:00
HarikrishnanD
abcbd2d599
feat: auto-refresh services list when duplicating to same environment - Add cache invalidation for environment.one and environment.byProjectId queries - Fix issue where duplicated services weren't visible until hard refresh - Ensure proper invalidation when duplicating to current environment - Resolves #2565
2025-09-09 22:07:40 +05:30
永恒
1664ae9b92
fix traefik 3.5.0 error
...
fix traefik error:"both Docker and Swarm labels are defined"
2025-09-08 12:26:36 +08:00
Mauricio Siu
24729f35ec
fix(traefik): remove error toast on dashboard action failure
v0.25.1
2025-09-07 14:03:10 -06:00
Mauricio Siu
3eaeaa1db4
chore(package): bump version from v0.25.0 to v0.25.1
2025-09-07 13:31:38 -06:00
Mauricio Siu
de4a00f1e9
Merge pull request #2556 from Dokploy/2552-traefik-container-no-auto-start
...
feat(settings): add error handling for unsupported resource types in …
2025-09-07 13:31:03 -06:00
Mauricio Siu
2f5cd620c5
feat(settings): add error handling for unsupported resource types in Traefik setup
...
- Introduced error handling for unsupported resource types in `readPorts` and `writeTraefikSetup` functions.
- Enhanced `initializeStandaloneTraefik` to include image pulling with error logging for better debugging.
2025-09-07 13:26:19 -06:00
Mauricio Siu
1763000070
Merge pull request #2545 from Dokploy/feat/clean-build-queue-on-build
...
feat(deployment): add cancellation functionality queue for deployments
v0.25.0
2025-09-06 22:12:44 -06:00
Mauricio Siu
3519913886
fix(deployment): update stuck build notification time from 9 to 10 minutes
2025-09-06 22:09:48 -06:00
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
autofix-ci[bot]
d80ada7c00
[autofix.ci] apply automated fixes
2025-09-07 04:06:08 +00: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
3b7d009841
fix(search-command): remove console log for project debugging
2025-09-06 20:36:01 -06:00
Mauricio Siu
b4e29dab39
Merge pull request #2515 from divaltor/filter-projects-shortcut
...
feat(input): Add focus by Cmd + K shortcut to search input
2025-09-06 14:32:52 -06:00
Mauricio Siu
090ec2b3b9
Merge pull request #2540 from robgraeber/canary
...
fix: typo and improve grammar
2025-09-06 14:32:41 -06:00
Mauricio Siu
57dc24bcb1
feat(search-command): enhance service extraction and project navigation
...
- Introduced a new function `extractAllServicesFromProject` to aggregate services from all environments within a project, including environment details.
- Updated the project selection logic to navigate to the production environment of a project.
- Modified the display of services to include the environment name alongside the service name in the search results.
2025-09-06 14:30:59 -06:00
Mauricio Siu
f630b889c6
Merge branch 'canary' into filter-projects-shortcut
2025-09-06 14:19:35 -06:00
Rob Graeber
a2abb205fd
fix: typo and improve grammar
2025-09-06 13:19:13 -07:00
Mauricio Siu
1f2dabb16b
Merge pull request #2429 from CatPaulKatze/feat/ntfy
...
feat(notification): add ntfy notifications
2025-09-06 14:17:27 -06:00
Mauricio Siu
ffb69fedff
feat: Add 'ntfy' notification type and related database schema changes
...
- Introduced a new notification type 'ntfy' to the public.notificationType enum.
- Created a new table 'ntfy' with fields for notification ID, server URL, topic, access token, and priority.
- Updated the existing 'notification' table to include a foreign key reference to the new 'ntfy' table.
2025-09-06 14:13:47 -06:00
Mauricio Siu
fbc087bd84
Merge branch 'canary' into feat/ntfy
2025-09-06 14:12:06 -06:00
Mauricio Siu
ccb995cb7d
chore: remove SQL files and journal entries for 'bitter_starfox' and 'needy_rocket_raccoon'
2025-09-06 14:11:39 -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
autofix-ci[bot]
fc2bd44983
[autofix.ci] apply automated fixes
2025-09-06 19:49:09 +00:00
Mauricio Siu
30a2d78a5b
Merge pull request #2502 from Harikrishnan1367709/Issue-1852-Harikrishnan
...
feat: Add default "Dokploy" option to server selection dropdown (#1852 )
2025-09-06 13:47:42 -06:00
autofix-ci[bot]
081ba60f6e
[autofix.ci] apply automated fixes
2025-09-06 19:36:11 +00:00
Vlad Vladov
2d41db7f37
feat(input): Replace Input with FocusShortcutInput
2025-09-05 18:19:16 +03:00
Vlad Vladov
d0f54f2067
feat(input): Add focus by Cmd + K shortcut to search input
2025-09-05 18:13:23 +03:00