A system for managing CI data for Mozilla projects
Перейти к файлу
William Lachance 70e00bc6da Bug 1260110 - Add a "has subtests" property to performance series
This will be useful for some views where we don't know off the bat
whether a signature has subtests or not (e.g. the e10s dashboard,
the graphs view) and thus whether to show a "show subtests button"
2016-03-30 16:21:57 -04:00
bin Bug 1258700 - Update to WhiteNoise 3.0 2016-03-30 13:00:23 +02:00
deployment Bug 1258700 - Update to WhiteNoise 3.0 2016-03-30 13:00:23 +02:00
docs Bug 1199364 - Use revsion instead of revision_hash for resultsets 2016-03-17 15:48:49 -07:00
lints Bug 1255087 - Create a lint for ensuring that the heroku Procfile contains the same queues as CELERY_QUEUES in the settings file 2016-03-16 17:46:16 +00:00
puppet Bug 1258700 - Generate Brotli-compressed versions of static files 2016-03-30 13:00:23 +02:00
requirements Bug 1258700 - Replace wsgi-sslify with Django's security middleware 2016-03-30 13:00:23 +02:00
schemas Bug 1254673 - Stop posting new resultset info to pulse 2016-03-09 11:47:28 -08:00
tests Bug 1260110 - Add a "has subtests" property to performance series 2016-03-30 16:21:57 -04:00
treeherder Bug 1260110 - Add a "has subtests" property to performance series 2016-03-30 16:21:57 -04:00
ui Merge pull request #1370 from martiansideofthemoon/tyranitar 2016-03-30 12:19:39 -07:00
.coveragerc Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
.eslintignore Bug 1222542 - Run eslint against all of the ui/ directory 2015-11-07 17:47:22 +00:00
.eslintrc Bug 1227682 - Enable the ESLint no-extra-semi rule & fix infringements 2015-11-24 20:15:28 +00:00
.gitignore Bug 1252850 - gitignore emacs temp files 2016-03-02 13:39:21 +00:00
.slugignore Bug 1225154 - Remove out of date fig/docker configs 2015-11-16 16:13:12 +00:00
.travis.yml Bug 1258676 - Update to pip 8.1.1 2016-03-22 12:39:52 +00:00
Gruntfile.js Bug 1234320 - More refinements to performance alerts bug filing 2016-01-15 15:54:55 -05:00
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt 2015-08-18 23:29:32 +01:00
Procfile Bug 1165229 - Heroku: Move the deploy tasks to their own script 2016-03-17 11:50:21 +00:00
README.md README: Update wiki page link for the A-Team rename 2016-01-06 16:45:13 +00:00
Vagrantfile Bug 1244142 - Vagrant: Give the virtualbox image a fixed name 2016-02-02 15:00:48 +00:00
manage.py Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
newrelic.ini Bug 1223496 - Make New Relic capture request parameters too 2015-11-18 10:36:59 +00:00
npm-shrinkwrap.json Bug 1206381 - Add npm-shrinkwrap.json to pin grunt build dependencies 2015-10-28 09:33:17 +00:00
package.json Bug 1237244 - Update to karma v0.13.19 to support new socket.io API 2016-01-06 13:56:59 +00:00
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo 2015-06-01 17:14:34 +01:00
pytest.ini Bug 1193836 - Use pytest-django to run tests 2015-10-27 11:19:13 +00:00
requirements.txt Bug 1213230 - Use pip 8's require-hashes feature instead of peep 2016-02-15 12:06:17 +00:00
runtests.sh Bug 1255087 - Create a lint for ensuring that the heroku Procfile contains the same queues as CELERY_QUEUES in the settings file 2016-03-16 17:46:16 +00:00
runtime.txt Bug 1233091 - Update to Python 2.7.11 on Heroku/Travis 2015-12-21 15:28:57 +00:00
setup.cfg Don't run pylint in the migrations directory 2016-03-22 17:04:33 +00: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/EngineeringProductivity/Projects/Treeherder

Visit our readthedocs page for other setup and configuration at: https://treeherder.readthedocs.org/

File any bugs you may encounter here.