You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/structs
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>
1 year ago
..
activitypub.go Implement FSFE REUSE for golang files (#21840) 2 years ago
admin_user.go Allow custom "created" timestamps in user creation API (#22549) 1 year ago
attachment.go Implement FSFE REUSE for golang files (#21840) 2 years ago
commit_status.go Implement actions (#21937) 1 year ago
cron.go Implement FSFE REUSE for golang files (#21840) 2 years ago
doc.go Implement FSFE REUSE for golang files (#21840) 2 years ago
fork.go Implement FSFE REUSE for golang files (#21840) 2 years ago
git_blob.go Implement FSFE REUSE for golang files (#21840) 2 years ago
git_hook.go Implement FSFE REUSE for golang files (#21840) 2 years ago
hook.go Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) 2 years ago
issue.go Add API to manage issue dependencies (#17935) 1 year ago
issue_comment.go Add API management for issue/pull and comment attachments (#21783) 2 years ago
issue_label.go Scoped labels (#22585) 1 year ago
issue_milestone.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_reaction.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_stopwatch.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue_tracked_time.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs_lock.go Implement FSFE REUSE for golang files (#21840) 2 years ago
mirror.go Add `sync_on_commit` option for push mirrors api (#22271) 2 years ago
miscellaneous.go Editor preview support for external renderers (#23333) 1 year ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notifications.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org_member.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org_team.go Implement FSFE REUSE for golang files (#21840) 2 years ago
package.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull_review.go Implement FSFE REUSE for golang files (#21840) 2 years ago
release.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Add absent repounits to create/edit repo API (#23500) 1 year ago
repo_branch.go Supports wildcard protected branch (#20825) 2 years ago
repo_collaborator.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_commit.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_file.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_key.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_note.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_refs.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_tag.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_topic.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_tree.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_watch.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_wiki.go Implement FSFE REUSE for golang files (#21840) 2 years ago
settings.go Implement FSFE REUSE for golang files (#21840) 2 years ago
status.go Implement FSFE REUSE for golang files (#21840) 2 years ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user.go add user rename endpoint to admin api (#22789) 1 year ago
user_app.go Add scopes to API to create token and display them (#22989) 1 year ago
user_email.go add admin API email endpoints (#22792) 1 year ago
user_gpgkey.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user_key.go Implement FSFE REUSE for golang files (#21840) 2 years ago
visible_type.go change org_type.go to visible_type.go and fix the notes (#22752) 1 year ago