Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Solve a "read-only dict as API" question once forever | Jan Pokorný | 2014-09-04 | 1 | -92/+25 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: prevent unexpected tainting of mutables | Jan Pokorný | 2014-06-17 | 1 | -2/+48 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: teach CommandContextBase to `repr` itself | Jan Pokorný | 2014-06-17 | 1 | -0/+3 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: restore common dict semantics + allow "bypass" | Jan Pokorný | 2014-06-17 | 1 | -14/+38 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: avoid early-closure trap, defer to ad-hoc | Jan Pokorný | 2014-05-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | Relicence GPLv2 -> GPLv2+ | Jan Pokorný | 2014-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: introduce filters-global keyword-based config | Jan Pokorný | 2014-04-03 | 1 | -14/+27 |
| | | | | | | It's up to command implementer to keep possible collisions away. Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: fix discovered issues in the proxying | Jan Pokorný | 2014-02-13 | 1 | -2/+8 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command_context: s/add_filter/ensure_filter (now also returns) | Jan Pokorný | 2014-02-13 | 1 | -8/+11 |
| | | | | | | (similar semantics to dict.setdefault) Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | filters/command context: filters get passed their portion + no self | Jan Pokorný | 2014-02-11 | 1 | -3/+73 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | Move base exceptions and exit codes to separate error.py | Jan Pokorný | 2014-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | filters: introduce command context (e.g., previous tasks inspection) | Jan Pokorný | 2014-01-17 | 1 | -0/+21 |
Signed-off-by: Jan Pokorný <jpokorny@redhat.com> |