7d26c196f2
This commit disables the Git plugin by removing it from the default list of plugins to load, or to display in the frontend. Rationale: The git plugin doesn't currently add very much to cred quality. Git commits have edges to their parent, which isn't a very meaningful relationship for cred purposes. We'll want to re-enable the Git plugin once we're ready to support e.g. file and directory level cred tracking. I've skipped a block of tests around the git analysisAdapter. (I intend to deprecate the analysisAdapters, so skipping the tests seemed preferrable to updating them). I also updated our sharness test for catching test files without a proper describe block, so that it won't error on skipped blocks. Test plan: `yarn test --full` passes. Loading a new repository and inspecting it in the frontend gives consistent results. There are no references to Git plugin weights in the frontend, now that corresponding nodes are not available. |
||
---|---|---|
.. | ||
__snapshots__/example-github-load | ||
.gitignore | ||
Makefile | ||
SHARNESS_LICENSE | ||
aggregate-results.sh | ||
dummy.t | ||
sharness.sh | ||
test_build_static_site.t | ||
test_js_tests_have_top_level_describe_block_with_filename.t | ||
test_load_example_github.t |