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-04-12Add frozen_string_literal to spec/servicesThong Kuah
2018-03-03Bring one group board to CEFelipe Artur
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-07change tests based on backend feedbackPhil Hughes
2017-06-06updated service specPhil Hughes
2017-06-06moved creating backlog list into list servicePhil Hughes
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-02-03Remove backlog lists from board servicesDouglas Barbosa Alexandre
2016-10-19Allow user to create a board list based on a group labelDouglas Barbosa Alexandre
2016-10-11Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre
2016-10-11Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre
2016-10-07Update issue board specAnnabel Dunstone Gray
2016-09-26Improve project_with_board factory to create the default listsDouglas Barbosa Alexandre
2016-08-29Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Add service to generate default board listsDouglas Barbosa Alexandre
2016-08-17Use zero-based positions on issues board servicesDouglas Barbosa Alexandre
2016-08-17Extract base service class for boards related servicesDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre
2016-08-17Remove label_list factoryDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre
2016-08-17Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre
2016-08-17Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre
2016-08-17Add service to remove a list from boardDouglas Barbosa Alexandre
2016-08-17Add service to move board listsDouglas Barbosa Alexandre
2016-08-17Add service to create a board listDouglas Barbosa Alexandre