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
F13091921: D7883.diff
Thu, Apr 25, 3:18 AM
Unknown Object (File)
Sat, Apr 20, 6:16 PM
Unknown Object (File)
Thu, Apr 11, 10:56 AM
Unknown Object (File)
Mon, Apr 8, 10:28 AM
Unknown Object (File)
Sat, Apr 6, 11:01 AM
Unknown Object (File)
Tue, Apr 2, 1:50 PM
Unknown Object (File)
Tue, Apr 2, 7:21 AM
Unknown Object (File)
Mar 24 2024, 10:20 PM
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!