summaryrefslogtreecommitdiffstats
path: root/api4/team_test.go
Commit message (Collapse)AuthorAgeFilesLines
* APIv4 put /teams/{team_id}/patch (#5860)Saturnino Abril2017-03-241-0/+69
|
* Endpoint for APIv4 POST /teams/{team_id}/members (#5804)Saturnino Abril2017-03-241-0/+135
|
* Implement some team endpoints for APIv4 (#5745)Joram Wilander2017-03-131-0/+170
| | | | | | | | | | * Implement PUT /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams/{team_id}/unread endpoint for APIv4 * Implement POST /teams/{team_id}/members/ids endpoint for APIv4 * Remove debug statement
* Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-1/+2
|
* add team exists endpoint for APIv4 (#5517)Carlos Tadeu Panato Junior2017-03-071-5/+30
|
* ApiV4: GET /users/{user_id}/teams/unread (#5539)Andrei Stanciu2017-02-281-0/+31
|
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+48
|
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-221-0/+54
| | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵Saturnino Abril2017-02-211-0/+78
| | | | (#5471)
* Various APIv4 fixes (#5474)Joram Wilander2017-02-201-0/+4
|
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-0/+36
| | | | | | | | | | * APIv4: GET /teams/name/{name} Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com> * reorganized test with SystemAdminClient Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Implement GET teams/{team_id}/stats - apiv4 (#5453)Saturnino Abril2017-02-171-0/+51
| | | | | | | | * api4 GET teams/{team_id}/stats * api4 GET teams/{team_id}/stats * moved TeamStats router to team.go
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-071-0/+118
| | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+1
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-311-3/+3
|
* Implement POST /teams endpoint (#5220)Joram Wilander2017-01-311-0/+75