summaryrefslogtreecommitdiff
path: root/app/models/list.rb
Commit message (Expand)AuthorAgeFilesLines
* Save board lists collapsed settingFelipe Artur2019-08-281-2/+52
* Make issue boards importableJason Colyer2019-08-021-1/+2
* Move order lambda to list scope63212-n-1-queries-in-projects-id-boards-apicharlieablett2019-06-271-0/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Fix deprecation: returning false in Active Record and Active Model callbacks ...Jasper Maes2019-01-031-1/+1
* Add preload in issues controllerChantal Rollison2018-10-181-0/+1
* Backport issue board milestone lists EE changesOswaldo Ferreira2018-08-071-3/+3
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-4/+14
* Adjust board lists header text colorosw-fix-boards-list-header-colorOswaldo Ferreira2018-05-141-1/+2
* Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-071-1/+1
|\
| * Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-1/+1
* | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
|/
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
* Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-1/+1
* Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-191-0/+11
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+5
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-2/+8
* Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-171-3/+1
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+1
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-171-0/+8
* Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-171-0/+6
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-4/+4
* Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+10