Closed
Bug 1378692
Opened 7 years ago
Closed 4 years ago
Make it easier to release a feature in a specific version with Switchboard
Categories
(Firefox for Android Graveyard :: General, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sebastian, Unassigned)
Details
We have been using Switchboard to roll out and hold back features successfully. However as soon as we are ready to release a feature ("letting it ride the trains") it's hard to make this rollout happen automatically:
If we enable the feature for all users then we might enable old versions of the code that have partially made it into other release channels
What we actually want to say is that this feature is ready now, let's release it with 56. Currently our switchboard configuration allows us to define a version pattern. But that's a regex and writing a regex that matches 56 and all future version numbers is a bit hacky.
Instead we could add another filter [1] that allows us to define a minimum version. Almost like you can do for add-ons [2].
[1] https://wiki.mozilla.org/Mobile/Fennec/Android/Switchboard#Experiment_configuration
[2] https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/applications
Reporter | ||
Comment 1•7 years ago
|
||
Priority: -- → P3
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•