summaryrefslogtreecommitdiffstats
path: root/integrations/api_org_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-9/+8
* format with gofumpt (#18184)65432022-01-201-4/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* [API] add GET /orgs endpoint (#9560)65432020-01-121-0/+14
* 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
* 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