tftsr-devops_investigation/.gitea/workflows
Shaun Arman dbd567972f
Some checks failed
Test / frontend-tests (pull_request) Successful in 1m19s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / rust-fmt-check (pull_request) Successful in 3m31s
PR Review Automation / review (pull_request) Successful in 4m22s
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
fix: correct Ollama URL, API endpoint, and JSON construction in pr-review workflow
- Fix OLLAMA_URL to point at actual Ollama server (172.0.1.42:11434)
- Fix API path from /v1/chat to /api/chat (Ollama native endpoint)
- Fix response parsing from OpenAI format to Ollama native (.message.content)
- Use jq to safely construct JSON bodies in both Analyze and Post steps
- Add HTTP status code check and response body logging for diagnostics
2026-04-12 15:56:13 -05:00
..
auto-tag.yml fix(ci): remove all Ollama bundle download steps — use UI download button instead 2026-04-05 20:53:57 -05:00
build-images.yml fix(ci): remove explicit docker.sock mount — act_runner mounts it automatically 2026-04-05 21:18:11 -05:00
pr-review.yml fix: correct Ollama URL, API endpoint, and JSON construction in pr-review workflow 2026-04-12 15:56:13 -05:00
test.yml fix: force single test thread for Rust tests to eliminate race conditions 2026-04-09 10:43:45 -05:00