~sylvain-pineau/checkbox-ng:fix-1898900

Last commit made on 2020-10-08
Get this branch:
git clone -b fix-1898900 https://git.launchpad.net/~sylvain-pineau/checkbox-ng
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-1898900
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

e048ae6... by Sylvain Pineau

ctrl.py: Turn "Ignoring job with missing template parameter" in to a debug msg

71e4c2f... by Sylvain Pineau

resource: Don't raise AttributeError when parsing resource expressions

Problem is that doing so the full expression is evaluated as False.
Like this one:

package.foo == 'bar' or valid_resource.valid_attr == 'yes'

Even if the second half could be true, if foo doesn't exist an exception
is raised and such requirement will never work.

In such case returning the empty string will cause the first half to be
evaluated as False which is by far the most logical evaluation.

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

Merge #391599 from checkbox-ng:release

Release_2020_Week40

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

increment version to v1.12.0.dev0

0ba10be... by PMR <pmr@pmr-lander>

Bump to v1.11.0

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

Merge #391516 from ~kissiel/checkbox-ng:better-normal-user-guessing

936799b... by Maciej Kisielewski

remove useless code

5019ec1... by Maciej Kisielewski

store effective normal_user var in appblob

d053dac... by Maciej Kisielewski

improve performance and clarity of start_session

208f687... by Maciej Kisielewski

remove guessing of username for local host