You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harshit Bansal 5ac6da3c41 api: Add missing GET teams endpoints (#5382)
* api: Add an endpoint to list a particular member of team.

* models: Rename `GetUserTeams()` to `GetUserOrgTeams()` in `org_team` model.

`GetUserTeams()` sounds a bit misnomer since it actually returns
the teams that user belongs to in a given organization rather than
all the teams across all the organization that the user has joined.

* models: Add `GetUserTeams()`.

Returns all the teams that a user belongs to.

* api: Add an endpoint for GET '/user/teams'.

A GET request to this endpoint lists all the teams that a user
belongs to.
6 years ago
..
admin Fix Swagger JSON autogeneration issues. (#4845) 6 years ago
convert Fix create team, update team missing units (#5188) 6 years ago
misc Swagger.v1.json template (#3572) 6 years ago
org api: Add missing GET teams endpoints (#5382) 6 years ago
repo Issue is not overdue when it is on the same date #5566 (#5568) 6 years ago
swagger Implement git refs API for listing references (branches, tags and other) (#5354) 6 years ago
user Restrict permission check on repositories and fix some problems (#5314) 6 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
api.go api: Add missing GET teams endpoints (#5382) 6 years ago