1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/modules/convert
6543 75205b5669
Fix some API bugs (#16184)
* Repository object only count releases as releases (fix #16144)

* EditOrg respect RepoAdminChangeTeamAccess option (fix #16013)
2021-06-18 01:24:55 +02:00
..
convert.go [API] Add repoCreateTag (#16165) 2021-06-17 18:04:10 +02:00
git_commit_test.go
git_commit.go
issue_comment.go
issue_test.go
issue.go
main_test.go
notification.go
pull_review.go
pull_test.go
pull.go
release.go
repository.go Fix some API bugs (#16184) 2021-06-18 01:24:55 +02:00
status.go
user_test.go Fix individual tests (addition to #15802) (#15818) 2021-05-12 00:13:42 -04:00
user.go [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) 2021-06-17 16:02:34 +02:00
utils_test.go
utils.go