You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6543 0d1444751f
[API] Add pagination to ListBranches (#14524)
* 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>
3 years ago
..
compare.go migrate from com.* to alternatives (#14103) 4 years ago
copy.go migrate from com.* to alternatives (#14103) 4 years ago
paginate.go [API] Add pagination to ListBranches (#14524) 3 years ago
paginate_test.go [API] Add pagination to ListBranches (#14524) 3 years ago
path.go Add StatDir and replace com.StatDir (#14099) 4 years ago
remove.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
sanitize.go Update golangci-lint to version 1.31.0 (#13102) 4 years ago
sanitize_test.go Sanitize credentials in mirror form (#9975) 4 years ago
shellquote.go Completely quote AppPath and CustomConf paths (#12955) 4 years ago
shellquote_test.go Completely quote AppPath and CustomConf paths (#12955) 4 years ago
timer.go Prevent timer leaks in Workerpool and others (#11333) 4 years ago
url.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
util.go Issue and Pulls lists rework (#13594) 4 years ago
util_test.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago