forgejo/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.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
git_commit_test.go
issue.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
issue_comment.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
issue_test.go
main_test.go
notification.go [API] pull notification subject status: add "merged" (#15344) 2021-04-09 03:36:23 +02:00
pull.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
pull_review.go Expose resolver via API (#15167) 2021-03-28 00:37:51 +01:00
pull_test.go
release.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
repository.go Fix some API bugs (#16184) 2021-06-18 01:24:55 +02:00
status.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
user.go [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) 2021-06-17 16:02:34 +02:00
user_test.go Fix individual tests (addition to #15802) (#15818) 2021-05-12 00:13:42 -04:00
utils.go
utils_test.go