Page MenuHomePhabricator

Pass commit authorship information to Buildkite
ClosedPublic

Authored by epriestley on Aug 27 2018, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 7:53 PM
Unknown Object (File)
Fri, Apr 12, 9:33 AM
Unknown Object (File)
Mar 19 2024, 3:28 PM
Unknown Object (File)
Mar 10 2024, 4:36 PM
Unknown Object (File)
Feb 12 2024, 6:25 AM
Unknown Object (File)
Feb 3 2024, 7:19 PM
Unknown Object (File)
Dec 28 2023, 5:07 PM
Unknown Object (File)
Dec 20 2023, 5:47 PM
Subscribers
Restricted Owners Package

Details

Summary

Fixes T12251. Ref T13189. See PHI610. The difficulty here is that we don't want to disclose Phabricator account information to Buildkite. We're comfortable disclosing information from git, etc.

  • For commits, use the Identity to provide authorship information from Git.
  • For revisions, use the local commit information on the Diff to provide the Git/Mercurial/etc author of the HEAD commit.
Test Plan
  • Built commits and revisions in Buildkite via Harbormaster.
  • I can't actually figure out how to see author information on the Buildkite side, but the values look sane when dumped locally.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a subscriber: Restricted Owners Package.Aug 27 2018, 7:50 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 27 2018, 7:51 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.