~kissiel/checkbox-ng:remote-api-bump

Last commit made on 2022-04-14
Get this branch:
git clone -b remote-api-bump 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:
remote-api-bump
Repository:
lp:~kissiel/checkbox-ng

Recent commits

ce996fc... by Maciej Kisielewski

Fix: properly parse INI types

0dc8864... by Maciej Kisielewski

Fix: properly check for silent sessions

9fb3c75... by Maciej Kisielewski

Add: bump the remote API version

cf66384... by Maciej Kisielewski

Remove: all remote API compliance TODOs

fa2b29d... by Maciej Kisielewski

Fix: forward session type to SA

2013cfe... 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.

3ec1744... 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.

1ae8b19... by Maciej Kisielewski

Add: support auxiliary config filenames

c183a9e... by Maciej Kisielewski

Change: refactor configs, add origins for values

This patch changes how configs (and launchers) are stored inside checkbox.
Apart from removing quite a lot of code, it also makes checkbox record the
place where particular config variable came from.

530db7d... by Maciej Kisielewski

Remove: old plainbox API bits