~kissiel/plainbox:remote-assistant

Last commit made on 2017-12-15
Get this branch:
git clone -b remote-assistant https://git.launchpad.net/~kissiel/plainbox
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
remote-assistant
Repository:
lp:~kissiel/plainbox

Recent commits

f22b8b8... by Maciej Kisielewski

use tr_purpose() for purpose instead of tr_purpose

a78b00d... by Maciej Kisielewski

use os.getgroups and drop importing posix

The doc states it's recommended to not import posix module and use os instead.

Signed-off-by: Maciej Kisielewski <email address hidden>

e540ec1... by Maciej Kisielewski

session: Assistant2 WIP

it can handle remote running of automated jobs and can handle forwarding
sudo password

c07d498... by Maciej Kisielewski

move RootViaSudoWithPass ctrl from converged

this will no longer be used only in checkbox-converged, and IMHO it could live
in plainbox code all along since the controller is front-end agnostic.

Signed-off-by: Maciej Kisielewski <email address hidden>

b9f0f05... by PMR <pmr@pmr-lander>

Merge #335140 from ~kissiel/plainbox:vendorize-rpyc

956ba68... by Maciej Kisielewski

change import to reflect vendorization

I used this:
find . -name '*.py' -exec sed -i s/^from\ rpyc/from\ plainbox.vendor.rpyc/ {} +

Signed-off-by: Maciej Kisielewski <email address hidden>

8cb00ac... by Maciej Kisielewski

vendorize rpyc 3.4.4

Signed-off-by: Maciej Kisielewski <email address hidden>

70e85a5... by PMR <pmr@pmr-lander>

Merge #334891 from ~sylvain-pineau/plainbox:xlsx_3_lines_io_logs

30c552a... by Sylvain Pineau

exporter:xlsx: Only Display 3 lines max in I/O log cells

In order to keep the xlsx readable, we cannot keep all I/O logs data.
Displaying the first 3 lines as C4 does sounds like a good compromise.
Moreover, now that the xlsx report is part of the submission tarball,
all logs/attachments are available as files in the archive.

9b9abb3... by PMR <pmr@pmr-lander>

Merge #334347 from ~kissiel/plainbox:sideloaded-providers