Commit Graph

5 Commits

Author SHA1 Message Date
ruv
4b36d7c9d7 fix: add feat/* branch pattern to CI workflow triggers
Push events for feat/ branches were not matching the feature/ glob,
causing CI to skip on all feat/* branches.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-01 01:41:36 -05:00
ruv
aa1059d9e2 fix: upgrade deprecated GitHub Actions and remove unwrap
- actions/upload-artifact v3→v4 (v3 deprecated, blocks all CI jobs)
- actions/setup-python v4→v5
- actions/download-artifact v3→v4
- github/codeql-action/upload-sarif v2→v3
- codecov/codecov-action v3→v4
- peaceiris/actions-gh-pages v3→v4
- actions/create-release v1→softprops/action-gh-release v2
- Gate Slack notifications on webhook secret presence
- Fix k8s compliance check to skip when k8s/ dir missing
- Replace unwrap() with match in info_nce_loss_mined

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-03-01 01:38:51 -05:00
fr4iser
ab2e7b49ad security: Fix GitHub Actions shell injection vulnerability
- Use environment variables instead of direct interpolation
- Prevent shell injection through github context data
- Follow GitHub security best practices
2026-02-28 20:40:25 +01:00
Claude
4b2e7bfecf feat: CI pipeline verification, 3D body model, auth fixes, requirements lock
- .github/workflows/verify-pipeline.yml: CI that verifies pipeline
  determinism and checks for np.random in production code
- ui/components/body-model.js: Three.js 3D human body model with
  24 DensePose body parts mapped to 3D geometry
- v1/requirements-lock.txt: Minimal pinned dependencies for verification
- v1/src/api/dependencies.py: Fix mock auth returns with proper errors
- v1/src/core/router_interface.py: Additional mock mode cleanup
- v1/src/services/pose_service.py: Further mock elimination in service

https://claude.ai/code/session_01Ki7pvEZtJDvqJkmyn6B714
2026-02-28 06:20:08 +00:00
rUv
c378b705ca updates 2025-06-07 11:44:19 +00:00