normandy icon indicating copy to clipboard operation
normandy copied to clipboard

Firefox recipe server

Results 67 normandy issues
Sort by recently updated
recently updated
newest added

The lack of a timeout is relatively low risk here, but we should still have one. https://github.com/mozilla/normandy/blob/ca25e01eb462da5c96cd5fcc41f3207967e6e22c/normandy/base/api/authentication.py#L108

After we do https://github.com/mozilla/normandy/issues/2151 we can then hook them up to circle by adding `make contract_tests` to the circle config.

We can wrap the new V3 API Contract tests in their own container to include all the packages they need to run and configured to talk to the dockerized dev...

I am writing the rest of the v3 API contract tests using a version of Normandy running locally and require authentication credentials to do so. A brief conversation in Slack...

I just got a failure on eslint on master @ 680e2221f8251f66a3bce503c99d4a509f532a9d ``` =============================================================================== FAILED: eslint =============================================================================== yarn run v1.22.4 $ /app/node_modules/.bin/eslint client/actions/tests/test_show-heartbeat.js client/utils/closest.js client/actions/tests/utils.js client/actions/console-log/index.js client/actions/tests/test_preference-experiment.js client/actions/show-heartbeat/index.js client/actions/opt-out-study/index.js karma.conf.js normandy/base/management/commands/data/console-log.js...

Normandy slugs get used in a lot of places, that have various limits. The most restrictive one we know about is Events, where we use the recipe's slug as the...

Stickyness is the idea that a client will match a certain set of criteria on first enrollment (the first time a recipe is evaluated by the Normandy Client), and a...

blocked

I wanted to know the status of the usefulness of the current v1 API tests. My upcoming PR reorganizes the v1 API tests to have them in their own directory....

**[Affected Versions]:** - Firefox Nightly 75.0a1, Build ID 20200214100511 - Firefox Beta 74.0b3, Build ID 20200214015126 **[Affected Platforms]:** - Windows 10 x64 [Prerequisites]: - Have access to the Delivery Console....

The normandy heartbeat is intended to return a JSON response with details about any failed checks. On Saturday we discovered that if the certificate for the CDN hosting the x5u...