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 (Collapse)Author
2017-08-31Small fixesFelipe Artur
2017-08-29Group boards CE backportFelipe Artur
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
2017-05-31Expand/collapse close & backlog lists in issue boardsPhil Hughes
The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
2017-03-24Change Done column to Closed in issue boardsblackst0ne
2017-02-03Remove backlog lists from boardsDouglas Barbosa Alexandre
2016-09-26Improve project_with_board factory to create the default listsDouglas Barbosa Alexandre
2016-08-17The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre
2016-08-17Order board lists by list_type, and positionDouglas Barbosa Alexandre
2016-08-17Add Board modelDouglas Barbosa Alexandre