A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 82a32b84b0 Bug 1217374 - Log django.request WARNINGs on stage/prod
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.
2015-10-22 15:21:04 +01:00
bin Bug 1210367 - Heroku: Run collectstatic manually to speed up deploy 2015-10-10 22:44:49 +01:00
deployment Bug 1214183 - Make the deploy script use requests not urllib/urllib2 2015-10-13 19:40:15 +01:00
docker Bug 1197186 - Move wsgi.py to a generic config/ directory 2015-10-08 19:59:44 +01:00
docs Bug 1216247 - Document how to create Hawk credentials locally 2015-10-20 11:18:17 +01:00
puppet Bug 1217374 - Output hawkrest WARNINGs to help debug hawk auth problems 2015-10-22 15:21:03 +01:00
requirements Bug 1209555 - add requests-hawk to requirements 2015-10-08 13:11:54 +01:00
schemas Bug 1079796 - store long and short revisions 2015-10-21 13:02:01 -07:00
tests Bug 1079796 - store long and short revisions 2015-10-21 13:02:01 -07:00
treeherder Bug 1217374 - Log django.request WARNINGs on stage/prod 2015-10-22 15:21:04 +01:00
ui Bug 1210503 - Fix bad merge 2015-10-21 13:10:37 -04:00
.coveragerc Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
.dockerignore Bug 1169916 - Stop using Cython to build the log parser 2015-06-30 14:51:57 +01:00
.eslintrc turn off no-catch-shadow eslint rule 2015-08-05 10:02:17 -07:00
.gitignore Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
.slugignore Bug 1207613 - Remove the dist/ directory from master 2015-10-02 11:55:54 +01:00
.travis.yml Bug 1192957 - Add isort to the Travis run 2015-10-02 17:55:29 +01:00
Dockerfile Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
Gruntfile.js Bug 1209523 - Fix grunt build minification of userguide.html 2015-09-29 21:11:17 +01:00
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt 2015-08-18 23:29:32 +01:00
Procfile Bug 1197186 - Move wsgi.py to a generic config/ directory 2015-10-08 19:59:44 +01:00
README.md Bug 1211524 - Add readme badges for requires.io and david-dm.org 2015-10-05 17:47:49 +01:00
Vagrantfile Bug 1207816 - Bump default vagrant memory to 2G from 1G 2015-09-24 11:07:12 -04:00
fig.yml Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
manage.py Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
package.json Bug 1210738 - Declare the license type in package.json 2015-10-06 13:16:04 +01:00
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo 2015-06-01 17:14:34 +01:00
requirements.txt Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
runtests.sh Bug 1058531 - Don't enable pytest coverage checker in runtests.sh 2015-10-14 18:30:02 +01:00
runtime.txt Bug 1176253 - Heroku: Remove licence boilerplate from runtime.txt 2015-06-19 22:39:36 +01:00
setup.cfg Bug 1192957 - Add config for isort 2015-10-02 17:54:48 +01:00
setup.py Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
web-server.js Bug 1168770 - web-server.js: Serve index.html by default, if present 2015-05-28 11:13:30 +01:00

README.md

treeherder

Build Status Python Requirements Status Node Dependency Status Node devDependency Status Documentation Status

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.

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.