Firefox recipe server
Перейти к файлу
Mike Cooper 6e5a6fe37e
Remove ESLint
2020-03-25 15:31:14 -07:00
.circleci Remove JS tests 2020-03-25 15:31:11 -07:00
bin Add helpful logging to generate_deploy_bug 2019-10-21 12:49:54 -07:00
ci Fix typo. 2019-04-23 20:07:36 -04:00
client Remove ESLint 2020-03-25 15:31:14 -07:00
contract-tests Merge branch 'master' into ch-v3-contract-tests 2019-12-10 09:51:55 -05:00
docs Add windows version filter object 2020-03-18 14:09:00 -07:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy Change to decimal, change to tuple, change slug to nt_version 2020-03-18 14:09:26 -07:00
parquet_schemas Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
requirements Add a YAML formatter for convenient browsing 2020-02-11 16:46:01 -08: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
.eslintrc Remove eslint webpack resolver to prevent unneccessary config lookups 2019-07-09 23:22:53 -04:00
.flake8 Check cert root and subject in heartbeat 2019-04-25 11:28:39 -07:00
.gitignore added docker-compose file and changes to docker.dev 2019-08-20 10:46:43 -07: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
.readthedocs.yml py 3.6 for readthedocs 2018-12-10 15:25:42 -05:00
.stylelintrc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.therapist.yml Remove ESLint 2020-03-25 15:31:14 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 10:07:36 -07:00
Dockerfile Update python:3.7-slim Docker digest to 370b132 2020-03-16 00:13:03 +00:00
Dockerfile.development Update python:3.7-slim Docker digest to 370b132 2020-03-16 00:13:03 +00:00
LICENSE Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
Makefile add exclusions for venv for make check and code_format 2020-03-03 13:59:02 -08:00
README.md Update links to documentation 2019-04-16 15:33:39 -07:00
babel.config.js Upgrade babel and related packages to latest versions 2018-08-29 09:39:10 -07:00
bors.toml Remove JS tests 2020-03-25 15:31:11 -07:00
docker-compose.yml Add POSTGRES_HOST_AUTH_METHOD: trust to docker-compose file 2020-02-18 11:07:13 -05: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
newrelic.ini Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
package.json Remove ESLint 2020-03-25 15:31:14 -07:00
pyproject.toml Require Black code formatting for Python 2018-06-28 14:00:58 -07:00
pytest.ini Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -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
webpack.config.js Remove ESLint 2020-03-25 15:31:14 -07:00
yarn.lock Remove ESLint 2020-03-25 15:31:14 -07: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.