Narciso E. Núñez Arias
cf22a0e058
Merge pull request #4828 from Dokploy/fix/yaml-editor-auto-indent
...
fix(editor): consistent YAML auto-indent on newline
2026-08-11 00:40:52 -04:00
Narciso E. Núñez Arias
c05e6d5a6b
Merge pull request #4872 from Dokploy/fix/cmdi-domain-servicename
...
fix(security): command injection via compose domain serviceName (host escape)
2026-08-11 00:38:57 -04:00
Narciso
286938bbbb
fix: sort imports in domain.ts (biome)
2026-08-11 00:22:45 -04:00
Narciso E. Núñez Arias
79b5ff96ca
Merge pull request #4791 from PixelPerfector/fix/remote-threshold-server-name
...
fix(notifications): use real server name in remote threshold alerts
2026-08-11 00:22:12 -04:00
Narciso
604d9b1004
Merge remote-tracking branch 'origin/canary' into fix/cmdi-domain-servicename
2026-08-11 00:18:31 -04:00
Narciso E. Núñez Arias
f9057d9304
Merge pull request #4985 from Dokploy/fix/sync-version-release-spec
...
fix(ci): generate OpenAPI spec from the release commit in sync-version
2026-08-11 00:15:29 -04:00
Narciso E. Núñez Arias
ce0fe63b4a
Merge pull request #4967 from Dokploy/fix/restore-drop-use-statements
...
fix(restore): drop USE/CREATE DATABASE statements so mysql/mariadb restores target the selected database
2026-08-10 23:40:10 -04:00
Narciso E. Núñez Arias
218687f46d
Merge pull request #4969 from Dokploy/fix/server-threshold-email
...
fix(notifications): send server threshold alerts through email, resend, gotify and ntfy
2026-08-10 23:29:21 -04:00
Mauricio Siu
2d7caceeed
Merge pull request #5035 from alsmadi99/fix/biome-scanner-memory-leak
...
fix: exclude node_modules/.next from biome scanner, bump to 2.5.7
2026-08-10 16:58:24 -06:00
Mauricio Siu
fada032f72
feat: add @aws-sdk/client-secrets-manager dependency to pnpm-lock.yaml
...
- Included the @aws-sdk/client-secrets-manager package version 3.1097.0 to facilitate AWS Secrets Manager integration for managing environment secrets.
2026-08-10 16:56:55 -06:00
Mauricio Siu
be9c8260c6
feat: add AWS Secrets Manager client dependency
...
- Included the @aws-sdk/client-secrets-manager package to enable integration with AWS Secrets Manager for managing environment secrets.
2026-08-10 16:56:33 -06:00
Mauricio Siu
8ac0e52656
Merge pull request #5037 from Dokploy/feat/vault-provider-integration
...
feat: third-party vault providers for environment secrets (HashiCorp Vault/OpenBao, Infisical, AWS, Doppler, Azure)
2026-08-10 16:42:02 -06:00
Mauricio Siu
9747e832ac
feat: enhance vault provider access control and environment variable handling
...
- Updated the environment autocomplete component to include projectId and environmentId in vault secret fetching logic.
- Added authorization checks in the vault provider router to ensure users have access to the specified project and environment.
- Modified the vault provider schema to include projectId and optional environmentId for better validation.
- Improved error handling for unauthorized access and invalid vault provider assignments.
2026-08-10 16:41:08 -06:00
autofix-ci[bot]
ce717a3de6
[autofix.ci] apply automated fixes
2026-08-10 22:28:45 +00:00
Mauricio Siu
f6622428f7
feat: enhance vault provider management and environment variable resolution
...
- Introduced support for project and environment assignments for vault providers, allowing for more granular access control.
- Updated the vault provider schema to include assignments and modified related components to handle these changes.
- Enhanced UI to display assignment status and allow users to manage project and environment associations effectively.
- Added validation to ensure assignments reference valid projects and environments within the organization.
- Updated tests to cover new functionality related to vault provider assignments and environment variable resolution.
2026-08-10 16:25:39 -06:00
Mauricio Siu
b8822a1fde
feat: integrate vault provider management and environment variable resolution
...
- Added support for managing various vault providers (HashiCorp, AWS, Azure, Doppler, Infisical) in the dashboard.
- Implemented environment variable resolution using vault references, allowing seamless integration of secrets into application environments.
- Enhanced UI components to display and manage vault providers effectively.
- Introduced tests for vault reference resolution and environment variable preparation.
- Updated related components to utilize new vault management features.
2026-08-10 11:14:55 -06:00
Mohammad AlSmadi
ae2edc79bf
fix: enable tailwindDirectives in biome css parser
...
Biome 2.5.7's CSS parser rejects @apply/@theme (Tailwind v4 syntax)
by default, which broke the format CI job after the version bump.
Enable css.parser.tailwindDirectives and apply the resulting
formatter output (quote-style/line-wrap normalization from the
newer formatter).
2026-08-10 15:31:17 +04:00
Mohammad AlSmadi
dced7970ac
fix: exclude node_modules/.next from biome scanner, bump to 2.5.7
...
Biome's scanner walks node_modules and generated build output
(e.g. Next.js/Turbopack .next/dev chunks) regardless of files.includes,
which only governs lint/format targets, not the module-graph scanner.
On this monorepo (112k+ files under node_modules, actively regenerated
.next/dev artifacts) that let the biome daemon's memory grow unbounded
over a long-lived editor session.
Set files.experimentalScannerIgnores to exclude node_modules, .next,
.docker, and dist from the scanner, and bump @biomejs/biome from 2.1.1
to 2.5.7 to pick up several intervening scanner/module-graph fixes
(deadlock fix in 2.5.3, scanner-triggered memory fix in 2.5.2).
2026-08-10 15:07:47 +04:00
Mauricio Siu
771d76a57c
Merge pull request #5027 from Dokploy/feat/docker-unified-tabs
...
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Generate and Sync OpenAPI / Generate OpenAPI and commit to Dokploy repo (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Docker Build / sync-version (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
feat: unified Docker dashboard with volumes section and file explorer
2026-08-09 13:14:07 -06:00
Mauricio Siu
d0eb6ef1ca
feat: add volumes section and file explorer for containers and volumes
2026-08-09 13:03:41 -06:00
Mauricio Siu
8637acb56c
refactor: simplify SwarmMonitorCard logic and update dashboard structure
...
- Refactored SwarmMonitorCard to use optional chaining for node data handling.
- Consolidated loading and error states into a single conditional rendering block.
- Updated dashboard layout to include tabs for containers and swarm, enhancing navigation.
- Removed deprecated network-related code from the dashboard.
2026-08-09 12:28:22 -06:00
Mauricio Siu
4791863ff9
Merge pull request #5025 from Dokploy/fix/backup-double-dump-4222
...
fix: run database dump once per backup and clean up partial uploads on failure
2026-08-09 12:11:28 -06:00
Mauricio Siu
f633d4b0a3
fix: run database dump once per backup and clean up partial uploads on failure
2026-08-09 12:10:13 -06:00
Mauricio Siu
b7db28408d
Merge pull request #5024 from Dokploy/fix/stack-containers-worker-nodes-4520
...
fix: show stack containers running on worker nodes
2026-08-09 11:38:00 -06:00
Mauricio Siu
1f73ebd0b0
fix: list stack containers across swarm nodes via docker stack ps
2026-08-09 11:37:19 -06:00
Mauricio Siu
ef0272a4ec
Merge pull request #5019 from Dokploy/fix/chart-animation-4414
...
Auto PR to main when version changes / create-pr (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Dokploy Docker Build / docker-amd (push) Waiting to run
Dokploy Docker Build / docker-arm (push) Waiting to run
Dokploy Docker Build / combine-manifests (push) Blocked by required conditions
Dokploy Docker Build / generate-release (push) Blocked by required conditions
Dokploy Docker Build / sync-version (push) Blocked by required conditions
autofix.ci / format (push) Waiting to run
Dokploy Monitoring Build / docker-amd (push) Waiting to run
Dokploy Monitoring Build / docker-arm (push) Waiting to run
Dokploy Monitoring Build / combine-manifests (push) Blocked by required conditions
fix: disable recharts animation on monitoring charts
2026-08-09 02:34:32 -06:00
Mauricio Siu
bd7fb8f23c
fix: disable recharts animation on monitoring charts
2026-08-09 02:33:47 -06:00
Mauricio Siu
e801b6cda0
Merge pull request #4225 from GuillaumeLecomte1/fix/favicon-theme-toggle
...
fix(ui): update favicon dynamically based on app theme
2026-08-09 02:19:58 -06:00
Mauricio Siu
05ab210acd
Merge pull request #5018 from Dokploy/fix/compose-preview-patches-4243
...
fix: compose preview not reflecting patches
2026-08-09 02:07:34 -06:00
Mauricio Siu
bc935ae3ad
fix: apply compose file patches in preview and domain injection
2026-08-09 02:06:23 -06:00
Mauricio Siu
4b90eb0d90
Merge pull request #5017 from Dokploy/fix/terminal-mac-option-keys-4297
...
fix: allow Option/Alt composed characters in terminals on macOS
2026-08-09 01:30:21 -06:00
Mauricio Siu
b20348908f
fix: allow Option/Alt composed characters in terminals on macOS
2026-08-09 01:29:42 -06:00
Mauricio Siu
f08c53c9b7
Merge pull request #5005 from Dokploy/fix/postgres-image-mountpath-warning
...
fix: warn on postgres image change when the implied data directory mismatches the mounted volume
2026-08-08 23:37:07 -06:00
Mauricio Siu
c0694eb5b2
fix: improve mount path warning for PostgreSQL by handling multiple data mounts
2026-08-08 23:36:48 -06:00
Mauricio Siu
c05511db33
Merge pull request #5008 from Dokploy/fix/compose-create-env-file-toggle
...
Auto PR to main when version changes / create-pr (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Dokploy Docker Build / docker-amd (push) Waiting to run
Dokploy Docker Build / docker-arm (push) Waiting to run
Dokploy Docker Build / combine-manifests (push) Blocked by required conditions
Dokploy Docker Build / generate-release (push) Blocked by required conditions
Dokploy Docker Build / sync-version (push) Blocked by required conditions
autofix.ci / format (push) Waiting to run
Dokploy Monitoring Build / docker-amd (push) Waiting to run
Dokploy Monitoring Build / docker-arm (push) Waiting to run
Dokploy Monitoring Build / combine-manifests (push) Blocked by required conditions
Generate and Sync OpenAPI / Generate OpenAPI and commit to Dokploy repo (push) Waiting to run
fix: add createEnvFile toggle to Compose, mirroring Application
2026-08-08 14:01:26 -06:00
autofix-ci[bot]
be71866c96
[autofix.ci] apply automated fixes
2026-08-07 17:51:52 -04:00
Narciso
5c862f7ef4
fix: add createEnvFile toggle to Compose, mirroring Application
2026-08-07 17:28:57 -04:00
Narciso E. Núñez Arias
1de7b515ab
Merge pull request #4171 from rpoetrap/fix/docker-host
...
Auto PR to main when version changes / create-pr (push) Has been cancelled
Build Docker images / build-and-push-cloud-image (push) Has been cancelled
Build Docker images / build-and-push-schedule-image (push) Has been cancelled
Build Docker images / build-and-push-server-image (push) Has been cancelled
Dokploy Docker Build / docker-amd (push) Has been cancelled
Dokploy Docker Build / docker-arm (push) Has been cancelled
autofix.ci / format (push) Has been cancelled
Dokploy Monitoring Build / docker-amd (push) Has been cancelled
Dokploy Monitoring Build / docker-arm (push) Has been cancelled
Dokploy Docker Build / combine-manifests (push) Has been cancelled
Dokploy Docker Build / generate-release (push) Has been cancelled
Dokploy Docker Build / sync-version (push) Has been cancelled
Dokploy Monitoring Build / combine-manifests (push) Has been cancelled
fix: invalid docker host while using docker desktop
2026-08-07 15:46:51 -04:00
Narciso E. Núñez Arias
91258d00ad
Merge pull request #4997 from ews-pgasser/fix/chaining-canary
...
fix: allow docker compose command chaining
2026-08-07 10:34:08 -04:00
ews-pgasser
65d2853b9e
chore: add tests
2026-08-07 12:01:08 +00:00
ews-pgasser
f3c7edcfd6
fix: use proper linting
2026-08-07 12:00:55 +00:00
Philipp Gasser
fe0a84dde8
Merge branch 'Dokploy:canary' into fix/chaining-canary
2026-08-07 13:00:57 +02:00
Mauricio Siu
6a10923a50
fix: warn when the postgres image implies a data directory that mismatches the mounted volume
2026-08-07 01:34:15 -06:00
Mauricio Siu
bcab5b059f
Merge pull request #5004 from Dokploy/fix/isolated-deployment-traefik-network-label
...
Auto PR to main when version changes / create-pr (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Dokploy Docker Build / docker-amd (push) Waiting to run
Dokploy Docker Build / docker-arm (push) Waiting to run
Dokploy Docker Build / combine-manifests (push) Blocked by required conditions
Dokploy Docker Build / generate-release (push) Blocked by required conditions
Dokploy Docker Build / sync-version (push) Blocked by required conditions
autofix.ci / format (push) Waiting to run
Dokploy Monitoring Build / docker-amd (push) Waiting to run
Dokploy Monitoring Build / docker-arm (push) Waiting to run
Dokploy Monitoring Build / combine-manifests (push) Blocked by required conditions
fix: pin Traefik routing to the isolated network on isolated deployments
2026-08-07 01:14:42 -06:00
Mauricio Siu
a8c35f7501
fix: pin traefik routing to the isolated network when isolated deployment is enabled
2026-08-07 01:13:13 -06:00
Mauricio Siu
9f69f6cbf9
Merge pull request #4998 from Dokploy/fix/monitoring-io-charts-nan
...
Auto PR to main when version changes / create-pr (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Dokploy Docker Build / docker-amd (push) Waiting to run
Dokploy Docker Build / docker-arm (push) Waiting to run
Dokploy Docker Build / combine-manifests (push) Blocked by required conditions
Dokploy Docker Build / generate-release (push) Blocked by required conditions
Dokploy Docker Build / sync-version (push) Blocked by required conditions
autofix.ci / format (push) Waiting to run
Dokploy Monitoring Build / docker-amd (push) Waiting to run
Dokploy Monitoring Build / docker-arm (push) Waiting to run
Dokploy Monitoring Build / combine-manifests (push) Blocked by required conditions
fix: Block I/O and Network I/O monitoring charts not populating
2026-08-06 14:21:44 -06:00
Mauricio Siu
b3e7a8a74c
fix: parse Block I/O and Network I/O stats to numeric MB so monitoring charts render
2026-08-06 14:20:29 -06:00
Mauricio Siu
309dd567d6
Merge pull request #4624 from fcsouza/fix/structured-log-level
...
fix(logs): respect log level explicitly declared by structured loggers
2026-08-06 14:00:35 -06:00
Mauricio Siu
340687574a
Merge pull request #4824 from Dokploy/fix/log-viewer-false-error-classification
...
fix(logs): don't classify explicit non-error key/values as error
2026-08-06 13:55:19 -06:00
Mauricio Siu
dd04312470
Merge pull request #4994 from elisiumm/fix/nixpacks-static-spa-toggle
...
fix(ui): expose isStaticSpa toggle for nixpacks + publish directory
2026-08-06 13:43:27 -06:00