зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
69f07fa84e
As of yarn 1.0+ if the version of node or yarn doesn't match that specified in `package.json`, yarn commands will fail to run and complain about incompatible versions. Unfortunately the error message doesn't really make it clear that the user has the wrong version installed, and instead gives the impression something is broken with Treeherder. In addition, much of the time the exact version isn't important, so the user doesn't need to go to the trouble of changing their node installation. As such, we just disable the yarn engines check for now. |
||
---|---|---|
bin | ||
deployment/aws | ||
docs | ||
lints | ||
neutrino-custom | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
vagrant | ||
.coveragerc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
manage.py | ||
newrelic.ini | ||
package.json | ||
pylintrc | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
setup.py | ||
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.