.. |
__init__.py
|
Import retriever services and add Docker image definition (#251)
|
2019-04-09 16:30:09 +02:00 |
analyze_training_metrics.py
|
Use dict, list, tuple instead of typing (#2640)
|
2021-12-01 17:27:14 +01:00 |
backout_related_test_regressions.py
|
Make script to find test regressions for backouts and backed-out commits use the commits DB instead of re-analyzing commits using Mercurial
|
2020-04-29 14:12:03 +02:00 |
bug_classifier.py
|
Add type annotations to the bug classifier script
|
2020-09-01 15:24:21 +02:00 |
bug_retriever.py
|
Properly handle last_modified exceptions everywhere (#2665)
|
2021-12-10 17:18:32 +01:00 |
check.py
|
Get rid of utils.download_and_load_model function
|
2020-11-19 23:34:27 +01:00 |
check_all_metrics.py
|
Use dict, list, tuple instead of typing (#2640)
|
2021-12-01 17:27:14 +01:00 |
comment_level_labeler.py
|
Get rid of the load_model utility function
|
2020-11-19 23:40:59 +01:00 |
commit_classifier.py
|
Use dict, list, tuple instead of typing (#2640)
|
2021-12-01 17:27:14 +01:00 |
commit_retriever.py
|
Analyze commits in chunks
|
2021-02-03 21:26:58 +01:00 |
evaluate_similarity.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
generate_duplicate_sheet.py
|
Make bugzilla.get_ids_between 'to' argument optional
|
2021-06-14 19:01:19 +02:00 |
generate_landings_risk_report.py
|
Escape HTML from bug summaries and crash signatures
|
2022-11-11 20:34:05 +01:00 |
generate_sheet.py
|
Make bugzilla.get_ids_between 'to' argument optional
|
2021-06-14 19:01:19 +02:00 |
get_type_labels.py
|
Use 'everchanged' operator instead of 'changedafter' operator with 1970 (#598)
|
2019-06-18 22:01:15 -07:00 |
get_untriaged.py
|
Make bugzilla.get_ids_between 'to' argument optional
|
2021-06-14 19:01:19 +02:00 |
github_issue_classifier.py
|
Add support for multiple DBs for github (#2465)
|
2021-10-05 14:31:00 +02:00 |
github_issue_retriever.py
|
Fix an error in the issue retrieval for private github issues (#2748)
|
2022-02-05 23:38:34 +01:00 |
integration_test.sh
|
The model argument should be the first one when running the training script
|
2021-04-29 23:01:21 +02:00 |
maintenance_effectiveness_indicator.py
|
Rename Maintenance Effectiveness Metric to Maintenance Effectiveness Indicator
|
2022-03-09 10:51:23 +01:00 |
microannotate_generator.py
|
Fix call to db.is_different_schema
|
2022-05-25 12:23:56 +02:00 |
past_bugs_by_unit.py
|
Use dict, list, tuple instead of typing (#2640)
|
2021-12-01 17:27:14 +01:00 |
redundant_failures.py
|
Update redundant failures script to handle the new format of the push data file
|
2020-09-24 15:53:08 +02:00 |
regressor_finder.py
|
Only apply the regressor finder on commits starting from two years ago
|
2021-04-28 15:20:47 +02:00 |
retrieve_training_metrics.py
|
Update all index URLs, removing the 'relman' string
|
2020-09-01 14:45:02 +02:00 |
revision_retriever.py
|
Don't ignore timezones, use offset-aware datetimes
|
2021-09-16 20:54:07 +02:00 |
shadow_scheduler_stats.py
|
Use dict, list, tuple instead of typing (#2640)
|
2021-12-01 17:27:14 +01:00 |
similarity_query.py
|
Update all index URLs, removing the 'relman' string
|
2020-09-01 14:45:02 +02:00 |
similarity_trainer.py
|
Duplicate/similarity detection using Elasticsearch (#1269)
|
2020-02-10 11:07:08 +01:00 |
test_scheduling_history_retriever.py
|
Avoid retrying to analyze pushes that we failed to analyze
|
2022-02-03 16:43:21 +01:00 |
testing_policy_stats.py
|
Assume there is only one testing tag per revision
|
2020-10-28 01:07:14 +01:00 |
trainer.py
|
Show a useful error message when missing the model name (#2894)
|
2022-04-26 13:27:02 +02:00 |