0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-29 01:39:27 -05:00
forgejo/services/convert
Gusted 874f07cec2
[GITEA] Add Upload URL to release API
- Resolves https://codeberg.org/forgejo/forgejo/issues/580
- Return a `upload_field` to any release API response, which points to
the API URL for uploading new assets.
- Adds unit test.
- Adds integration testing to verify URL is returned correctly and that
upload endpoint actually works

(cherry picked from commit 074413a2dc)
(cherry picked from commit 33feed4723)
(cherry picked from commit 1ca21b95ff)
2023-07-17 00:22:05 +02:00
..
activity.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
attachment.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
convert.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
git_commit.go Filter get single commit (#24613) 2023-05-10 09:34:07 +08:00
git_commit_test.go
issue.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
issue_comment.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
issue_test.go
main_test.go
mirror.go
notification.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
package.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
pull.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
pull_review.go
pull_test.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
release.go [GITEA] Add Upload URL to release API 2023-07-17 00:22:05 +02:00
release_test.go [GITEA] Add Upload URL to release API 2023-07-17 00:22:05 +02:00
repository.go Fix Permission in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go