chromium-dashboard
chromium-dashboard copied to clipboard
Write Stage, Gate, and Vote entities
NOTE: This change will be ready after https://github.com/GoogleChrome/chromium-dashboard/pull/2341 is merged and this PR is updated to use the code in that PR.
Part of the schema migration work.
This change creates all initial Stage and Gate entities on when a Feature/FeatureEntry entity is created. Additionally, additional methods have been added to the Gate class to prepare for use. This should hopefully be the last of the changes required to finalize double-writing the new entities.
This change will be ready after #2341 is merged and this PR is updated to use the code in that PR.