A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 31c5bdca67 Bug 1228739 - Remove unnecessary .gitignore entries & clean up ordering
Removed:
*.mo
*.py[od]
.coverage
.mr.developer.cfg
.project
.pydevproject
.tmp/
.tox
htmlcov/
LOGFILE
nosetests.xml
pip-log.txt
supervisor*.log
test.log
treeherder*.log
treeherder.log.*
2015-11-28 16:02:30 +00:00
bin Bug 1194830: Add a runnable_job API endpoint 2015-11-14 13:56:06 -02:00
deployment Bug 1223384 - Stop running clear_cache on stage/prod deploy 2015-11-12 09:51:35 +00:00
docs Bug 1225597 - Docs: Use anonymous links to avoid build warnings 2015-11-25 13:35:25 +00:00
puppet Bug 1160561 - Add support for setting BROKER_URL via the environment 2015-11-25 21:48:15 +00:00
requirements Bug 1160561 - Replace dj-database-url with django-environ 2015-11-25 21:48:15 +00:00
schemas Bug 1194830: Add a button to trigger new buildbot jobs 2015-11-15 15:10:21 -02:00
tests Bug 1193419 - No longer expire resultset and revision 2015-11-26 11:29:10 +00:00
treeherder Bug 1228324 - Use the new style urlpatterns syntax 2015-11-26 13:54:30 +00:00
ui Fix getting series for related branches in Perfherder 2015-11-26 15:47:27 -05:00
.coveragerc Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
.eslintignore Bug 1222542 - Run eslint against all of the ui/ directory 2015-11-07 17:47:22 +00:00
.eslintrc Bug 1227682 - Enable the ESLint no-extra-semi rule & fix infringements 2015-11-24 20:15:28 +00:00
.gitignore Bug 1228739 - Remove unnecessary .gitignore entries & clean up ordering 2015-11-28 16:02:30 +00:00
.slugignore Bug 1225154 - Remove out of date fig/docker configs 2015-11-16 16:13:12 +00:00
.travis.yml Bug 1160561 - Add support for setting BROKER_URL via the environment 2015-11-25 21:48:15 +00:00
Gruntfile.js Bug 1222542 - Run eslint against all of the ui/ directory 2015-11-07 17:47:22 +00:00
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt 2015-08-18 23:29:32 +01:00
Procfile Bug 1194830: Add a runnable_job API endpoint 2015-11-14 13:56:06 -02:00
README.md Bug 1211524 - Add readme badges for requires.io and david-dm.org 2015-10-05 17:47:49 +01:00
Vagrantfile Bug 1207816 - Bump default vagrant memory to 2G from 1G 2015-09-24 11:07:12 -04:00
app.json Bug 1201455 - Heroku: Run migrate & other DB tasks after deploy 2015-11-11 00:23:21 +00:00
manage.py Bug 1197186 - Move settings to treeherder/config/ 2015-10-08 19:59:46 +01:00
newrelic.ini Bug 1223496 - Make New Relic capture request parameters too 2015-11-18 10:36:59 +00:00
npm-shrinkwrap.json Bug 1206381 - Add npm-shrinkwrap.json to pin grunt build dependencies 2015-10-28 09:33:17 +00:00
package.json Bug 1220479 - Update grunt-eslint to 17.3.1 and eslint to 1.8.0 2015-11-06 18:01:25 +00:00
pylintrc Bug 1169939 - Add a first pass at a pylintrc to the repo 2015-06-01 17:14:34 +01:00
pytest.ini Bug 1193836 - Use pytest-django to run tests 2015-10-27 11:19:13 +00:00
requirements.txt Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +01:00
runtests.sh Bug 1193836 - Use pytest-django to run tests 2015-10-27 11:19:13 +00:00
runtime.txt Bug 1217444 - Switch from Python 2.7.9 to 2.7.10 on Heroku 2015-10-22 16:35:32 +01:00
setup.cfg Bug 1192957 - Add config for isort 2015-10-02 17:54:48 +01:00
setup.py Bug 1192801 - Remove per-file MPL boilerplate since it's unnecessary 2015-08-18 23:32:11 +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 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/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.