autofix-ci[bot]
7e48b2cf29
[autofix.ci] apply automated fixes
2026-01-20 15:02:58 +00:00
Mauricio Siu
a0d8eb9380
fix(labels-form): improve readability of labelsToSend assignment
2026-01-20 16:02:11 +01:00
Mauricio Siu
e5fcc10db2
feat(cluster): implement advanced swarm settings forms
...
- Added multiple forms for managing swarm settings including Health Check, Restart Policy, Placement, Update Config, Rollback Config, Mode, Labels, Stop Grace Period, and Endpoint Spec.
- Introduced utility functions for filtering empty values and checking for values to save.
- Enhanced the UI for better navigation and form handling within the dashboard.
- Integrated form validation using Zod and React Hook Form for improved user experience.
2026-01-20 16:01:43 +01:00
Mauricio Siu
5aa5b5538c
Merge pull request #3448 from amirhmoradi/patch-1
...
Delete apps/dokploy/drizzle/0057_damp_prism.sql
2026-01-20 03:38:15 -06:00
Mauricio Siu
49e52ac674
Merge pull request #3479 from Bima42/feat/3475-make-projects-clickable
...
feat: make projects clickable in breadcrumbs
2026-01-20 03:36:58 -06:00
Mauricio Siu
2a8387bcc2
Merge pull request #3460 from bdkopen/remove-lefthook-and-commitlint
...
Remove lefthook and commitlint
2026-01-20 03:36:28 -06:00
Bima42
138b193577
feat: make projects clickable in breadcrumbs
2026-01-19 08:51:58 +01:00
Mauricio Siu
f0400495b0
refactor(README): restructure table
2026-01-16 01:18:14 -06:00
Mauricio Siu
240e5cb12f
Merge pull request #3462 from Dokploy/activate-monitoring-on-remote-servers-cloud-version
...
feat(server): add monitoring configuration for cloud setup
2026-01-16 01:11:24 -06:00
Mauricio Siu
2760c16ade
Merge pull request #3457 from Dokploy/copilot/fix-envs-in-stack-compose
...
Fix environment variable resolution for Stack compose deployments
2026-01-16 01:11:06 -06:00
Mauricio Siu
79655b5673
refactor(server): move token generation function to a separate utility for better organization
2026-01-16 01:07:17 -06:00
Mauricio Siu
384fdd01d6
feat(server): add monitoring configuration for cloud setup
2026-01-16 01:05:40 -06:00
bdkopen
c93ec1f06c
chore: uninstall disabled @commitlint/cli and @commitlint/config-conventional package
2026-01-15 21:44:00 -05:00
bdkopen
7b3f0273cb
chore: uninstall disabled lefthook package
2026-01-15 21:38:17 -05:00
Amir Moradi
66ed6e07c0
Merge branch 'canary' of github.com:amirhmoradi/dokploy into patch-1
2026-01-15 23:49:27 +01:00
copilot-swe-agent[bot]
c1d452bcf7
Complete fix for Stack compose environment variable substitution
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2026-01-15 15:43:01 +00:00
copilot-swe-agent[bot]
f39b511316
Fix environment variable resolution for Stack compose type
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2026-01-15 15:39:04 +00:00
copilot-swe-agent[bot]
a2df52ea7c
Initial plan
2026-01-15 15:32:01 +00:00
Mauricio Siu
3e5a189177
Merge pull request #3455 from Dokploy/3454-subscribe-issue
...
chore: update dokploy version to v0.26.5 and modify Stripe session cr…
v0.26.5
2026-01-15 09:23:45 -06:00
Mauricio Siu
2b9231dcd1
chore: update dokploy version to v0.26.5 and modify Stripe session creation logic to conditionally set customer or customer_email
2026-01-15 09:18:00 -06:00
Amir Moradi
5d26df9d9f
Delete apps/dokploy/drizzle/0057_damp_prism.sql
...
This migration file is not used nor present in the journal. This is a legacy file that did not get cleaned. I am removing the file to clean the state of the migrations and allow for custom ci/cd scripts to have a clean run and avoid duplicated migration ids (this file conflicts with the `0057_tricky_living_tribunal...`)
2026-01-13 11:13:32 +01:00
Mauricio Siu
b965dedd7d
Merge pull request #3407 from mhbdev/fix-ui-deployments-page
...
UI responsiveness in Deployments tab
v0.26.4
2026-01-12 10:14:32 -06:00
Mauricio Siu
2b779f9fc6
Merge pull request #3444 from Dokploy/feat/add-railpack-selector-version
...
feat(build): add Railpack version selection with manual input option
2026-01-12 09:49:25 -06:00
Mauricio Siu
15b0ca7ab2
fix(input): add type safety for input reference handling
2026-01-12 09:49:13 -06:00
autofix-ci[bot]
fd6f61fd2a
[autofix.ci] apply automated fixes
2026-01-12 15:47:51 +00:00
Mauricio Siu
8f95546535
Merge pull request #3410 from vikyw89/canary
...
fix: admin permission frontend side, should be able to see what owner can see
2026-01-12 09:32:28 -06:00
Mauricio Siu
8b370d4f7b
Merge pull request #3370 from krishna2206/fix/gemini-ai-error
...
fix(selectAIProvider): add authorization header for Gemini provider
2026-01-12 09:28:21 -06:00
Mauricio Siu
1ed941b17c
Merge pull request #3409 from mhbdev/auto-password-generator
...
Added a built-in password generator to the shared input
2026-01-12 09:21:28 -06:00
Mauricio Siu
18d980c3ff
feat: enable password generator for database inputs and disable it for profile settings
2026-01-12 09:19:22 -06:00
Mauricio Siu
5ddcdd843c
Merge branch 'canary' into auto-password-generator
2026-01-12 09:15:18 -06:00
Mauricio Siu
fdf88b1ff3
feat(build): add Railpack version selection with manual input option
...
- Introduced a dropdown for selecting Railpack versions, including a manual entry option for custom versions.
- Implemented state management to toggle between predefined versions and manual input.
- Updated form handling to accommodate the new selection method and provide user guidance.
2026-01-12 09:13:18 -06:00
autofix-ci[bot]
13b64e45ec
[autofix.ci] apply automated fixes
2026-01-12 15:06:20 +00:00
Mauricio Siu
4383e46686
Merge pull request #3290 from amirhmoradi/claude/update-dockerfile-deps-WD7Lw
...
feat: Update build dependencies to their latest versions
2026-01-12 09:05:34 -06:00
Mauricio Siu
60d69d2915
Delete .claude/settings.local.json
2026-01-12 09:03:09 -06:00
autofix-ci[bot]
a2b16d4be8
[autofix.ci] apply automated fixes
2026-01-12 15:02:33 +00:00
Mauricio Siu
831a1815cf
Merge pull request #3389 from tanmay-pathak/preview-deploy-rebuild
...
feat(preview): ✨ add manual rebuild option for previews
2026-01-12 09:01:01 -06:00
Mauricio Siu
6b9bcbc539
feat(schema): extend deployJobSchema to include 'redeploy' type and enhance auth settings for development environment
2026-01-12 08:57:45 -06:00
Mauricio Siu
6ca6ff3530
Merge branch 'canary' into preview-deploy-rebuild
2026-01-12 08:46:19 -06:00
autofix-ci[bot]
7583d5f860
[autofix.ci] apply automated fixes
2026-01-12 14:45:09 +00:00
Mauricio Siu
7921f754fd
Merge pull request #3427 from bdkopen/remove-@nerimity/mimiqueue
...
chore: uninstall `@nerimity/mimiqueue`
2026-01-12 08:44:24 -06:00
Mauricio Siu
0c0944d221
Update package.json
2026-01-11 22:16:50 -06:00
Mauricio Siu
d490111a58
Merge pull request #3441 from Dokploy/3260-dokploy-automatically-updates-itself-but-automated-updates-are-disabled-in-the-settings
...
chore(dependencies): update semver to version 7.7.3 and add @types/se…
2026-01-11 22:16:09 -06:00
Mauricio Siu
167daccee0
feat(settings): enhance getUpdateData and reloadDockerResource for image digest comparison
...
- Added logic to getUpdateData to compare current and latest image digests for canary and feature tags, indicating if an update is available.
- Updated reloadDockerResource to ensure the correct image tag is used during dokploy service updates based on the current image tag.
2026-01-11 22:12:39 -06:00
Mauricio Siu
11af6a5eb9
feat(docker): enhance reloadDockerResource to accept version parameter for dokploy updates
...
- Updated the reloadDockerResource function to include an optional version parameter.
- Modified the command for updating the dokploy service to specify the image version during updates.
2026-01-11 21:58:04 -06:00
Mauricio Siu
85424badcf
chore(dependencies): update semver to version 7.7.3 and add @types/semver to package.json files; refactor getUpdateData function to accept current version as a parameter
2026-01-11 21:51:56 -06:00
Mauricio Siu
ccfd7f5189
Merge pull request #3439 from Dokploy/3102-web-server-backup-keep-the-latest-not-working
...
feat(backup): add functionality to keep the latest N backups after ru…
2026-01-11 20:44:39 -06:00
Mauricio Siu
6d94da1dee
feat(backup): add functionality to keep the latest N backups after running a backup
2026-01-11 20:44:16 -06:00
Mauricio Siu
10c0de9d5f
Merge pull request #3431 from Dokploy/copilot/fix-invalid-link-view-repository
...
Fix GitLab "View Repository" link to use full path namespace and custom URL
2026-01-11 20:29:10 -06:00
Mauricio Siu
2b0ae65f71
Merge pull request #3438 from Dokploy/feat/add-invoices-billing
...
Feat/add invoices billing
2026-01-11 20:25:21 -06:00
autofix-ci[bot]
2acaaede37
[autofix.ci] apply automated fixes
2026-01-12 02:22:33 +00:00