Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-11Remove unused Projects::BoardListsController controllerDouglas Barbosa Alexandre
2016-08-17Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre
2016-08-17Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre
2016-08-17Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre
2016-08-17Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-17Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre
2016-08-17Extract base service class for boards related servicesDouglas Barbosa Alexandre
2016-08-17Handle formats at the controller level in Projects::BoardListsControllerDouglas Barbosa Alexandre
2016-08-17Add endpoint to allow users to remove listsDouglas Barbosa Alexandre
2016-08-17Add endpoint to allow users to move listsDouglas Barbosa Alexandre
2016-08-17Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre