0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-09 13:33:54 +01:00

3 Commits

Author SHA1 Message Date
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
silverwind
91839ca01a
Move codeformat folder to tools (#35758)
Followup to https://github.com/go-gitea/gitea/pull/35734.

- Move `codeformat` folder to `tools`
- Add `tools` to `GO_DIRS`
- Move `misspellings.csv` to `assets` so we can lint the whole `tools`
directory without filter shenanigans.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-28 11:23:50 +00:00
silverwind
e03a68c48b
Misc tool tweaks (#35734)
Some minor tooling tweaks:

- Ignore .venv in golangci-lint
- Move go tools to tools directory (e.g. everything that is not "build")
- Enable reportUnusedInlineConfigs in eslint, no current violations
- Apply modernize fix in code-batch-process, modernize cli did
apparently not catch it because of the `go:build ignore` tag.
2025-10-23 09:07:39 +00:00