[lib389] branch master updated (121ebdb -> c7f4d7e)
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 121ebdb Issue31 - Add memberOf fix-up task
new c7f4d7e Issue 31 - Allow complete removal of some memberOf attrs
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:
lib389/cli_conf/plugins/memberof.py | 14 +++++
lib389/plugins.py | 8 +--
lib389/tests/cli/conf_plugins/memberof_test.py | 71 ++++++++++++++++++++------
lib389/tests/plugins/memberof_test.py | 5 +-
4 files changed, 75 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (043b3c9 -> ddf1c6d)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
vashirov pushed a change to branch master
in repository 389-ds-base.
from 043b3c9 Ticket 49297 - improve search perf in bpt by removing a deref
new ddf1c6d Issue 49306 - make -f rpm.mk rpms produces build without tcmalloc enabled
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:
rpm/389-ds-base.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (c9151c2 -> 043b3c9)
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 389-ds-base.
from c9151c2 Ticket 49284 - resolve crash in memberof when deleting attrs
new 043b3c9 Ticket 49297 - improve search perf in bpt by removing a deref
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:
src/libsds/sds/bpt/bpt.c | 6 +++---
src/libsds/sds/bpt/bpt.h | 8 ++++----
src/libsds/sds/bpt/common.c | 22 +++++++++++-----------
src/libsds/sds/bpt/search.c | 5 +++--
src/libsds/sds/bpt/set.c | 27 +++++++++++++++------------
src/libsds/sds/bpt_cow/bpt_cow.c | 6 +++---
src/libsds/sds/bpt_cow/node.c | 2 +-
src/libsds/sds/bpt_cow/search.c | 3 ++-
8 files changed, 42 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (0548490 -> c9151c2)
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 389-ds-base.
from 0548490 Ticket 49290 - unindexed range searches don't provide notes=U
new c9151c2 Ticket 49284 - resolve crash in memberof when deleting attrs
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/plugins/memberof/memberof_config.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (19b0f43 -> 0548490)
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 389-ds-base.
from 19b0f43 Issue 49301 - Add one logpipe test case
new 0548490 Ticket 49290 - unindexed range searches don't provide notes=U
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/ticket49290_test.py | 66 +++++++++++++++++++++++++++
ldap/servers/slapd/back-ldbm/index.c | 7 +++
2 files changed, 73 insertions(+)
create mode 100644 dirsrvtests/tests/tickets/ticket49290_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] branch master updated (16a246a -> 19b0f43)
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 16a246a Bump version to 1.3.7.1
new 19b0f43 Issue 49301 - Add one logpipe 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/suites/ds_tools/logpipe_test.py | 75 +++++++++++++++++++++++
1 file changed, 75 insertions(+)
create mode 100644 dirsrvtests/tests/suites/ds_tools/logpipe_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[lib389] branch master updated (b28ef18 -> 121ebdb)
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 b28ef18 Issue 67 - Add ensure_int function
new 121ebdb Issue31 - Add memberOf fix-up task
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:
lib389/cli_conf/plugins/memberof.py | 17 +++++++---
lib389/plugins.py | 21 ++++++++----
lib389/tasks.py | 62 +++++++++++++++++++++++++++++++++--
lib389/tests/plugins/memberof_test.py | 49 +++++++++++++++++++++++++--
lib389/tests/plugins/utils.py | 11 ++++---
5 files changed, 139 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[lib389] branch master updated (b5a8279 -> b28ef18)
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 b5a8279 Ticket 59 - lib389 support for index management.
new b28ef18 Issue 67 - Add ensure_int function
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:
lib389/_mapped_object.py | 14 ++++++++------
lib389/tests/tls_external_test.py | 5 ++---
lib389/utils.py | 20 ++++++++++++++++----
3 files changed, 26 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[lib389] branch master updated (a9a942a -> b5a8279)
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 a9a942a Ticket 67 - get attr by type
new b5a8279 Ticket 59 - lib389 support for index management.
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:
lib389/__init__.py | 2 +-
lib389/backend.py | 7 +++++
lib389/index.py | 26 ++++++++++++++---
lib389/tests/index_test.py | 69 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 99 insertions(+), 5 deletions(-)
create mode 100644 lib389/tests/index_test.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months
[389-ds-base] tag 389-ds-base-1.3.7.1 created (now ecd2588)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to tag 389-ds-base-1.3.7.1
in repository 389-ds-base.
at ecd2588 (commit)
This tag includes the following new commits:
new ecd2588 Bump verson to 1.3.7.1
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 5 months