Closed
Bug 1280197
Opened 8 years ago
Closed 8 years ago
Add stable sampling JEXL filter to addon driver
Categories
(Firefox :: Normandy Client, defect, P2)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mythmon, Assigned: bstoroz)
References
Details
Just like in bug 1280196, we need to add stable sampling filter to JEXL to the driver in use in the addon. More details can be found in bug 1280196. The JEXL expression for this would look like [telemetry.userId, normandy.recipe.revision]|stableSample(0.0001) The code that does this on the server here: https://github.com/mozilla/normandy/blob/b99cc7134330aa584d51ecab4fa8615ab0e8d071/normandy/recipes/utils.py#L27
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bstoroz
Status: NEW → ASSIGNED
Comment 1•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy-addon https://github.com/mozilla/normandy-addon/commit/5c2eabe8b4d6446801d3181ace0e262c3232b965 Import crypto from global properties Fixes bug 1280197
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy-addon https://github.com/mozilla/normandy-addon/commit/5c2eabe8b4d6446801d3181ace0e262c3232b965 Import crypto from global properties
Comment 3•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy https://github.com/mozilla/normandy/commit/5c2eabe8b4d6446801d3181ace0e262c3232b965 Import crypto from global properties
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy https://github.com/mozilla/normandy/commit/5c2eabe8b4d6446801d3181ace0e262c3232b965 Import crypto from global properties
Updated•7 years ago
|
Product: Shield → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•