Page MenuHomePhabricator

Allow Herald pre-commit rules to act on repository projects
ClosedPublic

Authored by epriestley on Jan 3 2014, 5:35 PM.
Tags
None
Referenced Files
F14074832: D7883.id17843.diff
Thu, Nov 21, 8:47 AM
Unknown Object (File)
Thu, Nov 21, 1:29 AM
Unknown Object (File)
Sun, Nov 17, 3:32 AM
Unknown Object (File)
Mon, Nov 11, 8:54 AM
Unknown Object (File)
Wed, Oct 30, 11:49 PM
Unknown Object (File)
Oct 22 2024, 7:44 PM
Unknown Object (File)
Oct 21 2024, 4:09 PM
Unknown Object (File)
Oct 21 2024, 7:11 AM
Subscribers

Details

Summary

Fixes T4264. Adds:

  • New "Repository's projects" field to Herald pre-commit rules, so you can write global rules which act based on projects.
  • Allows pre-ref/pre-content rules to bind to projects, and fire for all repositories in that project, so users with limited power can write rules which apply to many repositories.
  • The pre-ref and pre-content classes were starting to share a fair amount of code, so I made them both extend an abstract base class.
Test Plan

Wrote new pre-ref and pre-content rules bound to projects, then pushed commits into repositories in those projects and not in those projects. The "repository projects" field populated, and the rules fired for repositories in the relevant projects.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Nice. I dig the precommit base class and subsequent code consolidation.

src/applications/herald/storage/HeraldRule.php
20

ah, there it is!