A system for managing CI data for Mozilla projects
Перейти к файлу
William Lachance 7a63110603 Bug 1167364 - Expand documentation on ingesting a single push
Give some extra details related to Talos data, among other things
2015-05-21 18:32:17 -04:00
bin Bug 1164868 - Split the buildapi tasks into {pending,running,4hr} queues 2015-05-21 15:44:58 +01:00
deployment Bug 1056877 - Stop using/referring to the separate treeherder-ui repo 2015-05-20 16:55:55 +01:00
dist update grunt build 2015-05-21 12:09:22 -07:00
docker Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
docs Bug 1167364 - Expand documentation on ingesting a single push 2015-05-21 18:32:17 -04:00
puppet Bug 1056877 - Update UI path references after directory moves 2015-05-20 16:55:55 +01:00
requirements Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
schemas Bug 1113281 - Add pulse messages when after cancel/retrigger r=maurodoglio 2015-02-19 13:49:11 -08:00
tests Bug 1080760 - Missing fixure added to fix tests 2015-05-21 14:37:34 -07:00
treeherder Revert "Bug 1151806 - Implement chunking for job ingestion" 2015-05-21 11:46:38 -07:00
ui Bug 1167374 - Make the filter textbox grow when focused or has content 2015-05-21 14:23:09 -07:00
.coveragerc added some test coverage exclusions 2013-04-30 14:37:49 -07:00
.dockerignore Bug 1134256 - Docker integration for testing r=wlach 2015-02-25 09:27:26 -08:00
.gitignore Bug 1056877 - Merge .gitignore and .gitignore-ui 2015-05-20 12:34:15 +01:00
.jshintignore Bug 1056877 - Update UI path references after directory moves 2015-05-20 16:55:55 +01:00
.jshintrc Bug 1063450 - Fix typo in .jshintrc to silence errors and enable bitwise 2014-09-05 11:23:19 +01:00
.landscape.yaml Bug 1155160 - Remove the now unused vendor directory 2015-04-22 11:23:39 +01:00
.travis-ui.yml Bug 1140849 - Travis: Only send email notifications for failures 2015-03-12 19:32:16 +00:00
.travis.yml Bug 1143350 - Use peep instead of pip locally, on Travis & in Docker 2015-03-19 12:26:07 +00:00
Dockerfile Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
Gruntfile.js Bug 1056877 - Update UI path references after directory moves 2015-05-20 16:55:55 +01:00
LICENSE.txt add license file 2013-06-07 13:51:52 -04:00
Procfile Bug 1164868 - Split the buildapi tasks into {pending,running,4hr} queues 2015-05-21 15:44:58 +01:00
README-UI.md Bug 1166426 - Update readthedocs links to point at the new RTD location 2015-05-20 22:06:33 +01:00
README.md Bug 1166426 - Update readthedocs links to point at the new RTD location 2015-05-20 22:06:33 +01:00
Vagrantfile Bug 1056877 - Stop using/referring to the separate treeherder-ui repo 2015-05-20 16:55:55 +01:00
fig.yml Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
manage.py Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
package.json Bug 1145083 - Update grunt node packages & pin to specific versions 2015-05-20 17:18:35 +01:00
requirements.txt Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
runtests.sh Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
runtime.txt Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
setup.cfg Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
setup.py Bug 1137164 - Make setup.py executable 2015-03-19 13:52:06 +00:00
web-server.js Bug 1056877 - Update UI path references after directory moves 2015-05-20 16:55:55 +01:00

README.md

treeherder

Build Status Code Health 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 install treeherder 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.