Commit Graph

1076 Commits

Author SHA1 Message Date
Michael Hudson-Doyle e95b624072 more unused stuff 2017-01-26 11:18:35 +13:00
Michael Hudson-Doyle 2408dda6c7 remove references to firstboot (an old name for console-conf?) 2017-01-26 11:18:03 +13:00
Michael Hudson-Doyle 7bbafb438a Merge pull request #190 from CanonicalLtd/mwhudson/default-mountpoints
recommend some common mount points per spec
2017-01-26 11:08:03 +13:00
Michael Hudson-Doyle 1d888647c8 some more mount points 2017-01-26 09:44:38 +13:00
Michael Hudson-Doyle 8524e2bfe9 recommend some common mount points per spec 2017-01-25 16:39:28 +13:00
Michael Hudson-Doyle f00b60342c tweak Selector to be more ascii and close on escape 2017-01-25 16:20:46 +13:00
Michael Hudson-Doyle ee0ff4a583 prevent cloud-init creating the default user
both in the installer image and target system

for https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1659170
2017-01-25 16:14:57 +13:00
Michael Hudson-Doyle 75921cc0cd update header when installation completes 2017-01-25 15:36:00 +13:00
Michael Hudson-Doyle b4ac5780bd remove polling from installprogress controller 2017-01-25 15:32:32 +13:00
Michael Hudson-Doyle 23c2b2c81c remove unused code 2017-01-25 15:18:28 +13:00
Michael Hudson-Doyle 6eaaff265d move code out of identity view into controller 2017-01-25 14:56:43 +13:00
Michael Hudson-Doyle 78ca3c610f make disable_subiquity work again
this makes selecting "quit installer" at the end of installation work
2017-01-25 14:38:03 +13:00
Michael Hudson-Doyle 348ef91fe0 remove overly obscure curtin_reboot function 2017-01-25 14:20:13 +13:00
Michael Hudson-Doyle 1706fd886d prevent system-debug@tty1 from running 2017-01-25 14:20:13 +13:00
Michael Hudson-Doyle f9e1062c19 Merge pull request #189 from CanonicalLtd/mwhudson/lp-1654085
rearrange systemd stuff to only run subiquity on tty1
2017-01-25 09:55:22 +13:00
Michael Hudson-Doyle 60982157b0 rearrange systemd stuff to only run subiquity on tty1
for https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1654085
2017-01-20 16:28:50 +13:00
Michael Hudson-Doyle 58af7dbb3b add some arrows to dropdown widget 2017-01-20 13:19:16 +13:00
Michael Hudson-Doyle 35bd55c013 Merge pull request #188 from CanonicalLtd/mwhudson/clean-up-install-progress
clean up installprogress controller and view
2017-01-19 13:06:25 +13:00
Michael Hudson-Doyle 204e9f7d8b change the way an error is presented a bit 2017-01-18 15:29:10 +13:00
Michael Hudson-Doyle 99eacb1434 scoll listbox to end on each new line of log 2017-01-18 15:22:49 +13:00
Michael Hudson-Doyle b5eb76b985 show entire log, incrementally
need to figure out how to scroll to end on each update
2017-01-18 15:13:48 +13:00
Michael Hudson-Doyle fcd5163101 make ProgressView a lot better
mostly by putting the logtail in a box
2017-01-18 14:26:43 +13:00
Michael Hudson-Doyle a4d6682478 simpler api for doing stuff in a background thread 2017-01-18 12:03:56 +13:00
Michael Hudson-Doyle cfecadcb85 clean up interface between installpath controller and view 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle c535368c3f clean up InstallProgressController's state machine 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle fa95fb55ad make callfromthread functionality more available, use it in installprogress 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle 8ea47a2d0a remove some dry run special casing 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle 8ede2d730c and with that, we no longer depend on tornado 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle e3984d049a remove use of coroutine from installprogress 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle c87893570b Merge pull request #187 from CanonicalLtd/mwhudson/disentangle-identity-welcome
disentangle identity & welcome models, views and controllers
2017-01-18 09:40:56 +13:00
Michael Hudson-Doyle d5832f3c92 trivial edits 2017-01-17 13:17:53 +13:00
Michael Hudson-Doyle d75cbabb61 move subiquity welcome stuff out of subiquitycore 2017-01-17 12:04:15 +13:00
Michael Hudson-Doyle 24c915ff17 simplify console_conf.controllers.WelcomeController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle ee51fda2f5 console_conf.views.welcome.WelcomeView no longer inherits from CoreWelcomeView 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle e50ccb9c76 stop sharing WelcomeController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 4e726495c3 move BaseIdentityController to become subiquity's IdentityController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 5f6be3c094 stop consoleconf's IdentityController inheriting from BaseIdentityController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 5d667b16fe Merge pull request #186 from CanonicalLtd/mwhudson/cleanups
assorted cleanups
2017-01-17 11:34:07 +13:00
Michael Hudson-Doyle b80145a99c simplify some generic view code 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 9cb0c00271 remove some unused code from utils.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle ac7e7cd08b remove BaseModel as it no longer does anything 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle bfba9f21b5 remove unused stuff from log.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 6febf16d22 clean up some silly stuff in core.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 53ccc2f2f1 use a different dry-run command
for some reason top fails with "cannot get tty" on my system.
2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 17b943209e remove subiquitycore/async.py
it was just a glorified global variable.
2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 5c40c0eb19 remove meta.py, contains no code 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 60c6037a8a move curtin.py from subiquitycore to subiquity 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 0caf13181e Do not say a netdev is not configured when there is no configuration 2017-01-11 15:42:16 +13:00
Michael Hudson-Doyle 6e3197847e Merge branch 'mwhudson/lp-1654387' 2017-01-11 15:39:00 +13:00
Michael Hudson-Doyle 63d1de120e Merge branch 'master' into mwhudson/lp-1654387 2017-01-11 14:55:31 +13:00