summaryrefslogtreecommitdiff
path: root/spec/factories/lists.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-251-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-7/+7
|
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* spec updatesPhil Hughes2017-05-311-0/+6
|
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-2/+2
|
* Remove backlog lists from factoriesDouglas Barbosa Alexandre2017-02-031-6/+0
|
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-5/+2
|
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-1/+5
|
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-0/+12
|
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+7