A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 300ee95f08 Bug 1302689 - Update elasticsearch-dsl from 2.0.0 to 2.1.0
http://elasticsearch-dsl.readthedocs.io/en/latest/Changelog.html
https://github.com/elastic/elasticsearch-dsl-py/compare/2.0.0...2.1.0
2016-10-24 13:59:14 +01:00
bin
deployment
docs
lints
puppet
requirements Bug 1302689 - Update elasticsearch-dsl from 2.0.0 to 2.1.0 2016-10-24 13:59:14 +01:00
schemas
tests Bug 1310972 - Use job id as input to log parsing tasks 2016-10-19 16:58:51 +01:00
treeherder Bug 1312012 - Remove max_job_id return value from repository detail endpoint (#1944) 2016-10-21 12:24:59 -04:00
ui Bug 1311436 - Cancel existing query before loading in failure summary (#1936) 2016-10-19 14:43:07 -04:00
.coveragerc
.eslintignore
.eslintrc
.gitignore
.slugignore
.travis.yml
Gruntfile.js
LICENSE.txt
Procfile
README.md
Vagrantfile
contribute.json
manage.py
newrelic.ini
npm-shrinkwrap.json
package.json
pylintrc
pytest.ini
requirements.txt
runtests.sh
runtime.txt
setup.cfg
setup.py
web-server.js

README.md

treeherder

Build Status Python Requirements Status Node Dependency Status Node devDependency Status 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/EngineeringProductivity/Projects/Treeherder

Visit our readthedocs page for other setup and configuration at: https://treeherder.readthedocs.io/

File any bugs you may encounter here.