[lib389] branch master updated (ede3dc0 -> 65499d4)
by git repository hosting
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.
5 years, 9 months
[389-ds-base] branch master updated (486584d -> dd7a9fa)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from 486584d Issue 623 - Add test case and refactor the cleanallruv suite
new dd7a9fa Ticket 49295 - Fix latest CI test failures
The 1 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:
.../tests/stress/replication/mmr_01_4m_test.py | 4 +-
dirsrvtests/tests/suites/plugins/accpol_test.py | 12 ++--
dirsrvtests/tests/tickets/ticket47653MMR_test.py | 5 +-
dirsrvtests/tests/tickets/ticket48194_test.py | 75 +++-------------------
dirsrvtests/tests/tickets/ticket48212_test.py | 17 ++---
dirsrvtests/tests/tickets/ticket48944_test.py | 9 +--
dirsrvtests/tests/tickets/ticket48956_test.py | 8 ++-
dirsrvtests/tests/tickets/ticket49039_test.py | 4 +-
8 files changed, 42 insertions(+), 92 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch master updated (ab81048 -> 486584d)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
spichugi pushed a change to branch master
in repository 389-ds-base.
from ab81048 Ticket 49291 - slapi_search_internal_callback_pb may SIGSEV if related pblock has not operation set
new 486584d Issue 623 - Add test case and refactor the cleanallruv suite
The 1 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:
.../tests/suites/replication/cleanallruv_test.py | 762 ++++++++++-----------
1 file changed, 355 insertions(+), 407 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (6bd1b7d -> 1a57b1d)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
tbordaz pushed a change to branch 389-ds-base-1.3.6
in repository 389-ds-base.
from 6bd1b7d Ticket 49008 - Fix MO plugin betxn test
new 1a57b1d Ticket 49291 - slapi_search_internal_callback_pb may SIGSEV if related pblock has not operation set
The 1 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:
ldap/servers/slapd/result.c | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch master updated (d42024e -> ab81048)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
tbordaz pushed a change to branch master
in repository 389-ds-base.
from d42024e Ticket 49008 - Fix MO plugin betxn test
new ab81048 Ticket 49291 - slapi_search_internal_callback_pb may SIGSEV if related pblock has not operation set
The 1 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:
ldap/servers/slapd/result.c | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (2141ea7 -> 6bd1b7d)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch 389-ds-base-1.3.6
in repository 389-ds-base.
from 2141ea7 Ticket 49227 - ldapsearch does not return the expected Error log level
new 6bd1b7d Ticket 49008 - Fix MO plugin betxn test
The 1 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:
dirsrvtests/tests/suites/betxns/betxn_test.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch master updated (e1dca08 -> d42024e)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from e1dca08 Ticket #48944 - Add CI test case
new d42024e Ticket 49008 - Fix MO plugin betxn test
The 1 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:
dirsrvtests/tests/suites/betxns/betxn_test.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch master updated (3cf8563 -> e1dca08)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
spichugi pushed a change to branch master
in repository 389-ds-base.
from 3cf8563 Ticket 49227 - ldapsearch does not return the expected Error log level
new e1dca08 Ticket #48944 - Add CI test case
The 1 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:
dirsrvtests/tests/tickets/ticket48944_test.py | 205 ++++++++++++++++++++++++++
1 file changed, 205 insertions(+)
create mode 100644 dirsrvtests/tests/tickets/ticket48944_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (a1d749f -> 2141ea7)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch 389-ds-base-1.3.6
in repository 389-ds-base.
from a1d749f Issue 49028 - Add autotuning test suite
new 2141ea7 Ticket 49227 - ldapsearch does not return the expected Error log level
The 1 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:
dirsrvtests/tests/tickets/ticket49227_test.py | 36 +++++++++++++++++++++++++++
ldap/servers/slapd/config.c | 14 -----------
ldap/servers/slapd/libglobs.c | 2 ++
3 files changed, 38 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months
[389-ds-base] branch master updated (4d457b5 -> 3cf8563)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master
in repository 389-ds-base.
from 4d457b5 Issue 49028 - Add autotuning test suite
new 3cf8563 Ticket 49227 - ldapsearch does not return the expected Error log level
The 1 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:
dirsrvtests/tests/tickets/ticket49227_test.py | 36 +++++++++++++++++++++++++++
ldap/servers/slapd/config.c | 14 -----------
ldap/servers/slapd/libglobs.c | 2 ++
3 files changed, 38 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 9 months