Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | help, makeapi: specify module topic by name | Jan Cholasta | 2016-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Specify module topic by name rather than by name and summary. A topic module of the topic name must exist. Summary is extracted from the docstring of the topic module. This changes makes topic handling more generic and consistent between modules and commands. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com> | |||||
* | ipalib: move client-side plugins to ipaclient | Jan Cholasta | 2016-06-03 | 5 | -0/+1478 | |
| | | | | | | | | | Move the rpcclient backend and commands which are executed on the client to ipaclient.plugins. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com> | |||||
* | ipaclient: introduce ipaclient.plugins | Jan Cholasta | 2016-06-03 | 1 | -0/+7 | |
Load plugins from ipaclient.plugins in client API instances. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com> |