Page MenuHomePhabricator

Implement more consistent publishing rules for repositories
ClosedPublic

Authored by epriestley on Feb 19 2015, 5:18 PM.
Tags
None
Referenced Files
F14480309: D11826.id28500.diff
Sun, Dec 29, 7:27 PM
Unknown Object (File)
Wed, Dec 4, 5:42 PM
Unknown Object (File)
Wed, Dec 4, 5:42 PM
Unknown Object (File)
Wed, Dec 4, 5:40 PM
Unknown Object (File)
Wed, Dec 4, 5:29 PM
Unknown Object (File)
Nov 26 2024, 11:30 AM
Unknown Object (File)
Nov 26 2024, 11:05 AM
Unknown Object (File)
Nov 25 2024, 10:01 PM
Subscribers

Details

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.

Diff Detail

Repository
rP Phabricator
Branch
rpublish
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/audit/editor/PhabricatorAuditEditor.php:527XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 4568
Build 4582: [Placeholder Plan] Wait for 30 Seconds