Commit Graph

11 Commits (fd8d6405c8c7c12594f3d5866ac9eafb7edb8711)

Author SHA1 Message Date
Bo-Yi Wu 1c5cbc390b refactor: import order. ()
Morgan Bazalgette 65861900cd Handle refactor ()
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound

* Change Handle(403) to NotFound, avoid using macaron's NotFound
Ethan Koenig 515cdaa85d Fix ignored errors when checking if organization, team member ()
Ethan Koenig f26f4a7e01 Update swagger documentation ()
* Update swagger documentation

Add docs for missing endpoints
Add documentation for request parameters
Make parameter naming consistent
Fix response documentation

* Restore delete comments
Ethan Koenig b689bb6180 Webhooks for repo creation/deletion ()
* Webhooks for repo creation/deletion

* add createHookTask

* Add handles for GetSlackPayload and GetDiscordPayload
Antoine GIRARD fd8e8a421a Improve swagger doc ()
* Add swagger comment for adminCreateOrg

* Add swagger comment for admin route

* add hook swagger doc

* Add tags

* Add auth

* Fix name of responses

* Edit name method

* Update vendor

* make generate-swagger
Ethan Koenig 93a1de4842 Fix repo API bug ()
Don't require token when not necessary
Antoine GIRARD 30787e48f2 Improve org error handling ()
* Improve ErrOrgNotExist type
Return new error type
Use good error check
Use new method to check error
Update tests

* Fix unchanged method name report
Jonas Östanbäck ad70af1248 Add repo fork swagger ()
Ethan Koenig ec0ae5d50c Refactor and fix incorrect comment ()
Ethan Koenig b75450ad36 API endpoints for forks ()