зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
65b7f4ab45
Since it's more reliable (and strict) at code formatting than ESLint. We use it via an ESLint plugin, and so disable the style-related AirBnB preset rules, leaving the AirBnB guide to handle only correctness and best practices rules. It's highly encouraged to use an IDE integration or Git commit hook to run Prettier (or `yarn lint --fix`) automatically. See: * https://prettier.io/docs/en/editors.html * https://prettier.io/docs/en/precommit.html We may consider enabling a git commit hook out of the box (using eg Husky) in the future, however they have previously been known to interfere with partial-staging workflows, so would need to test the fixes they have made for them thoroughly first. In future PRs we may also want to start formatting JSON/CSS/Markdown using Prettier too. |
||
---|---|---|
bin | ||
deployment/aws | ||
docs | ||
lints | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
vagrant | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.neutrinorc.js | ||
.prettierignore | ||
.prettierrc.js | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE.txt | ||
Makefile | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
karma.conf.js | ||
manage.py | ||
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.