Side by Side Diff: appengine/findit/common/diff.py
Issue 2344443005 :
[Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: reordering imports
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
appengine/findit/common/blame.py
appengine/findit/common/cache_decorator.py
appengine/findit/common/change_log.py
appengine/findit/common/codereview.py
appengine/findit/common/deps_parser.py
appengine/findit/common/diff.py
appengine/findit/common/git_repository.py
appengine/findit/common/repository.py
appengine/findit/common/rietveld.py
appengine/findit/common/test/base_handler_test.py
appengine/findit/common/test/blame_test.py
appengine/findit/common/test/cache_decorator_test.py
appengine/findit/common/test/change_log_test.py
appengine/findit/common/test/chrome_dependency_fetcher_test.py
appengine/findit/common/test/dependency_test.py
appengine/findit/common/test/diff_test.py
appengine/findit/common/test/git_repository_test.py
appengine/findit/crash/callstack.py
appengine/findit/crash/changelist_classifier.py
appengine/findit/crash/chromecrash_parser.py
appengine/findit/crash/crash_pipeline.py
appengine/findit/crash/scorers/test/scorer_test_suite.py
appengine/findit/crash/test/callstack_test.py
appengine/findit/crash/test/changelist_classifier_test.py
appengine/findit/crash/test/crash_testcase.py
appengine/findit/crash/test/findit_for_chromecrash_test.py
appengine/findit/crash/test/results_test.py
appengine/findit/handlers/build_failure.py
appengine/findit/handlers/check_duplicate_failures.py
appengine/findit/handlers/config.py
appengine/findit/handlers/crash/crash_config.py
appengine/findit/handlers/crash/fracas_dashboard.py
appengine/findit/handlers/culprit.py
appengine/findit/handlers/failure_log.py
appengine/findit/handlers/help_triage.py
appengine/findit/handlers/list_analyses.py
appengine/findit/handlers/monitor_alerts.py
appengine/findit/handlers/process_failure_analysis_requests.py
appengine/findit/handlers/swarming_task.py
appengine/findit/handlers/test/help_triage_test.py
appengine/findit/handlers/triage_analysis.py
appengine/findit/handlers/try_job.py
appengine/findit/handlers/try_job_dashboard.py
appengine/findit/handlers/try_job_result.py
appengine/findit/handlers/verify_analysis.py
appengine/findit/handlers/version.py
appengine/findit/lib/__init__.py
appengine/findit/lib/cache_decorator.py
appengine/findit/lib/gitiles/__init__.py
appengine/findit/lib/gitiles/blame.py
appengine/findit/lib/gitiles/change_log.py
appengine/findit/lib/gitiles/diff.py
appengine/findit/lib/gitiles/git_repository.py
appengine/findit/lib/gitiles/gitiles_repository.py
appengine/findit/lib/gitiles/test/__init__.py
appengine/findit/lib/gitiles/test/blame_test.py
appengine/findit/lib/gitiles/test/change_log_test.py
appengine/findit/lib/gitiles/test/diff_test.py
appengine/findit/lib/gitiles/test/gitiles_repository_test.py
appengine/findit/lib/test/__init__.py
appengine/findit/lib/test/cache_decorator_test.py
appengine/findit/waterfall/build_failure_analysis.py
appengine/findit/waterfall/extract_deps_info_pipeline.py
appengine/findit/waterfall/flake/step_mapper.py
appengine/findit/waterfall/identify_try_job_culprit_pipeline.py
appengine/findit/waterfall/pull_changelog_pipeline.py
appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
appengine/findit/waterfall/test/build_failure_analysis_test.py
appengine/findit/waterfall/test/extract_deps_info_pipeline_test.py
appengine/findit/waterfall/test/identify_try_job_culprit_pipeline_test.py
appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py