A system for managing CI data for Mozilla projects
Перейти к файлу
Krishnashish Gogoi bc0b48b262 Bug 1139517 - Changes log name of buildbot logs from 'builds-4h' to 'buildbot_text'
This commit changes all the references to 'builds-4h' to 'buildbot_text'. Following
are the changed files along with the no. of occurences that have been changed in
each.

1. tests/etl/test_buildapi.py: 3 occurences
2. tests/sample_data/job_data.txt: 304 occurences
3. treeherder/etl/buildapi.py: 1 occurence
4. treeherder/model/sample_data/job_data.json.sample: 2 occurences

In treeherder/webapp/api/logslice.py, a conditional was removed. The todo above
it instructed it to be removed once this bug was addressed.

To make sure all tests run properly, three files were renamed. Only the portion
of the filename that said 'builds-4h' was changed to say 'buildbot_text'.
2015-04-23 06:18:19 +05:30
bin Bug 1155160 - Remove script for generating the vendor directory 2015-04-22 11:23:32 +01:00
deployment Bug 1146184 - Use virtualenv and peep for stage/prod package management 2015-04-20 23:48:27 +01:00
docker Bug 1133482 - Always ensure files are closed after being open()ed 2015-03-03 17:13:34 +00:00
docs Bug 1155868 - Update RTD that single ingestion is limited to builds4hr 2015-04-22 14:28:33 -04:00
puppet Bug 1155160 - Remove the vendor directory from the Python path 2015-04-22 11:23:26 +01:00
requirements Bug 1155160 - Remove script for generating the vendor directory 2015-04-22 11:23:32 +01:00
schemas Bug 1113281 - Add pulse messages when after cancel/retrigger r=maurodoglio 2015-02-19 13:49:11 -08:00
tests Bug 1139517 - Changes log name of buildbot logs from 'builds-4h' to 'buildbot_text' 2015-04-23 06:18:19 +05:30
treeherder Bug 1139517 - Changes log name of buildbot logs from 'builds-4h' to 'buildbot_text' 2015-04-23 06:18:19 +05:30
.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 1066266 - Add some stage/prod specific files to gitignore 2015-02-13 18:38:46 +00:00
.landscape.yaml Bug 1155160 - Remove the now unused vendor directory 2015-04-22 11:23:39 +01:00
.travis.yml Bug 1143350 - Use peep instead of pip locally, on Travis & in Docker 2015-03-19 12:26:07 +00:00
Dockerfile Bug 1137164 - Docker: Use ./setup.py since current directory not on path 2015-03-19 13:17:52 +00:00
LICENSE.txt add license file 2013-06-07 13:51:52 -04:00
README.md Bug 1056877 - Update links & puppet/Vagrant config for new repo name 2015-04-20 22:00:04 +01:00
Vagrantfile Bug 1056877 - Update links & puppet/Vagrant config for new repo name 2015-04-20 22:00:04 +01:00
fig.yml Bug 1134256 - Docker integration for testing r=wlach 2015-02-25 09:27:26 -08:00
manage.py Bug 1090689 - Add MPL2.0 headers to the repo 2014-11-03 13:06:03 -05:00
runtests.sh Bug 1139894 - Add flake8 to runtests.sh 2015-03-16 12:16:17 +00:00
setup.cfg Bug 1155160 - Remove the now unused vendor directory 2015-04-22 11:23:39 +01:00
setup.py Bug 1137164 - Make setup.py executable 2015-03-19 13:52:06 +00:00

README.md

treeherder-service

Build Status Code Health

Description

Treeherder is a reporting dashboard for Mozilla checkins. It allows users to see the results of automatic builds and their respective tests. Treeherder-service manages the etl layer for data ingestion, web services, and the data model behind Treeherder.

Treeherder is comprised of this repo for providing those back end services, and several other component repos:

Instances

Treeherder exists on three instances, dev for treeherder development, stage for pre-deployment validation, and production for actual use.

Installation

The steps to install the treeherder-service 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-service.readthedocs.org/en/latest/index.html

File any bugs you may encounter here.