зеркало из https://github.com/mozilla/treeherder.git
continuous-integrationdjangodjango-rest-frameworkdockerdocker-composemozillapythonreactreactjstreeherder
a17a8d7b7c
This fixes `UnicodeDecodeError` exceptions during `cycle_data` when using
Python 3, that are due to invalid unicode in `text_log_error.lines` being
retrieved by Django's `.delete()` (since it fetches all fields even the
ones not required for model deletion traversal).
These bad unicode values should no longer be inserted for logs parsed once
we switch to Python 3 - and may already be fixed for Python 2 by:
|
||
---|---|---|
.dependabot | ||
bin | ||
deployment/aws | ||
docs | ||
lints | ||
requirements | ||
schemas | ||
tests | ||
treeherder | ||
ui | ||
vagrant | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.neutrinorc.js | ||
.prettierignore | ||
.prettierrc.js | ||
.readthedocs.yml | ||
.slugignore | ||
.travis.yml | ||
.yarnrc | ||
LICENSE.txt | ||
Procfile | ||
README.md | ||
Vagrantfile | ||
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.