~kissiel/checkbox-ng:rpyc-5.1

Last commit made on 2022-04-13
Get this branch:
git clone -b rpyc-5.1 https://git.launchpad.net/~kissiel/checkbox-ng
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
rpyc-5.1
Repository:
lp:~kissiel/checkbox-ng

Recent commits

5dfd1e3... by Maciej Kisielewski

Fix: rpyc f-strings to .format() (py35 compat)

There are extra parenthesis in the code that replaces the f-strings because
I've done the replacemt with a script and this is the safest way to do it, and
if we ever need to redo the step it will be more reproducible.

51be8d2... by Maciej Kisielewski

vendor: update RPyC to 5.1

After copying over the files I ran the usual:
find . -name '*.py' -exec sed -i s/^from\ rpyc/from\ plainbox.vendor.rpyc/ {} +
to make sure the paths are ok.

1f12940... by Ubuntu <email address hidden>

Merge #411951 from ~kissiel/checkbox-ng:fix-provider-develop

4bb52f9... by Ubuntu <email address hidden>

Merge #414359 from ~kissiel/checkbox-ng:fix-1957187

f0b7375... by Maciej Kisielewski

Fix: use universal provider "develop" path

Previously running "develop" subcommand on the manage.py resulted in the
.provider file being created somewhere in user's home. Because of that the
service (which is run as root) did not see it resulting in no "develop"-ed
providers via remote. This patch fixes that problem.

c9e572e... by Maciej Kisielewski

Add: inform that the $PROVIDERPATH is defined

This way there's no nasty surprise when the providers aren't loaded properly.

e237a90... by Maciej Kisielewski

Fix: tracebacks on wrong secureID in auto-sessions

Fixes LP: #1957187

76fd5f9... by Ubuntu <email address hidden>

Merge #414009 from ~kissiel/checkbox-ng:arabian-nights-are-good-too

f3fc63a... by Maciej Kisielewski

Add: look for user with UID 1001 if 1000 is NA

9ef6e62... by Ubuntu <email address hidden>

Merge #413887 from checkbox-ng:release

Release_2022_Week2