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
2019-07-16Add result to MoveService#execute_multiplePatrick Derichs
2019-07-11Add endpoint to move multiple issuesPatrick Derichs
2019-06-21Add reorder action to Project IssuesControllerBrett Walker
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-11-05Fixed label removal from issueChantal Rollison
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-04-03Fix 404 in group boards when moving issue between listsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
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