Page MenuHomePhabricator

Move all revision status transactions to modern values and mechanics
ClosedPublic

Authored by epriestley on Aug 12 2017, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 4:52 PM
Unknown Object (File)
Tue, Nov 12, 11:05 PM
Unknown Object (File)
Tue, Nov 12, 4:14 PM
Unknown Object (File)
Sat, Nov 9, 2:28 PM
Unknown Object (File)
Sun, Nov 3, 7:03 PM
Unknown Object (File)
Oct 17 2024, 9:38 PM
Unknown Object (File)
Oct 15 2024, 9:02 AM
Unknown Object (File)
Oct 9 2024, 4:40 PM
Subscribers
None

Details

Summary

Ref T2543. This updates and migrates the status change transactions:

  • All storage now records the modern modular transaction ("differential.revision.status"), not the obsolete non-modular transaction ("differential:status").
  • All storage now records the modern constants ("accepted"), not the obsolete numeric values ("2").
Test Plan
  • Selected all the relevant rows before/after migration, data looked sane.
  • Browsed around, reviewed timelines, no changes after migration.
  • Changed revision states, saw appropriate new transactions in the database and timeline rendering.
  • Grepped for differential:status.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable