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
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-11-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Save board lists collapsed settingFelipe Artur
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-10-19Add preload in issues controllerChantal 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-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2017-08-31Continue BE backportFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-06-06updated service specPhil Hughes
2017-06-06moved creating backlog list into list servicePhil Hughes
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Allow user to create a board list based on a group labelDouglas Barbosa Alexandre
2016-10-11Remove Boards::BaseServiceDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::DestroyService to remove list on a specic 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-06Change issue board defaultsAnnabel Dunstone Gray
2016-08-29Fix issue boards leak private label names and descriptionsDouglas 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-17Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Remove useless increment when creating a new board listDouglas Barbosa Alexandre
2016-08-17Use qualified name for services in generate default lists serviceDouglas 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-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-17Extract new list position validation to a methodDouglas 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