forgejo/routers/api/v1/repo
Julien Tant 7781e8cef2 Disable merging a WIP Pull request (#4529)
* prevent pull request to be merged when PR is a WIP

* add tests

* add helper to prepend WIP: in PR title

* move default wip prefixes into settings

* use configurable WIP prefixes in javascript and default to first one in templates

* add documentation

* add unit test on pull model

Signed-off-by: Julien Tant <julien@craftyx.fr>
2018-08-13 22:04:39 +03:00
..
branch.go
collaborators.go An inactive user shouldn't be able to be added as a collaborator (#4535) 2018-08-07 13:01:06 +03:00
file.go
fork.go
hook.go
hook_test.go
issue.go Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
issue_comment.go Fix query parameter name comment in issue API (#4421) 2018-07-12 16:40:41 +03:00
issue_label.go
issue_tracked_time.go
key.go
label.go
main_test.go
milestone.go
pull.go Disable merging a WIP Pull request (#4529) 2018-08-13 22:04:39 +03:00
release.go
release_attachment.go
repo.go api: repos/search: add parameters to control the sort order (#3964) 2018-08-02 16:10:02 +08:00
star.go
status.go
subscriber.go