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)
Sat, Feb 15, 1:38 PM
Unknown Object (File)
Sun, Feb 9, 6:25 AM
Unknown Object (File)
Sun, Feb 9, 6:06 AM
Unknown Object (File)
Sun, Feb 9, 6:06 AM
Unknown Object (File)
Sun, Feb 9, 6:06 AM
Unknown Object (File)
Sun, Feb 9, 6:06 AM
Unknown Object (File)
Tue, Feb 4, 5:35 AM
Unknown Object (File)
Sat, Jan 25, 1:33 AM
Subscribers

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.