A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 34419d9f35 Bug 1139894 - Docs: Add instructions for how to run flake8 2015-03-16 12:16:18 +00:00
bin Bug 1070470 - Rename pure.txt to checked-in.txt 2015-03-12 19:04:07 +00:00
deployment Bug 1139917 - Deploy script: Don't restart apache in rsync_code() 2015-03-05 15:15:23 +00:00
docker Bug 1133482 - Always ensure files are closed after being open()ed 2015-03-03 17:13:34 +00:00
docs Bug 1139894 - Docs: Add instructions for how to run flake8 2015-03-16 12:16:18 +00:00
puppet Bug 1076710 - Remove socketio remnants 2015-03-13 14:28:08 +00:00
requirements Bug 1143033 - Update packages in dev.txt 2015-03-14 22:14:41 +00:00
schemas Bug 1113281 - Add pulse messages when after cancel/retrigger r=maurodoglio 2015-02-19 13:49:11 -08:00
tests Merge pull request #422 from mozilla/b2g_mochi_chrome 2015-03-11 17:09:25 -07:00
treeherder Bug 1076710 - Remove socketio remnants 2015-03-13 14:28:08 +00:00
vendor Bug 1070470 - Move six to dev.txt since it's not used in production 2015-03-12 19:04:13 +00: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 1066266 - Add some stage/prod specific files to gitignore 2015-02-13 18:38:46 +00:00
.landscape.yaml Bug 1070470 - Rename compiled.txt to common.txt 2015-03-12 19:04:11 +00:00
.travis.yml Bug 1143086 - Travis: Run flake8 first & end the job early if it fails 2015-03-16 12:16:16 +00:00
Dockerfile Bug 1070470 - Rename compiled.txt to common.txt 2015-03-12 19:04:11 +00:00
LICENSE.txt add license file 2013-06-07 13:51:52 -04:00
README.md Clean up readme markup 2015-02-26 11:35:46 +00:00
Vagrantfile Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
fig.yml Bug 1134256 - Docker integration for testing r=wlach 2015-02-25 09:27:26 -08:00
manage.py Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
runtests.sh Bug 1139894 - Add flake8 to runtests.sh 2015-03-16 12:16:17 +00:00
setup.cfg Bug 1138902 - Adjust linter configs 2015-03-06 12:08:39 +00: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:

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.