checkbox-ng:remote-api-bump

Last commit made on 2022-04-13
Get this branch:
git clone -b remote-api-bump https://git.launchpad.net/checkbox-ng
Members of Checkbox Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
remote-api-bump
Repository:
lp:checkbox-ng

Recent commits

7744118... by Ubuntu <email address hidden>

Merge #418640 from ~kissiel/checkbox-ng:rpyc-5.1

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.

a5bb2d1... by Ubuntu <email address hidden>

Merge #415376 from ~kissiel/checkbox-ng:config-refactor-proposable

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