aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/sdk/gitea/user_key.go
Commit message (Collapse)AuthorAgeFilesLines
* [Vendor] update gitea-sdk v0.14.0 (#15103)65432021-03-221-0/+3
| | | | | * upgraded code.gitea.io/sdk/gitea v0.13.2 => v0.14.0 * rm workaround
* Gitea 2 Gitea migration (#12657)65432020-10-141-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * first draft * update gitea sdk to 9e280adb4da * adapt feat of updated sdk * releases now works * break the Reactions loop * use convertGiteaLabel * fix endless loop because paggination is not supported there !!! * rename gitea local uploader files * pagination can bite you in the ass * Version Checks * lint * docs * rename gitea sdk import to miss future conficts * go-swagger: dont scan the sdk structs * make sure gitea can shutdown gracefully * make GetPullRequests and GetIssues similar * rm useles * Add Test: started ... * ... add tests ... * Add tests and Fixing things * Workaround missing SHA * Adapt: Ensure that all migration requests are cancellable (714ab71ddc4260937b1480519d453d2dc4e77dd6) * LINT: fix misspells in test set * adapt ListMergeRequestAwardEmoji * update sdk * Return error when creating giteadownloader failed * update sdk * adapt new sdk * adopt new features * check version before err * adapt: 'migrate service type switch page' * optimize * Fix DefaultBranch * impruve * handle subPath * fix test * Fix ReviewCommentPosition * test GetReviews * add DefaultBranch int test set * rm unused * Update SDK to v0.13.0 * addopt sdk changes * found better link * format template * Update Docs * Update Gitea SDK (v0.13.1)
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-60/+0
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* fix: Add secret to all webhook's payload where it has been missing (#5199)Peter Hoffmann2018-10-281-1/+4
| | | | | | | | | | * fix: Add secret to all webhook's payload where it has been missing affects webhooks for: * Delete * Fork * IssueComment * Release
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-281-4/+5
| | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-5/+1
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+5
| | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag
* Update gitea/sdk vendorKim "BKC" Carlbäcker2016-11-291-0/+6
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-0/+49
From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea