Mauricio Siu
b814bdc612
Refactor application and compose deployment logic: remove unused buildApplication function, streamline command logging for deployment, and enhance static command generation for improved maintainability and clarity in the codebase.
2025-11-09 11:13:39 -06:00
Mauricio Siu
d8ab7a59ff
Refactor Bitbucket header utility: remove unused BitbucketClone type definition to streamline the code and enhance maintainability.
2025-11-09 03:43:54 -06:00
Mauricio Siu
f718ab334e
Refactor compose utilities: remove unused functions and streamline the buildCompose logic for improved maintainability. Update domain handling by retaining only the necessary remote function, enhancing clarity in the codebase.
2025-11-09 03:42:43 -06:00
Mauricio Siu
668aaf9a91
Refactor deployment utilities: rename remote deployment functions for clarity and consistency, enhancing the deployment logic in the application. Streamline the build application function by commenting out unused build types to improve maintainability.
2025-11-09 03:29:40 -06:00
Mauricio Siu
ef10996dd8
Refactor builder utilities: remove unused build functions for Docker, Heroku, Nixpacks, Paketo, and Railpack, streamlining the codebase. Update static command generation to enhance clarity and maintainability.
2025-11-09 03:28:32 -06:00
Mauricio Siu
a05b75fc67
Refactor deployment logic: remove unused remote preview deployment function, streamline deployment commands, and enhance error handling for Docker image pulling. Update build command generation for Docker source type.
2025-11-09 03:24:13 -06:00
Mauricio Siu
f96114ad80
Refactor Bitbucket repository cloning logic: remove unused parameter and enhance error handling by retrieving Bitbucket provider directly within the function.
2025-11-09 03:18:07 -06:00
Mauricio Siu
5ac32f9f24
Refactor repository cloning interfaces: standardize parameters for Bitbucket, Gitea, and GitLab repository cloning functions to improve consistency and maintainability across the codebase.
2025-11-09 03:16:18 -06:00
Mauricio Siu
7b398939f7
Refactor compose and deployment services: streamline cloning and execution commands, remove redundant remote functions, and enhance error handling. Update database schema to include application build server ID for better tracking of deployments.
2025-11-09 03:12:49 -06:00
Mauricio Siu
785172fa7b
Enhance application schema and database utilities: Add 'endpointSpecSwarm' to application schema, update Docker container configuration to handle 'EndpointSpec' more flexibly across various database implementations, and remove deprecated 'generateEndpointSpec' function to streamline codebase.
2025-11-08 14:08:14 -06:00
Mauricio Siu
2619733915
Refactor user schema and update database references: rename 'users_temp' to 'user' across the codebase, update related database queries, and enhance endpoint specifications for swarm settings in various database schemas.
2025-11-08 13:54:32 -06:00
Mauricio Siu
2cda9821a5
feat(tracking): integrate HubSpot tracking functionality and reintroduce cancell-deployments export
2025-10-26 01:54:05 -06:00
Mauricio Siu
8c0db75e1e
Merge pull request #2795 from Harikrishnan1367709/Support-query-parameter-auth-(-key=)-for-Gemini-API-in-AI-Providers-#2775
...
feat(ai):Support Gemini query-param auth for model listing-#2775
2025-10-25 13:12:45 -06:00
Mauricio Siu
f4748bdd11
Merge branch 'canary' into feat-lark-webhook
2025-10-25 12:09:04 -06:00
Mauricio Siu
05b20193c2
fix(docker): escape single quotes in secret values for Docker command
2025-10-25 00:25:25 -06:00
Mauricio Siu
babc1c033e
Merge branch 'canary' into feat/docker-build-secrets
2025-10-24 23:42:23 -06:00
Mauricio Siu
3aaef9cc3e
Merge pull request #2807 from SimonLoir/fix-middleware-emptied-on-aplication-delete
...
fix: load remote middleware on app delete if a serverId is provided
2025-10-15 21:44:39 -06:00
autofix-ci[bot]
7988de64c8
[autofix.ci] apply automated fixes
2025-10-11 14:32:31 +00:00
Simon Loir
fd5fa32964
fix: load remote middleware on app delete if a serverId is provided
2025-10-11 16:27:11 +02:00
autofix-ci[bot]
8de5001471
[autofix.ci] apply automated fixes
2025-10-09 08:18:17 +00:00
HarikrishnanD
9b81d15b0c
feat(ai): send Gemini API key as query param when listing models packages/server/src/utils/ai/select-ai-provider.ts: add "gemini" case using createOpenAICompatible with queryParams: { key: config.apiKey } and empty headers. apps/dokploy/server/api/routers/ai.ts: update "gemini" models fetch to call ${input.apiUrl}/models?key=${encodeURIComponent(input.apiKey)} with empty headers.
2025-10-09 13:45:47 +05:30
Mauricio Siu
a0b550ace9
Merge pull request #2756 from niieani/bb/fix-null
...
fix: return an empty object if yaml file is empty
2025-10-05 12:10:55 -06:00
Mauricio Siu
7943c90d5d
refactor: enhance middleware removal logic in Traefik configuration
2025-10-05 12:07:19 -06:00
Mauricio Siu
fc3fceb858
refactor: improve Traefik middleware configuration handling and validation
2025-10-05 12:04:21 -06:00
Mauricio Siu
1804a7c301
refactor: remove unnecessary middleware checks in Traefik config generation
2025-10-05 11:26:46 -06:00
autofix-ci[bot]
e97046c267
[autofix.ci] apply automated fixes
2025-10-05 17:14:11 +00:00
Bazyli Brzoska
080233a7cd
fix: traefik needs middlewares to be empty/valid
2025-10-05 08:06:06 -07: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
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
Jorge González
571e97f247
feat(docker): Build-time Secrets
2025-10-01 18:24:03 -06: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
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
montero
085f6bbbb7
refactor(gitea): extract clone URL construction into a reusable function
2025-09-26 22:01:54 +03: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
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
80b22d9458
refactor: replace js-yaml with yaml package for YAML parsing and stringifying across the application
2025-09-21 02:20:20 -06:00