subiquity:wsl_oobe_auto_reconf_mode

Last commit made on 2021-09-23
Get this branch:
git clone -b wsl_oobe_auto_reconf_mode https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
wsl_oobe_auto_reconf_mode
Repository:
lp:subiquity

Recent commits

ee3a3df... by Patrick Wu

sustem_setup: fixes according to Michael's feedback

365769c... by Patrick Wu

system_setup: update Summary code

1aac580... by Patrick Wu

system_setup: update the detection logic

ceae8e9... by Patrick Wu

system_setup: fixes according to the feedback

1. update client_variant comment
2. remove Welcome controller
3. remove a TODO

6303b5d... by Patrick Wu

system_setup: proper wsl_configuration UI setup

This fixes In wsl_configuration mode the UI shows ”base”/”advanced” screens.

018185a... by Patrick Wu

system_setup: system setup API for Flutter UI part

This completes TODO "provide an API for this for the flutter UI to know
about it"

API is at /meta/client_variant with GET method, returns a string

78221eb... by Patrick Wu

system setup: auto reconf mode general completion

Mostly complete the second task except the API for GUI:
Implement an API in the server to know if we are in reconfigure or setup mode based on existing UID user >= 1000. Fetch that API from the client and set the variant to wsl_setup or wsl_configuration.

ac8052b... by Michael Hudson-Doyle

Merge pull request #1047 from dbungert/actions-existing-contribs

actions: +accept-existing-contributors for CLA

1519c49... by Michael Hudson-Doyle

Merge pull request #1030 from mwhudson/source-selection-3

install source selection

341e176... by Michael Hudson-Doyle

Merge pull request #1049 from mwhudson/lp-1903050

fix console_conf yet again