freeipa/ipatests/test_xmlrpc/tracker
Martin Basti 5f42b42bd4 Performance: Find commands: do not process members by default
In all *-find commands, member attributes shouldn't be processed due
high amount fo ldpaserches cause serious performance issues. For this
reason --no-members option is set by default in CLI and API.

To get members in *-find command option --all in CLI is rquired or
'no_members=False' or 'all=True' must be set in API call.

For other commands processing of members stays unchanged. WebUI is not
affected by this change.

https://fedorahosted.org/freeipa/ticket/4995

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2016-05-31 14:08:54 +02:00
..
__init__.py Separated Tracker implementations into standalone package 2015-12-02 17:12:24 +01:00
automember_plugin.py Refactor test_automember_plugin, create AutomemberTracker 2016-04-19 10:35:13 +02:00
base.py Separated Tracker implementations into standalone package 2015-12-02 17:12:24 +01:00
caacl_plugin.py Separated Tracker implementations into standalone package 2015-12-02 17:12:24 +01:00
certprofile_plugin.py Alias "unicode" to "str" under Python 3 2016-01-20 11:59:21 +01:00
group_plugin.py Refactor test_nesting, create HostGroupTracker 2016-03-24 14:36:55 +01:00
host_plugin.py Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00
hostgroup_plugin.py Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00
stageuser_plugin.py xmlrpc_test: Expect bytes rather than strings for binary attributes 2016-05-05 16:42:46 +02:00
sudocmd_plugin.py Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00
sudocmdgroup_plugin.py Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00
user_plugin.py Performance: Find commands: do not process members by default 2016-05-31 14:08:54 +02:00