Firefox recipe server
Перейти к файлу
bors[bot] 2df7c8de8c
Merge #2318
2318: Add retrospective ADR for usage of remote settings r=rehandalal a=mythmon

This may help when reviewing recent problems with the signing infrastructure, and to better undrest
and Normandy's history.

Fixes #2309


Co-authored-by: Michael Cooper <mythmon@gmail.com>
2021-05-06 16:05:02 +00:00
.circleci Update to Python 3.9 2020-10-28 16:52:43 -07:00
assets/bundles Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
bin Increased the timeout for a container to 30 seconds after seeing timeouts in CircleCI 2020-04-29 15:57:17 -04:00
ci
client Add comments/readme to `/client/` folder 2020-06-16 17:39:42 -04:00
contract-tests Removed unused variable as per flake8 2020-04-02 16:06:19 -04:00
docs Add retrospective ADR for usage of remote settings 2021-05-06 09:04:32 -07:00
etc
normandy Use a method instead of a property to determine capabilities for filter objects 2021-03-24 14:57:32 -07:00
parquet_schemas
requirements Remove old requirements 2020-04-01 11:32:41 -07:00
.coveragerc
.dockerignore
.flake8
.gitignore Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
.nsprc
.pyup.yml
.therapist.yml Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
CODE_OF_CONDUCT.md
Dockerfile Update python:3.9-slim Docker digest to 56d9bdc 2020-12-15 23:04:50 +00:00
Dockerfile.development Update python:3.9-slim Docker digest to 56d9bdc 2020-12-15 23:04:50 +00:00
LICENSE
Makefile Merge #2214 2020-04-30 20:23:31 +00:00
README.md
bors.toml Don't require contract tests to pass for bors 2020-08-05 13:33:31 -07:00
docker-compose.yml Temporarily disable tests on circle 2020-04-30 12:24:58 -04:00
generate_from_openapi.py
karma.conf.js Remove ESLint 2020-03-25 15:31:14 -07:00
manage.py
package.json Update dependency gh-pages to v3.1.0 2020-06-22 00:17:31 +00:00
poetry.lock Update dependency watchdog to v1 2020-12-14 20:07:57 +00:00
pyproject.toml Update dependency watchdog to v1 2020-12-14 20:07:57 +00:00
pytest.ini Automatically set needed envvars during tests 2020-04-14 16:53:42 -07:00
renovate.json
test_v3_api.py
yarn.lock Bump lodash from 4.17.15 to 4.17.19 2020-07-16 18:17:55 +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.

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.