Firefox recipe server
Перейти к файлу
Tif Tran bfc58ad417
Merge pull request #2355 from mozilla/keyid-autograph
add key id for autograph
2024-03-25 08:52:37 -07:00
.circleci pin poetry version 2024-03-25 08:33:17 -07:00
assets/bundles Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
bin Update pydriller to ^2 2021-05-12 17:18:41 -07:00
ci Fix typo. 2019-04-23 20:07:36 -04:00
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 Increase cache time for API root endpoints. 2022-12-01 20:16:49 +01:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy add key id for autograph 2024-03-22 10:06:59 -07:00
parquet_schemas Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
requirements Remove old requirements 2020-04-01 11:32:41 -07:00
.coveragerc adding .coveragerc and docs about how to use it 2018-09-14 15:17:17 -04:00
.dockerignore Ditch django-webpack-loader 2019-02-21 12:22:35 -05:00
.flake8 Check cert root and subject in heartbeat 2019-04-25 11:28:39 -07:00
.gitignore Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
.nsprc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.pyup.yml Schedule pyup weekly 2018-05-22 11:06:18 -07:00
.therapist.yml Remove JS build step and tooling 2020-06-08 20:47:59 -04:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 10:07:36 -07:00
Dockerfile poetry update 2022-12-01 15:30:17 -08:00
Dockerfile.development poetry update 2022-12-01 15:30:17 -08:00
LICENSE Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
Makefile Merge #2214 2020-04-30 20:23:31 +00:00
README.md Update links to documentation 2019-04-16 15:33:39 -07:00
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 Changes required by linters 2019-09-11 17:18:08 -04:00
karma.conf.js Remove ESLint 2020-03-25 15:31:14 -07:00
manage.py Silence psycopg2-binary notice 2019-03-29 15:36:56 -07:00
package.json Update dependency gh-pages to v3.1.0 2020-06-22 00:17:31 +00:00
poetry.lock Update whitenoise to ^5.2 2021-05-12 17:24:07 -07:00
pyproject.toml Update whitenoise to ^5.2 2021-05-12 17:24:07 -07:00
pytest.ini Automatically set needed envvars during tests 2020-04-14 16:53:42 -07:00
test_v3_api.py Changes required by linters 2019-09-11 17:18:08 -04:00
yarn.lock Bump lodash from 4.17.19 to 4.17.21 2021-05-08 04:49:56 +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.