Page MenuHomePhabricator

Prevent creation of empty repository identities
ClosedPublic

Authored by amckinley on Jun 5 2018, 10:59 PM.
Tags
None
Referenced Files
F14078624: D19466.diff
Fri, Nov 22, 4:48 AM
F14077185: D19466.diff
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
Unknown Object (File)
Wed, Nov 6, 1:43 AM
Subscribers

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20371
Build 27665: Run Core Tests
Build 27664: arc lint + arc unit

Event Timeline

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

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
82–83

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.