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
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
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
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
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
bdkopen
1b5bfe051d
chore: uninstall rotating-file-stream
2025-12-27 12:33:39 -05:00
Amir Moradi
93fa19213e
Downgrade package manager version to pnpm@9.12.0
2025-12-20 07:45:48 +01:00
Amir Moradi
ed701df6ac
Downgrade package manager to pnpm@9.15.9
2025-12-17 01:38:03 +01:00
Claude
9e89edf167
chore(deps): update all tool versions across the codebase
...
Update to latest stable versions:
- pnpm: 9.12.0 → 10.26.0
- Docker: 28.5.0/28.5.2 → 29.1.3
- Nixpacks: 1.39.0 → 1.41.0
- Railpack: 0.2.2/0.15.0 → 0.15.1
- buildpacks/pack: 0.35.0 → 0.39.1
Files updated:
- All Dockerfiles (main, schedule, cloud, server)
- All package.json files (root, server, api, schedules, dokploy)
- GitHub workflow (pull-request.yml)
- Server setup script
- Database schema and DBML files
- Test fixtures
- UI components
2025-12-16 21:06:40 +00:00
ChristoferMendes
c9f356e314
Merge branch 'canary' of github.com:ChristoferMendes/dokploy into feature/add-custom-webhook-notification-provider
2025-11-28 09:41:09 -03:00
Mauricio Siu
af2b053caa
feat: enhance environment variable handling for shell commands
...
- Added `prepareEnvironmentVariablesForShell` function to properly escape environment variables for shell usage.
- Updated various builders (Docker, Heroku, Nixpacks, Paketo, Railpack) to utilize the new function for improved handling of special characters in environment variables.
- Introduced tests to validate the handling of environment variables with various special characters, ensuring robustness in shell command execution.
- Added `shell-quote` dependency to manage quoting of shell arguments effectively.
2025-11-19 21:17:09 -06:00
Mauricio Siu
69b7777db4
chore: update node-os-utils to version 2.0.1 and refactor lodash imports
...
- Upgraded `node-os-utils` from version 1.3.7 to 2.0.1 across multiple package.json files.
- Removed deprecated `@types/node-os-utils` dependency.
- Refactored lodash imports to use a single import statement for consistency.
- Enhanced Docker stats monitoring by integrating new features from `node-os-utils` version 2.0.1.
2025-11-15 00:28:44 -06:00
ChristoferMendes
1c0673b327
feat: update server package with dbml script runner
2025-11-11 09:16:45 -03:00
Mauricio Siu
80b22d9458
refactor: replace js-yaml with yaml package for YAML parsing and stringifying across the application
2025-09-21 02:20:20 -06:00
Mauricio Siu
1635bab44f
Reapply "refactor: update database connection handling and remove unused migra…"
...
This reverts commit 17f333ac2a .
2025-08-24 23:49:48 -06:00
Mauricio Siu
17f333ac2a
Revert "refactor: update database connection handling and remove unused migra…"
2025-08-24 23:44:00 -06:00
Mauricio Siu
8c420ff4f5
refactor: update package.json to use TypeScript source files instead of compiled JavaScript
2025-08-24 16:20:32 -06:00
Mauricio Siu
cbf6f95891
refactor: update database connection handling and remove unused migration and seed files
2025-08-24 16:19:33 -06:00
Vyacheslav Scherbinin
6612c92b4f
chore: update ai providers
2025-08-20 13:16:04 +07:00
Vyacheslav Scherbinin
88c8fe4614
chore: update ollama ai provider
2025-08-20 00:58:39 +07:00
Marukome0743
d4a3af475a
chore(package): version up pnpm to v9.12.0
2025-07-14 15:58:20 +09:00
Marukome0743
226a287ce7
chore: update package.json
2025-07-09 15:33:37 +09:00
Marukome0743
319ca6944d
chore: sort the package.json dependencies
2025-06-16 13:06:44 +09:00
Mauricio Siu
9c73b8dc36
feat: add pino and pino-pretty for logging, implement logger utility
2025-05-26 01:45:14 -06:00
Mauricio Siu
c1640cba29
chore: update better-auth to v1.2.8-beta.7 in package.json and pnpm-lock.yaml
2025-05-10 01:30:03 -06:00
Mauricio Siu
9b5cd0f5fe
chore: update dependencies and enhance 2FA form
...
- Updated `better-auth` to version 1.2.6 in multiple package.json files.
- Updated `@better-auth/utils` to version 0.2.4 in server package.json.
- Added optional `issuer` field to the 2FA form for enhanced user experience.
- Removed unnecessary console log from the profile form component.
2025-04-12 21:11:21 -06:00
Mauricio Siu
dbcfc702d4
Merge branch 'canary' into refactor-show-build-form-and-prettier
2025-03-30 03:31:49 -06:00
Mauricio Siu
4eaf8fee0f
Add toml package and update configuration parsing in Dokploy
...
- Added toml package version 3.0.0 to package.json files in both apps/dokploy and packages/server.
- Replaced js-yaml load function with toml parse function for configuration parsing in compose.ts and github.ts files, ensuring compatibility with TOML format.
- Updated pnpm-lock.yaml to reflect the new toml dependency.
2025-03-30 01:12:27 -06:00
Mauricio Siu
fe967239b4
Merge branch 'canary' into feat/add-gitea-repo
2025-03-29 13:47:18 -06:00
Mauricio Siu
ee49dadf0b
refactor(dokploy): remove lucia-auth adapter and related authentication logic; update next.js version to 15.2.4
2025-03-29 12:17:14 -06:00
André Ferreira
1f28a21835
remove prettier
2025-03-28 19:21:39 +00:00
Jason Parks
ea39b152f4
fix: resolved merge conflicts with fork/canary
2025-03-16 03:02:15 -06:00
Jason Parks
027406547e
feat(gitea): Added Gitea Repo Integration
2025-03-16 02:11:48 -06:00
Mauricio Siu
c2e05e86d9
Revert "feat(i18n): update zh-Hans translation"
2025-03-15 22:08:49 -06:00
Mauricio Siu
0bc2734925
Merge branch 'canary' into feat/update-zh-Hans-translation
2025-03-15 20:55:16 -06:00
Mauricio Siu
6f7a5609a3
chore: update better-auth package to version 1.2.4 and kysely to version 0.27.6; enhance error handling in 2FA feature
2025-03-15 14:45:21 -06:00
Mauricio Siu
b73bb0db5f
Merge branch 'canary' into feat/migration-templates
2025-03-09 12:36:14 -06:00
JiPai
2902648188
chore(package.json): auto format package.json
2025-03-09 23:11:14 +08:00
Mauricio Siu
c1aeb828d8
feat(applications): add watch paths for selective deployments
...
- Implement watch paths feature for GitHub and GitLab applications and compose services
- Add ability to specify paths that trigger deployments when changed
- Update database schemas to support watch paths
- Integrate micromatch for flexible path matching
- Enhance deployment triggers with granular file change detection
2025-03-08 23:32:08 -06:00
Mauricio Siu
747c2137c9
Reapply "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit e6cb6454db .
2025-03-02 00:30:02 -06:00
Mauricio Siu
e6cb6454db
Revert "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit 819822f30b , reversing
changes made to bda9b05134 .
2025-03-02 00:26:59 -06:00
Mauricio Siu
819822f30b
Merge branch 'canary' into kucherenko/canary
2025-03-02 00:23:58 -06:00
Mauricio Siu
5dc5292928
feat(api): implement advanced API key management with granular controls
2025-03-01 19:58:15 -06:00
Mauricio Siu
5568629839
refactor: organize imports and improve template utility modules
2025-03-01 14:45:50 -06:00
Mauricio Siu
49b37d531a
feat: add GitHub-based template fetching and caching mechanism
2025-03-01 00:57:32 -06:00
Mauricio Siu
7abe060fcf
feat: enhance two-factor authentication and auth client implementation
2025-02-17 00:07:36 -06:00
Mauricio Siu
7c0d223e17
refactor: add fields
2025-02-13 01:42:58 -06:00
Mauricio Siu
b7112b89fd
refactor: add migration
2025-02-10 00:39:46 -06:00
Mauricio Siu
c04bf3c7e0
feat: add migration
2025-02-09 18:19:21 -06:00