autofix-ci[bot]
212006ba9e
[autofix.ci] apply automated fixes
2025-12-07 19:32:00 +00:00
Mauricio Siu
18d12d1a6f
Merge branch 'canary' into feature/add-custom-webhook-notification-provider
2025-12-07 13:23:59 -06:00
фырат ёздэн
fec4daa59b
fix: remove volume cleanup from cleanupAll()
2025-12-07 20:11:44 +03:00
фырат ёздэн
aae7906e77
chore: remove unused import
2025-12-07 20:10:26 +03:00
фырат ёздэн
86d14465cb
fix: remove volume cleanup from cleanupAll()
2025-12-07 19:48:28 +03:00
Mauricio Siu
c7fcea7d6a
refactor(auth): update auth client to enhance type inference for user fields in auth structure
2025-12-07 04:34:49 -06:00
Mauricio Siu
d4555e6985
refactor(auth): enhance type definitions for auth object to improve type safety and clarity
2025-12-07 04:31:04 -06:00
Mauricio Siu
daa54cea8d
refactor(auth): update auth client to use new auth structure and improve type inference
2025-12-07 04:28:35 -06:00
Mauricio Siu
cdb0de9a72
feat(user): update user schema to include firstName and lastName fields, modify related components and forms for user registration and profile management
2025-12-07 04:26:24 -06:00
Mauricio Siu
6022f2f6a3
refactor(auth): replace findAdmin with findOwner in user management logic and update role-based permissions in the dashboard
2025-12-07 02:51:03 -06:00
Mauricio Siu
32d5959733
Merge pull request #2879 from Harikrishnan1367709/Volume-Backup-Notification-#2875
...
feat: Add Volume Backup Notification Support (#2875 )
2025-12-07 02:18:10 -06:00
Mauricio Siu
f5de5130f3
feat(volume-backup): add volume backup email notification template and integrate with notification system
2025-12-07 02:15:10 -06:00
Mauricio Siu
bd751658be
Merge branch 'canary' into Volume-Backup-Notification-#2875
2025-12-07 02:04:00 -06:00
Mauricio Siu
dbc1396fa6
refactor(docker): remove unused environment file command generation and simplify Docker command construction
2025-12-06 19:06:53 -06:00
Mauricio Siu
4210eefd37
Merge pull request #3064 from fir4tozden/fix/docker-cleanup-clears-away-all-unused-residue
...
fix: docker cleanup clears away all unused residue
2025-12-06 17:57:28 -06:00
Mauricio Siu
9394d97163
refactor(settings): remove unused cleanupFullDocker function and streamline imports
2025-12-06 17:54:25 -06:00
Mauricio Siu
f91a3aab25
refactor(docker): improve code readability by adding braces for else statements in cleanup functions
2025-12-06 17:53:13 -06:00
Mauricio Siu
9e405c0728
refactor(ai): enhance suggestion logic for deployment variants and open source project recommendations
2025-12-06 17:38:41 -06:00
фырат ёздэн
ba9c2ef369
Merge branch 'canary' into fix/docker-cleanup-clears-away-all-unused-residue
2025-12-07 00:08:59 +03:00
Mauricio Siu
7ea7ee739f
fix(settings): prevent duplicate port entries by only adding the first mapping for each target port
2025-12-06 14:23:43 -06:00
Mauricio Siu
439fba1f4b
fix: improve error handling for Traefik port updates and enhance port availability checks
2025-12-06 13:58:03 -06:00
Mauricio Siu
1ba24630a8
Merge branch 'canary' into Traefik--Enable-dashboard-dokploy-traefik-container-gone,all-services-domains-down
2025-12-06 13:09:06 -06:00
Mauricio Siu
7948721f5a
Merge pull request #3157 from sammychinedu2ky/fix-postgres-volume-mismatch
...
fix: update mount path for PostgreSQL 18+ to use /var/lib/postgresql/{version}/docker
2025-12-06 12:52:47 -06:00
Mauricio Siu
9e8efab909
Merge branch 'canary' into feat/improve-rollbacks
2025-12-06 12:35:21 -06:00
Mauricio Siu
7873af1c39
fix: update S3 credentials formatting in backup utility
2025-12-06 12:24:47 -06:00
Samson Amaugo
ed312dc1c0
fix: update mount path for PostgreSQL 18+ to use /var/lib/postgresql/{version}/docker
2025-12-04 02:21:57 +01:00
Mauricio Siu
18e609313b
refactor: simplify rollback error handling in rollback function
...
- Removed try-catch block in the rollback function to streamline error handling, allowing for direct propagation of errors from the rollbackApplication call.
- This change enhances code readability and maintains the functionality of the rollback process.
2025-12-02 00:56:27 -06:00
Mauricio Siu
76613de095
fix: await build command in deployPreviewApplication function
...
- Updated the deployPreviewApplication function to await the getBuildCommand call, ensuring the command is fully constructed before execution.
- This change improves the reliability of the deployment process by handling asynchronous command generation correctly.
2025-12-02 00:49:40 -06:00
Mauricio Siu
5a7f55ea63
feat: implement rollback registry functionality in application settings
...
- Added a new optional field `rollbackRegistryId` to the application schema to support rollback registry selection.
- Enhanced the form in the ShowRollbackSettings component to include a dropdown for selecting a rollback registry when rollbacks are enabled.
- Updated the application service to handle rollback registry logic during deployment and rollback processes.
- Improved error handling and validation for rollback settings, ensuring a registry is selected when rollbacks are active.
- Adjusted database schema and migration files to accommodate the new rollback registry feature.
2025-12-02 00:48:11 -06:00
ChristoferMendes
be3403af0c
Merge branch 'canary' of github.com:ChristoferMendes/dokploy into feature/add-custom-webhook-notification-provider
2025-12-01 10:42:01 -03:00
fir4tozden
4df9b935a8
chore
2025-12-01 15:54:08 +03:00
autofix-ci[bot]
b9becbafd8
[autofix.ci] apply automated fixes
2025-12-01 11:58:23 +00:00
fir4tozden
60be376a4f
chore: comments for services > settings.ts > cleanupFullDocker()
2025-12-01 14:58:02 +03:00
Mauricio Siu
e06f5979c3
refactor: streamline notification header construction in sendNtfyNotification
...
- Consolidated header creation for the notification request, improving code readability and maintainability.
- Made the Authorization header conditional based on the presence of accessToken, enhancing flexibility.
2025-12-01 00:46:35 -06:00
Mauricio Siu
6b346d30ee
feat: update notification handling to make accessToken optional
...
- Modified the notification schema to allow accessToken to be optional, enhancing flexibility in notification settings.
- Updated related components and database schema to accommodate the change, ensuring backward compatibility.
- Improved handling of accessToken in notification requests and responses, defaulting to null when not provided.
2025-12-01 00:44:53 -06:00
autofix-ci[bot]
d35307ead6
[autofix.ci] apply automated fixes
2025-11-30 22:12:01 +00:00
fir4tozden
c98db390dc
chore: comments
2025-12-01 01:11:40 +03:00
fir4tozden
f1ef1d8489
fix: renames
2025-12-01 01:07:33 +03:00
fir4tozden
fbd095334c
fix: renames
2025-12-01 00:58:02 +03:00
autofix-ci[bot]
e3832eff07
[autofix.ci] apply automated fixes
2025-11-30 21:50:25 +00:00
fir4tozden
25b7069e31
feat: docker cleanups stable
2025-12-01 00:50:02 +03:00
Mauricio Siu
caf0aa6a12
Merge pull request #3050 from andresousadotpt/fix/update-cdn-ip-ranges
...
fix(bunny.net): Update CDN IP ranges
2025-11-30 14:58:31 -06:00
фырат ёздэн
0fbb063d06
chore: updated dockerSafeExec() logs
2025-11-30 22:15:01 +03:00
фырат ёздэн
56d4e61c1f
fix: removed .ts ext
2025-11-30 21:51:56 +03:00
Mauricio Siu
fe7a73baee
feat: enhance domain validation by trimming whitespace from host input
...
- Updated the domain validation schema to ensure the host string does not have leading or trailing spaces.
- Added a refinement to the host field to validate and transform the input accordingly.
- Adjusted the create and update domain functions to trim the host value before saving to the database.
2025-11-30 12:41:42 -06:00
фырат ёздэн
7ce36a50e8
chore: edited dockerSafeExec() description
2025-11-30 21:35:05 +03:00
autofix-ci[bot]
4f5b557a60
[autofix.ci] apply automated fixes
2025-11-30 18:30:29 +00:00
фырат ёздэн
d09163a24e
chore: using new method dockerSafeExec()
2025-11-30 21:30:08 +03:00
фырат ёздэн
e1d8505757
chore: renamed dockerSafeExec
2025-11-30 21:27:07 +03:00
autofix-ci[bot]
b6de55c4d9
[autofix.ci] apply automated fixes
2025-11-30 18:24:45 +00:00