summaryrefslogtreecommitdiff
path: root/app/models/board.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-3/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Create an event on epic actionsJan Provaznik2019-09-031-0/+1
* Move order lambda to list scope63212-n-1-queries-in-projects-id-boards-apicharlieablett2019-06-271-2/+2
* Compound lists scopes to preserve orderingcharlieablett2019-06-261-1/+1
* Remove N+1 query for project and group boardscharlieablett2019-06-261-0/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Fix 403 errors when adding an assignee list in project boardsStan Hu2019-02-141-0/+4
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Unify app/views/shared/issuable/_search_bar.html.hamlLin Jen-Shin2018-07-051-0/+4
* Bring one group board to CEFelipe Artur2018-03-031-3/+5
* Small fixesFelipe Artur2017-08-311-0/+8
* Group boards CE backportFelipe Artur2017-08-281-1/+5
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-0/+4
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-2/+2
* Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-4/+0
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-0/+8
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-171-1/+1
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-1/+1
* Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+7