bugbug/scripts
Marco Castelluccio 59c35705dd
Set median fix time and fix time diff to empty when there are no fixes in a week (#3955)
Fixes #3954
2024-01-03 18:36:13 +01:00
..
__init__.py Import retriever services and add Docker image definition (#251) 2019-04-09 16:30:09 +02:00
analyze_training_metrics.py Add a linter for docstrings and fix violations (#3362) 2023-03-17 11:21:06 +01:00
backout_related_test_regressions.py Refactor print statements to use logger (#3330) 2023-03-14 17:54:15 +01:00
bug_classifier.py Drop the classifier for the component models 2023-11-29 20:01:09 -05:00
bug_retriever.py Update pre-commit repos and apply required changes (#3855) 2023-11-25 19:29:32 +00: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 Change `Optional[...]` to `... | None` (#3910) 2023-12-09 17:52:11 -05:00
commit_retriever.py Analyze commits in chunks 2021-02-03 21:26:58 +01:00
compatibility_report_classifier.py Add a model to identify invalid reports for Firefox in-product reporter (#3790) 2023-11-18 20:56:31 -05:00
generate_landings_risk_report.py Set median fix time and fix time diff to empty when there are no fixes in a week (#3955) 2024-01-03 18:36:13 +01:00
generate_sheet.py Refactor print statements to use logger (#3330) 2023-03-14 17:54:15 +01: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 Drop the component_nn model 2023-11-29 20:01:09 -05:00
github_issue_classifier.py Refactor print statements to use logger (#3330) 2023-03-14 17:54:15 +01:00
github_issue_retriever.py Refactor logging functions to use %s formatting instead of f-strings (#3822) 2023-11-24 11:32:00 -05: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 Refactor logging functions to use %s formatting instead of f-strings (#3822) 2023-11-24 11:32:00 -05:00
microannotate_generator.py When pulling, no need to specify the full URL, just use 'origin' 2023-04-16 00:35:14 +02:00
past_bugs_by_unit.py Refactored logging statements to use lazy % formatting (#3335) 2023-03-09 11:58:37 +01:00
redundant_failures.py Refactor print statements to use logger (#3330) 2023-03-14 17:54:15 +01:00
regressor_finder.py Refactor sum() calls to use boolean values directly (#3852) 2023-11-27 10:10:27 -05:00
retrieve_training_metrics.py Refactor logging statement to use % lazy format (#3401) 2023-03-31 13:03:51 -04:00
revision_retriever.py Change `Optional[...]` to `... | None` (#3910) 2023-12-09 17:52:11 -05:00
shadow_scheduler_stats.py Change `Optional[...]` to `... | None` (#3910) 2023-12-09 17:52:11 -05:00
test_scheduling_history_retriever.py Refactor logging functions to use %s formatting instead of f-strings (#3822) 2023-11-24 11:32:00 -05:00
testing_policy_stats.py Refactored logging statements to use lazy % formatting (#3335) 2023-03-09 11:58:37 +01:00
trainer.py Drop the classifier for the component models 2023-11-29 20:01:09 -05:00
trainer_extract_args.py Include new task to train models with task cluster (#3748) 2023-11-08 18:38:16 -05:00