~sylvain-pineau/plainbox:adios_textland

Last commit made on 2017-06-29
Get this branch:
git clone -b adios_textland 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:
adios_textland
Repository:
lp:~sylvain-pineau/plainbox

Recent commits

6dfec42... by Sylvain Pineau

Remove the bundled textland copy

checkbox-ng UI now runs with URWID

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

Merge #325638 from ~kissiel/plainbox:bootstrapping-progress-reporting

5abbbb1... by PMR <pmr@pmr-lander>

Merge #326150 from ~kissiel/plainbox:cache-resources

ff240d3... by Maciej Kisielewski

add cache clearing APIs

Also move loading of the cache from the __init__() so it's not loaded when we're
constructing ResourceJobCache only to clear it.

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

f6e3eb7... by Maciej Kisielewski

add doc for 'cachable' flag

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

75945b3... by Maciej Kisielewski

make resource job run through cache

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

acbae66... by Maciej Kisielewski

add jobcache module

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

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

Merge #326183 from ~sylvain-pineau/plainbox:speed_optim

8b04f4f... by Sylvain Pineau

Add various cache based decorators to unit properties and methods

@lru_cache(maxsize=None) # for classes
@instance_method_lru_cache(maxsize=None) # for instance methods
@cached_property for # for instance properties

9dd9391... by Sylvain Pineau

xscanners: Comment all _logger.debug calls to improve performance