gitlab-org--gitlab-foss/db/fixtures/development
Rémy Coutable 4af9d592c5 Replace factory_girl_rails with factory_bot_rails
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>
2017-12-14 15:01:55 +01:00
..
01_admin.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
04_project.rb Remove depreceted and big projects 2017-09-20 07:42:47 +00:00
05_users.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
06_teams.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
07_milestones.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
09_issues.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
10_merge_requests.rb Skip creating the merge request if repo is empty 2017-08-11 23:27:42 +08:00
11_keys.rb Fix keys seed 2017-06-02 12:37:57 -05:00
12_snippets.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
13_comments.rb Fix the `Gitlab::Seeder` monkey patch to disable mail delivery 2017-03-02 20:29:30 -05:00
14_pipelines.rb Rename artifacts_* to legacy_artifacts_* 2017-12-03 12:04:49 +01:00
15_award_emoji.rb Fix up @DouweM review 2017-03-06 15:19:33 -06:00
16_protected_branches.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
17_cycle_analytics.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
18_abuse_reports.rb Ensure we generate unique usernames otherwise validations fail 2017-04-04 08:48:49 +02:00
19_environments.rb Replace invalid chars while seeding environments 2017-06-21 11:16:38 +00:00
20_nested_groups.rb Move the nested groups seed behind an environment flag 2017-04-10 16:18:58 -04:00
21_conversational_development_index_metrics.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00