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
2018-04-05Fix more specsFelipe Artur
2018-04-05Show issues of subgroups in group-level issue boardFelipe Artur
2018-04-03Fix 404 in group boards when moving issue between listsFelipe Artur
2018-03-03Bring one group board to CEFelipe Artur
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-31Backport specsFelipe Artur
2017-08-31Continue BE backportFelipe Artur
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-07-07This makes the `Boards::CreateService` more reusable for EEBob Van Landuyt
2017-06-28Fixed issue boards closed list not listing all issuesPhil Hughes
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-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-07[Issue Board Sorting] More accurate move through the listValery Sizov
2017-03-07Address review commentsValery Sizov
2017-03-06Addressing review commentsValery Sizov
2017-03-03[Issue sorting on board] Addressing review issuesValery Sizov
2017-02-28[Issue board sorting] SpecsValery 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-19Allow user to create a board list based on a group labelDouglas 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-11Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre
2016-10-11Fix rubocop offensesDouglas Barbosa Alexandre
2016-10-11Add Boards::ListService service to list project boardsDouglas 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-10-11Update Boards::Issues::ListService to list issues for a board listDouglas 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-11Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre
2016-10-07Update issue board specAnnabel Dunstone Gray
2016-10-06Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet
2016-10-06Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre
2016-10-06Add service to create a new issue in a board listDouglas Barbosa Alexandre
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-25Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre
2016-08-17Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre
2016-08-17Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre
2016-08-17Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre