Firefox recipe server
Перейти к файлу
bors[bot] 3626980216
Try #2318:
2021-05-05 17:09:44 +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 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 Add retrospective ADR for usage of remote settings 2021-05-03 09:50:31 -07:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy Use a method instead of a property to determine capabilities for filter objects 2021-03-24 14:57:32 -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 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 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 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 Schedule Renovate updates for only Monday mornings 2018-10-04 09:07:53 -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.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.