aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/branches_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+4
| | | | | | | | | | | | | | | | | | * 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>
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-8/+8
| | | | | | | | | | | * 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>
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-3/+3
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Add golangci (#6418)kolaente2019-06-121-1/+1
|
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-041-4/+4
|
* Add branch overiew page (#2108)Bwko2017-10-261-0/+79
* Add branch overiew page * fix changed method name on sub menu * remove unused code