0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-19 00:29:59 +02:00
gitea/services
Ross Golder 4512869864 Fix review issues: auth on log routes, LoadRepos removal, test coverage
- Add reqToken/reqRepoReader to GET log download endpoints for consistency
  with the POST streaming endpoint
- Remove spurious LoadRepos call in DownloadActionsRunAllJobLogs; jobs are
  already scoped to the repo by the query and Repo is never read
- Refactor reader.Close() in zip loop to use a closure with defer
- Update copyright year to 2026 on new services/actions/{cancel,log}.go
- Add TestAPIActionsListUserWorkflows and TestAPIActionsListRepoWorkflows
  as standalone top-level tests (were dropped when breaking up the
  orchestrator)
- Add idempotency assertion to TestAPIActionsApproveWorkflowRun: approving
  an already-approved run returns 400

Co-Authored-By: Claude Sonnet <claude-sonnet-4-6@anthropic.com>
2026-05-17 10:38:44 +07:00
..
2026-04-08 01:17:05 +08:00
2025-10-19 00:37:50 +08:00