Commit Graph

1936 Commits

Author SHA1 Message Date
Michael Hudson-Doyle 40900cc335 specify an exact commit of probert to use 2018-05-03 10:07:54 +12:00
Michael Hudson-Doyle efcf7d4975 fix detection of and display of No disks available case
for https://bugs.launchpad.net/subiquity/+bug/1767295
2018-05-03 09:31:05 +12:00
Nornort 2be1fe3fa2 Enable french translation 2018-05-02 00:02:22 +02:00
Michael Hudson-Doyle 1ed27f1848
Merge pull request #322 from CanonicalLtd/mwhudson/no-create-user
stop creating the user in the live session
2018-05-01 13:01:08 +12:00
Michael Hudson-Doyle 5a6d0ac90f a docstring 2018-05-01 13:00:27 +12:00
Michael Hudson-Doyle acdd3bdec7 refactor a bit 2018-05-01 12:57:03 +12:00
Michael Hudson-Doyle 58d64eb419 over engineered way to delay command-line supplied script invocation
use this to allow click helper to wait for a button to appear
2018-05-01 12:49:39 +12:00
Michael Hudson-Doyle db4d8a537e add a way to specify actions to take in the UI on the command line
--script takes a little python snippet to run in a helpful namespace
--click is a wrapper around --script to click a button
2018-05-01 12:29:29 +12:00
Michael Hudson-Doyle 07438a1049 add support for Frames to find_with_pred in view_helpers 2018-05-01 12:17:53 +12:00
Michael Hudson-Doyle 6b5e94a20c
Merge pull request #323 from CanonicalLtd/mwhudson/fix-no-dhcp4-but-ipv6-address
fix rendering of nic info if dhcp failed but has addresses of other family
2018-04-30 20:47:32 +12:00
Michael Hudson-Doyle fe671d8d9b fix rendering of nic info if dhcp failed but has addresses of other family
This bug has been here forever! Oh well.
2018-04-27 14:56:30 +12:00
Michael Hudson-Doyle dc17fcae4f stop creating the user in the live session
there is no real reason to do this, and it lets me delete some code.

