forgejo/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.go
hook_test.go
issue.go refactor issue indexer, add some testing and fix a bug (#6131) 2019-02-21 08:54:05 +08:00
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
key.go
label.go
main_test.go
milestone.go
pull.go
release.go
release_attachment.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
tree.go
tree_test.go