mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-16 03:42:41 +01:00
8599145b5e
Summary: Ref T7298. We are currently inconsistent about when we publish feed, email, notifications, audits and Herald rules. Specifically, there are two settings which impact these things: - The "importing" flag, which is set when we're importing old commits. - The "herald-disabled" flag, which was expanded in scope some time ago and now actually means "disable publishing". Various parts of the pipeline were checking only one of these flags. Instead, all of them should check both. (For example, we should never email users about importing repositories, nor trigger audits on them.) Test Plan: See next revision. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T7298 Differential Revision: https://secure.phabricator.com/D11826 |
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorRepository.php | ||
PhabricatorRepositoryArcanistProject.php | ||
PhabricatorRepositoryAuditRequest.php | ||
PhabricatorRepositoryBranch.php | ||
PhabricatorRepositoryCommit.php | ||
PhabricatorRepositoryCommitData.php | ||
PhabricatorRepositoryDAO.php | ||
PhabricatorRepositoryMirror.php | ||
PhabricatorRepositoryPushEvent.php | ||
PhabricatorRepositoryPushLog.php | ||
PhabricatorRepositoryRefCursor.php | ||
PhabricatorRepositorySchemaSpec.php | ||
PhabricatorRepositoryStatusMessage.php | ||
PhabricatorRepositorySymbol.php | ||
PhabricatorRepositoryTransaction.php | ||
PhabricatorRepositoryVCSPassword.php |