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
fe2f6f842b
Merge pull request #2332 from depado/fix-traefik-init-setup
...
fix(setup): properly handle dokploy-traefik container absence
2025-08-10 15:33:25 -06:00
Mauricio Siu
d5307cb5d6
fix(traefik): streamline serverId handling in writeTraefikSetup function
2025-08-10 15:03:41 -06:00
Aeriit
883e1d1bfe
fix(traefik): on setup support serverId as parameter and input
2025-08-09 11:05:37 -04: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
depado
1d94c85c2b
fix(setup): properly handle dokploy-traefik container absence
2025-08-05 14:53:35 +02:00
Mauricio Siu
ba5505cf81
feat(auth): add logger configuration to disable logging in production environment
2025-08-03 18:04:09 -06: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
6e79183f6a
feat(cluster-settings): refactor cluster settings components to support multiple database types and add new swarm configuration fields
2025-08-03 16:36:14 -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
607c505c4b
refactor(traefik): update Traefik initialization to support standalone and service modes, enhance port handling with protocol specification
2025-08-03 01:18:18 -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
Mauricio Siu
0755de03c2
feat(mount): refactor updateMount logic and add updateFileMount function for handling file mounts
2025-08-02 16:06:46 -06:00
Mauricio Siu
39d46a51b3
chore: update Railpack version to 0.2.2 in Dockerfile and related scripts
2025-08-02 13:08:46 -06:00
Mauricio Siu
2a14ae0c7f
Merge branch 'canary' into fix/gitlab-branches-pagination
2025-08-02 12:44:14 -06:00
Mauricio Siu
0f5cf37757
refactor(backup): consolidate utility imports and add local backup cleanup after S3 upload
2025-08-01 01:27:35 -06:00
Mauricio Siu
295b6df5e1
refactor(compose): reorganize imports and simplify command execution for starting Docker Compose
2025-08-01 01:15:29 -06:00
Mauricio Siu
794e03460f
refactor(application): update application handling to support multiple app names and improve data structure
2025-08-01 00:34:57 -06:00
A-D-E
e8f36f8ba5
The getGitlabBranches function was only returning the first 20 branches
...
due to GitLab's default API pagination limit. This prevented users from
accessing branches in repositories with more than 20 branches.
Changes:
- Add pagination loop to fetch all branches across multiple pages
- Set per_page to 100 (GitLab's maximum) for efficiency
- Add safety check using x-total header to prevent unnecessary requests
- Follow the same pagination pattern as validateGitlabProvider function
Fixes issue where branch selection was limited to first 20 branches
in repositories with many branches.
2025-07-30 15:17:14 +02:00
Mauricio Siu
2442494096
fix(application): simplify error message handling in deployment notifications
2025-07-28 01:51:21 -06:00
Mauricio Siu
bac2afb423
refactor(application): exclude appName from updateApplication data to streamline database updates
2025-07-28 01:50:58 -06:00
Mauricio Siu
558f6aecae
fix(application): improve error handling and notification messages during deployment
2025-07-28 01:48:33 -06:00
Mauricio Siu
79e9593663
feat(profile): add optional name field to user profile form and schema
2025-07-27 23:13:06 -06:00
Mauricio Siu
288d86c73b
fix(traefik): remove duplicate file write operation in writeTraefikConfigInPath function
2025-07-20 20:05:30 -06:00
Mauricio Siu
ffd5ccd386
Merge pull request #2202 from gentslava/feat/traefik-config
...
feat(config): Traefik
2025-07-20 19:45:53 -06:00
Mauricio Siu
98ddd096e5
Update packages/server/src/setup/traefik-setup.ts
2025-07-20 19:45:41 -06:00
Mauricio Siu
22d0af269e
Merge pull request #2200 from Marukome0743/server
...
refactor: lint and sort imports on dokploy/server
2025-07-20 19:42:15 -06:00
Mauricio Siu
a9ee6c2393
Merge pull request #2194 from Marukome0743/pnpm
...
chore(package): version up pnpm to v9.12.0
2025-07-20 19:40:09 -06:00
Mauricio Siu
658a4a9b99
refactor(auth): simplify user session structure in validateRequest function
...
- Changed user object in mockSession to only include userId, removing email and name for a more streamlined session representation.
2025-07-20 18:54:57 -06:00
Vyacheslav Scherbinin
a67c3eb979
feat(conf): accessLog filePath
2025-07-16 16:46:47 +07:00
Vyacheslav Scherbinin
aaa205f104
feat(conf): disable sendAnonymousUsage
2025-07-16 12:29:31 +07:00
Marukome0743
cadea7ff28
refactor: lint and sort imports on dokploy/server
2025-07-15 14:22:37 +09:00
Marukome0743
d4a3af475a
chore(package): version up pnpm to v9.12.0
2025-07-14 15:58:20 +09:00
Mauricio Siu
2ca5321fdc
feat(preview): add collaborator permission requirement for preview deployments
...
- Introduced a new boolean field `previewRequireCollaboratorPermissions` in the application schema to enforce permission checks for preview deployments.
- Updated the UI to include a toggle for this setting in the preview deployment settings.
- Enhanced GitHub deployment handler to validate PR authors against the required permissions, blocking unauthorized deployments and providing security notifications.
- Added SQL migration to update the database schema accordingly.
2025-07-13 23:12:09 -06:00
Mauricio Siu
0b71411c0e
feat(monitoring): add RestartPolicy configuration for server and web monitoring setups
2025-07-13 13:17:48 -06:00
Mauricio Siu
2ca4e264c4
Merge pull request #2082 from Marukome0743/dependencies
...
chore: match dependencies with current ones in pnpm-lock.yaml
2025-07-13 12:01:12 -06:00
autofix-ci[bot]
691c83c256
[autofix.ci] apply automated fixes
2025-07-13 17:54:36 +00:00
croatialu
978c4d85c5
fix(gitlab): Support dynamically generating clone URLs based on protocols
2025-07-11 13:33:46 +08:00
Marukome0743
226a287ce7
chore: update package.json
2025-07-09 15:33:37 +09:00
Mauricio Siu
76603f598c
feat(database): add isolatedDeploymentsVolume column to compose table
...
- Introduced a new boolean column "isolatedDeploymentsVolume" to the "compose" table with a default value of false.
- Updated existing records to set "isolatedDeploymentsVolume" to true.
- Modified related functions to handle the new column for improved deployment isolation management.
2025-07-06 18:46:36 -06:00
Mauricio Siu
e050c218e2
Merge branch 'canary' into 1853-external-volume-should-not-be-isolated
2025-07-06 18:29:00 -06:00