Firefox recipe server
Перейти к файлу
Jared Lockhart 0b7d221177 Temporarily disable tests on circle 2020-04-30 12:24:58 -04:00
.circleci Temporarily disable tests on circle 2020-04-30 12:24:58 -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 Remove Babel 2020-03-25 15:31:47 -07:00
contract-tests Removed unused variable as per flake8 2020-04-02 16:06:19 -04:00
docs Update docs and automation to use Poetry 2020-04-01 11:32:14 -07:00
etc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
normandy Fix switched cache TTLs 2020-04-01 10:05:09 -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
.eslintrc Remove Babel 2020-03-25 15:31:47 -07:00
.flake8 Check cert root and subject in heartbeat 2019-04-25 11:28:39 -07:00
.gitignore Add Poetry 2020-04-01 11:32:12 -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
.stylelintrc Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
.therapist.yml Remove old requirements 2020-04-01 11:32:41 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 10:07:36 -07:00
Dockerfile Update docs and automation to use Poetry 2020-04-01 11:32:14 -07:00
Dockerfile.development Update docs and automation to use Poetry 2020-04-01 11:32:14 -07:00
LICENSE Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
Makefile To run contract tests we need to wait for the 'app' container to be up and running, not the the 'db' container 2020-04-29 15:52:21 -04:00
README.md Update links to documentation 2019-04-16 15:33:39 -07:00
bors.toml Remove JS tests 2020-03-25 15:31:11 -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
newrelic.ini Cancel the monorepo, and make recipe-server the sole project 2018-04-26 11:25:24 -07:00
package.json Update dependency webpack to v4.42.1 2020-03-30 00:14:16 +00:00
poetry.lock Remove old requirements 2020-04-01 11:32:41 -07:00
pyproject.toml Remove old requirements 2020-04-01 11:32:41 -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 Babel 2020-03-25 15:31:47 -07:00
yarn.lock Update dependency webpack to v4.42.1 2020-03-30 00:14:16 +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.