2011-01-16 13:51:39 -08:00
|
|
|
{
|
2011-01-22 17:45:28 -08:00
|
|
|
"project_id" : "phabricator",
|
2011-02-07 21:57:42 -08:00
|
|
|
"conduit_uri" : "https://secure.phabricator.com/api/",
|
Bring Javelin into Phabricator via git submodule, not copy-and-paste
Summary:
Javelin is currently embedded in Phabricator via copy-and-paste of prebuilt
packages. This is not so great.
Pull it in as a submodule instead and make all the Phabriator resources declare
proper dependency trees. Add Javelin linting.
Test Plan:
I tried to run through pretty much all the JS functionality on the site. This is
still a high-risk change, but I did a pretty thorough test
Differential: inline comments, revealing diffs, list tokenizers, comment
preview, editing/deleting comments, add review action.
Maniphest: list tokenizer, comment actions
Herald: rule editing, tokenizers, add/remove rows
Reviewed By: tomo
Reviewers: aran, tomo, mroch, jungejason, tuomaspelkonen
CC: aran, tomo, epriestley
Differential Revision: 223
2011-05-03 15:11:55 -07:00
|
|
|
"lint_engine" : "PhabricatorLintEngine",
|
2011-01-16 13:51:39 -08:00
|
|
|
"unit_engine" : "PhutilUnitTestEngine",
|
|
|
|
"copyright_holder" : "Facebook, Inc.",
|
2011-05-06 15:14:47 -07:00
|
|
|
"remote_hooks_installed" : true,
|
2011-01-16 13:51:39 -08:00
|
|
|
"phutil_libraries" : {
|
2011-01-22 17:45:28 -08:00
|
|
|
"phabricator" : "src/"
|
2011-01-16 13:51:39 -08:00
|
|
|
}
|
|
|
|
}
|