mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
No description
11861265fe
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`. Reviewers: chad Reviewed By: chad Maniphest Tasks: T6630 Differential Revision: https://secure.phabricator.com/D17186 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phabricator is a collection of web applications which help software companies build better software.
Phabricator includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
You can learn more about the project (and find links to documentation and resources) at Phabricator.org
Phabricator is developed and maintained by Phacility.
SUPPORT RESOURCES
For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.
NO PULL REQUESTS!
We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.
LICENSE
Phabricator is released under the Apache 2.0 license except as otherwise noted.