A system for managing CI data for Mozilla projects
Перейти к файлу
Shing Lyu 8f14d9f206 Fixed typos in submitting data doc 2016-04-13 14:36:16 -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 Fixed typos in submitting data doc 2016-04-13 14:36:16 -04: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 1254595 - Make alert generation parameters configurable per-series 2016-04-06 15:16:19 -04:00
tests Bug 1230652 - Add framework filtering for platform list and use it 2016-04-12 17:42:04 -04:00
treeherder Merge pull request #1405 from wlach/1264212 2016-04-13 14:19:48 -04:00
ui Bug 1230652 - Add framework filtering for platform list and use it 2016-04-12 17:42:04 -04: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 1260901 - enable eqeqeq eslint directive for JavaScript 2016-03-31 14:59:44 -07: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 Make flake8/pep8 ignore perf migrations as well 2016-04-04 11:12:34 -04: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.