mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
41b23519e6
Summary: The primary goal of this is to allow pre/post workflow hooks to upgrade a workflow which doesn't require conduit into one which does, or one which doesn't require authentication into one which does. They do this by calling $workflow->establishConduit() or $workflow->authenticateConduit() respectively. It also removes a bunch of dead code and a bunch of now-unnecessary public interfaces. Test Plan: Broke my certificate and ran "arc list", "arc unit", "arc help", "arc call-conduit". Restored my certificate and re-ran the commands. Reviewed By: mgummelt Reviewers: mgummelt, jungejason, tuomaspelkonen, aran CC: aran, epriestley, mgummelt Differential Revision: 664 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.