119407ad8e
Main changes: - removed the full parameter on the jobs endpoint, since in both cases the data returned had similar shape/size but slightly different set of attributes. - removed the exclusion_state parameter in favour of exclusion_profile. The latter allows to specify which profile to apply to the jobs; by default it will use the default profile and can be disabled using exclusion_profile=false - the data is now returned as a flat list instead of a triple nested structure. As a result the jobs endpoint is now much faster to return data and it allows to easily do basic operations like filtering, sorting, and pagination. Also, it will allow to implement attribute selection with a minimal effort. - removed the debug parameter in favour of a more explicit return_type (dict|list) that allows a consumer to specify the type of structure expected for the results (dict by default) - the resultset endpoint doesn't return jobs anymore but only resultsets. |
||
---|---|---|
bin | ||
deployment | ||
docs | ||
puppet | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
vendor | ||
.coveragerc | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
LICENSE.txt | ||
README.md | ||
Vagrantfile | ||
manage.py | ||
runtests.sh | ||
setup.cfg | ||
setup.py |
README.md
treeherder-service
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:
A treeherder-ui repo for the front end UI.
A treeherder-client for data submission.
A treeherder-node NodeJS interface.
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.
Links
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.