Firefox recipe server
Перейти к файлу
pyup-bot f057643e05 Update future from 0.18.0 to 0.18.2 2020-03-16 10:43:30 -07:00
.circleci Add this here too 2020-02-18 11:46:19 -05: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 use uuid instead of deprecated node-uuid 2018-12-10 10:46:29 -05:00
contract-tests Merge branch 'master' into ch-v3-contract-tests 2019-12-10 09:51:55 -05:00
docs Add windows build number filter object 2020-03-09 11:37:48 -07:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy Merge #2116 2020-03-12 20:31:52 +00:00
parquet_schemas Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
requirements Update future from 0.18.0 to 0.18.2 2020-03-16 10:43:30 -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
.eslintignore Add a blank .eslintignore file to work around eslint-plugin-mozilla. 2017-04-20 14:40:52 -07: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 Switch CI to run tests outside of Docker 2019-04-22 14:56:55 -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 Stop requiring explicit approval for bors merges 2019-05-02 13:10:29 -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 Switch CI to run tests outside of Docker 2019-04-22 14:56:55 -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 Merge #2130 2020-03-09 18:01:00 +00: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 Restore comment 2019-02-23 22:58:51 -05:00
yarn.lock Bump acorn from 6.2.1 to 7.1.1 2020-03-13 22:41:22 +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.