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
Mauricio Siu
f46637b8e1
fix: enhance error handling in volume backup process by adding cleanup for .tar files
2025-09-21 00:26:48 -06:00
Mauricio Siu
948ed2cc0d
fix: improve registry tag construction to conditionally include registry URL
2025-09-21 00:13:56 -06:00
Mauricio Siu
8524cd0972
fix: update registry tag construction to handle optional registry URL
2025-09-21 00:09:19 -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
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
Mauricio Siu
457a6db00f
Merge pull request #2562 from sundakai/canary
...
fix:traefik 3.5.0 error
2025-09-15 22:59:11 -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
永恒
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
fbc087bd84
Merge branch 'canary' into feat/ntfy
2025-09-06 14:12:06 -06:00
Vlad Vladov
b2b649c5cd
refactor(bitbucket): Extract duplicated code to a function
2025-09-05 18:08:37 +03:00
Vlad Vladov
e04e25385d
feat(bitbucket): Deprecate App password and replace it with API token
2025-09-05 18:08:35 +03:00
Mauricio Siu
1ce15da7ce
feat: add validation to prevent use of 'production' as environment name in creation and update operations, enhancing error handling in environment management
2025-09-05 01:14:44 -06:00
Mauricio Siu
d199a54033
refactor: update environment invalidation logic in AdvancedEnvironmentSelector to use byProjectId, improving data consistency and clarity
2025-09-03 23:56:31 -06:00
Mauricio Siu
fb749cd862
feat: implement comprehensive environment variable resolution in preparation functions, enhancing flexibility and support for nested references across services and environments
2025-09-03 21:41:11 -06:00
autofix-ci[bot]
4a07118acd
[autofix.ci] apply automated fixes
2025-09-02 05:10:56 +00:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
Mauricio Siu
3e7eff11cd
refactor: update application deployment logic to utilize environment context for project name and organization ID, enhancing clarity and consistency across services
2025-09-01 22:51:35 -06:00
Mauricio Siu
9f1f13b21b
Merge branch 'canary' into feat/ntfy
2025-08-28 19:07:53 -06:00
Mauricio Siu
56b9fb531a
Merge pull request #2447 from divaltor/volume-backup
...
feat(volume): Add possibility to keep latest N backups for custom apps
2025-08-24 00:44:27 -06:00
autofix-ci[bot]
5e4444610c
[autofix.ci] apply automated fixes
2025-08-24 06:33:36 +00:00
Mauricio Siu
34e6cd87df
Merge pull request #2410 from gentslava/fix/ollama-ai-provider
...
Ollama AI provider
2025-08-24 00:30:59 -06:00
Mauricio Siu
e72a468c7e
Merge pull request #2111 from Marukome0743/traefik
...
feat: bump Traefik v3.2.2 and add swarm network label
2025-08-23 19:50:50 -06:00
Vlad Vladov
37c34fdadc
feat(volume): Add possibility to keep latest N backups for custom containers
2025-08-23 18:07:45 +03:00
Paul Sommer
36281cd5d3
feat(notification): add ntfy notifications
2025-08-20 20:23:44 +02:00
Vyacheslav Scherbinin
88c8fe4614
chore: update ollama ai provider
2025-08-20 00:58:39 +07:00
Vyacheslav Scherbinin
07c23292da
fix(ai): ollama fetch models
2025-08-19 23:56:54 +07:00
Vyacheslav Scherbinin
1e7f614bb6
fix(ai): ollama provider url-based detection
2025-08-19 23:56:53 +07:00
Vyacheslav Scherbinin
e2662a0ec5
fix(ai): ollama ai provider api url
2025-08-19 23:56:46 +07:00
Marukome0743
4afd2d11fa
feat: bump traefik to v3.2.2
2025-08-19 18:57:03 +09:00
Scai
8cc054389a
feat: add self reference for env variables
2025-08-18 02:04:23 +03:00
Mauricio Siu
774365c68e
Refactor and update various components in the Dokploy application, enhancing functionality and fixing minor issues across multiple pages and features, including dashboard, settings, and API integrations.
2025-08-16 20:18:08 -06:00
Mauricio Siu
1fe12ba93e
feat(isolation): add preview functionality for isolated deployment with loading state and dialog
2025-08-10 16:38:10 -06:00
Mauricio Siu
33d6c2073b
Merge pull request #2337 from A-D-E/fix/gitlab-branches-pagination
...
fix: use configured GitLab URL instead of hardcoded gitlab.com
2025-08-09 00:23:43 -06:00
A-D-E
33873ce1e9
fix: use configured GitLab URL instead of hardcoded gitlab.com
...
The previous pagination implementation accidentally hardcoded the GitLab URL
to gitlab.com, breaking the integration for self-hosted GitLab instances.
Changes:
- Replace hardcoded 'https://gitlab.com ' with gitlabProvider.gitlabUrl
- Maintains the pagination functionality added in previous commit
Fixes: GitLab branches API calls failing for self-hosted instances
2025-08-05 21:31:15 +02:00
Mauricio Siu
e96a8ea4ad
feat(databases): increment ForceUpdate in TaskTemplate for service updates across MariaDB, MongoDB, MySQL, Postgres, and Redis
2025-08-03 17:39:35 -06:00
Mauricio Siu
42864d2472
feat(docker): update generateConfigContainer to accept Partial<ApplicationNested> and enhance mount checks
2025-08-03 17:21:09 -06:00
Mauricio Siu
ae25ea265c
feat(databases): enhance database service configuration by integrating health checks, restart policies, and additional settings across MariaDB, MongoDB, MySQL, Postgres, and Redis
2025-08-03 16:52:43 -06:00
Mauricio Siu
a2405ddd84
chore(build): add cleanup step to remove builder container after Railpack build completion
2025-08-03 02:14:59 -06:00
Mauricio Siu
e785ad5599
fix(build): set default railpackVersion to '0.2.2' and ensure cleanup in build process
...
- Updated the ShowBuildChooseForm component to default railpackVersion to '0.2.2' if not specified.
- Added cleanup step in the buildRailpack function to remove the builder container after execution.
- Refactored application router to include railpackVersion in the application schema.
2025-08-03 02:00:10 -06:00
Mauricio Siu
cc6445a8ec
feat(application): add railpackVersion field to application schema and update related components
...
- Introduced a new column `railpackVersion` in the application table with a default value of '0.2.2'.
- Updated the application form to include a field for `railpackVersion` when the build type is set to railpack.
- Adjusted the build process to utilize the specified `railpackVersion` dynamically.
- Enhanced validation schema to accommodate the new field.
2025-08-03 01:54:07 -06:00
Mauricio Siu
b9f18cddf7
refactor(gitlab): reorder token refresh and provider fetching for improved clarity
2025-08-02 21:24:33 -06:00
Mauricio Siu
2790895642
refactor(gitea, gitlab): remove unused parameters and fetch entities by ID
2025-08-02 21:20:50 -06:00
Mauricio Siu
0b9eaac390
refactor(domain): enhance middleware handling for Traefik routers and improve path validation
2025-08-02 19:24:11 -06:00
Mauricio Siu
1300a6242c
fix(backups): change backup file extension from .dump.gz to .sql.gz for consistency
2025-08-02 18:40:40 -06:00