Firefox recipe server
Перейти к файлу
Michael Kelly acdde50754
Fix #392: Add mock-recipe-server project.
The mock-recipe-server generates static files that simulate the Normandy
API, which are then uploaded to S3 and used for testing the recipe client.
2017-01-11 13:35:22 -08:00
bin/ci Fix #392: Add mock-recipe-server project. 2017-01-11 13:35:22 -08:00
compose Fix #392: Add mock-recipe-server project. 2017-01-11 13:35:22 -08:00
docs Fix #392: Add mock-recipe-server project. 2017-01-11 13:35:22 -08:00
eslint-config-normandy Merging eslint-config-normandy to master 2017-01-05 09:53:19 -08:00
lints Fix typos in READMEs 2017-01-06 15:42:42 -08:00
mock-recipe-server Fix #392: Add mock-recipe-server project. 2017-01-11 13:35:22 -08:00
recipe-client-addon Fix recipe-client-addon README. 2017-01-10 00:14:00 -08:00
recipe-server Move flake8 config to the repo root. 2017-01-11 13:15:02 -08:00
.eslintrc mono: Add lints project 2017-01-05 09:57:30 -08:00
.flake8 Move flake8 config to the repo root. 2017-01-11 13:15:02 -08:00
.gitignore Add common files to top-level .gitignore. 2017-01-06 16:03:55 -08:00
.therapist.yml Fix lint tests 2017-01-05 11:33:12 -08:00
README.md Update READMEs 2017-01-05 10:28:23 -08:00
circle.yml Fix #392: Add mock-recipe-server project. 2017-01-11 13:35:22 -08:00

README.md

Normandy

Normandy is a collection of projects that provide a fast and accurate way to interact with unbiased subsets of Firefox users.

This repo is a monorepo. It contains several projects, each represented by a top level directory:

  • recipe-server - Django server that manages and delivers recipes efficiently and securely.
  • recipe-client-addon - Firefox system add-on to fetch, verify, and execute recipes.
  • lints - Shared tools and configs for linting. (Each project may have separate configs as well)
  • compose - Scripts and configurations to create multi-server environments for development and testing.

CircleCI Requires.io David

Documentation

Developer documentation for the service can be found at http://normandy.readthedocs.org/.

License

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