Skip to content

frontend: Remove Enabled field from types.Repo

Administrator requested to merge core/enable-always-true into master

Created by: keegancsmith

We remove this field from all internal reads. We adjust all reads of the field to act as if it was true. Additionally we update the database listing code to always have the conditional enabled = true. Once the first sync of the new syncer has run, all rows in the table will have enabled = true.

Part of #3291

Merge request reports

Loading