Mauricio Siu
1758655f66
feat(swarm): add OpenAPI metadata for drop-deployment endpoint in swarm router
v0.24.8
2025-08-04 00:28:03 -06:00
Mauricio Siu
029eed7755
refactor(dashboard): improve layout and spacing in ShowConvertedCompose component
v0.24.7
2025-08-03 18:10:19 -06:00
Mauricio Siu
f017536396
chore(package): bump version to v0.24.7
2025-08-03 18:04:24 -06:00
Mauricio Siu
ba5505cf81
feat(auth): add logger configuration to disable logging in production environment
2025-08-03 18:04:09 -06:00
Mauricio Siu
5ff5da9ff9
Merge pull request #2321 from Dokploy/1738-database-placement-constraints
...
feat(cluster-settings): Add swarm settings for databases
2025-08-03 17:41:08 -06:00
Mauricio Siu
e96a8ea4ad
feat(databases): increment ForceUpdate in TaskTemplate for service updates across MariaDB, MongoDB, MySQL, Postgres, and Redis
2025-08-03 17:39:35 -06:00
Mauricio Siu
42864d2472
feat(docker): update generateConfigContainer to accept Partial<ApplicationNested> and enhance mount checks
2025-08-03 17:21:09 -06:00
Mauricio Siu
ae25ea265c
feat(databases): enhance database service configuration by integrating health checks, restart policies, and additional settings across MariaDB, MongoDB, MySQL, Postgres, and Redis
2025-08-03 16:52:43 -06:00
Mauricio Siu
0755f28307
refactor(cluster-settings): update dialog content and improve layout in swarm settings component
2025-08-03 16:45:07 -06:00
Mauricio Siu
3d10d48425
fix(cluster-settings): ensure data validation for registryId in form defaults
2025-08-03 16:40:24 -06:00
Mauricio Siu
6e79183f6a
feat(cluster-settings): refactor cluster settings components to support multiple database types and add new swarm configuration fields
2025-08-03 16:36:14 -06:00
Mauricio Siu
2318fb062a
Merge pull request #2320 from Dokploy/2004-how-to-pause-log-output-in-doploy
...
feat(docker-logs): add pause/resume functionality for log streaming
2025-08-03 15:45:54 -06:00
Mauricio Siu
14b4bc9d85
feat(docker-logs): add pause/resume functionality for log streaming with message buffering
2025-08-03 15:43:53 -06:00
Mauricio Siu
4c72f1894c
Merge pull request #2319 from Dokploy/1614-sort-project-alphabetically-and-by-other-criteria
...
feat(show-projects): implement project sorting and filtering function…
2025-08-03 15:25:52 -06:00
Mauricio Siu
ebd632df04
feat(show-projects): implement project sorting and filtering functionality
2025-08-03 15:24:56 -06:00
Mauricio Siu
4878ed2b6f
Merge pull request #2318 from Dokploy/2223-local-deployment-doesnt-replace-old-container
...
feat(handle-ports): add publish mode warning for host mode limitations
2025-08-03 15:15:05 -06:00
Mauricio Siu
1d3ab2bafa
feat(handle-ports): add publish mode warning for host mode limitations
2025-08-03 15:13:11 -06:00
Mauricio Siu
7cb7cfa2a8
feat(pr-template): add a pull request template to standardize submissions
2025-08-03 13:38:17 -06:00
Mauricio Siu
6009697710
Merge pull request #2312 from JamBalaya56562/create-pr
...
ci(create-pr): remove unused id
2025-08-03 13:30:29 -06:00
Mauricio Siu
6be86b49bb
Merge pull request #2292 from JamBalaya56562/lint-shared
...
refactor: lint apps/components/shared files
2025-08-03 13:27:11 -06:00
Mauricio Siu
1e81244e0b
docs(contributing): update pull request guidelines and clarify branch roles
2025-08-03 13:21:02 -06:00
Mauricio Siu
f659ea463d
Merge pull request #2311 from JamBalaya56562/contributing
...
docs(contributing): use Alerts syntax of GitHub markdown
2025-08-03 13:17:16 -06:00
JamBalaya56562
caf57276a4
ci(create-pr): remove unused id
2025-08-03 18:09:33 +09:00
JamBalaya56562
15c6c7e657
docs(contributing): use Alerts syntax of GitHub markdown
2025-08-03 17:50:29 +09:00
JamBalaya56562
8be0db385a
refactor: lint apps/components/shared files
2025-08-03 17:25:06 +09:00
Mauricio Siu
4259e2533e
Merge pull request #2309 from Dokploy/1778-railpack-frontend-version-is-hardcoded
...
1778 railpack frontend version is hardcoded
v0.24.6
2025-08-03 02:22:40 -06:00
Mauricio Siu
a138d12082
chore(tests): set railpackVersion to '0.2.2' in drop test configuration
2025-08-03 02:20:28 -06:00
Mauricio Siu
a2405ddd84
chore(build): add cleanup step to remove builder container after Railpack build completion
2025-08-03 02:14:59 -06:00
Mauricio Siu
e785ad5599
fix(build): set default railpackVersion to '0.2.2' and ensure cleanup in build process
...
- Updated the ShowBuildChooseForm component to default railpackVersion to '0.2.2' if not specified.
- Added cleanup step in the buildRailpack function to remove the builder container after execution.
- Refactored application router to include railpackVersion in the application schema.
2025-08-03 02:00:10 -06:00
Mauricio Siu
cc6445a8ec
feat(application): add railpackVersion field to application schema and update related components
...
- Introduced a new column `railpackVersion` in the application table with a default value of '0.2.2'.
- Updated the application form to include a field for `railpackVersion` when the build type is set to railpack.
- Adjusted the build process to utilize the specified `railpackVersion` dynamically.
- Enhanced validation schema to accommodate the new field.
2025-08-03 01:54:07 -06:00
Mauricio Siu
b8f27d7b76
Merge pull request #2306 from Dokploy/2170-docker-compose-volume-mount-causes-oci-runtime-exec-failed-unless-container-is-force-recreated
...
refactor(docker): update docker exec command to set working directory…
2025-08-03 01:48:22 -06:00
Mauricio Siu
32f61b5e9b
refactor(docker): update docker exec command to set working directory for terminal sessions
2025-08-03 01:47:31 -06:00
Mauricio Siu
e2d6b5eb8a
Merge pull request #2305 from Dokploy/2249-traefik-doesnt-reload-when-installed-as-a-docker-service
...
refactor(traefik): update Traefik initialization to support standalon…
2025-08-03 01:21:45 -06:00
Mauricio Siu
7413c9484a
refactor(settings): remove unused getTraefikPorts function to streamline settings router
2025-08-03 01:19:14 -06:00
Mauricio Siu
607c505c4b
refactor(traefik): update Traefik initialization to support standalone and service modes, enhance port handling with protocol specification
2025-08-03 01:18:18 -06:00
Mauricio Siu
42629e83a1
Merge pull request #2304 from Dokploy/1681-application-automated-build-fails-due-connection-http-basic-access-denied
...
refactor(gitea, gitlab): remove unused parameters and fetch entities …
2025-08-02 21:24:51 -06:00
Mauricio Siu
b9f18cddf7
refactor(gitlab): reorder token refresh and provider fetching for improved clarity
2025-08-02 21:24:33 -06:00
Mauricio Siu
2790895642
refactor(gitea, gitlab): remove unused parameters and fetch entities by ID
2025-08-02 21:20:50 -06:00
Mauricio Siu
c21c88d89f
chore(package): bump version from v0.24.5 to v0.24.6
2025-08-02 19:37:10 -06:00
Mauricio Siu
bf6b9c6893
Merge pull request #2302 from Dokploy/2281-url-rewrite-via-domain-routing-not-functioning
...
refactor(domain): enhance middleware handling for Traefik routers and…
2025-08-02 19:32:33 -06:00
Mauricio Siu
e08fe1dbea
test(labels): add comprehensive tests for middleware handling in createDomainLabels function
2025-08-02 19:31:21 -06:00
Mauricio Siu
0b9eaac390
refactor(domain): enhance middleware handling for Traefik routers and improve path validation
2025-08-02 19:24:11 -06:00
Mauricio Siu
5ed49a5ca1
Merge pull request #2301 from Dokploy/2074-keep-latest-is-not-respected
...
fix(backups): change backup file extension from .dump.gz to .sql.gz f…
2025-08-02 18:41:11 -06:00
Mauricio Siu
1300a6242c
fix(backups): change backup file extension from .dump.gz to .sql.gz for consistency
2025-08-02 18:40:40 -06:00
Mauricio Siu
201f07c084
fix(volumes): adjust layout for volume display and improve conditional rendering
2025-08-02 16:13:51 -06:00
Mauricio Siu
c5161f1612
Merge pull request #2300 from Dokploy/2259-file-mounts-not-updating
...
feat(mount): refactor updateMount logic and add updateFileMount funct…
2025-08-02 16:08:15 -06:00
Mauricio Siu
0755de03c2
feat(mount): refactor updateMount logic and add updateFileMount function for handling file mounts
2025-08-02 16:06:46 -06:00
Mauricio Siu
f376ea5fec
Merge pull request #2297 from Dokploy/feat/add-custom-service-field-domains-compose
...
feat(dashboard): add manual input for service name in domains for docker compose
2025-08-02 13:21:01 -06:00
Mauricio Siu
346eb24926
feat(dashboard): add manual input option for service name selection in domain handling
2025-08-02 13:20:00 -06:00
Mauricio Siu
fe45c69939
Merge pull request #2296 from Dokploy/2291-mise-is-trying-to-verify-the-gpg-signature-of-the-nodejs-binary-for-node22180-but-it-cant-find-the-public-key-used-to-verify-the-signature
...
chore: update Railpack version to 0.2.2 in Dockerfile and related scr…
2025-08-02 13:14:58 -06:00