Firefox recipe server
Перейти к файлу
Mike Cooper 80a8657cfe
compose: Add gzip to compose nginx config
2017-03-06 16:35:07 -08:00
ci Feedback 2017-02-22 14:33:26 -08:00
compose compose: Add gzip to compose nginx config 2017-03-06 16:35:07 -08:00
docs Merge pull request #569 from mythmon/custom-users 2017-03-06 11:10:11 -08:00
eslint-config-normandy
functional_tests Write functional tests for creating show-heartbeat and disabled recipes. 2017-02-10 00:53:35 -08:00
lints Update flake8 for better Python 3.6 compatibility 2017-02-16 13:25:02 -08:00
mock-recipe-server Replace domain in API route URLs when serializing for the mock-server. 2017-03-02 16:12:36 -08:00
recipe-client-addon Fix #563, #564: Hide overflow in show-heartbeat notification bar. 2017-03-02 16:36:34 -08:00
recipe-server recipe-server: Add migration to change username to emails 2017-03-06 11:40:49 -08:00
.eslintrc
.flake8 Move flake8 config to the repo root. 2017-01-11 13:15:02 -08:00
.gitignore Run functional tests via selenium against the compose server. 2017-02-06 10:25:15 -08:00
.taskcluster.yml recipe-client-addon: test and build xpi in TC 2017-02-16 13:25:03 -08:00
.therapist.yml Fix lint tests 2017-01-05 11:33:12 -08:00
README.md
circle.yml recipe-client-addon: test and build xpi in TC 2017-02-16 13:25:03 -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.