0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-08 20:01:46 +01:00
Ross Golder 762eca323f
feat: add Actions API endpoints for workflow run and job management
- Add API endpoints for managing workflow runs (rerun, cancel, approve)
- Add API endpoints for managing workflow jobs (rerun, logs)
- Add streaming logs endpoint with step-level support
- Update test fixtures and regenerate Swagger
- Move shared logic to services for reuse
2025-12-07 14:11:13 +07:00
..
2025-08-27 11:00:01 +00:00
2025-10-15 10:09:32 +02:00
2025-08-27 11:00:01 +00:00
2025-10-20 11:43:08 -07:00
2025-04-01 10:14:01 +00:00
2025-07-30 07:08:59 +00:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.