A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 7a6e5d0d49 Bug 1172020 - Docs: Remove port 8000 mention on installation docs
Since gunicorn is only running on port 8000 inside the VM, it's then
proxied via varnish/apache and accessible on port 80 outside the VM, so
mentioning port 8000 is more confusing than helpful.
2015-06-10 00:02:54 +01:00
bin Bug 1164868 - Split the buildapi tasks into {pending,running,4hr} queues 2015-05-21 15:44:58 +01:00
deployment Bug 1169178 - Consolidate peep invocations 2015-05-28 09:40:20 +01:00
dist grunt build update 2015-06-09 12:39:52 -07:00
docker Bug 1160561 - Consolidate rabbitmq prefs 2015-05-28 16:09:48 +01:00
docs Bug 1172020 - Docs: Remove port 8000 mention on installation docs 2015-06-10 00:02:54 +01:00
puppet Bug 1171757 - create a vagrant .bash_aliases with helpful functions 2015-06-09 10:52:20 -07:00
requirements Bug 1163138 - Add a management command to allow importing perf data 2015-05-27 11:54:57 -04:00
schemas Bug 1113281 - Add pulse messages when after cancel/retrigger r=maurodoglio 2015-02-19 13:49:11 -08:00
tests Bug 1172052 - handle text_log_summary artifact blobs that are both dicts and json strings 2015-06-09 11:14:51 -07:00
treeherder Bug 1172052 - handle text_log_summary artifact blobs that are both dicts and json strings 2015-06-09 11:14:51 -07:00
ui Bug 1172039 - Make the classification deletion icons more prominent 2015-06-09 16:27:16 -04: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 1169939 - Tweak .landscape.yaml to improve signal to noise ratio 2015-06-01 17:14:33 +01:00
.travis.yml Bug 1160561 - Consolidate rabbitmq prefs 2015-05-28 16:09:48 +01:00
Dockerfile Bug 1164881 - Add MPL2.0 headers to recent treeherder repo files 2015-05-14 11:45:26 -04:00
Gruntfile.js Bug 1063473 - Make grunt build clean up the .tmp directory 2015-06-01 17:13:47 +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.md Bug 1170706 - Remove the ReadMe-UI from the repo 2015-06-02 16:29:46 -04:00
Vagrantfile Bug 1144804 - Vagrant: Update base image from Ubuntu 12.04 to 14.04 2015-06-01 11:37:01 +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 1170330 - Update treeherder package.json post repo-merge 2015-06-01 21:12:59 -04:00
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo 2015-06-01 17:14:34 +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 1169915 - flake8/pep8: Check *.pyx files too 2015-05-30 13:52:05 +01:00
setup.py Bug 1169943 - Prevent setup.py ImportError on Read the Docs 2015-06-01 11:35:00 +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 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 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/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.