Automated static analysis & linting bot for Mozilla repositories
Перейти к файлу
dependabot[bot] 526eaf840b
build(deps-dev): bump json-e from 4.7.1 to 4.8.0 in /integration (#2405)
Bumps [json-e](https://github.com/json-e/json-e) from 4.7.1 to 4.8.0.
- [Changelog](https://github.com/json-e/json-e/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/json-e/json-e/compare/v4.7.1...v4.8.0)

---
updated-dependencies:
- dependency-name: json-e
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 13:14:36 +02:00
.github Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
backend Improve performance of issues listing API endpoint (#2376) 2024-09-19 14:58:22 +02:00
bot Update MockPhabricator after libmozdata 0.2.8 (required user agent) 2024-10-07 13:09:54 +02:00
docs Docker compose stack (#2291) 2024-08-01 15:36:51 +02:00
events Update PhabricatorMock after libmozdata 0.2.8 (required user agent) 2024-10-07 13:07:02 +02:00
frontend build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in /frontend (#2384) 2024-10-01 16:19:24 +02:00
integration build(deps-dev): bump json-e from 4.7.1 to 4.8.0 in /integration (#2405) 2024-10-07 13:14:36 +02:00
tools build(deps): bump aiohttp from 3.10.8 to 3.10.9 in /tools (#2406) 2024-10-07 13:14:23 +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 Setup django-environ in backend (#2375) 2024-09-19 14:02:53 +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.