This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master
in repository lib389.
from ede3dc0 Issue 31 - Initial MemberOf plugin support
new 9879178 Ticket 69 - add specfile requires
new dce79c5 Ticket 66 - expand healthcheck for Directory Server
new f3991c2 Issue 31 - Add functional tests for MemberOf plugin
new 65499d4 Issue 31 - Add status command and SkipNested support for MemberOf
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cli/dsconf | 4 +-
cli/dsctl | 2 +-
lib389/_mapped_object.py | 11 +-
lib389/backend.py | 43 +---
lib389/cli_conf/{lint.py => health.py} | 36 +--
lib389/cli_conf/plugin.py | 7 +
lib389/cli_conf/plugins/memberof.py | 33 ++-
lib389/config.py | 25 ++
lib389/lint.py | 111 +++++++++
lib389/plugins.py | 22 +-
lib389/tests/cli/conf_plugins/memberof_test.py | 31 ++-
lib389/tests/healthcheck_test.py | 42 ++++
lib389/{cli_conf => tests}/plugins/__init__.py | 0
lib389/tests/plugins/memberof_test.py | 310 +++++++++++++++++++++++++
lib389/tests/plugins/utils.py | 123 ++++++++++
python-lib389.spec | 2 +
16 files changed, 742 insertions(+), 60 deletions(-)
rename lib389/cli_conf/{lint.py => health.py} (52%)
create mode 100644 lib389/lint.py
create mode 100644 lib389/tests/healthcheck_test.py
copy lib389/{cli_conf => tests}/plugins/__init__.py (100%)
create mode 100644 lib389/tests/plugins/memberof_test.py
create mode 100644 lib389/tests/plugins/utils.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.