Closed
Bug 1961036
Opened 1 month ago
Closed 24 days ago
Remove ExperimentAPI.getExperiment API
Categories
(Firefox :: Nimbus Desktop Client, task, P3)
Firefox
Nimbus Desktop Client
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
Details
Attachments
(1 file)
Bug 1961036 - Remove ExperimentAPI.getExperiment r?#nimbus-reviewers!,#omc-reviewers!,mconley!,relud
48 bytes,
text/x-phabricator-request
|
Details | Review |
This is only used in tests and we want to discourage consumers from using APIs that return the entire enrollment. We should encourage users to use getExperimentMetaData / getRolloutMetaData / getEnrollmentMetaData etc
Assignee | ||
Comment 1•1 month ago
|
||
All the callers of this function in tree can be replaced with
get{Experiment,Rollout}MetaData
.
Updated•1 month ago
|
Assignee: nobody → brennie
Status: NEW → ASSIGNED
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1bbb7ca81e35
Remove ExperimentAPI.getExperiment r=relud,mconley,nimbus-reviewers,omc-reviewers,home-newtab-reviewers,aminomancer,chumphreys
Status: ASSIGNED → RESOLVED
Closed: 24 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•17 days ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•