You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Attachment API
* repos/:owner/:repo/releases (add attachments)
* repos/:owner/:repo/releases/:id (add attachments)
* repos/:owner/:repo/releases/:id/attachments
* repos/:owner/:repo/releases/:id/attachments/:attachment_id
Signed-off-by: Jonas Franz <[email protected]>
* Add unit tests for new attachment functions
Fix comments
Signed-off-by: Jonas Franz <[email protected]>
* fix lint
* Update vendor.json
Signed-off-by: Jonas Franz <[email protected]>
* remove version of sdk
Signed-off-by: Jonas Franz <[email protected]>
* Fix unit tests
Add missing license header
Signed-off-by: Jonas Franz <[email protected]>
* Add CreateReleaseAttachment
Add EditReleaseAttachment
Add DeleteReleaseAttachment
Signed-off-by: Jonas Franz <[email protected]>
* Add filename query parameter for choosing another name for an attachment
Signed-off-by: Jonas Franz <[email protected]>
* Fix order of imports
Signed-off-by: Jonas Franz <[email protected]>
* Restricting updatable attachment columns
Signed-off-by: Jonas Franz <[email protected]>
* gofmt
Signed-off-by: Jonas Franz <[email protected]>
* Update go-sdk
Replace Attachments with Assets
Signed-off-by: Jonas Franz <[email protected]>
* Update go-sdk
Signed-off-by: Jonas Franz <[email protected]>
* Updating go-sdk and regenerating swagger
Signed-off-by: Jonas Franz <[email protected]>
* Add missing file of go-sdk
Signed-off-by: Jonas Franz <[email protected]>
* Change origin of code.gitea.io/sdk to code.gitea.io/sdk
Update code.gitea.io/sdk
Signed-off-by: Jonas Franz <[email protected]>
* Update swagger
Signed-off-by: Jonas Franz <[email protected]>
* Update updateAttachment
0 commit comments