A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 392af575dc Bug 1169944 - Remove requirements/prod.txt since it contains no packages
We had to do at least one deploy after the initial landing of
bug 1169944, before removing prod.txt, to avoid errors during update.py.
That has now occurred, so we can remove the file.
2015-08-18 23:04:08 +01:00
bin Bug 1140349 - Remove the objectstore code 2015-07-21 14:13:21 -07:00
deployment Bug 1169944 - Always install the New Relic package, not just on prod 2015-08-11 23:23:26 +01:00
dist grunt build 2015-08-17 14:36:58 -07:00
docker Bug 1175432 - Use dj-database-url to simplify DB environment variables 2015-07-15 14:58:46 +01:00
docs Bug 1193775 - Document how to test UI-only changes using GitHub pages 2015-08-15 11:13:06 +01:00
puppet Bug 1169944 - Always install the New Relic package, not just on prod 2015-08-11 23:23:26 +01:00
requirements Bug 1169944 - Remove requirements/prod.txt since it contains no packages 2015-08-18 23:04:08 +01:00
schemas Bug 1171575 - Treeherder should send pulse messages for cancel all 2015-07-22 09:58:37 -07:00
tests Bug 1188444 - Add tests for parsing steps/errors from Taskcluster logs 2015-08-18 17:21:10 +01:00
treeherder Bug 1188444 - Save the last step in a log even if no finish marker seen 2015-08-18 17:21:10 +01:00
ui Bug 1195493 - Convert partials/main to 2 space indent 2015-08-18 17:20:00 -04:00
.coveragerc added some test coverage exclusions 2013-04-30 14:37:49 -07:00
.dockerignore Bug 1169916 - Stop using Cython to build the log parser 2015-06-30 14:51:57 +01:00
.eslintrc turn off no-catch-shadow eslint rule 2015-08-05 10:02:17 -07:00
.gitignore Bug 1178832 - Cleanup leftovers from using Cython 2015-07-01 00:21:36 +01:00
.landscape.yaml Bug 1169944 - Remove requirements/prod.txt since it contains no packages 2015-08-18 23:04:08 +01:00
.travis.yml Bug 1175432 - Use dj-database-url to simplify DB environment variables 2015-07-15 14:58:46 +01:00
Dockerfile Bug 1169916 - Stop using Cython to build the log parser 2015-06-30 14:51:57 +01:00
Gruntfile.js Bug 1187035 - Use conservativeCollapse everywhere in UI 2015-07-23 16:21:42 -04:00
LICENSE.txt add license file 2013-06-07 13:51:52 -04:00
Procfile Bug 1140349 - Remove the objectstore code 2015-07-21 14:13:21 -07:00
README.md Bug 1170706 - Remove the ReadMe-UI from the repo 2015-06-02 16:29:46 -04:00
Vagrantfile Bug 1190894 - Vagrant: Make it clearer that vagrant v1.5+ is required 2015-08-05 13:23:02 +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 1183367 - Add a grunt target to run eslint on JS frontend 2015-07-14 13:40:18 -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 1169944 - Always install the New Relic package, not just on prod 2015-08-11 23:23:26 +01: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 1176253 - Heroku: Remove licence boilerplate from runtime.txt 2015-06-19 22:39:36 +01:00
setup.cfg Bug 1181529 - Update peep to v2.4.1 2015-07-08 12:39:30 +01:00
setup.py Bug 1169916 - Stop using Cython to build the log parser 2015-06-30 14:51:57 +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.