Page MenuHomePhabricator

Let Herald activation depend on which transactions are being applied, and generate transactions
ClosedPublic

Authored by epriestley on Mar 5 2014, 3:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 31 2024, 9:38 AM
Unknown Object (File)
Jan 25 2024, 1:26 AM
Unknown Object (File)
Jan 25 2024, 1:26 AM
Unknown Object (File)
Jan 25 2024, 1:25 AM
Unknown Object (File)
Jan 25 2024, 1:25 AM
Unknown Object (File)
Dec 24 2023, 4:43 PM
Unknown Object (File)
Dec 23 2023, 2:11 AM
Unknown Object (File)
Dec 21 2023, 12:51 PM
Subscribers

Details

Summary

Ref T2222. Ref T4484. This is a stepping stone to getting Herald supported in the new Differental code. Generally:

  • Instead of an Editor either supporting or not supporting Herald, let it choose based on transactions. Specifically, Differential only runs rules on revision creation and diff updates.
  • Optionally, allow an Editor to return some transactions to apply instead of having to apply everything itself. This lets us make it clear why changes happend in the transaction log, and share more code.
  • I updated only one transaction type (owners in Maniphest) since it was the easiest and cleanest to update and test. Everything else still works like it used to, it just won't generate a transaction record yet.
  • The transaction records are a touch rough, but we can clean them up later.
Test Plan

{F122282}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan edited edge metadata.
btrahan added inline comments.
src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
643

nice

This revision is now accepted and ready to land.Mar 5 2014, 6:50 PM