mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-28 13:01:04 +00:00
* make PaginateUserSlice generic -> PaginateSlice * Add pagination to ListBranches * add skip, limit to Repository.GetBranches() * Move routers/api/v1/utils/utils PaginateSlice -> modules/util/paginate.go * repo_module.GetBranches paginate * fix & rename & more logging * better description Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: a1012112796 <1012112796@qq.com> |
||
|---|---|---|
| .. | ||
| adopt.go | ||
| branch.go | ||
| cache.go | ||
| check.go | ||
| commits.go | ||
| commits_test.go | ||
| create.go | ||
| create_test.go | ||
| fork.go | ||
| fork_test.go | ||
| generate.go | ||
| hooks.go | ||
| init.go | ||
| main_test.go | ||
| push.go | ||
| repo.go | ||
| update.go | ||