Last active
August 2, 2016 15:00
-
-
Save danpoltawski/1297e99a0f920e57f8f96b1bd6a464c2 to your computer and use it in GitHub Desktop.
file withouttests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ find * -type f -not -path 'tests/*' ! -exec git grep -lq {} tests/ \; -print | |
check_upgrade_savepoints/check_upgrade_savepoints.php | |
coding_standards_detector/coding_standards_detector.php | |
compare_databases/compare_databases.php | |
compare_databases/compare_databases.sh | |
compare_databases/run_conditionally.sh | |
generate_component_ant_files/generate_component_ant_files.php | |
git_garbage_collector/git_garbage_collector.sh | |
index.html | |
initial_jenkins_moodle_setup/initial_jenkins_moodle_setup.sh | |
jenkins_cli/jenkins-cli.jar | |
lang/en/local_ci.php | |
list_changed_files/list_changed_files.sh | |
list_valid_components/list_valid_components.sh | |
myram/mysql/down.sh | |
myram/mysql/up.sh | |
myram/postgres/down.sh | |
myram/postgres/up.sh | |
myram/ramdisk/darwin/down.sh | |
myram/ramdisk/darwin/up.sh | |
myram/ramdisk/linux/down.sh | |
myram/ramdisk/linux/up.sh | |
myram/ramdisk/readme.txt | |
phplib/clilib.php | |
prepare_composer_stuff/prepare_composer_stuff.sh | |
prepare_npm_stuff/prepare_npm_stuff.sh | |
project_size_report/project_size_report.sh | |
rebase_security/rebase_security.sh | |
remote_branch_checker/lib.php | |
remote_branch_checker/remote_branch_checker.sh | |
remote_branch_checker/xslt/checkstyle2smurf.xsl | |
remote_branch_checker/xslt/gargamel.xsl | |
run_phpunittests/config.php.template | |
run_phpunittests/run_phpunittests.sh | |
thirdparty_check/thirdpartylocations.php | |
tracker_automations/bulk_precheck_issues/bulk_precheck_issues.sh | |
tracker_automations/bulk_precheck_issues/criteria/awaiting_integration/override-defaults.sh | |
tracker_automations/bulk_precheck_issues/criteria/awaiting_integration/postissue.sh | |
tracker_automations/bulk_precheck_issues/criteria/awaiting_integration/query.sh | |
tracker_automations/bulk_precheck_issues/criteria/awaiting_peer_review/postissue.sh | |
tracker_automations/bulk_precheck_issues/criteria/awaiting_peer_review/query.sh | |
tracker_automations/bulk_precheck_issues/criteria/developer_request/postissue.sh | |
tracker_automations/bulk_precheck_issues/criteria/developer_request/query.sh | |
tracker_automations/bulk_precheck_issues/util.sh | |
tracker_automations/check_marked_as_integrated/check_marked_as_integrated.sh | |
tracker_automations/check_marked_as_integrated/util.sh | |
tracker_automations/count_delayed_last_cycle/count_delayed_last_cycle.sh | |
tracker_automations/count_reopened_last_cycle/count_reopened_last_cycle.sh | |
tracker_automations/count_test_failed_last_cycle/count_test_failed_last_cycle.sh | |
tracker_automations/move_to_current_integration/move_to_current_integration.sh | |
tracker_automations/mv_reopened_out_from_current/mv_reopened_out_from_current.sh | |
tracker_automations/remove_ci_label_from_wip/remove_ci_label_from_wip.sh | |
tracker_automations/set_integration_priority_to_one/set_integration_priority_to_one.sh | |
tracker_automations/set_integration_priority_to_zero/set_integration_priority_to_zero.sh | |
tracker_content_gadget/personal_candidate_picker.html | |
tracker_content_gadget/personal_current_picker.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment