1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/differential/constants
epriestley 48a74de0b6 Move all revision status transactions to modern values and mechanics
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`.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T2543

Differential Revision: https://secure.phabricator.com/D18419
2017-08-12 04:05:57 -07:00
..
DifferentialAction.php Use ModularTransactions for accept/reject/resign in "differential.createcomment" 2017-03-20 16:43:43 -07:00
DifferentialChangeType.php Simplify Diffusion Browse Table 2017-07-09 09:43:57 -07:00
DifferentialLegacyQuery.php Migrate revision storage to modern status constants ("accepted") instead of legacy numeric values ("2") 2017-08-12 04:02:10 -07:00
DifferentialLintStatus.php Remove leftover code for "postponed" lint and unit status 2015-08-29 22:19:28 +10:00
DifferentialReviewerStatus.php Restore "Accept", "Reject" and "Resign" actions to Differential on EditEngine 2016-12-31 10:09:27 -08:00
DifferentialRevisionControlSystem.php Extend from Phobject 2015-06-15 18:02:27 +10:00
DifferentialRevisionStatus.php Move all revision status transactions to modern values and mechanics 2017-08-12 04:05:57 -07:00
DifferentialUnitStatus.php Remove leftover code for "postponed" lint and unit status 2015-08-29 22:19:28 +10:00
DifferentialUnitTestResult.php Remove leftover code for "postponed" lint and unit status 2015-08-29 22:19:28 +10:00