Mauricio Siu
ee1a48e0b0
Merge branch 'canary' into copilot/fix-azure-openai-endpoint
2026-01-19 14:37:15 +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
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
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
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
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