Mauricio Siu
599b97da51
feat: add version synchronization workflow for MCP and CLI repositories
...
Implement a GitHub Actions workflow to automatically sync the version from the Dokploy repository to the MCP and CLI repositories upon release. This includes cloning the repositories, updating the package.json version, and committing the changes with relevant metadata, ensuring consistent versioning across platforms.
2026-04-15 18:50:54 -06:00
Mauricio Siu
415298fddb
feat: add OpenAPI sync to MCP and CLI repositories
...
Implement workflows to sync the OpenAPI specification to both the MCP and CLI repositories. This includes cloning the repositories, updating the openapi.json file, and committing the changes with relevant metadata. The process ensures that the OpenAPI documentation is consistently updated across multiple platforms.
2026-04-15 18:32:20 -06:00
Mauricio Siu
4f5f1ad841
Decrease max failures from 4 to 3
...
Reduce the maximum allowed failures in PR quality check.
2026-03-24 00:11:59 -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
713aa5fd58
chore: update Node.js version in documentation and workflows to 24.4.0
...
- Updated the recommended Node.js version in CONTRIBUTING.md to 24.4.0.
- Modified the Node.js version in the sync-openapi-docs.yml workflow to 24.4.0.
2026-02-18 11:19:04 -06:00
Mauricio Siu
756d276f47
feat(workflow): add PR quality check to enforce standards and prevent issues
2026-02-17 21:09:32 -06:00
Amir Moradi
0c62bc0f29
fix: create migrations and update to latest railpack
2026-01-08 12:29:42 +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
Mauricio Siu
2d0669e288
fix: correct path for OpenAPI documentation in sync workflow
...
- Updated the directory structure in the OpenAPI sync workflow to ensure the openapi.json file is copied to the correct path (apps/docs/public) for proper deployment.
2025-11-30 01:13:30 -06:00
Mauricio Siu
4907a021a4
fix: update OpenAPI sync workflow to copy file to correct path
...
- Changed the destination path for copying openapi.json to the apps/docs/public directory to ensure proper deployment of the OpenAPI documentation.
2025-11-30 01:09:38 -06:00
Mauricio Siu
817825e8bd
chore: update OpenAPI sync workflow triggers and paths
...
- Modified the workflow to trigger on pushes to the 'canary' and 'main' branches.
- Re-enabled path filters for specific directories related to the OpenAPI documentation.
- Removed commented-out sections for clarity and improved workflow readability.
2025-11-30 01:05:54 -06:00
Mauricio Siu
0f632e3f55
chore: update OpenAPI sync workflow to always commit changes
...
- Modified the workflow to always commit the OpenAPI specification to the website repository, even if no changes are detected.
- Enhanced the copy command to force overwrite the existing openapi.json file.
- Improved commit message formatting by allowing empty commits to ensure consistency in the sync process.
2025-11-30 00:56:55 -06:00
Mauricio Siu
88b4374019
chore: update OpenAPI sync workflow to commit changes
...
- Re-enabled the steps to commit the generated OpenAPI specification to the website repository.
- Improved checks for changes in the OpenAPI spec before committing.
- Enhanced commit message formatting for clarity and added a timestamp to the commit.
2025-11-30 00:53:38 -06:00
Mauricio Siu
24c216e61a
chore: comment out OpenAPI spec commit steps in workflow
...
- Commented out the steps related to committing the OpenAPI specification in the GitHub Actions workflow to prevent automatic commits.
- Adjusted the condition for triggering the website sync based on changes detected in the OpenAPI spec.
2025-11-30 00:50:52 -06:00
Mauricio Siu
c0dec0ed20
chore: update Node.js and pnpm setup in OpenAPI sync workflow
...
- Upgraded the pnpm action to version 4 for improved performance.
- Specified Node.js version to 20.16.0 and enabled caching for pnpm to optimize dependency installation.
2025-11-30 00:44:25 -06:00
Mauricio Siu
7d9806a050
chore: improve commit message formatting in OpenAPI sync workflow
...
- Updated the GitHub Actions workflow to format the commit message for OpenAPI specification updates using multiple `-m` flags for better readability and clarity.
- Added `continue-on-error: true` to the repository dispatch step to ensure the workflow proceeds even if the dispatch fails.
2025-11-30 00:42:23 -06:00
Mauricio Siu
ded16f39af
chore: remove unnecessary whitespace in OpenAPI documentation sync workflow
...
- Eliminated an empty line in the GitHub Actions workflow file for syncing OpenAPI documentation to improve readability and maintain consistency.
2025-11-30 00:36:16 -06:00
Mauricio Siu
d8e521e4dc
chore: comment out paths in OpenAPI documentation sync workflow
...
- Commented out the paths section in the GitHub Actions workflow for syncing OpenAPI documentation to allow for more flexible triggering without specific path constraints.
2025-11-30 00:31:50 -06:00
Mauricio Siu
67643fe088
chore: update GitHub Actions workflow branch for OpenAPI documentation sync
...
- Changed the branch trigger for the OpenAPI documentation sync workflow from 'canary' to 'feat/sync-open-api-website-docs' to align with the new feature branch naming convention.
2025-11-30 00:31:07 -06:00
Mauricio Siu
aab982b431
feat: add OpenAPI generation script and workflow
...
- Introduced a new script to generate OpenAPI specifications for the Dokploy API.
- Added a GitHub Actions workflow to automate the generation and syncing of OpenAPI documentation upon changes in the API routers.
- Updated package.json files to include new commands for generating OpenAPI specifications.
- Added openapi.json to .gitignore to prevent accidental commits of generated files.
2025-11-30 00:30:40 -06:00
Mauricio Siu
067777f28e
feat: initialize Docker Swarm in CI workflow
...
- Added a step to initialize Docker Swarm and create an overlay network for testing jobs.
- This enhancement improves the CI environment setup for containerized testing.
2025-11-29 00:55:14 -06:00
Mauricio Siu
30d2f38259
feat: enhance CI workflow with Nixpacks and Railpack installation
...
- Added steps to install Nixpacks and Railpack in the CI workflow for testing jobs.
- Updated the PATH to include build tools for better accessibility during the build process.
- Improved Vitest configuration to ensure proper TypeScript path resolution.
2025-11-29 00:44:44 -06:00
Mauricio Siu
935d1686f2
chore: add new branch for database migration fix in Dokploy workflow
2025-08-28 19:02:21 -06:00
Mauricio Siu
37b056cd4b
Merge pull request #2314 from JamBalaya56562/strategy
...
ci(pull-request): use strategy matrix
2025-08-10 16:51:05 -06:00
JamBalaya56562
22c7c6e6fb
ci(pull-request): use strategy matrix
2025-08-03 18:40:37 +09:00
JamBalaya56562
caf57276a4
ci(create-pr): remove unused id
2025-08-03 18:09:33 +09:00
Mauricio Siu
da6cc9fe72
Merge pull request #2190 from Marukome0743/format
...
chore: version up format.yml actions
2025-07-20 19:44:20 -06:00
Marukome0743
d0af517eb7
ci: remove custom branch and add workflow_dispatch event
2025-07-14 19:03:41 +09:00
Marukome0743
55f75bce53
chore: version up format.yml actions
2025-07-14 15:30:06 +09:00
Mauricio Siu
84faa9747e
chore: update Node.js version to 20.16.0 in configuration files
2025-05-26 03:09:09 -06:00
Mauricio Siu
b1ef9d25b1
chore(workflow): add autofix.ci workflow for automatic code formatting on canary branch
2025-03-29 13:41:05 -06:00
Mauricio Siu
74f7c51530
chore(workflow): add autofix.ci workflow for automatic code formatting with Biome
2025-03-29 13:39:57 -06:00
Mauricio Siu
4ba2b9fe8d
chore(workflow): add new Biome formatting workflow for canary branch
2025-03-29 13:38:55 -06:00
Mauricio Siu
413eda50f4
chore(workflow): simplify AutoFix action usage in Biome workflow
2025-03-29 13:37:43 -06:00
Mauricio Siu
9f09681708
chore(workflow): streamline Biome setup by replacing Node.js and pnpm steps with biomeJs action
2025-03-29 13:37:01 -06:00
Mauricio Siu
8eb174812d
chore(workflow): replace manual commit step with AutoFix action for Biome formatting
2025-03-29 13:35:50 -06:00
Mauricio Siu
ca42708035
chore(workflow): configure git user for automated commits and enforce push
2025-03-29 13:30:18 -06:00
Mauricio Siu
8b03454a87
chore(workflow): update Biome workflow to push changes to the correct branch
2025-03-29 13:28:50 -06:00
Mauricio Siu
fa7f749f84
refactor(dokploy): standardize code formatting and improve readability across multiple components
2025-03-29 13:26:44 -06:00
Mauricio Siu
3daecd7d71
chore(workflow): update pnpm version to 9.5.0 in Biome workflow
2025-03-29 13:20:48 -06:00
Mauricio Siu
0666b5b292
chore(workflow): add pnpm setup step to Biome workflow
2025-03-29 13:20:07 -06:00
Mauricio Siu
b288ddd826
chore(workflow): add Biome code formatting workflow for canary branch
2025-03-29 13:18:50 -06:00
Mauricio Siu
568c3a1d06
chore(workflow): update branches for Dokploy Docker build to use custom hostname
2025-03-23 23:38:55 -06:00
Mauricio Siu
0ec8e2baa1
chore: update GitHub workflow branch trigger for authentication feature branch
2025-02-22 23:20:27 -06:00
Mauricio Siu
48a8c6021d
chore: bump version
2025-02-02 20:25:45 -06:00
Mauricio Siu
d84a22fa72
feat: add monitoring arm-amd version
2025-02-02 20:23:49 -06:00
Mauricio Siu
d492ff87f2
Fix/monitoring ( #1270 )
...
* refactor: make request to dokploy server to proxy requests
* refactor: lint
* refactor: use dokploy/monitoring tag image
2025-02-02 19:35:36 -06:00
Mauricio Siu
74a0f5e992
Feat/monitoring ( #1267 ) Cloud Version
...
* feat: add start monitoring remote servers
* reafctor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor:
* refactor: add metrics
* feat: add disk monitoring
* refactor: translate to english
* refacotor: add stats
* refactor: remove color
* feat: add log server metrics
* refactor: remove unused deps
* refactor: add origin
* refactor: add logs
* refactor: update
* feat: add series monitoring
* refactor: add system monitoring
* feat: add benchmark to optimize data
* refactor: update fn
* refactor: remove comments
* refactor: update
* refactor: exclude items
* feat: add refresh rate
* feat: add monitoring remote servers
* refactor: update
* refactor: remove unsued volumes
* refactor: update monitoring
* refactor: add more presets
* feat: add container metrics
* feat: add docker monitoring
* refactor: update conversion
* refactor: remove unused code
* refactor: update
* refactor: add docker compose logs
* refactor: add docker cli
* refactor: add install curl
* refactor: add get update
* refactor: add monitoring remote servers
* refactor: add containers config
* feat: add container specification
* refactor: update path
* refactor: add server filter
* refactor: simplify logic
* fix: verify if file exist before get stats
* refactor: update
* refactor: remove unused deps
* test: add test for containers
* refactor: update
* refactor add memory collector
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: add memory
* refactor: add server memory usage
* refactor: change memory
* refactor: update
* refactor: update
* refactor: add container metrics
* refactor: comment code
* refactor: mount proc bind
* refactor: change interval with node cron
* refactor: remove opening file
* refactor: use streams
* refactor: remove unused ws
* refactor: disable live when is all
* refactor: add sqlite
* refactor: update
* feat: add golang benchmark
* refactor: update go
* refactor: update dockerfile
* refactor: update db
* refactor: add env
* refactor: separate logic
* refactor: split logic
* refactor: update logs
* refactor: update dockerfile
* refactor: hide .env
* refactor: update
* chore: hide ,.ebnv
* refactor: add end angle
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update monitoring
* refactor: add mount db
* refactor: add metrics and url callback
* refactor: add middleware
* refactor: add threshold property
* feat: add memory and cpu threshold notification
* feat: send notifications to the server
* feat: add metrics for dokploy server
* refactor: add dokploy server to monitoring
* refactor: update methods
* refactor: add admin to useeffect
* refactor: stop monitoring containers if elements are 0
* refactor: cancel request if appName is empty
* refactor: reuse methods
* chore; add feat monitoring
* refactor: set base url
* refactor: adjust monitoring
* refactor: delete migrations
* feat: add columns
* fix: add missing flag
* refactor: add free metrics
* refactor: add paid monitoring
* refactor: update methods
* feat: improve ui
* feat: add container stats
* refactor: add all container metrics
* refactor: add color primary
* refactor: change default rate limiting refresher
* refactor: update retention days
* refactor: use json instead of individual properties
* refactor: lint
* refactor: pass json env
* refactor: update
* refactor: delete
* refactor: update
* refactor: fix types
* refactor: add retention days
* chore: add license
* refactor: create db
* refactor: update path
* refactor: update setup
* refactor: update
* refactor: create files
* refactor: update
* refactor: delete
* refactor: update
* refactor: update token metrics
* fix: typechecks
* refactor: setup web server
* refactor: update error handling and add monitoring
* refactor: add local storage save
* refactor: add spacing
* refactor: update
* refactor: upgrade drizzle
* refactor: delete
* refactor: uppgrade drizzle kit
* refactor: update search with jsonB
* chore: upgrade drizzle
* chore: update packages
* refactor: add missing type
* refactor: add serverType
* refactor: update url
* refactor: update
* refactor: update
* refactor: hide monitoring on self hosted
* refactor: update server
* refactor: update
* refactor: update
* refactor: pin node version
2025-02-02 14:08:06 -06:00
Mauricio Siu
0045608acc
chore: remove release title
2025-01-19 11:22:31 -06:00
Mauricio Siu
b140e81210
chore: update release
2025-01-19 11:20:22 -06:00