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
2023-07-19Add latest changes from gitlab-org/gitlab@16-2-stable-eev16.2.0-rc42GitLab Bot
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2022-11-17Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
2019-04-12Add frozen_string_literal to spec/servicesThong Kuah
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-09-15Filter out archived issues from group issue boardBrett Walker
2018-04-05Fix more specsFelipe Artur
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
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-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-28Fixed issue boards closed list not listing all issuesPhil Hughes
2017-06-06moved creating backlog list into list servicePhil Hughes
2017-05-31spec updatesPhil Hughes
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-03-23Display all closed issues in “done” board listJarka Kadlecova
2017-03-14Preserve order by priority on issues boardValery Sizov
2017-03-03[Issue sorting on board] Addressing review issuesValery Sizov
2017-02-03Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre
2017-02-03Remove backlog lists from board servicesDouglas Barbosa Alexandre
2016-10-11Fix typo on Boards::Issues::ListService specDouglas Barbosa Alexandre
2016-10-11Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre
2016-10-11Fix rubocop offensesDouglas Barbosa Alexandre
2016-10-11Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre
2016-10-06Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre
2016-09-26Improve project_with_board factory to create the default listsDouglas Barbosa Alexandre
2016-08-25Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre
2016-08-17Fix filtering issues by "No Label"Douglas Barbosa Alexandre
2016-08-17Use zero-based positions on issues board servicesDouglas Barbosa Alexandre
2016-08-17Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre
2016-08-17Add service to list issues for a board listDouglas Barbosa Alexandre