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
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
2017-04-28Add board_move slash commandAlex Sanford
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-03-03[Issue sorting on board] Addressing review issuesValery Sizov
2017-03-02Address review commentsValery Sizov
2017-02-17Allow issues in boards to be orderedDouwe Maan
2016-10-11Remove Boards::BaseServiceDouglas Barbosa Alexandre
2016-10-11Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre
2016-10-11Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre
2016-08-17Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre
2016-08-17Inherit board related services from BaseServiceDouglas Barbosa Alexandre
2016-08-17Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre
2016-08-17Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre
2016-08-17Add authorization to issues board related controllersDouglas Barbosa Alexandre
2016-08-17Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre
2016-08-17Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre
2016-08-17Extract base service class for boards related servicesDouglas Barbosa Alexandre
2016-08-17Check if user can update the issue before moving it betweens listsDouglas Barbosa Alexandre
2016-08-17Add service to move issues between listsDouglas Barbosa Alexandre