зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
23e7c97387
The webpack-md5-hash plugin attempts to make the generated hashes less susceptible to churn when chunks haven't actually changed. However it requires careful use and clearly wasn't set up correctly, since the manifest file hashes were always the same regardless of content, causing stale files and runtime errors in production. Once Neutrino v6 is released, we can use its new in-built support for caching to save having to implement this ourselves. |
||
---|---|---|
bin | ||
deployment/aws | ||
docs | ||
lints | ||
neutrino-custom | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
vagrant | ||
.coveragerc | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.slugignore | ||
.travis.yml | ||
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.