Page MenuHomePhabricator

Prevent creation of empty repository identities
ClosedPublic

Authored by amckinley on Jun 5 2018, 10:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 22, 11:12 AM
Unknown Object (File)
Fri, Nov 22, 4:48 AM
Unknown Object (File)
Thu, Nov 21, 9:52 PM
Unknown Object (File)
Wed, Nov 20, 9:03 PM
Unknown Object (File)
Wed, Nov 20, 6:57 PM
Unknown Object (File)
Sun, Nov 17, 6:54 PM
Unknown Object (File)
Wed, Nov 13, 5:31 PM
Unknown Object (File)
Sat, Nov 9, 5:53 PM
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.