1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00
gitea/modules/context
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>
2021-02-03 20:06:13 +01:00
..
access_log.go Fix access log (#14475) 2021-01-27 18:46:35 +01:00
api_org.go Golint fixed for modules/context 2016-11-25 14:53:59 +08:00
api_test.go fix API link header (#7298) 2019-06-26 16:51:32 +08:00
api.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
auth.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
captcha.go Fix captcha (#14488) 2021-01-27 22:56:54 +08:00
context.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
csrf.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
form.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
org.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
pagination.go [Feature] add precise search type for Elastic Search (#12869) 2021-01-27 12:00:35 +02:00
permission.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
private.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
repo.go [API] Add pagination to ListBranches (#14524) 2021-02-03 20:06:13 +01:00
response.go Fix access log (#14475) 2021-01-27 18:46:35 +01:00
secret.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
xsrf_test.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
xsrf.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00