зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
eeed1d759f
The push_health.py file is now 'tests.py' where we will add 'linting.py', etc. Changed a couple function names to make them a little more explicit. * Change the 'metrics' field in the result to an object instead of an array. This way the UI can ask for each metric more easily. It'd rather have the UI decide what order to display the metrics than the API. This also makes the 'Metric.jsx' component simpler and just control expand / collapse and display of basic pass / fail. |
||
---|---|---|
.dependabot | ||
bin | ||
deployment/aws | ||
docker | ||
docs | ||
lints | ||
misc | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
.codecov.yml | ||
.dockerignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.neutrinorc.js | ||
.prettierignore | ||
.prettierrc.js | ||
.readthedocs.yml | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
CODE_OF_CONDUCT.md | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
app.json | ||
docker-compose.yml | ||
initialize_data.sh | ||
jest.config.js | ||
manage.py | ||
mkdocs.yml | ||
newrelic.ini | ||
package.json | ||
pylintrc | ||
renovate.json | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
webpack.config.js | ||
yarn.lock |
README.md
treeherder
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.