subiquity:wsl_oobe_conf_controller_ext

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

Branch merges

Branch information

Name:
wsl_oobe_conf_controller_ext
Repository:
lp:subiquity

Recent commits

c3bf1ef... by Patrick Wu

system_setup: update client_variant to variant

e496b1a... by Patrick Wu

system_setup: move all write file actions to configure controller

This completes 5. Move all “Commits/Write to file” in the configure controller.

0680dbf... by Patrick Wu

system_setup: proper wsl_configuration UI setup

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

ce4b9a1... 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

94e1e37... 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.

b75d1e0... by Patrick Wu

system_setup: additional Base/Avanced changes

d08ef23... by Patrick Wu

system_setup: setup windows locale for locale controller

completes Locale/Base/Advanced models should be initialized with current values on the system

5a0132a... by Patrick Wu

system setup: reduce WSLConfigurationAdvanced size

by inheriting WSLConfigurationBase

1a3a25b... by Michael Hudson-Doyle

Merge pull request #1063 from mwhudson/lp-1941968

allow a lvm_partition to not have a size

f947847... by Didier Roche-Tolomelli

Merge pull request #1050 from canonical/wsl_oobe_win_locale

DE-100 - Locale/Base/Advanced models initialization