Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/normandy
Firefox recipe server
https://github.com/mozilla/normandy
firefox mozilla-normandy product-delivery
Last synced: 8 days ago
JSON representation
Firefox recipe server
- Host: GitHub
- URL: https://github.com/mozilla/normandy
- Owner: mozilla
- License: mpl-2.0
- Created: 2015-12-22T22:18:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T17:02:16.000Z (3 months ago)
- Last Synced: 2024-10-29T11:39:50.986Z (11 days ago)
- Topics: firefox, mozilla-normandy, product-delivery
- Language: Python
- Homepage: https://wiki.mozilla.org/Firefox/Recipe_Server
- Size: 17.5 MB
- Stars: 55
- Watchers: 19
- Forks: 46
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Normandy Recipe Server
Normandy manages recipes of changes to make to Firefox, including temporary
studies, user surveys and controlled rollout of new features.[![CircleCI](https://img.shields.io/circleci/project/mozilla/normandy/master.svg?maxAge=2592000&label=CI)](https://circleci.com/gh/mozilla/normandy/tree/master)
[![Updates](https://pyup.io/repos/github/mozilla/normandy/shield.svg)](https://pyup.io/repos/github/mozilla/normandy/)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)# License
Normandy is licensed under the MPLv2. See the `LICENSE` file for details.
The Docker images published for Normandy include GeoLite2 data created by
MaxMind, available from https://www.maxmind.com.# Hacking
Please see the [Developer Setup] documentation to get started.
[Developer Setup]: https://mozilla.github.io/normandy/dev/install.html