6543
151b53a89a
[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>
4 years ago
zeripath
e6af4c4395
Handle more pathological branch and tag names ( #11843 )
* Handle more pathological branch and tag names
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix failing test
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
5 years ago
zeripath
38dea67a7e
Fix "data race" in testlogger ( #9159 )
* Fix data race in testlogger
* Update git_helper_for_declarative_test.go
5 years ago
Tamal Saha
033fe113c1
Use gitea forked macaron ( #7933 )
Signed-off-by: Tamal Saha <tamal@appscode.com>
6 years ago
kolaente
cdba91b438
Add golangci ( #6418 )
6 years ago
Ethan Koenig
61265d6037
Use httptest in integration tests ( #3080 )
7 years ago
Bwko
371ec5cb83
Add branch overiew page ( #2108 )
* Add branch overiew page
* fix changed method name on sub menu
* remove unused code
8 years ago