bugbug/scripts
Benjamin Mah b515adb620
Initial LLM-powered code generation script (#4537)
2024-10-30 08:33:09 -04: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 Use the `BugzillaProduct` to retrieve the list of components (#4225) 2024-06-05 14:39:57 +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
code_review_tool_evaluator.py Use a User-Agent for all requests 2024-10-22 17:11:43 +02:00
code_review_tool_runner.py Support using different LLMs for comment generation and filtering/RAG 2024-10-11 18:34:56 +02:00
comment_level_labeler.py Get rid of the load_model utility function 2020-11-19 23:40:59 +01:00
comment_resolver_evaluator.py Initial LLM-powered code generation script (#4537) 2024-10-30 08:33:09 -04:00
comment_resolver_runner.py Initial LLM-powered code generation script (#4537) 2024-10-30 08:33:09 -04:00
commit_classifier.py Improve exponential waits for retries 2024-10-14 22:40:29 +02: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 Use the new utils.get_user_agent function everywhere instead of hardcoding a User-Agent 2024-10-22 17:11:43 +02: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
inline_comments_data_collection.py Initial LLM-powered code generation script (#4537) 2024-10-30 08:33:09 -04:00
integration_test.sh Remove unneeded && 2024-09-20 16:05:07 +02:00
maintenance_effectiveness_indicator.py Fix maintenance effectiveness script output formatting 2024-05-04 14:05:53 +02:00
microannotate_generator.py Improve exponential waits for retries 2024-10-14 22:40:29 +02:00
past_bugs_by_unit.py Added ruff for linting and formatting (#4031) 2024-02-15 22:21:32 -05:00
redundant_failures.py Refactor print statements to use logger (#3330) 2023-03-14 17:54:15 +01:00
regressor_finder.py Improve exponential waits for retries 2024-10-14 22:40:29 +02:00
retrieve_training_metrics.py Refactor logging statement to use % lazy format (#3401) 2023-03-31 13:03:51 -04:00
review_comments_retriever.py Support Vector DB (#4209) 2024-06-05 08:42:28 -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