gitlab-org--gitlab-foss/db
Nick Thomas 381468d0cc
Allow asynchronous rebase operations to be monitored
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
2019-07-04 08:50:55 +01:00
..
fixtures db.fixtures: use print instead of puts 2019-06-27 19:29:29 +02:00
importers Change the schema of the common_metrics.yml 2019-04-17 20:02:24 +08:00
migrate Allow asynchronous rebase operations to be monitored 2019-07-04 08:50:55 +01:00
optional_migrations Add version 4.2 to all existing migrations 2018-11-22 13:18:28 +01:00
post_migrate Remove old migrations and specs 2019-07-03 03:55:56 +08:00
schema.rb Allow asynchronous rebase operations to be monitored 2019-07-04 08:50:55 +01:00
seeds.rb