Firefox recipe server
Перейти к файлу
Mike Cooper 6bfa773630 Merge pull request #616 from Osmose/fix-mock-telemetry
Fix FilterTelemetry mock-server test.
2017-03-15 16:39:23 -07:00
ci
compose Fix #606: Centralize cache settings for the API and add setting for disabling it. 2017-03-11 15:12:28 -08:00
docs Document DJANGO_API_CACHE_ENABLED. 2017-03-13 14:24:55 -07:00
eslint-config-normandy
functional_tests
lints
mock-recipe-server Fix FilterTelemetry mock-server test. 2017-03-15 11:25:15 -07:00
recipe-client-addon Merge pull request #614 from Osmose/clear-classify-cache 2017-03-15 15:39:42 -07:00
recipe-server Merge pull request #604 from mythmon/csp-framing 2017-03-15 13:00:49 -07:00
.eslintrc
.flake8
.gitignore
.taskcluster.yml
.therapist.yml
README.md
circle.yml

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.