i also cleaned some other stuff up in the area
2018-04-27 14:16:37 +12:00
Michael Hudson-Doyle 259c3c71e9 improve validation of maas secret 2018-04-24 14:12:44 +12:00
Michael Hudson-Doyle 9a08d344e5 Merge branch 'maas-offline-v2' into master 2018-04-24 13:03:48 +12:00
Michael Hudson-Doyle 51fa6a541c harden things against very small drives
in particular, drives that report their size as 0B (LP: #1763349)
2018-04-24 13:00:14 +12:00
Michael Hudson-Doyle ed9427dbd3 make sure progress bar updates to 9 / 9 (LP: #1766299) 2018-04-24 12:37:24 +12:00
Michael Hudson-Doyle 8efd54670e add locales to build-packages for the kbdnames part to fix keyboard names for non english locales (LP: #1766105) 2018-04-24 10:08:43 +12:00
Michael Hudson-Doyle 189c545967 translation update, including finnish and ukrainian 2018-04-24 09:35:53 +12:00
Dimitri John Ledkov b98c37b5e2 Add comments and pointers to bugs. 2018-04-23 13:29:32 +01:00
Michael Hudson-Doyle 0f18f036bd disable hebrew translation for now 2018-04-23 20:01:57 +12:00
Dimitri John Ledkov 92df0e040b Start postgresql and finish maas region installation during curtin. 2018-04-20 03:02:59 +01:00
Michael Hudson-Doyle 050bf8f143
Merge pull request #320 from CanonicalLtd/maas-rename
Maas rename
2018-04-20 13:27:29 +12:00
Dimitri John Ledkov 342bc30373 Rename MAAS install options. 2018-04-20 02:25:52 +01:00
Dimitri John Ledkov f6c8200684 Offline MAAS installer
Compatible with latest livecd-rootfs changes.
Without any install option rename, this will be submitted separately.
2018-04-20 01:30:17 +01:00
Michael Hudson-Doyle 7d704f83f0 mark even more strings as translatable 2018-04-19 13:09:00 +12:00
Michael Hudson-Doyle febc40cd45 even more translatable strings in the fs view and some more flexibility wrt string lengths 2018-04-19 12:46:32 +12:00
Michael Hudson-Doyle 47b5acab92
Merge pull request #318 from CanonicalLtd/mwhudson/i18n-updates
updates to make subiquity more translatable
2018-04-19 12:34:12 +12:00
Michael Hudson-Doyle baf408dbf2 update POTFILES.in 2018-04-19 11:21:10 +12:00
Michael Hudson-Doyle c61a8ffa24 reorder palette to be less gratuitously different from default palette 2018-04-19 10:33:51 +12:00
Michael Hudson-Doyle 78e6fea854 work around strange behaviour of _("") 2018-04-19 10:29:08 +12:00
Michael Hudson-Doyle 688a270c17 a round of marking strings as translatable and ensuring translations are actually displayed in the UI 2018-04-19 10:29:08 +12:00
Michael Hudson-Doyle 9a5175a3fa yet another validation edge case in the identity screen 2018-04-19 10:28:59 +12:00
Michael Hudson-Doyle 503e5a4e8c fix another keyboard identification crash 2018-04-19 10:01:12 +12:00
Michael Hudson-Doyle 2abec060ee fix crash after keyboard identification completes 2018-04-19 09:59:48 +12:00
Michael Hudson-Doyle fdd3fae45a fix crash on escape key 2018-04-19 09:57:11 +12:00
Michael Hudson-Doyle c9b03a02b7 update po/POTFILES.in 2018-04-18 20:42:55 +12:00
Michael Hudson-Doyle b222417c32 update translations 2018-04-18 20:42:14 +12:00
Michael Hudson-Doyle 2d3d500e34 a couple of tweaks to make more translated strings appear 2018-04-18 20:18:15 +12:00
Michael Hudson-Doyle 3c49ecae9d
Merge pull request #317 from CanonicalLtd/mwhudson/no-resize-rootfs
prevent cloud-init from resizing the rootfs into any space
2018-04-17 15:06:38 +12:00
Michael Hudson-Doyle b5ab80226b disable partition growth as well 2018-04-17 14:10:17 +12:00
Michael Hudson-Doyle 2300bc43a5 prevent cloud-init from resizing the rootfs into any space
for https://bugs.launchpad.net/subiquity/+bug/1764168
2018-04-17 13:41:26 +12:00
Michael Hudson-Doyle 6396025964
Merge pull request #315 from CanonicalLtd/mwhudson/scollbar-focus
change scrollbar color if focused
2018-04-17 12:57:22 +12:00
Michael Hudson-Doyle ba041718dc
Merge pull request #316 from CanonicalLtd/mwhudson/stretchy-overlay
add an overlay that has nicer resizing behaviour
2018-04-17 12:57:15 +12:00
Michael Hudson-Doyle 95ccafe8db
Merge pull request #308 from CanonicalLtd/mwhudson/proxy
proxy support
2018-04-17 12:50:01 +12:00
Michael Hudson-Doyle e707c96483
Merge pull request #311 from CanonicalLtd/mwhudson/lp-id-dots
handle the separate validation requirements for launchpad and github usernames
2018-04-17 12:47:16 +12:00
Michael Hudson-Doyle 2e515144b0 do not show a validation error for an empty field when choosing import source 2018-04-17 12:43:08 +12:00
Michael Hudson-Doyle 90c2142b5c
Merge pull request #314 from CanonicalLtd/mwhudson/wipe-superblock
set wipe: superblock on disks
2018-04-17 12:40:24 +12:00
Michael Hudson-Doyle 458520e671 use the new stretchy overlays
for the layout toggle and the install confirmation
2018-04-17 12:24:07 +12:00
Michael Hudson-Doyle 7eafa420fb add show_stretch_overlay, simplify show_overlay 2018-04-17 12:23:11 +12:00
Michael Hudson-Doyle 6a76f8ad02 add a version of Overlay that copes with small and large screens better
See the docstring for the long version.
2018-04-17 12:22:00 +12:00