Commit Graph

29 Commits

Author SHA1 Message Date
Adrian Lyjak b719744d45 Add code formatting to workflows SDK generation pipeline (#306) 2026-02-05 22:07:32 -05:00
Adrian Lyjak 6048e7660a fix: remove non-existent examples/ path from auto-fix workflow (#295)
The auto-fix PR workflow was failing because it tried to add files from
examples/ directory which doesn't exist at the repo root. This caused
`git add` to fail with "pathspec 'examples/' did not match any files".

https://claude.ai/code/session_01Nu8sTEG8UxRfPGhoFunTVB

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-03 11:55:18 -05:00
Adrian Lyjak a8c9b33efe Add auto-fix PR workflow and separate lint/format checks (#293) 2026-02-03 10:46:59 -05:00
Adrian Lyjak 81db80686e fix: update workflows SDK action to replace existing PR (#261) 2026-01-26 19:17:43 -05:00
Adrian Lyjak bd75899652 fix build typo (#195) 2025-11-24 13:00:58 -05:00
Adrian Lyjak 386ad20383 dont trigger off main (#191) 2025-11-20 17:03:36 -05:00
Adrian Lyjak 7538c694e1 fix: use jsdelivr for CDN, works better out of the box (#189) 2025-11-20 16:57:23 -05:00
Yong Park 9d18001dee revert changes 2025-10-17 15:48:30 -07:00
Yong Park ffd2d1c965 update path 2025-10-17 15:39:32 -07:00
Yong Park 9e652f794b update ci yml for playwright 2025-10-17 15:36:47 -07:00
Terry Zhao d059a35abb build all 2025-10-17 04:14:56 -07:00
Local CI b7c4f4d938 ci(debugger): install AWS CLI v2 via official installer for act+GHA 2025-10-17 04:13:13 -07:00
Local CI 25717cb087 ci(debugger): pin setup-aws-cli to v4.0.1 for act 2025-10-17 04:13:13 -07:00
Local CI 0b14d611f3 ci(debugger): use aws-actions/setup-aws-cli and bump version for local CI test 2025-10-17 04:13:13 -07:00
Terry Zhao 19e1707768 update container image 2025-10-17 03:29:39 -07:00
Terry Zhao 4bff32c715 format 2025-10-17 01:19:44 -07:00
Terry Zhao ab52e77f06 add cloudflare cdn 2025-10-17 00:54:42 -07:00
Adrian Lyjak 2e17c68350 Workflow debugger app and make ci consistent (#91)
* Add workflow debugger and make ci more uniform

* actually build all

* guh

* again
2025-09-25 19:44:50 -04:00
Terry Zhao ca3ef764d6 ci: expose STORYBOOK_LLAMA_CLOUD_API_KEY from GitHub Secrets to tests/build 2025-09-22 18:49:01 -07:00
Terry Zhao eda18354f4 pull full historu 2025-09-08 21:45:59 -07:00
Terry Zhao 9ded6f153b fix discrepency 2025-09-08 19:24:29 -07:00
Terry Zhao a51067f8d5 feat: add automated workflow for updating workflows-client SDK
- Add GitHub workflow that responds to repository dispatch events from workflows-py
- Support both automated triggers and manual workflow dispatch
- Automatically download OpenAPI spec, regenerate SDK, and create PR with changeset
- Remove src/generated from gitignore to include generated code in PR reviews

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 16:57:30 -07:00
Terry Zhao c17e143b01 feat: add Prettier code formatting with CI integration
- Install Prettier as dev dependency in UI package
- Add .prettierrc.json with standard configuration
- Add .prettierignore to exclude build artifacts and dependencies
- Add format and format-check scripts to package.json
- Integrate Prettier check into CI workflow
- Format all existing code to match Prettier standards
- Configure workspace-level format commands for developer convenience

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-13 18:15:30 -07:00
Terry Zhao 6619757a08 add codecov configuration 2025-07-17 17:05:30 -07:00
Terry Zhao 558f97b798 add avnet components 2025-07-17 16:53:52 -07:00
Terry Zhao c53bbf9436 release 2025-07-16 20:53:57 -07:00
Terry Zhao f617ebbfeb test 2025-07-16 19:33:41 -07:00
Terry Zhao a3d63bfe62 fix ci 2025-07-16 19:28:48 -07:00
Terry Zhao 0eb14fb789 setup 2025-07-16 19:27:03 -07:00