A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley ecfe1f6d25 Bug 1045090 - Fix docs to reflect dependency on ui repo in default configuration; r=mdoglio 2014-08-21 16:00:04 +01:00
bin add high priority queue for tbpl-related tasks 2014-07-15 18:27:32 +01:00
deployment add supervisord configuration for the hp worker 2014-07-16 11:22:53 +01:00
docs Bug 1045090 - Fix docs to reflect dependency on ui repo in default configuration; r=mdoglio 2014-08-21 16:00:04 +01:00
puppet Fix puppet provisioning failing on first attempt 2014-05-27 15:52:36 +01:00
requirements Add caching to endpoints that don't change much 2014-08-11 11:58:21 -07:00
tests Merge pull request #187 from mozilla/bug-1032643-tweak-bug-suggestions 2014-08-11 18:37:48 +01:00
treeherder bug 1052487 - Add the description in the admin job view of jobType r=mdoglio 2014-08-20 16:43:52 +02:00
vendor Add caching to endpoints that don't change much 2014-08-11 11:58:21 -07:00
.coveragerc added some test coverage exclusions 2013-04-30 14:37:49 -07:00
.gitignore changed directory for log cache from /var/tmp to webapp/log_cache 2014-05-22 14:24:37 -07:00
.landscape.yaml Add config file for landscape.io 2014-07-30 18:35:56 +01:00
.travis.yml fix regexp list in the log parser 2013-11-25 16:28:09 +01:00
LICENSE.txt add license file 2013-06-07 13:51:52 -04:00
README.md Update the readme to make it more comprehensive (1046639) 2014-08-08 13:32:22 -04:00
Vagrantfile update Vagrantfile to fully support vagrant api V2 2014-05-16 13:53:12 +02:00
manage.py fixed function references for JobsModel 2013-04-17 09:35:57 -07:00
runtests.sh add db setup/teardown to py.test suite 2013-03-19 19:05:04 +00:00
setup.py fix regexp list in the log parser 2013-11-25 16:28:09 +01:00

README.md

treeherder-service

Build Status Code Health

Description

Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. Treeherder-service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.

Treeherder is comprised of this repo for providing those back end services, and several other component repos:

A treeherder-ui repo for the front end UI.

A treeherder-client for data submission.

A treeherder-node NodeJS interface.

Instances

Treeherder exists on three instances, dev for treeherder development, stage for pre-deployment validation, and production for actual use.

Installation

The steps to install the treeherder-service 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-service.readthedocs.org/en/latest/index.html

File any bugs you may encounter here.