0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-02 11:54:43 +01:00
gitea/routers/api/v1/repo
Lunny Xiao e91733468e
Add missing database transaction for new issue (#29490)
When creating an issue, inserting issue, assign users and set project
should be in the same transaction.
2024-03-04 11:24:02 +00:00
..
action.go
avatar.go
blob.go
branch.go
collaborators.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
commits.go
file.go
fork.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Add missing database transaction for new issue (#29490) 2024-03-04 11:24:02 +00:00
issue_attachment.go
issue_comment.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
issue_comment_attachment.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
mirror.go
notes.go
patch.go
pull.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
pull_review.go
release.go Fix 500 when pushing release to an empty repo (#29554) 2024-03-03 16:49:05 +00:00
release_attachment.go Add support for API blob upload of release attachments (#29507) 2024-03-02 17:02:01 +00:00
release_tags.go
repo.go Enable/disable owner and repo projects independently (#28805) 2024-03-04 02:56:52 +00:00
repo_test.go
runners.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
tree.go
wiki.go