0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 14:04:25 +01:00
gitea/services
qwerty287 3cab9c6b0c
Add API to manage issue dependencies (#17935)
Adds API endpoints to manage issue/PR dependencies
* `GET /repos/{owner}/{repo}/issues/{index}/blocks` List issues that are
blocked by this issue
* `POST /repos/{owner}/{repo}/issues/{index}/blocks` Block the issue
given in the body by the issue in path
* `DELETE /repos/{owner}/{repo}/issues/{index}/blocks` Unblock the issue
given in the body by the issue in path
* `GET /repos/{owner}/{repo}/issues/{index}/dependencies` List an
issue's dependencies
* `POST /repos/{owner}/{repo}/issues/{index}/dependencies` Create a new
issue dependencies
* `DELETE /repos/{owner}/{repo}/issues/{index}/dependencies` Remove an
issue dependency

Closes https://github.com/go-gitea/gitea/issues/15393
Closes #22115

Co-authored-by: Andrew Thornton <art27@cantab.net>
2023-03-28 13:23:25 -04:00
..
actions Create commit status when event is pull_request_sync (#23683) 2023-03-24 16:05:48 -04:00
agit
asymkey
attachment
auth
automerge
context
convert Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
cron
externalaccount
forms
gitdiff
issue
lfs
mailer
markup
migrations Introduce path Clean/Join helper functions (#23495) 2023-03-21 16:02:49 -04:00
mirror
org
packages Introduce path Clean/Join helper functions (#23495) 2023-03-21 16:02:49 -04:00
pull
release
repository Fix tags view (#23243) 2023-03-27 21:41:33 +08:00
task
user
webhook Fix incorrect HookEventType of pull request review comments (#23650) 2023-03-24 13:13:04 +08:00
wiki