Mauricio Siu
4af0bdc27b
Merge pull request #3796 from Dokploy/feat/add-versioning-cloud-images
...
chore: enhance Docker image tagging in GitHub Actions workflow to inc…
2026-02-25 01:36:55 -06:00
Mauricio Siu
b9da9e6367
chore: enhance Docker image tagging in GitHub Actions workflow to include versioning based on branch context
2026-02-25 01:36:24 -06:00
Mauricio Siu
1ea1f6b603
chore: update @dokploy/trpc-openapi to version 0.0.16 in package.json and pnpm-lock.yaml for improved dependency management
2026-02-25 01:26:12 -06:00
Mauricio Siu
677fedbbc0
Merge pull request #3783 from Dokploy/feat/add-support-for-trusted-providers
...
chore: update @better-auth/sso and better-auth to version 1.5.0-beta.…
2026-02-25 01:01:22 -06:00
Mauricio Siu
234862e5b6
chore: update build scripts to use rimraf for cleaning dist directory and add rimraf as a dependency in relevant package.json files
2026-02-24 23:17:14 -06:00
Mauricio Siu
b8bfee7f87
chore: add path mapping for server module in tsconfig.json to improve module resolution in the schedules app
2026-02-24 22:55:42 -06:00
Mauricio Siu
2a3ae89f5e
refactor: replace global db declaration with a globalForDb object to prevent redeclaration issues in monorepos and improve connection management in development and production environments
2026-02-24 22:48:29 -06:00
Mauricio Siu
c22e006e30
refactor: rename db variable to dbConnection for improved clarity and export the connection for consistent usage across the application
2026-02-24 22:44:48 -06:00
Mauricio Siu
66ef8a0a5f
refactor: update database type declaration to use a centralized Database type for improved clarity and consistency
2026-02-24 22:41:54 -06:00
Mauricio Siu
d29de8fcba
chore: remove DEBUG-BUILD.md file as it is no longer needed for debugging instructions
2026-02-24 20:32:50 -06:00
Mauricio Siu
42eeade121
chore: update drizzle-orm version to 0.45.1 across all package.json files and remove catalog reference for improved dependency management
2026-02-24 19:48:42 -06:00
autofix-ci[bot]
8e893e6c64
[autofix.ci] apply automated fixes
2026-02-25 01:41:27 +00:00
Mauricio Siu
e0c5273eb3
chore: centralize drizzle-orm versioning by using a catalog reference in package.json files and update pnpm-workspace.yaml for shared dependency management
2026-02-24 19:41:04 -06:00
Mauricio Siu
a1ebb804fe
refactor: reorganize imports in utils.ts to enhance clarity and maintainability
2026-02-24 19:01:44 -06:00
Mauricio Siu
b2218efce6
refactor: update database imports to use centralized db module for improved consistency across API routes and schemas
2026-02-24 19:00:30 -06:00
Mauricio Siu
b027d21589
refactor: simplify API configuration by returning links directly and moving transformer to the main return object for improved clarity
2026-02-24 18:38:26 -06:00
Mauricio Siu
2d0874d499
feat: add triggerType field to application schema for enhanced event handling
2026-02-24 18:35:26 -06:00
Mauricio Siu
e92ba584c0
refactor: utilize createInsertSchema for server API schemas to enhance consistency and clarity across create, update, and remove operations
2026-02-24 13:04:51 -06:00
Mauricio Siu
53b612534d
refactor: update volume backup and environment description handling to use undefined instead of null for improved consistency; enhance error handling in AI component
2026-02-24 13:03:42 -06:00
Mauricio Siu
7b6ece0b65
refactor: streamline mount schema definitions by utilizing createSchema for improved consistency and clarity
2026-02-24 13:00:40 -06:00
Mauricio Siu
3b7dcaca7a
chore: update drizzle-orm version to 0.41.0 in package.json and pnpm-lock.yaml; refactor schema definitions for improved clarity and consistency across various database schemas
2026-02-24 12:58:22 -06:00
autofix-ci[bot]
0d0383f84a
[autofix.ci] apply automated fixes
2026-02-24 07:07:46 +00:00
Mauricio Siu
331b12c7d8
chore: update @dokploy/trpc-openapi to version 0.0.14 and swagger-ui-react to version 5.31.2; refactor OpenAPI document handling in swagger.tsx and settings.ts for improved compatibility and clarity
2026-02-24 01:07:23 -06:00
Mauricio Siu
7c534d62b6
chore: update dependencies in pnpm-lock.yaml and package.json, including zod to version 4.3.6, @dokploy/trpc-openapi to version 0.0.13, and @trpc packages to version 11.10.0; refactor loading state handling in application components
2026-02-23 23:50:55 -06:00
autofix-ci[bot]
df648eccf6
[autofix.ci] apply automated fixes
2026-02-23 17:11:01 +00:00
Mauricio Siu
fca10c135a
chore: update zod and react-hook-form integration to use standard-schema resolver; update dependencies in pnpm-lock.yaml
2026-02-23 11:10:28 -06:00
Mauricio Siu
03969b8f45
refactor: restructure auth export to improve type safety and clarity
2026-02-23 02:43:31 -06:00
Mauricio Siu
d8e08558cc
chore: update dependencies in pnpm-lock.yaml to latest versions, including hono, ai-sdk packages, and react-hook-form
2026-02-23 02:13:51 -06:00
Mauricio Siu
293ad3862a
chore: update @better-auth/utils to version 0.3.1 in package.json and pnpm-lock.yaml
2026-02-23 02:06:36 -06:00
autofix-ci[bot]
6cc646c974
[autofix.ci] apply automated fixes
2026-02-23 08:00:25 +00:00
Mauricio Siu
d00ec952a9
fix: remove unnecessary console log for provider in auth.ts
2026-02-23 02:00:04 -06:00
Mauricio Siu
74461c860e
chore: update @better-auth/sso and better-auth to version 1.5.0-beta.16; rename session_temp table to session and adjust related constraints; add new SQL migration for session table; implement getTrustedProviders function for dynamic provider retrieval
2026-02-23 01:58:59 -06:00
Mauricio Siu
9d09e51cf7
Merge pull request #3780 from Dokploy/3673-dokploy-fails-with-bad-request-after-webui-triggered-update-and-does-not-recover-automatically
...
fix: add error handling to dokploy restart notifications
2026-02-22 20:06:53 -06:00
Mauricio Siu
e3aadf1908
fix: add error handling to dokploy restart notifications
2026-02-22 20:05:58 -06:00
Mauricio Siu
5435e1dac4
Merge pull request #3760 from jirkavrba/feat/optional-dockerfile-path
...
feat: Make dockerfile path optional and default to "Dockerfile"
2026-02-22 01:48:17 -06:00
Jiří Vrba
999e5fabd3
feat: Add Dockerfile as default value for the application database column
2026-02-21 11:34:40 +01:00
Jiří Vrba
6a2098d522
Remove useless defaultValue
2026-02-20 09:31:34 +01:00
Jiří Vrba
5d3e05536e
feat: Make dockerfile path optional and default to "Dockerfile"
2026-02-20 09:19:20 +01:00
Mauricio Siu
3e461f642e
Merge pull request #3750 from mixelburg/fix/monitoring-memory-leak
...
fix: cap monitoring chart data to prevent memory leak
2026-02-19 15:06:35 -06:00
Mauricio Siu
7a62f47e43
Merge pull request #3758 from Dokploy/feat/add-new-pricing
...
Feat/add new pricing
2026-02-19 15:01:18 -06:00
Mauricio Siu
daf700429d
refactor: update billing pricing calculations and display
...
- Revised pricing calculations for Hobby and Startup tiers to reflect accurate annual rates with 20% discount.
- Updated comments for clarity and consistency in pricing logic.
- Adjusted billing display to show the correct annual pricing for additional servers.
2026-02-19 14:57:45 -06:00
Mauricio Siu
781bf5e116
refactor: remove commented-out code and clean up Stripe router
...
- Eliminated outdated comments related to legacy plan detection and current pricing calculations.
- Improved code readability by removing unnecessary comments that no longer serve a purpose.
2026-02-19 14:53:28 -06:00
autofix-ci[bot]
66190434a7
[autofix.ci] apply automated fixes
2026-02-19 20:51:00 +00:00
Mauricio Siu
2b42ef7829
refactor: simplify product ID handling and refine validation logic in Stripe router
...
- Updated the product ID array construction to directly include Hobby and Startup product IDs.
- Streamlined the refinement logic for server quantity validation, improving readability without altering functionality.
- Ensured consistent validation messages for the Startup plan requirements.
2026-02-19 14:50:28 -06:00
Mauricio Siu
97374f736e
feat: update billing display to show monthly pricing for additional servers
...
- Modified the billing section to clarify that users can add more servers at the specified monthly rate.
- Added monthly pricing display for both Hobby and Startup tiers when the annual plan is selected.
- Enhanced user experience by providing clearer pricing information based on server quantity.
2026-02-19 12:45:18 -06:00
Mauricio Siu
28fc58d898
feat: enhance billing upgrade process with confirmation dialog and toast notifications
...
- Integrated a confirmation dialog for upgrading plans, providing users with clear details about their current and new plans.
- Added toast notifications to inform users of successful upgrades or errors during the process.
- Updated UI elements for better styling and user experience in the billing section.
2026-02-19 12:11:27 -06:00
Mauricio Siu
32a14be564
feat: enhance billing functionality with new pricing tiers and upgrade options
...
- Added new pricing calculations for Hobby and Startup tiers, including server quantity handling.
- Implemented upgrade functionality for users on legacy plans to switch to Hobby or Startup plans.
- Updated Stripe webhook to correctly calculate server quantities based on subscription items.
- Refactored getStripeItems utility to accommodate new billing tiers and server quantity logic.
2026-02-19 02:04:59 -06:00
Maks Pikov
e874b2c459
fix: cap monitoring chart data to prevent memory leak ( #3712 )
2026-02-19 07:42:08 +00:00
Mauricio Siu
660bc3cd00
Merge pull request #3591 from vtomasr5/allow-zipdrop-build-server
...
fix: extract ZIP drop deployment to build server when configured
2026-02-18 20:20:27 -06:00
Mauricio Siu
c98548fa51
Merge pull request #3574 from ivanpadavan/patches-impl
...
feat: Add patches functionality
2026-02-18 20:19:06 -06:00