Page MenuHomePhabricator

Merge "Audit" more completely into "Diffusion"
ClosedPublic

Authored by epriestley on Jan 11 2017, 11:20 PM.
Tags
None
Referenced Files
F15457179: D17186.id41331.diff
Sun, Mar 30, 2:44 PM
F15454795: D17186.id41329.diff
Sat, Mar 29, 8:29 PM
F15451794: D17186.id.diff
Fri, Mar 28, 11:51 PM
F15439022: D17186.diff
Wed, Mar 26, 5:16 AM
F15413293: D17186.id41329.diff
Wed, Mar 19, 5:52 PM
F15382682: D17186.id41331.diff
Fri, Mar 14, 1:50 PM
F15338287: D17186.diff
Sun, Mar 9, 10:21 AM
F15311822: D17186.diff
Mar 6 2025, 11:28 AM
Subscribers
None

Details

Summary

Fixes T6630. Long ago, "Audit", "Diffusion" and "Repositories" were three totally separate applications.

This separation isn't useful and the three rapidly became intertwined. Ideally, they would all be one application.

This doesn't take us quite that far, but Audit no longer has any controllers and has little actual behavior.

The "Audit" screen has always just been a SearchEngine view of commits with some filters on it, and this formalizes that and puts a link to it in Diffusion. (This view has other uses, too.)

Test Plan
  • Accessed audit from home page.
  • Accessed audit/commits from Diffusion.
  • Could no longer uninstall Audit on its own.
  • Grepped for /audit/ and AuditApplication.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 11 2017, 11:43 PM
This revision was automatically updated to reflect the committed changes.