Closed
Bug 1889495
Opened 2 years ago
Closed 1 year ago
Wire up the "use Remote Settings production server" secret setting switch to Firefox Suggest
Categories
(Firefox for Android :: Search, task)
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
Bug 1868539 added a secret setting that switches the Remote Settings server from Prod (default) to Stage. feature-fxsuggest doesn't currently respect this switch, so let's wire it up.
| Assignee | ||
Comment 1•2 years ago
|
||
First part: making it easier to override the Remote Settings server in the Suggest Rust component, without also having to specify the bucketName or collectionName. PR here: https://github.com/mozilla/application-services/pull/6191
Once that PR lands, and Fenix bumps its Application Services version, we can wire up the switch to the component.
| Assignee | ||
Comment 2•2 years ago
|
||
This commit wires up Fenix's "use Remote Settings production server"
secret setting to the Suggest component.
Updated•1 year ago
|
Attachment #9396071 -
Attachment description: Bug 1889495 - Make `feature-fxsuggest` respect the Remote Settings server. r?skhan! → Bug 1889495 - Make `FxSuggestStorage` respect the Remote Settings server. r?skhan!
Pushed by lbutler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/23fa66ecf484
Make `FxSuggestStorage` respect the Remote Settings server. r=skhan,android-reviewers
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•