зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
038e60a833
Previously all templates were being included on every page, regardless of whether they were being used, bloating the bundles. In addition, `templateUrl` has a number of issues compared to `template`: https://medium.com/@frosty/angularjs-template-vs-templateurl-cdde055b7907 There are now no more instances of non-global `require()`s (or any require()s for that matter), so we can enable that eslint rule: https://eslint.org/docs/rules/global-require Improves the bundle sizes as follows: * index: -60KB * logviewer: -138KB * perf: -84KB |
||
---|---|---|
bin | ||
deployment/aws | ||
docs | ||
lints | ||
neutrino-custom | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
vagrant | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
manage.py | ||
newrelic.ini | ||
package.json | ||
pylintrc | ||
renovate.json | ||
requirements.txt | ||
runtests.sh | ||
runtime.txt | ||
setup.cfg | ||
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.