lp://staging/~tealeg/landscape-client/stop-truncating-explanatory-text
- Get this branch:
- bzr branch lp://staging/~tealeg/landscape-client/stop-truncating-explanatory-text
Branch merges
- Björn Tillenius (community): Approve
- Benji York (community): Approve
-
Diff: 171 lines (+3/-31)1 file modifiedlandscape/ui/view/ui/landscape-client-settings.glade (+3/-31)
Related bugs
Bug #1284115: Truncated text in landscape-client-ui when selecting None | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 789. By Alberto Donato
-
Merge vm-info-detect-qemu [f=1374501] [r=bjornt,
free.ekanayaka] [a=Alberto Donato]
This extends the VM-info detection to report QEMU-virtualized machines that report "QEMU" as vendor as type "kvm".
Currently QEMU machines are only matches if they have the string "QEMU" in their /proc/cpuinfo. This isn't always the case.Also, support for detecting Google Compute Engine (reported as vm-info "gce") has been added.
The branch also makes the match a less bit strict, by using case-insensitive match, and more generic strings.
- 787. By Free Ekanayaka
-
Merge fix-apt-
preferences- hides-upgrades [f=1374338] [r=tealeg,ack] [a=Free Ekanayaka]
This branch:- makes the client clear the hash->id requests table when resynchronizing,
which was not done before because of possible pending messages delivering
that request to a different server. Now that we have session IDs those
outgoing messages will be discarded, so there's no need for the trick.- adds a missing test that fails if one removes the "not version.
package. is_upgradable"
clause of the if statement in facade.py line line 422. - 786. By Free Ekanayaka
-
Merge drop-old-
juju-info- data [f=1373284] [r=bjornt,ack] [a=Free Ekanayaka]
Stop parsing the .json files in the juju directory and just parse
the single file that the charm now generates. - 785. By Free Ekanayaka
-
Merge drop-juju-info-list [f=1369635] [r=ack,tealeg] [a=Free Ekanayaka]
Drop the code that sends the legacy juju-info-list message/field,
which we don't use anymore in the server. - 784. By Free Ekanayaka
-
Merge juju-machine-
registration [f=1362506] [r=adam- collard, ack] [a=Free Ekanayaka]
This branch:- Bumps the server API to 3.3: this will let us introduce a new schema
for the juju-info registration field, since we have released clients
out there that could potentially send the old juju-info schema (although
they'd need to be deployed with an older version of the client charm,
so it's more a theoretical situation than one that can happen in practice).
A server branch has been pushed to bump the server to API 3.3. as well.- Include the machine ID information in the registration message if the server
is capable of handling it. - 783. By Free Ekanayaka
-
Merge juju-machine-info [f=1360282] [r=adam-
collard, ack] [a=Free Ekanayaka]
This branch changes the get_juju_info utility to return information
about the Juju machine ID the client runs in. Since we're in the
middle of the transition, both the old info with unit names and the
new info with the machine ID are returned. When the transition completes
in the server too the old info can be dropped. - 782. By Free Ekanayaka
-
Merge handle-server-api [f=1342649] [r=ack,
adam-collard] [a=Free Ekanayaka]
This branch modifies the broker's MessageExchange and MessageStore
to handle a new 'server-api' field which is going to be included
in every payload the server sends to the client. This new field
will inform the client about which message API the server is
capable of handling, so we can finally properly support newer
clients talking to older server even in cases where there are
message schemas changes. - 781. By Free Ekanayaka
-
Merge drop-provisioni
ng-registration -2 [f=1344054] [r=tribaal,ack] [a=Free Ekanayaka]
Drop unused provisioning registration code.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~landscape/landscape-client/trunk