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
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
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
autofix-ci[bot]
691c83c256
[autofix.ci] apply automated fixes
2025-07-13 17:54:36 +00:00
Mauricio Siu
6bd85e9216
Merge pull request #2182 from jhon2c/fix/dialog-crash
...
fix(ui): Fix Dialogs Infinite Render Loops and Command Component Conflicts
2025-07-13 11:53:11 -06:00
Jhon
79c29fa92d
fix(typo): fixed typo on replace classname
2025-07-13 13:58:25 -03:00
autofix-ci[bot]
89f71fe889
[autofix.ci] apply automated fixes
2025-07-13 16:50:41 +00:00
Jhon
bddafe294d
fix(classname): removes leading blank space on classnames
2025-07-13 13:47:27 -03:00
Jhon
94829daf15
fix(ui): code formatting and DialogHeader improvements
...
- Apply consistent code formatting across dialog components
- Add bottom padding to DialogHeader for better visual separation
- Clean up DialogHeader usage in swarm settings (remove duplicate padding)
- Improve schedule dialog layout and add proper description
- Fix indentation and formatting inconsistencies
Final cleanup of dialog component formatting and spacing.
2025-07-13 13:35:26 -03:00
Jhon
2209d44ea5
fix(ui): update remaining dialog components with improved layouts
...
- Fix application import dialog positioning
- Update organization management dialog styling
- Ensure consistent DialogFooter behavior across all components
Completes the dialog layout improvements for better spacing and positioning.
2025-07-13 13:03:24 -03:00
Jhon
b12c035527
fix(ui): improve DialogFooter layout in settings dialogs
...
- Update certificate management dialog footer styling
- Enhance destination settings dialog layout
- Improve notification settings dialog footer spacing
- Add responsive design improvements for server creation dialog
Ensures consistent footer behavior across settings panels.
2025-07-13 13:03:11 -03:00
Jhon
baadba542f
fix(ui): update DialogFooter styling in cluster management dialogs
...
- Add responsive layout and proper spacing to swarm settings footer
- Update registry dialog footer with improved flex layout
- Ensure proper button alignment on mobile and desktop
- Add sticky positioning for better UX in long forms
2025-07-13 13:01:36 -03:00
Jhon
a8fc052cbf
fix(ui): resolve dialog closing issues with Command components
...
- Replace custom overlay click handler with proper onInteractOutside
- Add detection for Command components to prevent unwanted closures
- Restore overlay visibility without click handler conflicts
- Separate DialogFooter from scrollable content for proper spacing
- Add border and padding to DialogFooter container for visual separation
Fixes dialogs closing unexpectedly when used inside Command menus.
2025-07-13 13:00:21 -03:00
Jhon
fa5994bd47
fix(ui): remove max-h-screen and overflow-y-auto from remaining dialogs
...
Clean up any remaining dialog components with problematic CSS classes.
Complete removal of classes that interfere with new scroll handling system.
2025-07-13 12:17:05 -03:00
Jhon
96d0810607
fix(ui): remove max-h-screen and overflow-y-auto from project and database dialogs
...
Remove problematic CSS classes from:
- Project creation and management dialogs
- Database backup and restore dialogs
- Compose service management dialogs
- Template and AI generator dialogs
Ensures stable dialog behavior.
2025-07-13 12:16:51 -03:00