gitea/routers/api/v1/repo
Lunny Xiao 7afe81f28e fix bug when migrate repository 500 when repo is existed (#6188)
* fix bug when migrate repository 500 when repo is existed

* use 409 but not 422 for error status code when not exist

* translation fix
2019-02-26 09:28:56 -05:00
..
branch.go
collaborators.go
commits.go
file.go
fork.go
git_ref.go
hook_test.go
hook.go
issue_comment.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
issue_label.go make sure labels are actually returned (#6053) 2019-02-13 10:45:19 -05:00
issue_tracked_time.go
issue.go refactor issue indexer, add some testing and fix a bug (#6131) 2019-02-21 08:54:05 +08:00
key.go
label.go
main_test.go
milestone.go
pull.go Fix #5799 - swagger for mergePullRequest (#5996) 2019-02-08 08:08:38 +00:00
release_attachment.go
release.go
repo.go fix bug when migrate repository 500 when repo is existed (#6188) 2019-02-26 09:28:56 -05:00
star.go
status.go
subscriber.go
tag.go Add API to list tags (#5850) 2019-02-07 12:00:52 +00:00
tree_test.go
tree.go