Page MenuHomePhabricator

Assign PHIDs to PushLogs
ClosedPublic

Authored by epriestley on Dec 17 2013, 8:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 26 2025, 1:15 PM
Unknown Object (File)
May 20 2025, 11:38 AM
Unknown Object (File)
May 19 2025, 5:54 AM
Unknown Object (File)
May 11 2025, 6:13 PM
Unknown Object (File)
May 7 2025, 3:08 PM
Unknown Object (File)
Apr 20 2025, 8:31 AM
Unknown Object (File)
Apr 17 2025, 10:06 AM
Unknown Object (File)
Apr 16 2025, 5:20 AM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
T4195: Implement pre-commit Herald rules
Commits
Restricted Diffusion Commit
rPf28d3089d7d8: Assign PHIDs to PushLogs
Summary

Ref T4195. We need these in Herald, since HeraldTranscripts need to refer to a PHID which they acted upon.

Test Plan

Ran migration, got PHIDs:

mysql> select phid from repository_pushlog limit 3;
+--------------------------------+
| phid                           |
+--------------------------------+
| PHID-PSHL-25jnc6cjgzw5rwqgmr7r |
| PHID-PSHL-2vrvmtslkrj5yv7nxsv2 |
| PHID-PSHL-34x262zkrwoka6mplony |
+--------------------------------+
3 rows in set (0.00 sec)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley updated this revision to Unknown Object (????).Dec 17 2013, 8:36 PM
  • Add some trailing newlines.