Marukome0743
a762b4b4ae
docs: update docker installation method of Ubuntu
2025-07-03 08:41:08 +09:00
Mauricio Siu
2fe7349889
chore: update version in package.json to v0.23.6
v0.23.6
2025-07-01 23:18:44 -06:00
Mauricio Siu
5c1c969873
Merge pull request #2113 from Dokploy/fix/schedules-rm
...
fix: prevent removal of current directory in deployment logs
2025-07-01 23:18:15 -06:00
Mauricio Siu
2f6f1b19e7
fix: prevent removal of current directory in deployment logs
...
- Updated the removeLastTenDeployments function to check if logPath is not the current directory before executing the removal command.
- Enhanced the unlink operation to ensure it only attempts to delete valid log paths.
2025-07-01 23:17:27 -06:00
Mauricio Siu
03e04b7bce
Merge pull request #2105 from Dokploy/fix/cancel-schedules
...
feat: add kill process functionality to schedules
2025-06-29 21:13:37 -06:00
Mauricio Siu
b920e7c0f1
fix: handle potential null data in PID extraction for runCommand function
2025-06-29 21:10:11 -06:00
Mauricio Siu
15fde820a3
Merge pull request #2104 from DearTanker/canary
...
Style: Make Node Applications more readable.
2025-06-29 21:09:29 -06:00
Mauricio Siu
64293fce79
feat: add kill process functionality to deployments
...
- Implemented a new mutation to kill a running deployment process by its PID.
- Updated the deployment schema to include a PID field.
- Enhanced the deployment service to handle process termination and status updates.
- Modified the deployment scripts to echo PID and schedule ID for better tracking.
- Added error handling for the kill process operation.
2025-06-29 21:08:51 -06:00
DearTanker
526f249d0e
Style: Make Node Applications more readable
2025-06-30 10:54:45 +08:00
Mauricio Siu
4796b0cf4e
chore: update version in package.json to v0.23.5
v0.23.5
2025-06-29 14:09:31 -06:00
Mauricio Siu
159a055bc6
Merge pull request #2102 from Dokploy/2092-preview-link-without-protocol
...
fix: update preview deployment comment to include protocol in domain URL
2025-06-29 13:47:30 -06:00
Mauricio Siu
cfade317f1
fix: update preview deployment comment to include protocol in domain URL
2025-06-29 13:47:17 -06:00
Mauricio Siu
36ebefff16
Merge pull request #2083 from Marukome0743/models
...
chore: remove unknown `apps/models` from pnpm-workspace.yaml
2025-06-29 13:24:33 -06:00
Mauricio Siu
7cc0603078
Merge pull request #2101 from SashkaHavr/fix-docker-config-path
...
fix: change default DOCKER_CONFIG to a config directory instead of config.json file
2025-06-29 13:24:08 -06:00
Mauricio Siu
e0e42ac554
Merge pull request #2100 from DearTanker/canary
...
style: Remove the width restriction on the server name.
2025-06-29 12:44:12 -06:00
Oleksandr Havrylov
e004d8bd52
fix: change default DOCKER_CONFIG to a config directory instead of config.json file
2025-06-29 17:14:50 +02:00
DearTanker
0c0912f606
Style: Remove the width restriction on the server name so that it can be displayed in full.
2025-06-29 21:13:36 +08:00
Mauricio Siu
e79f8c4b72
feat: add Tolgee sponsorship banner to README
v0.23.4
2025-06-27 00:11:02 -06:00
Mauricio Siu
26e2a24f63
chore: update version in package.json to v0.23.4
2025-06-26 23:57:36 -06:00
Mauricio Siu
830feabd70
Merge pull request #2072 from dscamargo/feat/database-name-database-backup-notification
...
feat: add database name in database backup notification
2025-06-26 23:55:57 -06:00
Mauricio Siu
122a3d110d
Merge pull request #2090 from Dokploy/fix/correct-database-type-on-compose-backups
...
fix(backups): enhance database type handling in compose backup process
2025-06-26 23:34:33 -06:00
Mauricio Siu
c05edb313f
fix(backups): enhance database type handling in compose backup process
...
- Added a new function to determine the database type based on the backup configuration.
- Updated notifications to use the correct database type instead of a hardcoded value.
2025-06-26 23:32:18 -06:00
Mauricio Siu
1ec2853862
Merge pull request #2089 from Dokploy/2080-invalid-name-when-trying-to-deploy-an-app-with-dockerfile-to-ghcrio
...
fix(upload): refactor registry tag construction for image uploads
2025-06-26 23:02:36 -06:00
Mauricio Siu
5c2709248c
fix(upload): refactor registry tag construction for image uploads
...
- Updated the logic for constructing the registry tag in the uploadImage and uploadImageRemoteCommand functions to ensure correct formatting.
- Removed unnecessary path imports and streamlined the code for better readability.
2025-06-26 23:00:51 -06:00
autofix-ci[bot]
bc79074441
[autofix.ci] apply automated fixes
2025-06-27 03:13:41 +00:00
Mauricio Siu
5ada451916
Merge pull request #2087 from Dokploy/feat/add-dokploy-cloud-endpoints
...
feat(settings): add query to retrieve Dokploy cloud IPs
2025-06-26 21:01:50 -06:00
Mauricio Siu
6b0d9240dd
feat(settings): add query to retrieve Dokploy cloud IPs
...
- Implemented a new admin procedure to fetch cloud IPs from environment variables.
- Returns an empty array if not in cloud mode.
2025-06-26 21:00:51 -06:00
Marukome0743
1e31ebb9c2
chore: remove unknown apps/models from pnpm-workspace.yaml
2025-06-26 16:49:44 +09:00
Douglas Camargo
499022a328
feat: add database name in database backup notification
2025-06-23 22:35:40 -03:00
Mauricio Siu
2a89be6efc
Merge pull request #2069 from Dokploy/2065-rollback-feature-dns-issues
...
feat(rollbacks): enhance fullContext type and refactor createRollback…
v0.23.3
2025-06-22 18:01:21 +02:00
autofix-ci[bot]
412bb9e874
[autofix.ci] apply automated fixes
2025-06-22 16:00:36 +00:00
Mauricio Siu
6290c217f1
feat(rollbacks): add alert for storage usage in rollback settings
...
- Introduced an AlertBlock component to inform users about increased storage usage when rollbacks are enabled.
- Added cautionary note regarding the potential deletion of rollback images during manual cache cleaning.
2025-06-22 10:00:14 -06:00
Mauricio Siu
4babdd45ea
chore: update version in package.json to v0.23.3
2025-06-22 09:58:35 -06:00
Mauricio Siu
24bff96898
feat(rollbacks): enhance fullContext type and refactor createRollback logic
...
- Updated fullContext type in rollbacks schema to include Application and Project types.
- Refactored createRollback function to separate fullContext from input and handle it more efficiently.
- Integrated environment variable preparation into the rollback process.
2025-06-22 09:56:36 -06:00
Mauricio Siu
892f272108
Merge pull request #2066 from nikolajjsj/feat/reset-2fa-script
...
Feat/reset 2fa script
v0.23.2
2025-06-22 16:40:47 +02:00
Mauricio Siu
fca537ee40
feat(esbuild): add entry point for reset-2fa script
2025-06-22 08:40:13 -06:00
Mauricio Siu
ae24aa8be5
Merge pull request #2067 from Dokploy/fix/envs-not-reset
...
fix: simplify useEffect condition in ShowEnvironment component
2025-06-22 16:32:54 +02:00
Mauricio Siu
b74d3995ee
chore: update version in package.json to v0.23.2
2025-06-22 08:32:20 -06:00
Mauricio Siu
f7fd77f7e9
fix: simplify useEffect condition in ShowEnvironment component
2025-06-22 08:31:46 -06:00
nikolajjsj
db8a4e6edf
feat(scripts): add command to run reset-2fa script
2025-06-22 15:11:12 +02:00
nikolajjsj
fa16cfec2a
feat(scripts): add script to reset 2fa for admin
...
Similar style to existing reset-password script
2025-06-22 15:10:57 +02:00
Mauricio Siu
f35d084dd4
chore: update version in package.json to v0.23.1
v0.23.1
2025-06-22 00:58:00 -06:00
Mauricio Siu
274daf52c0
Merge pull request #2062 from Dokploy/fix/migration-git-permissions
...
refactor(git_provider): update userId assignment to use owner_id from…
2025-06-22 08:57:10 +02:00
Mauricio Siu
da52d767eb
refactor(git_provider): update userId assignment to use owner_id from organization table
...
- Changed the SQL update statement to directly select the owner_id from the organization table instead of joining with the account table, simplifying the query.
2025-06-22 00:52:45 -06:00
Mauricio Siu
45a178e705
chore: update version in package.json to v0.23.0
v0.23.0
2025-06-21 23:58:27 -06:00
Mauricio Siu
ebf9db7cc0
Merge pull request #2037 from Marukome0743/sort
...
chore: alphabetize the package.json dependencies
2025-06-22 07:50:55 +02:00
Mauricio Siu
ec6c685a28
Merge pull request #2019 from zuohuadong/canary
...
chore(server-setup.ts) support opencloudos
2025-06-22 07:37:22 +02:00
Mauricio Siu
7b14e4c5d2
Merge pull request #1986 from Dokploy/319-ability-to-roll-back-service-depoyments
...
Ability to roll back service deployments
2025-06-22 07:35:36 +02:00
Mauricio Siu
316f592e09
refactor(rollback): clean up unused code in rollback router
...
- Removed commented-out code and unused imports from the rollback router file to streamline the codebase and improve readability.
2025-06-21 23:35:11 -06:00
Mauricio Siu
bd82199ae0
feat(rollback): implement rollback creation in deployment process
...
- Added logic to create a rollback entry if the application has an active rollback during the deployment process.
- Enhanced the rollback handling by determining the appropriate tag image based on the application's source type (docker or app name).
2025-06-21 23:24:53 -06:00