~sylvain-pineau/plainbox:fix_sudo_controller_snappy

Last commit made on 2016-10-21
Get this branch:
git clone -b fix_sudo_controller_snappy https://git.launchpad.net/~sylvain-pineau/plainbox
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fix_sudo_controller_snappy
Repository:
lp:~sylvain-pineau/plainbox

Recent commits

1d1a190... by Sylvain Pineau

Update the sudo controller alg to also check /etc/sudoers.d on snappy

6b72081... by PMR <pmr@pmr-lander>

Merge #308796 from ~sylvain-pineau/plainbox:new_json_exporter_po_fix

daa7fba... by Sylvain Pineau

Update translations after the json.py module removal

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

Merge #308754 from ~sylvain-pineau/plainbox:new_json_exporter

10502d4... by Sylvain Pineau

JSON exporter update, creating data that C3 can consume

It's now based on a Jinja2 template.
Most of the jobs (resource & attachments) are in json format using parsers
available in checkbox-support and the their new versions are running
plainbox dev parse <parser_name>

97c12b8... by Sylvain Pineau

Add a jsonify filter to the Jinja2 exporter

3dff46c... by PMR <pmr@pmr-lander>

Merge #308528 from ~sylvain-pineau/plainbox:ping_rtd

ef2a0d7... by Sylvain Pineau

PMR: Ping rtfd.org to refresh the documentation

2757a9b... by Sylvain Pineau

Add .coveragerc

c1c9e15... by Sylvain Pineau

plainbox: add 'ui:output' variable to launchers

That specifies which jobs should have their command output printed on the
screen. There are 3 options:

* hide -> (Command output hidden) will be printed for all jobs
* hide-resource-and-attachment -> will hide output from those two plugin types
  (as well from (deprecated) local jobs)
* show (the default setting) -> will print output of all commands

Note that job that have 'suppress_output' flag will have their output always
hidden.

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