summaryrefslogtreecommitdiffstats
path: root/integrations/api_org_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+14
| | | | | | | | | | | | | | * introduce `GET /orgs` * add TEST * show also other VisibleType's * update description * refactor a lot * SearchUserOptions by default return only public
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-1/+47
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Add tests for Org API (#6731)Lunny Xiao2019-04-241-28/+72
|
* add api for user to create org (#5268)Lunny Xiao2018-11-201-0/+48
* add api for user to create org * remove unused blank line on the swagger file end * fix create and add test * fix tests * fix routes of create org API * fix bug * add copyright heads