~kissiel/checkbox-ng:config-refactor-proposable

Last commit made on 2022-01-11
Get this branch:
git clone -b config-refactor-proposable 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:
config-refactor-proposable
Repository:
lp:~kissiel/checkbox-ng

Recent commits

6a7c860... by Maciej Kisielewski

Add: support auxiliary config filenames

1e479bf... 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.

5a15e96... by Maciej Kisielewski

Remove: old plainbox API bits

0cc9929... by Ubuntu <email address hidden>

Merge #413810 from ~kissiel/checkbox-ng:fix-py310-issues

0b50e87... by Maciej Kisielewski

Remove: test_box module - nobody invokes plainbox anymore

fa93f3b... by Maciej Kisielewski

Fix: unittest argparse py3.10 problems

4771f92... by Ubuntu <email address hidden>

Merge #413678 from ~kissiel/checkbox-ng:properly-use-sequence-abc

76957e1... by Maciej Kisielewski

Fix: the use of Sequence abc from collections

Without this patch checkbox crashes on Python 3.10

ea0cac9... by Ubuntu <email address hidden>

Merge #412635 from ~kissiel/checkbox-ng:unplainboxing

0949bcc... by Maciej Kisielewski

Remove: stubbox leftovers