This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/convert
Bian Jiaping e49ef56dde
Add allow_rebase_update, default_delete_branch_after_merge to repository api response (#20079)
`PATCH /repos/{owner}/{repo}` API allows users to update `allow_rebase_update`, `default_delete_branch_after_merge`, but `GET /repos/{owner}/{repo}` API does not return these two options, and API users has no other ways to find the state of these two options.

This PR add `allow_rebase_update`, `default_delete_branch_after_merge` to repository query api response.
2022-07-15 16:00:01 +08:00
..
convert.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
git_commit.go More commit info from API (#19252) 2022-03-29 10:47:44 -05:00
git_commit_test.go
issue.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
issue_comment.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
issue_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
notification.go Nuke the incorrect permission report on /api/v1/notifications (#19761) 2022-05-20 18:57:49 +02:00
package.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
pull.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
pull_review.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
pull_test.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
release.go
repository.go Add allow_rebase_update, default_delete_branch_after_merge to repository api response (#20079) 2022-07-15 16:00:01 +08:00
status.go Move some code into models/git (#19879) 2022-06-12 23:51:54 +08:00
user.go Add API to query collaborators permission for a repository (#18761) 2022-04-29 14:24:38 +02:00
user_test.go
utils.go
utils_test.go
wiki.go