A system for managing CI data for Mozilla projects
Перейти к файлу
Simon Sapin dbfc2afcbf Fix import of force-pushes from github (#4284)
When `git push -f` is used, the "base" commit of the github push event
is whatever was previously in that branch.
That commit is likely not part of the history of the new branch,
so using the "List commits" API will not allow to find it
as a starting point.
Instead, if the API did not force pagination, we’d get the entire
repository history!

Using the "Compare two commits" API instead lets GitHub’s server
figure out which commits reachable from the new branch
that were not before, which is exactly the set of commits we need
to be "part of a push".
2018-11-16 12:36:05 -08:00
bin Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
deployment/aws Bug 1308354 - Remove SCL3-specific code now we're on Heroku 2016-10-24 18:55:03 +01:00
docs Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
lints Bug 1452212 - Add missing raw string annotations 2018-04-10 20:10:27 +01:00
requirements Update pytest from 3.10.1 to 4.0.0 (#4277) 2018-11-15 08:03:51 +00:00
schemas Bug 1431085 - Increase max length of PerformanceSignature.extra_options (#4238) 2018-11-14 09:22:11 +00:00
tests Fix import of force-pushes from github (#4284) 2018-11-16 12:36:05 -08:00
treeherder Fix import of force-pushes from github (#4284) 2018-11-16 12:36:05 -08:00
ui Fix getData helper (#4283) 2018-11-16 11:04:33 -08:00
vagrant Bug 1502290 - Update to Node.js 11 (#4193) 2018-10-29 10:45:05 +00:00
.eslintrc.js Bug 1507172 - Use Prettier for formatting JS/JSX (#4276) 2018-11-16 08:28:34 +00:00
.gitattributes Bug 1419168 - Add a .gitattributes file to force Linux line endings (#2997) 2017-11-28 21:51:59 +00:00
.gitignore Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
.neutrinorc.js Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
.prettierignore Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
.prettierrc.js Bug 1507172 - Use Prettier for formatting JS/JSX (#4276) 2018-11-16 08:28:34 +00:00
.slugignore Bug 1318295 - Vagrant: Remove the puppet provisioner 2017-03-21 22:48:51 +00:00
.travis.yml Travis: Remove deprecated `sudo` option (#4253) 2018-11-09 14:53:38 +00:00
.yarnrc Make yarn default to saving non-tilde versions in package.json (#3093) 2018-01-02 17:26:28 +00:00
LICENSE.txt Bug 1192801 - List the full MPL v2 license in LICENSE.txt 2015-08-18 23:29:32 +01:00
Makefile Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
Procfile Bug 1443251 - Remove support for buildbot job ingestion (#4087) 2018-10-02 11:07:27 +01:00
README.md Add README badge for What's Deployed (#3603) 2018-06-01 17:11:27 +01:00
Vagrantfile Bug 1478059 - Vagrant: Switch from Ubuntu 16.04 to 18.04 (#4064) 2018-09-26 01:29:30 +01:00
karma.conf.js Bug 1507172 - Use Prettier for formatting JS/JSX (#4276) 2018-11-16 08:28:34 +00:00
manage.py Bug 1389517 - Enable DeprecationWarnings when running manage.py 2018-04-11 21:11:57 +01:00
newrelic.ini Bug 1503576 - New Relic: Instrument cycle_data & update_bugscache (#4214) 2018-11-01 18:02:20 +00:00
package.json Bug 1507172 - Use Prettier for formatting JS/JSX (#4276) 2018-11-16 08:28:34 +00:00
pylintrc Bug 1452420 - Update pylintrc to reduce noise 2018-04-10 19:22:28 +01:00
renovate.json Bug 1364894 - Upgrade from Neutrino 4 to 9 (#4216) 2018-11-02 18:48:28 +00:00
requirements.txt Bug 1291307 - Stop using django-heroku-memcacheify 2016-09-02 10:53:54 +01:00
runtests.sh Rename py.test to pytest #dropthedot 2017-11-09 12:55:25 +00:00
runtime.txt Bug 1458517 - Update to Python 2.7.15 (#3507) 2018-05-03 13:01:21 +01:00
setup.cfg Clean up the location of generated output directories (#4289) 2018-11-16 19:18:18 +00:00
webpack.config.js Bug 1364894 - Upgrade from Neutrino 4 to 9 (#4216) 2018-11-02 18:48:28 +00:00
yarn.lock Bug 1507172 - Use Prettier for formatting JS/JSX (#4276) 2018-11-16 08:28:34 +00:00

README.md

treeherder

What's Deployed Build Status Python Package 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.