~sylvain-pineau/plainbox:fix-1719406

Last commit made on 2017-09-28
Get this branch:
git clone -b fix-1719406 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-1719406
Repository:
lp:~sylvain-pineau/plainbox

Recent commits

af7f145... by Sylvain Pineau

Don't create empty records for package and snap resources in xml/json reports

if their name property is an empty string

Fixes: lp:1719406

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

Merge #330305 from ~jocave/plainbox:dot-username-rootctrl

b796c49... by Jonathan Cave

Handle dots in username the same as snapd in RootViaSudoExecutionController

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

Merge #329445 from ~kissiel/plainbox:sa-selection-midway

38aec73... by PMR <pmr@pmr-lander>

Merge #329444 from ~kissiel/plainbox:testplanless-resume

5bce0dc... by Maciej Kisielewski

SA: allow sa.hand_pick_jobs in the main loop

This allows apps to re-apply selection patterns after some jobs were run,
thus generating new selection (list of strings matching ids).

Concrete mechanics:
    start session;
    call hand_pick_jobs('.*') (selecting all _existing_ jobs)
    run resource job that generates a new job that matches above pattern
    (*NEW*) call hand_pick_jobs() again to apply the filter to the new state
    run freshly instantiated jobs
    profit!

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

d7bb59b... by Maciej Kisielewski

allow running jobs after resuming testplanless session

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

bd75fd8... by Maciej Kisielewski

mark hand-picked sessions with flags so they can be resumed

'incomplete' is necessary to make the session qualify as resumable
'testplanless' is necessary to inhibit recreating test plan flow

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

77e3d16... by Maciej Kisielewski

add 'testplanless' flag to the session metadata

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

31bf02c... by PMR <pmr@pmr-lander>

Merge #329295 from ~kissiel/plainbox:broaden-sa