Automated static analysis & linting bot for Mozilla repositories
Перейти к файлу
Bastien Abadie fa80fe5bc4
backend: Add django base web application (#161)
2019-10-18 12:29:51 +02:00
backend backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
bot bot: Build issue unique hash (#152) 2019-10-16 12:22:17 +02:00
docs Developer docs (#96) 2019-09-09 10:50:20 +02:00
events events: Use python:3.7-slim as docker image (#156) 2019-10-16 11:08:23 +02:00
frontend Release 1.0.4 2019-10-03 11:10:00 +02:00
tools build(deps): bump logbook from 1.5.2 to 1.5.3 in /tools (#159) 2019-10-17 12:35:25 +02:00
.dockerignore backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
.flake8 Use pre-commit + black + other hooks (#73) 2019-08-05 13:34:17 +02:00
.gitignore backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
.isort.cfg backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
.pre-commit-config.yaml Use pre-commit + black + other hooks (#73) 2019-08-05 13:34:17 +02:00
.taskcluster.yml backend: Add django base web application (#161) 2019-10-18 12:29:51 +02:00
CODE_OF_CONDUCT.md Add minimal Docs (#53) 2019-07-19 17:11:05 +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 Developer docs (#96) 2019-09-09 10:50:20 +02:00

README.md

Mozilla Code Review

This project has 2 parts:

  • bot is a Python script running as a Taskcluster task, reporting issues found in analyzer tasks,
  • frontend is an administration frontend (in Vue.js) displaying detailed information about current analyses.

The analyzer tasks are triggered by pulselistener, from the release-services project.

📘 Documentation is available in this repository in the docs folder.

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