gitlab-org--gitlab-foss/db
Douwe Maan 6db238dee9 Merge branch 'workaround-seed-fu-issue' into 'master'
Fixes GDK issue where repos would not be imported properly

Seed-Fu runs this entire fixture in a transaction, so the `after_commit`
hook won't run until after the fixture is loaded. That is too late
since the Sidekiq::Testing block has already exited. Force clearing
the `after_commit` queue to ensure the job is run now.

See: gitlab-org/gitlab-development-kit#58

See merge request !1513
2015-10-08 16:10:14 +00:00
..
fixtures Verify repository is valid 2015-10-06 11:21:45 -07:00
migrate Revamp finding projects by namespaces 2015-10-08 14:35:32 +02:00
schema.rb Revamp finding projects by namespaces 2015-10-08 14:35:32 +02:00
seeds.rb