Marukome0743
6efbf030a7
chore: add biome settings for vscode editor
2025-07-23 08:49:59 +09:00
Mauricio Siu
b95dfed8fc
chore(package): bump version to v0.24.4
2025-07-20 20:06:47 -06:00
Mauricio Siu
7fe3418d55
Merge pull request #2218 from Dokploy/2179-reloading-traefik-on-the-remote-server-will-cause-traefik-on-the-instance-to-change-accordingly
...
fix(traefik): remove duplicate file write operation in writeTraefikCo…
2025-07-20 20:05:48 -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
da6cc9fe72
Merge pull request #2190 from Marukome0743/format
...
chore: version up format.yml actions
2025-07-20 19:44:20 -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
f0fdc46de5
Merge pull request #2187 from Marukome0743/v2
...
chore: upgrade to Biome v2
2025-07-20 19:41:49 -06:00
Mauricio Siu
9aea24115d
Merge pull request #2199 from Marukome0743/lint
...
refactor: lint and sort import on dokploy application
2025-07-20 19:41:02 -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
349717044c
Merge pull request #2196 from Marukome0743/dispatch
...
ci: remove custom branch and add workflow_dispatch event
2025-07-20 19:37:27 -06:00
Mauricio Siu
f94f32695f
Merge pull request #2195 from Marukome0743/monitoring
...
chore: remove `apps/monitoring` from `pnpm-workspace.yaml`
2025-07-20 19:37:07 -06:00
Mauricio Siu
37b78ea09c
Merge pull request #2217 from Dokploy/2201-daily-docker-cleanup-not-working-on-remote-server
...
fix(dashboard): update Docker cleanup toggle logic to prioritize serv…
2025-07-20 19:01:46 -06:00
Mauricio Siu
9b89b4631f
fix(dashboard): update Docker cleanup toggle logic to prioritize server settings
2025-07-20 19:01:20 -06:00
Mauricio Siu
7100095f2b
Merge pull request #2216 from Dokploy/2209-update-s3-destination-form-loses-its-state-when-current-tab-loses-its-focus
...
fix(dashboard): disable refetch on window focus for destination handling
2025-07-20 18:57:33 -06:00
Mauricio Siu
a36ab65aa6
fix(dashboard): disable refetch on window focus for destination handling
2025-07-20 18:56:35 -06:00
Mauricio Siu
bf81ba20ff
Merge pull request #2215 from Dokploy/2197-git-provider-api-undefined_value-error
...
refactor(auth): simplify user session structure in validateRequest fu…
2025-07-20 18:55:16 -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
Mauricio Siu
47cb096cf3
Merge pull request #2214 from Dokploy/2203-identical-webhook-redeploy-url-after-duplicating-project
...
feat(project): add refreshToken to application and compose data retri…
2025-07-20 18:45:39 -06:00
Mauricio Siu
f3856722da
feat(project): add refreshToken to application and compose data retrieval
...
- Included refreshToken in the data returned from findApplicationById and findComposeById functions to enhance application state management.
2025-07-20 18:45:18 -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
9ab937f726
refactor: lint dokploy application
2025-07-15 14:13:32 +09:00
Marukome0743
d0af517eb7
ci: remove custom branch and add workflow_dispatch event
2025-07-14 19:03:41 +09:00
Marukome0743
66bdf9bf0a
chore: remove apps/monitoring from pnpm-workspace.yaml
2025-07-14 18:24:26 +09:00
Marukome0743
d4a3af475a
chore(package): version up pnpm to v9.12.0
2025-07-14 15:58:20 +09:00
autofix-ci[bot]
e92a8d7c98
[autofix.ci] apply automated fixes
2025-07-14 15:30:24 +09:00
Marukome0743
c4fec8cee5
chore: upgrade to Biome v2
2025-07-14 15:30:23 +09:00
Marukome0743
55f75bce53
chore: version up format.yml actions
2025-07-14 15:30:06 +09:00
Mauricio Siu
fdc524d79d
fix(ui): adjust layout in UpdateServer component
...
- Removed unnecessary padding from DialogContent for a cleaner appearance.
- Added margin-top to the button container for improved spacing.
2025-07-13 23:37:05 -06:00
Mauricio Siu
93d6662466
docs(preview): update collaborator permission description in preview settings
2025-07-13 23:26:41 -06:00
Mauricio Siu
1977235d31
Merge pull request #2192 from Dokploy/fix/preview-deployments-public-repos
...
feat(preview): add collaborator permission requirement for preview de…
2025-07-13 23:20:51 -06:00
Mauricio Siu
1dd713a1d1
fix(deploy): change preview deployment limit check to be exclusive
2025-07-13 23:20:23 -06:00
Mauricio Siu
18b65f28f2
chore(package): bump version to v0.24.3 and comment out unused trustedOrigins function in auth.ts
2025-07-13 23:19:31 -06:00
Mauricio Siu
666db23b8e
test: add previewRequireCollaboratorPermissions field to drop and traefik test cases
2025-07-13 23:17:32 -06: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
3f3ff9670b
chore(package): bump version to v0.24.2
2025-07-13 20:45:33 -06:00
Mauricio Siu
7fb902551e
Merge pull request #2189 from jhon2c/fix/logs-overflow
...
fix(logs): Restore overflow classnames in logs components
2025-07-13 20:44:34 -06:00
Jhon
a201b3f979
fix(ui): regression of overflow-y-auto class in non dialog related componentes
2025-07-13 21:28:50 -03:00
Jhon
01d78e50fc
fix(logs): adds back overflow classnames
2025-07-13 21:09:12 -03:00
Mauricio Siu
6681ba7bbd
Merge pull request #2185 from Dokploy/fix/make-monitoring-restart-automatically
...
feat(monitoring): add RestartPolicy configuration for server and web …
2025-07-13 13:18: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
19f7465910
chore(docker): activate pnpm 9.12.0 in all Dockerfiles
2025-07-13 13:11:19 -06:00
Mauricio Siu
f33dd37571
Merge pull request #2184 from Dokploy/refactor/update-docker-base-images
...
chore(docker): update Node.js version to 20.16.0 in all Dockerfiles
2025-07-13 12:54:32 -06:00
Mauricio Siu
a0031ed07f
chore(docker): update Node.js version to 20.16.0 in all Dockerfiles
2025-07-13 12:03:01 -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
Mauricio Siu
fa81d04fb3
Merge pull request #2164 from croatialu/fix/gitlab-deployments
...
fix(gitlab): Support dynamically generating clone URLs based on protocols
2025-07-13 11:55:19 -06:00
Mauricio Siu
bd8745393b
chore(package): bump version to v0.24.1
2025-07-13 11:55:04 -06:00