Migration is implemented to either replace draft changes with private
(default) or work-in-progress changes.
We bump the change index version to trigger online reindexing.
That's needed because we don't support reindexing during init step, and
we need to reindex all changes, because DRAFT is removed from the
Change.Status enum and index still contains the old references to the
changes that were migrated to private or work-in-progress changes. To
make online reindexing work, draft status is replaced with the new
change status.
PolyGerrit UI is not addressed in this change and will be done in a
follow-up change.
User branches are not updated in this change to clean-up My-Menu entry
in user preferences. This will be done in a follow-up change.
refs/meta/config is not updated in this change to clean-up draft
related permissions. This will be done in a follow-up change.
ChangeControl#isPatchVisible() call sites are migrated to the
ChangeControl#isVisible() and isVisible() is made public again. This and
other temporary changes to ChangeControl class will be cleaned up in
follow up changes.
Bug: Issue 6880
Change-Id: Icfcb34efe1ff0ea1d39e94ed500db776f5770d8f