gitlab-org--gitlab-foss/db
Stan Hu b9672d4b38 Limit the number of merge requests per project to avoid long seeds
This step was taking a long time because seed_fu creates N / 2 merge requests
for each repo, where N is the number of branches for that repo. At the time of
this writing, there are 234 branches on the gitlab-ce repo, leading to 117
merge requests.
2016-05-04 09:22:01 -07:00
..
fixtures Limit the number of merge requests per project to avoid long seeds 2016-05-04 09:22:01 -07:00
migrate Backported minimal safewebhook implementation to GitLab CE 2016-04-30 05:04:10 -03:00
schema.rb Backported minimal safewebhook implementation to GitLab CE 2016-04-30 05:04:10 -03:00
seeds.rb