Dashboard & service for managing CI data for Mozilla projects
Python JavaScript HTML CSS Shell Puppet
Latest commit 6425ba8 Aug 10, 2016 @edmorley edmorley Bug 1289156 - Add a test to check mysqlclient TLS can't be downgraded
If mysqlclient has been compiled against a vulnerable version of
libmysqlclient then this test will fail. There is overlap between this
and our custom Django system check for ensuring mysqlclient has been
compiled against libmysqlclient >= 5.7.11, however there advantages in
having both:
* the system check is run during deploy, unlike this test
* however this test is more thorough since it actually checks TLS
behaviour and not just version numbers (but this method cannot be used
in the system check run during production deployment, since it relies on
having a MySQL server instance that doesn't support TLS, to emulate the
TLS being stripped by an attacker)
Failed to load latest commit information.
bin Bug 1289156 - Vendor libmysqlclient 5.7 to protect against CVE-2015-3152 Aug 10, 2016
deployment Bug 1247344 - Enable Django system checks during testing and deployment May 6, 2016
docs Bug 1289709 - Docs: Simplify development data ingestion instructions Jul 30, 2016
lints Bug 1255087 - Create a lint for ensuring that the heroku Procfile con… Mar 16, 2016
puppet Bug 1289156 - Vendor libmysqlclient 5.7 to protect against CVE-2015-3152 Aug 10, 2016
requirements Bug 1289694 - Update mohawk to 0.3.3 Jul 28, 2016
schemas Bug 1278711 - Set pulse schema jobdetails field lengths higher (#1665) Jul 8, 2016
tests Bug 1289156 - Add a test to check mysqlclient TLS can't be downgraded Aug 10, 2016
treeherder Bug 1289156 - Add a Django system check for libmysqlclient >= 5.7.11 Aug 10, 2016
ui Bug 1293447 - Use a placeholder attribute instead of a separate eleme… Aug 9, 2016
.coveragerc Bug 1197186 - Move settings to treeherder/config/ Oct 8, 2015
.eslintignore Bug 1222542 - Run eslint against all of the ui/ directory Nov 7, 2015
.eslintrc Bug 1289138 - Enable disabled eslint rules and fix corresponding js p… Aug 4, 2016
.gitignore Bug 1252850 - gitignore emacs temp files Mar 2, 2016
.slugignore Bug 1225154 - Remove out of date fig/docker configs Nov 16, 2015
.travis.yml Bug 1289156 - Vendor libmysqlclient 5.7 to protect against CVE-2015-3152 Aug 10, 2016
Gruntfile.js Bug 1289159 - Make contribute.json available at site root Jul 25, 2016
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt Aug 18, 2015
Procfile Bug 1266229 - Allocate Heroku dynos for pulse queue reading Jun 6, 2016
README.md Bug 1270236 - Update ReadtheDocs links to the new .io domain May 4, 2016
Vagrantfile Bug 1268485 - Vagrant: Switch to a 64bit Ubuntu base image Apr 29, 2016
contribute.json Bug 1289159 - Make contribute.json valid json Jul 25, 2016
manage.py Bug 1197186 - Move settings to treeherder/config/ Oct 8, 2015
newrelic.ini Bug 1250573 - Explicitly disable New Relic browser monitoring May 3, 2016
npm-shrinkwrap.json Bug 1272207 - Update npn-shrinkwrap.json to the newer npm 3 format May 26, 2016
package.json Bug 1272207 - Update from nodejs 5.3.0 to 6.2.0 on Travis/Heroku May 26, 2016
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo Jun 1, 2015
pytest.ini Bug 1193836 - Use pytest-django to run tests Oct 27, 2015
requirements.txt Bug 1213230 - Use pip 8's require-hashes feature instead of peep Feb 15, 2016
runtests.sh Bug 1247344 - Enable Django system checks during testing and deployment May 6, 2016
runtime.txt Bug 1233091 - Update to Python 2.7.11 on Heroku/Travis Dec 21, 2015
setup.cfg Make flake8/pep8 ignore perf migrations as well Apr 4, 2016
setup.py Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary Aug 18, 2015
web-server.js Bug 1274054 - Don't require a local.conf.js for local development May 20, 2016

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.

Links

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.