A system for managing CI data for Mozilla projects
Перейти к файлу
Ed Morley 5986749757
Bug 1530602 - Adjust Content-Security-Policy to fix ajv.compile() (#4703)
Unfortunately the "Custom Actions" usage of `ajv.compile()` requires that
the `script-src` CSP directive contain `'unsafe-eval'`, otherwise the
whole feature breaks.

Using `'unsafe-eval'` defeats much of the point of CSP, so it should be
removed as soon as possible. Bug 1530607 is filed to track.
2019-02-26 08:04:53 +00:00
.dependabot
bin
deployment/aws
docs
lints
requirements Bump flake8 from 3.7.6 to 3.7.7 in /requirements 2019-02-25 14:43:31 -08:00
schemas
tests Bug 1530602 - Adjust Content-Security-Policy to fix ajv.compile() (#4703) 2019-02-26 08:04:53 +00:00
treeherder Bug 1530602 - Adjust Content-Security-Policy to fix ajv.compile() (#4703) 2019-02-26 08:04:53 +00:00
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 Update react monorepo to v16.8.3 2019-02-25 14:17:27 -08:00
pylintrc
renovate.json
requirements.txt
runtests.sh
runtime.txt
setup.cfg
webpack.config.js
yarn.lock Lock file maintenance 2019-02-25 15:41:18 -08:00

README.md

treeherder

What's Deployed Build Status Node dependencies Status Node devDependencies Status Documentation Status

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.

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.