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
Mauricio Siu
f303962319
fix(database): update container name query to use exact match
...
- Modified the SQL queries in GetLastNContainerMetrics and GetAllMetricsContainer functions to use an exact match for container names instead of a LIKE clause, improving query accuracy and performance.
2026-01-11 20:21:41 -06:00
Mauricio Siu
edc8efe816
refactor(servers): replace DropdownMenuItem with Button for Setup Server action
...
- Updated the SetupServer component to use a Button instead of DropdownMenuItem for better accessibility and user experience.
- Enhanced the ShowServers component by adding tooltips for the Setup Server action, providing users with additional context on server configuration.
2026-01-11 19:21:29 -06:00
Mauricio Siu
4e0cb2a9c7
feat(billing): add billing invoices page and update billing components
...
- Introduced `ShowBillingInvoices` component to manage and display billing invoices.
- Updated `ShowBilling` component to include navigation for invoices and enhanced subscription management.
- Refactored `ShowInvoices` component for improved loading and display logic.
- Created a new invoices page with server-side validation and layout integration.
2026-01-11 18:34:14 -06:00
Mauricio Siu
4001f1d067
feat(billing): implement invoice display and retrieval functionality
...
- Added `ShowInvoices` component to display user invoices with status and actions.
- Integrated Stripe API to fetch invoices for the authenticated user.
- Updated `ShowBilling` component to conditionally render invoices if the user has a Stripe customer ID.
2026-01-11 18:27:19 -06:00
Mauricio Siu
d894b2a3bf
feat(stripe): add customer_email to payment metadata
2026-01-11 18:17:19 -06:00
copilot-swe-agent[bot]
14d359dd14
Fix GitLab View Repository links to use correct URL and namespace
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2026-01-10 17:45:17 +00:00
copilot-swe-agent[bot]
1e11f603de
Initial plan
2026-01-10 17:41:46 +00:00
bdkopen
d12f029e2b
chore: uninstall @nerimity/mimiqueue
2026-01-10 00:11:26 -05:00
nurikk
0a401843f8
core: add ulimits configuration for Docker Swarm deployments
...
Users deploying to Docker Swarm can now configure resource ulimits
(nofile, nproc, etc.) to prevent applications from hitting system
limits that cause crashes or degraded performance.
2026-01-08 21:57:58 +00:00
Amir Moradi
0c62bc0f29
fix: create migrations and update to latest railpack
2026-01-08 12:29:42 +01:00
Amir Moradi
b19d3e94eb
Merge branch 'canary' of github.com:amirhmoradi/dokploy into claude/update-dockerfile-deps-WD7Lw
2026-01-08 11:53:55 +01:00
viky
5005f9198b
fix: admin permission frontend side, should be able to see what owner can see
2026-01-06 23:52:40 +08:00
mhbdev
fe5efd7651
Added a built-in password generator to the shared input
2026-01-06 16:26:42 +03:30
mhbdev
8db7a421dc
Made the deployments list items responsive by stacking the metadata/actions under the status on small screens, then restoring the side-by-side layout at sm and up. This keeps the date/duration and buttons from being squeezed or pushed off-screen in narrow widths.
2026-01-06 16:04:19 +03:30
Mauricio Siu
068deecb61
Merge pull request #3401 from bdkopen/remove-hi-base32-package
...
chore: uninstall `hi-base32` package
2026-01-05 22:44:50 -06:00
Mauricio Siu
9aa03efd13
Merge pull request #3402 from bdkopen/remove-otpauth-package
...
chore: uninstall `otpauth` package
2026-01-05 22:44:37 -06:00
bdkopen
016aa0248a
chore: uninstall unused otpauth package
2026-01-05 22:27:57 -05:00
bdkopen
eb9d140c5d
chore: uninstall ununused hi-base32 package
2026-01-05 21:13:25 -05:00
autofix-ci[bot]
9e8c3f1525
[autofix.ci] apply automated fixes
2026-01-05 16:23:54 +00:00
Illia Shchukin
611b0b3113
fix: allow users to open projects with accessible environments
...
- Update environment selection to fallback to first accessible environment when default is not accessible
- Fix search command to handle users without default environment access
- Fix projects list to use accessible environment instead of always default
- Add server-side redirect to accessible environment when accessing inaccessible one
- Add comprehensive test coverage for environment access fallback logic
Fixes #3394
2026-01-05 13:55:52 +02:00
Tanmay Pathak
2eb73b988b
feat(preview): ✨ add manual rebuild option for preview deployments
2026-01-04 15:24:25 -06:00
Mauricio Siu
d2ce587494
feat(compose): include composeId in deployment and redeployment responses close https://github.com/Dokploy/dokploy/issues/3359
2026-01-04 11:08:11 -06:00
Mauricio Siu
13ad8cb846
Merge pull request #3371 from mcfdez/feat/solid-color-avatars
...
feat: add solid colors for avatar
2026-01-04 11:07:13 -06:00
autofix-ci[bot]
0897417d7c
[autofix.ci] apply automated fixes
2026-01-04 17:01:40 +00:00
stripsior
ab69d782c7
fix: remove default from mariadb, make mongo 8 default
2026-01-03 17:53:10 +01:00
stripsior
405fc69df4
chore(databases): update mongodb version, to patch latest cve
2026-01-03 15:30:45 +01:00
stripsior
27dd20b75d
chore(databases): bump default postgres version while creating to 18
2026-01-03 15:16:11 +01:00
David Eiber
ce5ad35981
feat: add middlewares to domains
2026-01-01 16:18:40 +01:00
Marc Fernandez
eb14a68bdd
feat: add solid colors for avatar
2025-12-31 08:58:25 +01:00
Fitiavana Anhy Krishna
01c0b461b5
fix(selectAIProvider): add authorization header for Gemini provider
2025-12-31 10:13:20 +03:00
Mauricio Siu
9498fbeff3
Update package.json
v0.26.3
2025-12-31 00:28:03 -06:00