forgejo/services
qwerty287 3cab9c6b0c
Add API to manage issue dependencies ()
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 

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 () 2023-03-24 16:05:48 -04:00
agit add user rename endpoint to admin api () 2023-03-14 03:45:21 -04:00
asymkey Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
attachment Preserve file size when creating attachments () 2023-03-12 03:48:07 -04:00
auth Handle OpenID discovery URL errors a little nicer when creating/editing sources () 2023-03-10 01:14:43 -05:00
automerge Add force_merge to merge request and fix checking mergable () 2023-02-21 08:42:07 -06:00
context Add missing tabs to org projects page () 2023-03-10 09:18:20 -06:00
convert Add API to manage issue dependencies () 2023-03-28 13:23:25 -04:00
cron Add Cargo package registry () 2023-02-05 18:12:31 +08:00
externalaccount Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
forms Add Swift package registry () 2023-03-13 15:28:39 -05:00
gitdiff Fix broken code editor diff preview () 2023-03-06 09:37:58 +08:00
issue Webhooks: for issue close/reopen action, add commit ID that caused it () 2023-01-24 23:47:53 -05:00
lfs Use minio/sha256-simd for accelerated SHA256 () 2023-02-22 14:21:46 -05:00
mailer Preserve file size when creating attachments () 2023-03-12 03:48:07 -04:00
markup Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
migrations Introduce path Clean/Join helper functions () 2023-03-21 16:02:49 -04:00
mirror Fill head commit to in payload when notifying push commits for mirroring () 2023-03-03 23:45:53 -05:00
org Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
packages Introduce path Clean/Join helper functions () 2023-03-21 16:02:49 -04:00
pull Disable sending email after push a commit to a closed PR () 2023-03-15 14:42:21 +08:00
release Preserve file size when creating attachments () 2023-03-12 03:48:07 -04:00
repository Fix tags view () 2023-03-27 21:41:33 +08:00
task Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
user add user rename endpoint to admin api () 2023-03-14 03:45:21 -04:00
webhook Fix incorrect HookEventType of pull request review comments () 2023-03-24 13:13:04 +08:00
wiki Improve utils of slices () 2023-01-11 13:31:16 +08:00