Open the browser to the uplift request form on successful `moz-phab uplift`
Categories
(Conduit :: moz-phab, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: sheehan, Assigned: sheehan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently display a URL which the user must open to see the uplift request form, when using moz-phab uplift without specifying an --assessment-id on the CLI.
We should use the webbrowser module to auto-open Firefox to this page instead. We should make the browser opening behaviour configurable as well.
| Assignee | ||
Comment 1•26 days ago
|
||
When the user needs to fill out the uplift request form, auto-open
the browser to the suggested URL. This behaviour is controllable with
a CLI flag on moz-phab uplift or with a ui.open_browser config
option. Default the CLI option to None, so the config option wins
by default, and set the config default to True.
Updated•26 days ago
|
Comment 2•23 days ago
|
||
Authored by https://github.com/cgsheeh
https://github.com/mozilla-conduit/review/commit/e88baeb59f88711288a8e3a6dda6e6af331b0b73
[main] uplift: auto-open the browser to the uplift request form (Bug 2033810) r=shtrom,zeid
Description
•