A system for managing CI data for Mozilla projects
Перейти к файлу
Jonathan French dbb4d11e09 Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
bin Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
deployment Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
docs Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
puppet Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
requirements Bug 1016117 - update celery and kombu version in requirements 2014-10-10 18:09:45 +01:00
schemas Publish to pulse using neat utils 2014-10-14 10:37:54 -07:00
tests Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
treeherder Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
vendor Bug 1016117 - Added/updated vendor libs to support publishing to pulse 2014-10-10 18:08:45 +01:00
.coveragerc added some test coverage exclusions 2013-04-30 14:37:49 -07:00
.gitignore fix bug 1059222 - refresh flat_exclusions on save 2014-09-04 17:56:30 -07:00
.landscape.yaml Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
.travis.yml Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05: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 Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
manage.py Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
runtests.sh Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
setup.py Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05: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.