[389-ds-base] branch master updated (4c545d2 -> c3da727)
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 4c545d2 Ticket 49445 - remove dead code
new c3da727 Issue 49248 - Add a docstring to account locking 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/schema/test_eduperson.py | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (da4ebf7 -> 4c545d2)
by git repository hosting
This is an automated email from the git hooks/post-receive script.
lkrispen pushed a change to branch master
in repository 389-ds-base.
from da4ebf7 Ticket #48081 - Add regression tests for pwpolicy
new 4c545d2 Ticket 49445 - remove dead code
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/chainingdb/cb_init.c | 1 -
ldap/servers/slapd/back-ldbm/close.c | 14 --------------
ldap/servers/slapd/back-ldbm/dblayer.c | 11 -----------
ldap/servers/slapd/back-ldbm/import.c | 4 ----
ldap/servers/slapd/back-ldbm/init.c | 2 --
ldap/servers/slapd/back-ldbm/ldif2ldbm.c | 20 --------------------
ldap/servers/slapd/back-ldbm/proto-back-ldbm.h | 2 --
ldap/servers/slapd/backend.c | 6 ------
ldap/servers/slapd/backend_manager.c | 23 -----------------------
ldap/servers/slapd/daemon.c | 2 --
ldap/servers/slapd/house.c | 2 --
ldap/servers/slapd/ldbmlinktest.c | 1 -
ldap/servers/slapd/pblock.c | 9 ---------
ldap/servers/slapd/proto-slap.h | 1 -
ldap/servers/slapd/slap.h | 3 ---
ldap/servers/slapd/slapi-private.h | 1 -
src/contrib/back-ldif/back-ldif.h | 1 -
src/contrib/back-ldif/close.c | 15 ---------------
src/contrib/back-ldif/init.c | 2 --
test/libslapd/pblock/pblock_accessors.txt | 1 -
test/libslapd/pblock/pblock_accessors_freq.txt | 2 --
21 files changed, 123 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (9225222 -> da4ebf7)
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 9225222 Issue 48056 - Add docstrings to basic test suite
new da4ebf7 Ticket #48081 - Add regression tests for pwpolicy
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/password/regression_test.py | 26 +++++++++++++---------
1 file changed, 15 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[lib389] branch master updated (b732af9 -> 2a50b9d)
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 b732af9 Issue 85 - Remove legacy replication attribute
new 2a50b9d Ticket 88 - python install and remove for tests
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 | 50 ++++----
lib389/_entry.py | 28 +++--
lib389/_mapped_object.py | 9 +-
lib389/configurations/config_001003006.py | 5 +-
lib389/configurations/sample.py | 4 +-
lib389/dbgen.py | 191 ++++++++++++++++++++++++++++++
lib389/idm/group.py | 4 +-
lib389/instance/remove.py | 54 +++++++++
lib389/instance/setup.py | 13 +-
lib389/passwd.py | 2 +-
lib389/paths.py | 17 ++-
lib389/tasks.py | 10 +-
lib389/tests/instance/setup_test.py | 3 +
13 files changed, 325 insertions(+), 65 deletions(-)
create mode 100644 lib389/dbgen.py
create mode 100644 lib389/instance/remove.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch master updated (f114f69 -> 9225222)
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 f114f69 Issue 49349 - global name 'imap' is not defined
new 9225222 Issue 48056 - Add docstrings to basic test 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:
dirsrvtests/tests/suites/basic/basic_test.py | 249 ++++++++++++++++++++++-----
1 file changed, 210 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[lib389] branch master updated (3ee4f1c -> b732af9)
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 lib389.
from 3ee4f1c Issue 91 - Fix replication topology
new b732af9 Issue 85 - Remove legacy replication attribute
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/properties.py | 3 ---
lib389/replica.py | 13 +++----------
lib389/tests/replicaLegacy_test.py | 10 ++++------
3 files changed, 7 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[lib389] branch master updated (983f713 -> 3ee4f1c)
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 lib389.
from 983f713 Ticket 89 - Fix inconsistency with serverid
new 3ee4f1c Issue 91 - Fix replication topology
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/replica.py | 4 +-
lib389/topologies.py | 150 ++++++++++++++++++++++++++++++++++++---------------
2 files changed, 108 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] tag 389-ds-base-1.3.6.7 created (now 8e17621)
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.6.7
in repository 389-ds-base.
at 8e17621 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] branch 389-ds-base-1.3.6 updated (99d39c4 -> 8e17621)
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 99d39c4 Ticket 49330 - Improve ndn cache performance 1.3.6
new 8e17621 Bump version to 1.3.6.7
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:
VERSION.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months
[389-ds-base] tag 389-ds-base-1.3.5.19 created (now 474fb23)
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.5.19
in repository 389-ds-base.
at 474fb23 (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 7 months