mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
e48c36697a
Summary: See PHI1014. We may not have Identities if you race the import pipeline, or in some other cases which are more "bug" / "missing migration"-flavored. Load the commit data so we can fall back to it if we don't have identities. Test Plan: - Wiped out all my identities with `UPDATE ... SET authorIdentityPHID = NULL WHERE ...`. - Before change: blame fataled with `Attempting to access attached data on PhabricatorRepositoryCommit (via getCommitData()), but the data is not actually attached.`. - After change: blame falls back gracefully. - Restored identities with `bin/repository rebuild-identities`, checked blame again. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D19958 |
||
---|---|---|
.. | ||
__tests__ | ||
aphront | ||
applications | ||
docs | ||
extensions | ||
infrastructure | ||
view | ||
__phutil_library_init__.php | ||
__phutil_library_map__.php |