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
autofix-ci[bot]
b725861b55
[autofix.ci] apply automated fixes
2025-09-27 08:20:36 +00: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
randomperson12344
db292e6949
feat: add unsaved changes tracking and UI indication
2025-09-26 20:13:09 -07:00
HarikrishnanD
4b44bc86b4
fix: allow all organization members to access requests functionality - Change requests-related procedures from adminProcedure to protectedProcedure - Fixes issue where members with all permissions couldn't see/activate requests - Affects readStatsLogs, haveActivateRequests, toggleRequests, updateLogCleanup, and getLogCleanupStatus - Resolves #2687
2025-09-26 18:30:38 +05:30
autofix-ci[bot]
cbdc4e4a20
[autofix.ci] apply automated fixes
2025-09-26 08:48:23 +00:00
HarikrishnanD
ee3ff18feb
fix: correct "Most services" sorting to count total services across environments - Fix sorting logic to count actual services instead of environment count - Projects now properly sort by total service count in descending order - Resolves issue where "Most services" showed ascending order instead of descending -#2691
2025-09-26 14:15:58 +05:30
autofix-ci[bot]
598ecb8c6e
[autofix.ci] apply automated fixes
2025-09-25 06:39:08 +00:00
Sofien Scholze
1d5a523b9e
fix: docker terminal dropdown not showing containers for application of type "docker-compose"
2025-09-24 22:52:20 +02:00
Lucas Manchine
4bced9ede0
fix: db migrations for stop grace period swarm
2025-09-24 12:00:09 -03:00
Lucas Manchine
e35aeef4e2
fix: db migrations for stop grace period swarm
2025-09-24 11:53:02 -03:00
Lucas Manchine
21de6bf167
test: add missing test
2025-09-24 10:26:36 -03:00
Lucas Manchine
291edce62f
fixing migration
2025-09-24 10:02:15 -03:00
Lucas Manchine
2141e4b174
Merge branch 'canary' into feature/stop-grace-period-2227
2025-09-24 08:52:32 -03:00
randomperson12344
df0fb340ad
feat: add file upload support for custom profile pictures
2025-09-23 22:32:32 -07:00
randomperson12344
190ccfa91f
style: replace generic icons with Gotify and Ntfy brand logos
2025-09-23 21:04:55 -07:00
randomperson12344
f5084dd5fb
feat(ui): move Deployments tab to position 4 after Domains tab
2025-09-23 19:23:43 -07:00
ischanx
b4a3cbdff4
feat(notifications): add lark webhook
2025-09-24 00:38:44 +08:00
Mohammad Alsmadi
cf2c89d136
feat(scheduler): auto-switch to 'Custom' on manual input
2025-09-22 13:35:52 +04:00
Mauricio Siu
d22ed9b569
refactor(bitbucket): streamline extractCommitedPaths function by passing Bitbucket object directly
2025-09-21 15:15:21 -06:00
Mauricio Siu
8b88c85b37
refactor(bitbucket): simplify extractCommitedPaths function by using Bitbucket type and centralized header generation
2025-09-21 15:14:15 -06:00
Mauricio Siu
11fbd047d0
feat(bitbucket): enhance API token creation instructions in Bitbucket provider settings
2025-09-21 14:13:55 -06:00
Mauricio Siu
063d51e442
feat(bitbucket): add bitbucketEmail field to Bitbucket provider settings and update related API and database schema
2025-09-21 13:54:53 -06:00
Mauricio Siu
0a789e1d6f
feat(bitbucket): add apiToken column to the Bitbucket table and update migration journal with new entry for 0111_mushy_wolfsbane
2025-09-21 03:10:52 -06:00
Mauricio Siu
671cd497fd
Merge branch 'canary' into bitbucket-api-token
2025-09-21 03:10:37 -06:00
Mauricio Siu
8ddc254252
chore: remove '0110_smiling_slapstick' migration and associated journal entry
2025-09-21 03:10:30 -06:00
Mauricio Siu
2668e22302
feat(bitbucket): add apiToken column to Bitbucket table and update migration journal
2025-09-21 03:09:32 -06:00
Mauricio Siu
37145fbdf2
chore: bump version to v0.25.3 in package.json
2025-09-21 03:02: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
d1a1a80c77
refactor: further standardize YAML parsing in test files by replacing load with parse
2025-09-21 02:38:16 -06:00
Mauricio Siu
3d7dc82232
refactor: update test files to consistently use parse function for YAML parsing
2025-09-21 02:35:36 -06:00
Mauricio Siu
fedc88eb40
refactor: consistently replace load function with parse for YAML parsing in all test files
2025-09-21 02:28:30 -06:00
Mauricio Siu
5d0f6a4657
refactor: replace load function with parse for YAML parsing in test files
2025-09-21 02:27:16 -06:00
Mauricio Siu
4718461405
refactor: update YAML parsing from js-yaml to yaml package in test files
2025-09-21 02:24:41 -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
4ced8bec96
feat: add completion message and exit process after Dokploy setup
2025-09-21 01:35:46 -06:00
Mauricio Siu
0a1800ba6d
fix: adjust layout by removing unnecessary flex class from password input container
2025-09-21 01:09:12 -06:00
Mauricio Siu
f13028ee70
fix: handle optional configFiles in template details and improve mapping safety
2025-09-21 01:07:25 -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
Nishant Mogha
30b66a4828
fix: prevent shrinking icon button for view mode on add template
2025-09-19 21:13:20 +05:30
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
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