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
2017-08-31Small fixesFelipe Artur
2017-08-31Continue BE backportFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-19Clear issuable counter caches on updateSean McGivern
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-06updated service specPhil Hughes
2017-06-06moved creating backlog list into list servicePhil Hughes
2017-05-31Expand/collapse close & backlog lists in issue boardsPhil Hughes
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-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-03-02Address review commentsValery Sizov
2017-02-17Allow issues in boards to be orderedDouwe Maan
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-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-11Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre
2016-10-11Update Boards::Lists::DestroyService to remove list on a specic boardDouglas 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-06Change issue board defaultsAnnabel 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-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-17Fix board create service namespace to avoid autoload issuesDouglas 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-17Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre
2016-08-17Remove useless increment when creating a new board listDouglas Barbosa Alexandre
2016-08-17Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre
2016-08-17Fix filtering issues by "No Label"Douglas Barbosa Alexandre