Bazyli Brzoska
080233a7cd
fix: traefik needs middlewares to be empty/valid
2025-10-05 08:06:06 -07:00
Mauricio Siu
e4f5a1d828
Merge branch 'canary' into separate-permission-for-deleting-environments-#2594
2025-10-05 00:19:01 -06:00
Mauricio Siu
fb0ed494fc
Merge branch 'canary' into separate-permission-for-creating-environments-#2593
2025-10-05 00:08:49 -06:00
Mauricio Siu
23c891d6fc
feat: add stopGracePeriodSwarm column to multiple database tables and update journal and snapshot metadata
2025-10-04 23:57:13 -06:00
Mauricio Siu
a3f9f9b7a1
Merge branch 'canary' into feature/stop-grace-period-2227
2025-10-04 23:45:59 -06:00
autofix-ci[bot]
e9b5699f8e
[autofix.ci] apply automated fixes
2025-10-05 05:43:58 +00:00
Mauricio Siu
c41f447269
chore: downgrade better-auth to version v1.2.8-beta.7 in package.json files and update dependencies in pnpm-lock.yaml
2025-10-04 21:51:50 -06:00
Mauricio Siu
dbc4f4e4c5
chore: update better-auth to version 1.3.26 and adjust dependencies in package.json files
2025-10-04 21:45:48 -06:00
Bazyli Brzoska
54853098a7
fix: return an empty object if yaml file is empty
2025-10-04 17:19:24 -07:00
Michał Kowal
b715e21236
Remove .sql for mongo backup file name
2025-10-03 17:54:31 -06:00
Jorge González
571e97f247
feat(docker): Build-time Secrets
2025-10-01 18:24:03 -06:00
Kirill
c4519256cf
Pass DOKPLOY_DEPLOY_URL as build time argument so it can be used during build
2025-10-01 23:05:54 +03:00
ChristoferMendes
48e4fd3ddf
Merge branch 'feature/add-custom-webhook-notification-provider' of github.com:ChristoferMendes/dokploy into feature/add-custom-webhook-notification-provider
2025-09-29 08:54:21 -03:00
ChristoferMendes
276f870e74
Merge branch 'canary' of github.com:ChristoferMendes/dokploy into feature/add-custom-webhook-notification-provider
2025-09-29 08:54:04 -03:00
Simon Loir
dd2902a57c
fix: fix buildLink in docker compose deploy notifications
2025-09-27 16:50:25 +02:00
autofix-ci[bot]
008788a38a
[autofix.ci] apply automated fixes
2025-09-27 09:18:19 +00:00
Mauricio Siu
0138a7c011
Merge pull request #2532 from monntterro/feat/gitea-http-support
...
feat: support cloning repositories over HTTP in Gitea integration
2025-09-27 03:17:08 -06:00
autofix-ci[bot]
845d2a3ac5
[autofix.ci] apply automated fixes
2025-09-27 09:15:31 +00:00
Mauricio Siu
4033bb84b2
Merge pull request #2640 from amirparsadd/patch-1
...
feat: support Arvancloud CDN detection
2025-09-27 03:14:12 -06:00
autofix-ci[bot]
77705381cd
[autofix.ci] apply automated fixes
2025-09-27 08:56:28 +00:00
Mauricio Siu
5fdf82a27f
refactor(bitbucket): remove debug console logs from repository cloning process
...
- Removed console logs for clone URL and repository information to clean up the output during the cloning process.
2025-09-27 02:55:42 -06:00
Mauricio Siu
6bd5b1f71f
fix(bitbucket): enhance Bitbucket authentication handling
...
- Added support for Bitbucket email and workspace name in the authentication process.
- Updated the clone URL generation to use the correct format for API tokens.
- Improved error handling to ensure required fields are provided for both API tokens and app passwords.
- Added console logs for debugging clone URL and repository information during cloning.
2025-09-27 02:55:06 -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
ChristoferMendes
b4a14e6e76
feat(schema): expand database schema with new enums, tables, and relationships for enhanced application management; Ran dbml.ts script
2025-09-26 17:18:47 -03:00
ChristoferMendes
7f3fe52b53
feat(notifications): add custom notification type and enhance notification schema with custom handling
2025-09-26 17:07:52 -03:00
ChristoferMendes
39d0b9649f
feat(notifications): add support for custom notifications in notification service
2025-09-26 17:06:45 -03:00
ChristoferMendes
1ce880bd6d
feat(notifications): integrate custom notification handling in server threshold alerts
2025-09-26 17:06:31 -03:00
ChristoferMendes
8a8ed58fef
feat(notifications): add custom notification support for Dokploy server restart
2025-09-26 17:06:27 -03:00
ChristoferMendes
95714c1749
feat(notifications): implement custom notification for Docker cleanup completion
2025-09-26 17:06:11 -03:00
ChristoferMendes
a181b7b8b8
feat(notifications): add custom notification support for database backup status
2025-09-26 17:06:06 -03:00
ChristoferMendes
0e2f1e2832
feat(notifications): enhance build success notifications to include custom notification support
2025-09-26 17:05:59 -03:00
ChristoferMendes
2ec495b2f2
feat(notifications): add support for custom notifications in build error alerts
2025-09-26 17:05:53 -03:00
montero
085f6bbbb7
refactor(gitea): extract clone URL construction into a reusable function
2025-09-26 22:01:54 +03:00
Sofien Scholze
71d3a43fd7
feat: add automatic Rancher Desktop support for Docker socket detection
2025-09-24 22:53:18 +02:00
Lucas Manchine
5e89ffbf4f
fix: extend-database-schemas-with-stopgraceperiodswarm
2025-09-24 10:50:04 -03:00
Lucas Manchine
59be1c5941
fix: coerce-stopgraceperiodswarm-to-number
2025-09-24 09:54:54 -03:00
Lucas Manchine
2141e4b174
Merge branch 'canary' into feature/stop-grace-period-2227
2025-09-24 08:52:32 -03:00
autofix-ci[bot]
cd06b55a0c
[autofix.ci] apply automated fixes
2025-09-23 16:46:21 +00:00
ischanx
b4a3cbdff4
feat(notifications): add lark webhook
2025-09-24 00:38:44 +08:00
autofix-ci[bot]
1b603d84d7
[autofix.ci] apply automated fixes
2025-09-22 19:11:08 +00:00
Amirparsa Baghdadi
95de98e94d
close string
2025-09-22 12:37:21 +03:30
Mauricio Siu
69af9c0312
refactor(gitea): update repository and branch fetching to use pagination with /user/repos and /branches endpoints
2025-09-21 14:10:00 -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
671cd497fd
Merge branch 'canary' into bitbucket-api-token
2025-09-21 03:10:37 -06:00
Mauricio Siu
02f0b0b1a4
Add libsql schema with new table and constraints; remove serviceType references
2025-09-21 02:58:53 -06:00
Mauricio Siu
096235f8a1
Remove obsolete SQL files and update related metadata for libsql schema changes
2025-09-21 02:55:36 -06:00
Mauricio Siu
c3b79c115d
Merge branch 'canary' into feat/libsql
2025-09-21 02:47:55 -06:00
Mauricio Siu
6847d8dbef
Merge pull request #2516 from cheetahbyte/fix/special-characters-passwords
...
fix(registries): special character passwords not working in registry creation.
2025-09-21 02:45:43 -06:00