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.
zeripath 9e6e1dc950
Improve checkBranchName (#17901)
The current implementation of checkBranchName is highly inefficient
involving opening the repository, the listing all of the branch names
checking them individually before then using using opened repo to get
the tags.

This PR avoids this by simply walking the references from show-ref
instead of opening the repository (in the nogogit case).

Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
..
admin Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 3 years ago
dev Move user related model into models/user (#17781) 3 years ago
events Move login related structs and functions to models/login (#17093) 3 years ago
explore Move more model into models/user (#17826) 3 years ago
feed Move user related model into models/user (#17781) 3 years ago
org fix 500 error while use a reserved name in org rename (#17878) 3 years ago
repo Improve checkBranchName (#17901) 3 years ago
user Move more model into models/user (#17826) 3 years ago
base.go Fix nil checking on typed interface (#17598) 3 years ago
goget.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
home.go Refactor routers directory (#15800) 3 years ago
metrics.go Refactor routers directory (#15800) 3 years ago
nodeinfo.go Add nodeinfo endpoint for federation purposes (#16953) 3 years ago
swagger_json.go Refactor routers directory (#15800) 3 years ago
web.go Support sorting for project board issuses (#17152) 3 years ago