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
ChillerDragon
c56ddf3ec1
fix: pr template checkboxes
...
without a space they do not render as checkboxes on github
2025-11-10 11:12:00 +01:00
Mauricio Siu
aa7e382818
feat(readme): add sponsorship section for Tuple with logo
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 Monitoring Build / combine-manifests (push) Has been cancelled
2025-09-03 03:00:48 -06:00
Mauricio Siu
5e1a164a54
chore(pr-template): streamline checklist formatting and clarify issue closing instructions
2025-09-01 16:19:24 -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
...
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
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
ci(pull-request): use strategy matrix
2025-08-10 16:51:05 -06:00
Mauricio Siu
7cb7cfa2a8
feat(pr-template): add a pull request template to standardize submissions
2025-08-03 13:38:17 -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
946a5739dc
chore: replace AmericanCloud SVG logo with PNG format
2025-05-10 03:29:38 -06:00
Mauricio Siu
6c817a9e5d
feat: add AmericanCloud sponsorship to README and include SVG logo
2025-05-10 03:28:19 -06:00
Mauricio Siu
0609d74d2b
Replace agentdock sponsorship image with a PNG format in README
...
- Updated the README to use a new PNG image for agentdock.ai sponsorship, replacing the previous JPG file to improve image quality and compatibility.
2025-05-05 03:04:44 -06:00
Mauricio Siu
40d9db7ccf
Add agentdock sponsorship to README
...
- Included a new sponsorship section in the README to feature agentdock.ai.
- Added an image link for agentdock.ai alongside existing sponsorships, enhancing visibility for premium supporters.
2025-05-05 02:58:52 -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
457a8e05fd
chore(issue-template): update bug report label emoji
2025-03-06 22:05:31 -06:00
Mauricio Siu
3ca057c44a
chore(issue-template): update bug report label and add cloud version option
2025-03-06 22:04:46 -06:00
Mauricio Siu
7048e7e37e
Merge branch 'canary' into feat/better-auth-2
2025-02-25 23:05:57 -06:00
Mauricio Siu
ac3378ccb8
feat(sponsors): add Synexa to sponsors section
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 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
2025-02-23 15:38:25 -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
6b9fd596e5
feat: add openalternative
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 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
2025-02-09 03:17:13 -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