A system for managing CI data for Mozilla projects
Перейти к файлу
EvaBardou 2c4ed9f341
Support production/testing mozci environments in ClassificationLoader regex (#7419)
Co-authored-by: Eva Bardou <ebardou@teklia.com>
2022-04-13 15:34:03 +02:00
.circleci Try pinning docker compose version (#7282) 2021-10-01 12:10:55 +01:00
.github Upgrade to GitHub-native Dependabot (#7120) 2021-08-18 18:14:06 +01:00
bin Remove heroku v2 (#7271) 2021-09-16 11:30:12 +01:00
deployment/gcp Make changes to docs (#7184) 2021-06-22 16:49:41 -07:00
docker Bug 1746622 - Listen to mozci classification pulse messages and save results in Treeherder database (#7356) 2022-02-07 09:27:51 -08:00
docs Update docs (#7368) 2022-02-08 18:09:41 +00:00
misc Remove heroku v2 (#7271) 2021-09-16 11:30:12 +01:00
requirements pin version of click used by black to avoid missing reference to _unicodefunc. (#7412) 2022-03-30 11:57:48 -07:00
schemas Bug 1702410 - Reflect backfill bot' s new name in logs 2021-04-05 16:27:38 +03:00
tests Support production/testing mozci environments in ClassificationLoader regex (#7419) 2022-04-13 15:34:03 +02:00
treeherder Support production/testing mozci environments in ClassificationLoader regex (#7419) 2022-04-13 15:34:03 +02:00
ui Bug 1619739 - Fix accessibility wording for DateRangePicker (#7418) 2022-04-12 17:54:24 +02:00
.codecov.yml
.eslintrc.js Fix conflict, add pollyjs dependecies (#7084) 2021-05-31 15:12:57 +03:00
.gitattributes Remove heroku v2 (#7271) 2021-09-16 11:30:12 +01:00
.gitignore Bug 1649387 - Provide enhanced management script for Bugzilla formulas 2020-07-17 08:57:11 +03:00
.markdownlint.json Add markdownlint pre-commit hook and fixed docs 2020-04-07 09:41:54 -04:00
.markdownlintignore Bug 1646244 - pre-commit in Travis takes a long time (#6613) 2020-07-14 10:06:51 -04:00
.neutrinorc.js Fix conflict, add pollyjs dependecies (#7084) 2021-05-31 15:12:57 +03:00
.pre-commit-config.yaml pin version of click used by black to avoid missing reference to _unicodefunc. (#7412) 2022-03-30 11:57:48 -07:00
.prettierignore
.prettierrc.js
.readthedocs.yml Make poetry the default method for generating the docs (#6424) 2020-05-15 15:12:35 -04:00
.renovaterc Change renovate pr reviewers to treeherder-admins (#7375) 2022-02-04 12:04:44 +00:00
.yarnrc
CODEOWNERS Update codeowners coverage (#7009) 2021-02-04 14:02:23 -08:00
CODE_OF_CONDUCT.md
LICENSE.txt
README.md Bug 1742068 - update whatsdeployed.io link with version including prototype instance (#7321) 2021-11-22 11:14:40 +00:00
docker-compose.yml Bug 1746622 - Listen to mozci classification pulse messages and save results in Treeherder database (#7356) 2022-02-07 09:27:51 -08:00
initialize_data.sh Bug 1720181 - remove remaining SETA code 2022-02-21 14:56:01 +01:00
jest-puppeteer.config.js Fix conflict, add pollyjs dependecies (#7084) 2021-05-31 15:12:57 +03:00
jest.config.js
manage.py Apply black formating to the whole repo (#6332) 2020-04-21 10:35:59 -04:00
mkdocs.yml Update docs (#7368) 2022-02-08 18:09:41 +00:00
newrelic.ini Bug 1730918 - use default security groups as defined by product in Bugzilla (#7281) 2021-10-07 11:25:06 +01:00
package.json Cleanup branches (#7401) 2022-03-03 10:01:44 -08:00
poetry.lock update mkdocs to fix issue with jinja2 (#7414) 2022-04-04 07:27:36 -07:00
pylintrc
pyproject.toml update mkdocs to fix issue with jinja2 (#7414) 2022-04-04 07:27:36 -07:00
setup.cfg Re-re-re-remove activedata and bigquery (#7056) 2021-03-23 09:15:32 -04:00
tox.ini Remove heroku v2 (#7271) 2021-09-16 11:30:12 +01:00
version.json Add CloudOps-ready Docker builds (#7072) 2021-03-26 16:21:57 -04:00
webpack.config.js
yarn.lock Bump minimist from 1.2.5 to 1.2.6 (#7413) 2022-03-30 13:36:38 -07:00

README.md

Treeherder

What's Deployed Build Status Node dependencies Status Node devDependencies Status Documentation Status Code style: black

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: staging 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 here.

For other setup and configuration, visit our readthedocs page here.

File any bugs you may encounter here.

Contributing

Everyone is welcome to contribute!

If a bug is not assigned to someone, you can request the bug be assigned to you. You should ask the component owner with your request ("Request information" in Bugzilla and mention in Github).

If you do not receive a response within 2-3 days, you can follow up in the #treeherder matrix channel.

After addressing the issue, make sure every test passes before sending a pull request.

We also recommend setting an upstream remote that points to the Mozilla's Github repo, in addition to origin that points to your fork. You should then frequently use git rebase upstream rather than merging from your fork to keep your branch current. There are less conflicts this way and the git history is cleaner.

Sending a Pull Request

We receive contributions from both Bugzilla and Github. We have some specifications to keep track of them:

  1. If your bug comes from Bugzilla

    After addressing the issue, please send a pull request to this repository, with the Bugzilla's number ID in the title, so that our bot attaches your patch to the corresponding Bugzilla bug.

    "Bug xxxxxx - [title of the bug or brief explanation]"

    For example: "Bug 123456 - Fix scrolling behavior in Perfherder"

  2. If your bug comes from Github

    In the description of the pull request, please mention the issue number. That can be done by typing #[issue's number].

    For example: "This pull request fixes #5135".

    Github automatically links both issue and pull request to one another.