Page MenuHomePhabricator

Prevent creation of empty repository identities
ClosedPublic

Authored by amckinley on Jun 5 2018, 10:59 PM.
Tags
None
Referenced Files
F18953164: D19466.diff
Wed, Nov 12, 7:09 AM
F18785003: D19466.id.diff
Oct 13 2025, 4:42 PM
F18779108: D19466.id46564.diff
Oct 11 2025, 12:05 PM
F18754584: D19466.id.diff
Oct 4 2025, 11:43 PM
F18754475: D19466.diff
Oct 4 2025, 11:11 PM
F18652002: D19466.id46563.diff
Sep 21 2025, 6:16 AM
F18593981: D19466.id.diff
Sep 12 2025, 4:38 PM
F18581765: D19466.diff
Sep 11 2025, 6:51 AM
Subscribers

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20370
Build 27663: Run Core Tests
Build 27662: arc lint + arc unit

Event Timeline

epriestley added inline comments.
src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
83–86

We could probably skip this query, too, if $committer === null since we (should) never get a hit for it.

This revision is now accepted and ready to land.Jun 5 2018, 11:06 PM
src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php
83–86

Yeah, I just left it so that $committer_identity would always be defined. Will clean it up.

This revision was automatically updated to reflect the committed changes.

I cherry-picked this to stable for good measure.