0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 05:11:09 +01:00
gitea/routers
Zettat123 d0962ce3da
Move some Actions related functions from routers to services (#33280)
Move the main logic of `generateTaskContext` and `findTaskNeeds` to the
`services` layer.

This is a part of #32751, since we need the git context and `needs` to
parse the concurrency expressions.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-01-15 21:34:30 +08:00
..
api Move some Actions related functions from routers to services (#33280) 2025-01-15 21:34:30 +08:00
common Fix bleve fuzziness search (#33078) 2025-01-03 00:32:02 +08:00
install
private Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Fix incorrect TagName/BranchName usages (#33279) 2025-01-15 17:34:55 +08:00
init.go