Firefox recipe server
Перейти к файлу
Peter Bengtsson 2d0ef9fd65
adding .coveragerc and docs about how to use it
2018-09-14 15:17:17 -04:00
.circleci Add a comment explaining the use of `docker-compose pull` 2018-08-29 11:09:09 -07:00
bin Remove old browser setup 2018-08-28 12:32:22 -07:00
ci Tighten timeout and add comment 2018-09-04 11:05:19 -07:00
client Update pref experiment schema to json schema draft 6 2018-08-28 17:12:27 -07:00
compose Remove use of product_details 2018-09-11 12:42:02 -04:00
contract-tests Format code with Black 2018-06-28 14:00:58 -07:00
docs adding .coveragerc and docs about how to use it 2018-09-14 15:17:17 -04:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy test coverage for disabling disabled and rejecting your own approvals 2018-09-14 13:05:10 -04:00
parquet_schemas Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
requirements Remove use of product_details 2018-09-11 12:42:02 -04:00
.coveragerc adding .coveragerc and docs about how to use it 2018-09-14 15:17:17 -04:00
.dockerignore Cleanup node dependencies and build system 2018-07-24 16:48:34 -07:00
.eslintignore Add a blank .eslintignore file to work around eslint-plugin-mozilla. 2017-04-20 14:40:52 -07:00
.eslintrc Cleanup node dependencies and build system 2018-07-24 16:48:34 -07:00
.flake8 Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.gitignore CircleCI 2.0 2018-08-08 11:20:17 -04:00
.nsprc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.pyup.yml Schedule pyup weekly 2018-05-22 11:06:18 -07:00
.readthedocs.yml Use Python 3.6 for readthedocs 2018-05-10 16:43:32 -07:00
.stylelintrc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.therapist.yml Merge branch `master` 2018-08-01 14:07:29 -04:00
Dockerfile Update python:3.6 Docker digest to 7eced2 2018-09-07 00:55:16 +00:00
LICENSE Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
README.md Add Black badge to readme 2018-06-29 10:19:24 -07:00
babel.config.js Upgrade babel and related packages to latest versions 2018-08-29 09:39:10 -07:00
bors.toml Merge #1447 2018-08-17 00:38:37 +00:00
karma.conf.js Make webpack config compatible with Webpack 4 2018-08-29 11:03:40 -07:00
manage.py Format code with Black 2018-06-28 14:00:58 -07:00
newrelic.ini Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
package.json Merge #1519 2018-09-10 18:05:28 +00:00
pyproject.toml Require Black code formatting for Python 2018-06-28 14:00:58 -07:00
pytest.ini Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
renovate.json digest pin Dockerfile(s) but not docker-compose.yml 2018-08-24 12:36:20 -04:00
webpack.config.js Make webpack config compatible with Webpack 4 2018-08-29 11:03:40 -07:00
yarn.lock Merge #1519 2018-09-10 18:05:28 +00:00

README.md

Normandy Recipe Server

Normandy manages recipes of changes to make to Firefox, including temporary studies, user surveys and controlled rollout of new features.

CircleCI Updates Code Style: Black

License

Normandy is licensed under the MPLv2. See the LICENSE file for details.

Hacking

Please see the Developer Setup documentation to get started.