|
[Findit] Re-org code.
In order to avoid confusion between "Findit for Waterfall" and "Findit for Crashes", we plan to split the original Findit project into two parts:
-Findit: the portion of "Findit for Waterfall" in the original Findit.
-Predator: the portion of "Findit for Crashes" in the original Findit.
The containing project is named "Chrome Culprit Finder" ("Chrome Culprit Finder" = Findit + Predator).
This CL is the first step:
* set up the appropriate directories
* split Predator code into a sub directory appengine/findit/predator
* add some example of file moving
And the final step is to do a one-off moving after the split is done: appengine/findit/predator + *.yaml -> appengine/predator
The final code layout would be the same as https://codereview.chromium.org/2447253002/.
Committed: https://chromium.googlesource.com/infra/infra/+/76710217389bfb35e38b83a142bb443064e5a859
Total comments: 15
Total comments: 46
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -1052 lines) |
Patch |
 |
D |
appengine/findit/common/codereview.py
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/common/http_client_appengine.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
appengine/findit/common/retry_http_client.py
|
View
|
|
1 chunk |
+0 lines, -152 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/common/rietveld.py
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/common/test/chrome_dependency_fetcher_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
appengine/findit/common/test/retry_http_client_test.py
|
View
|
|
1 chunk |
+0 lines, -189 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/common/test/rietveld_test.py
|
View
|
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/gae_libs/README.md
|
View
|
1
2
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/gae_libs/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/gae_libs/model/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/gae_libs/model/test/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/gae_libs/model/test/versioned_config_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
appengine/findit/gae_libs/model/test/versioned_model_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
appengine/findit/gae_libs/model/versioned_config.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
appengine/findit/gae_libs/model/versioned_model.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/infra_api_clients/README.md
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/infra_api_clients/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/infra_api_clients/codereview/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/infra_api_clients/codereview/codereview.py
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/infra_api_clients/codereview/rietveld.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/infra_api_clients/codereview/test/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/infra_api_clients/codereview/test/rietveld_test.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/lib/gitiles/test/gitiles_repository_test.py
|
View
|
1
2
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/libs/README.md
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/libs/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/libs/http/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/libs/http/retry_http_client.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/libs/http/test/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
appengine/findit/libs/http/test/retry_http_client_test.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/crash/crash_config.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/flake_analysis_request.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/flake/master_flake_analysis.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/model/suspected_cl_confidence.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
appengine/findit/model/test/versioned_config_test.py
|
View
|
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/model/test/versioned_model_test.py
|
View
|
|
1 chunk |
+0 lines, -200 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/model/versioned_config.py
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
D |
appengine/findit/model/versioned_model.py
|
View
|
|
1 chunk |
+0 lines, -164 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/model/wf_config.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/README.md
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/analysis/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/app/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/app/backend/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/app/common/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/findit/predator/app/frontend/__init__.py
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/send_notification_for_culprit_pipeline.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/test/buildbot_test.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/test/send_notification_for_culprit_pipeline_test.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
appengine/findit/waterfall/test/swarming_util_test.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 32 (13 generated)
|