0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 03:51:51 +01:00
gitea/routers/api/v1
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
..
activitypub
admin Add login name and source id for admin user searching API (#23376) 2023-03-15 19:53:01 +08:00
misc Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
notify
org
packages Add Swift package registry (#22404) 2023-03-13 15:28:39 -05:00
repo Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
settings
swagger Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
user
utils
api.go Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
auth.go
auth_windows.go