зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
82a32b84b0
HTTP errors with a status code of 5XX are logged as ERRORs, and so were already being output to the log on stage/prod. Status codes of 4XX are logged as WARNINGs, and so are now logged too. This should make 403s and 401s clearer when trying to debug issues with people submitting to our API - particularly given they don't show up in New Relic either, due to bug 1201086. |
||
---|---|---|
bin | ||
deployment | ||
docker | ||
docs | ||
puppet | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
.coveragerc | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.slugignore | ||
.travis.yml | ||
Dockerfile | ||
Gruntfile.js | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
fig.yml | ||
manage.py | ||
package.json | ||
pylintrc | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
setup.py | ||
web-server.js |
README.md
treeherder
Description
Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. The Treeherder service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.
Instances
Treeherder exists on two instances, stage for pre-deployment validation, and production for actual use.
Installation
The steps to run Treeherder are provided here.
The steps to run only the UI are provided here.
Links
Visit our project tracking Wiki at: https://wiki.mozilla.org/Auto-tools/Projects/Treeherder
Visit our readthedocs page for other setup and configuration at: https://treeherder.readthedocs.org/
File any bugs you may encounter here.