Page MenuHomePhabricator

Provide a real object ("PhabricatorRepositoryPushEvent") to represent an entire push transaction
ClosedPublic

Authored by epriestley on Mar 26 2014, 2:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 3:18 AM
Unknown Object (File)
Thu, Jan 16, 11:10 PM
Unknown Object (File)
Dec 24 2024, 2:35 AM
Unknown Object (File)
Dec 20 2024, 7:59 PM
Unknown Object (File)
Dec 4 2024, 12:37 PM
Unknown Object (File)
Nov 27 2024, 12:24 AM
Unknown Object (File)
Nov 18 2024, 9:49 PM
Unknown Object (File)
Nov 13 2024, 8:20 PM
Subscribers

Details

Summary

Ref T4677. Currently, we record individual actions in a push as PhabricatorRepositoryPushLogs, but tie them together only loosely with a transactionKey.

Provide a real PushEvent object, and move some of the denormalized fields to it. This primarily just gives us more robust infrastructure for building, e.g., email about pushes, for T4677, since we can act on real PHIDs rather than passing awkward identifiers around.

Test Plan
  • Performed migration.
  • Looked at database for consistency.
  • Browsed/queried push logs.
  • Pushed a bunch of stuff.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Provide a real object ("PhabricatorRepositoryPushEvent") to represent an entire push transaction.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 26 2014, 6:05 PM
epriestley updated this revision to Diff 20450.

Closed by commit rPa5f55d506f46 (authored by @epriestley).