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
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 useless delegate method on List modelDouglas Barbosa Alexandre
2016-08-17Ensure that we have only one list per label per boardDouglas Barbosa Alexandre
2016-08-17Remove label_list factoryDouglas Barbosa Alexandre
2016-08-17The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre
2016-08-17Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Add Board modelDouglas Barbosa Alexandre