Commit graph

3 commits

Author SHA1 Message Date
Agent
03a884bf0f fix: add error handling for port binding in mock-forgejo.py
Some checks failed
ci/woodpecker/pr/ci Pipeline is pending
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/smoke-init Pipeline failed
2026-04-02 11:19:09 +00:00
Agent
ac85f86cd9 fix: mock-forgejo.py - correct collaborator index and user/repos owner lookup
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
- Fix collaborator PUT: use parts[7] instead of parts[6]
- Fix user/repos: store username in token object and use it for lookup
- Fix /mock/shutdown: strip leading slash unconditionally
- Fix SIGTERM: call server.shutdown() in a thread
- Use socket module constants for setsockopt
- Remove duplicate pattern
2026-04-01 19:10:14 +00:00
Agent
323b1d390b fix: feat: Forgejo API mock server for CI smoke tests (#123)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2026-04-01 19:00:12 +00:00