1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 21:25:48 +00:00
gitea/templates
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
..
admin Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form (#23626) 2023-03-26 19:31:26 +08:00
code Use data-tooltip-content for tippy tooltip (#23649) 2023-03-24 18:35:38 +08:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
explore Use data-tooltip-content for tippy tooltip (#23649) 2023-03-24 18:35:38 +08:00
mail Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
org Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
package fix br display for packages curls (#23737) 2023-03-28 01:18:01 -04:00
projects Fix project card preview select and template select (#23684) 2023-03-27 13:15:41 +08:00
repo Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
shared Use data-tooltip-content for tippy tooltip (#23649) 2023-03-24 18:35:38 +08:00
status Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
swagger Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
user Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
home.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
install.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
post-install.tmpl Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00