Automated static analysis & linting bot for Mozilla repositories
Перейти к файлу
dependabot[bot] 2927ab2a95
build(deps): bump python in /events/docker (#2373)
Bumps python from 3.12.5-slim to 3.12.6-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 17:13:14 +02:00
.github Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
backend build(deps): bump setuptools from 74.1.2 to 75.1.0 in /backend (#2374) 2024-09-16 17:12:53 +02:00
bot build(deps): bump python from 3.12.5-slim to 3.12.6-slim in /bot/docker (#2364) 2024-09-16 16:27:38 +02:00
docs Docker compose stack (#2291) 2024-08-01 15:36:51 +02:00
events build(deps): bump python in /events/docker (#2373) 2024-09-16 17:13:14 +02:00
frontend build(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 in /frontend (#2371) 2024-09-16 16:44:32 +02:00
integration build(deps-dev): bump pytest from 8.3.2 to 8.3.3 in /integration (#2362) 2024-09-16 16:28:40 +02:00
tools build(deps): bump taskcluster from 68.0.3 to 68.0.4 in /tools (#2344) 2024-09-16 16:43:16 +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 build(deps): bump django from 4.2.14 to 5.0.7 in /backend (#2252) 2024-08-02 10:48:19 +02:00
.taskcluster.yml restrict on push builds to `master` and `production` in taskcluster (#2289) 2024-08-03 13:27:00 +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 Add recent setuptools as dependency to support setup with Python 3.12 after upgrade to Django 5.1 (#2343) 2024-09-16 12:35: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.