Automated static analysis & linting bot for Mozilla repositories
Перейти к файлу
Bastien Abadie a5c4d76113
Docker compose stack (#2291)
2024-08-01 15:36:51 +02:00
.github Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
backend Docker compose stack (#2291) 2024-08-01 15:36:51 +02:00
bot build(deps-dev): bump pytest-structlog from 1.0 to 1.1 in /bot (#2279) 2024-08-01 15:34:29 +02:00
docs Docker compose stack (#2291) 2024-08-01 15:36:51 +02:00
events Release 1.8.0 2024-07-24 15:52:31 +02:00
frontend build(deps-dev): bump @babel/eslint-parser in /frontend (#2286) 2024-08-01 15:34:20 +02:00
integration build(deps-dev): bump pytest from 8.2.2 to 8.3.2 in /integration (#2281) 2024-07-30 11:50:34 +02:00
tools build(deps): bump sentry-sdk from 2.10.0 to 2.11.0 in /tools (#2287) 2024-07-30 11:52:21 +02:00
.dockerignore backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
.gitignore backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
.pre-commit-config.yaml Use Ruff (#2271) 2024-07-24 11:56:38 +02:00
.taskcluster.yml Migrate from Ubuntu 22.04 to Ubuntu 24.04 in CI (#2244) 2024-07-11 10:13:54 +02:00
CODE_OF_CONDUCT.md Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
CONTRIBUTING.md Add minimal Docs (#53) 2019-07-19 17:11:05 +02:00
LICENSE Add minimal Docs (#53) 2019-07-19 17:11:05 +02:00
README.md Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
docker-compose.yml Docker compose stack (#2291) 2024-08-01 15:36:51 +02:00
pyproject.toml Use Ruff pyupgrade (#2272) 2024-07-24 13:05:16 +02:00

README.md

Mozilla Code Review

The Code Review Bot aims to give early feedback to Mozilla developers about their patches. We automate code analyzers and publish detected issues on Phabricator as soon as possible, and for all revisions.

This project has 4 parts:

  • bot is a Python script running as a Taskcluster task, reporting issues found in analyzer tasks,
  • backend is a Django web API used to store issues detected by the bot,
  • frontend is an administration frontend (in Vue.js) displaying detailed information about analyses and issues,
  • events is a Python distributed application running in Heroku that receives Phabricator notifications and triggers Try pushes,

📘 Documentation is available in this repository in the docs folder. A good starting point is the architecture description.

📢 You can contact the code review bot's developers on Matrix or on Slack in #code-review-bot.