[389-ds-base] branch master updated (1b5a578 -> 01561a1)
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 1b5a578 Issue 47662 - CLI args get removed
new 01561a1 Ticket 49207 - Supply docker POC build for DS.
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:
docker/389ds_poc/Dockerfile | 50 +++++++++++++++++++++++++++++++++++++
docker/README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+)
create mode 100644 docker/389ds_poc/Dockerfile
create mode 100644 docker/README.md
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 7 months
[389-ds-base] branch master updated (f5e4b8a -> 1b5a578)
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 f5e4b8a Issue 49210 - Fix regression when checking is password min age should be checked
new 1b5a578 Issue 47662 - CLI args get removed
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/admin/src/scripts/db2ldif.in | 3 ++-
ldap/admin/src/scripts/ldif2db.in | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 7 months
[lib389] branch master updated (cc6e810 -> b9d2a14)
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 cc6e810 Ticket 19 - Missing file and improve make
new 08e96b1 Ticket 20 - Use the DN_DM constant instead of hard coding its value
new b9d2a14 Ticket 19 - missing readme.md in python3
The 2 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/dsidm | 3 ++-
python-lib389.spec | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 7 months
[389-ds-base] branch 389-ds-base-1.3.4 updated (294ebbd -> bad9197)
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.4
in repository 389-ds-base.
from 294ebbd Issue 49035 - dbmon.sh shows pages-in-use that exceeds the cache size
new bad9197 Issue 49210 - Fix regression when checking is password min age should be checked
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/ticket49039_test.py | 62 +++++++++++++++++++++++++++
ldap/servers/slapd/modify.c | 2 +-
2 files changed, 63 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[389-ds-base] branch 389-ds-base-1.3.5 updated (a66484c -> 0ebc21e)
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.5
in repository 389-ds-base.
from a66484c Issue 49205 - Fix logconv.pl man page
new 0ebc21e Issue 49210 - Fix regression when checking is password min age should be checked
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/ticket49039_test.py | 62 +++++++++++++++++++++++++++
ldap/servers/slapd/modify.c | 2 +-
2 files changed, 63 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[389-ds-base] branch master updated (a96f833 -> f5e4b8a)
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 a96f833 Ticket 48864 - Add cgroup memory limit detection to 389-ds
new f5e4b8a Issue 49210 - Fix regression when checking is password min age should be checked
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/ticket49039_test.py | 62 +++++++++++++++++++++++++++
ldap/servers/slapd/modify.c | 2 +-
2 files changed, 63 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[lib389] branch master updated (e8dc7f1 -> cc6e810)
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 e8dc7f1 Issue 16 - Reset InstScriptsEnabled argument during the init
new 87eb62a Ticket 14 - Remane dsadm to dsctl
new cc6e810 Ticket 19 - Missing file and improve make
The 2 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:
Makefile | 12 +--
cli/{dscreate => dsctl} | 49 ++++++++----
lib389/{cli_conf => cli_ctl}/__init__.py | 0
lib389/cli_ctl/dbtasks.py | 18 +++++
lib389/cli_ctl/instance.py | 133 +++++++++++++++++++++++++++++++
python-lib389.spec | 2 +-
6 files changed, 191 insertions(+), 23 deletions(-)
copy cli/{dscreate => dsctl} (52%)
copy lib389/{cli_conf => cli_ctl}/__init__.py (100%)
create mode 100644 lib389/cli_ctl/dbtasks.py
create mode 100644 lib389/cli_ctl/instance.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[389-ds-base] branch master updated (bdbf4ef -> a96f833)
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 bdbf4ef Issue 48085 - Expand the repl acceptance test suite
new a96f833 Ticket 48864 - Add cgroup memory limit detection to 389-ds
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/slapi_pal.c | 77 +++++++++++++++++++++++++++++++++++++-----
ldap/servers/slapd/util.c | 27 +--------------
2 files changed, 70 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[389-ds-base] branch master updated (7dc991b -> bdbf4ef)
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 7dc991b Ticket 49209 - Hang due to omitted replica lock release
new bdbf4ef Issue 48085 - Expand the repl acceptance 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:
.../tests/suites/replication/acceptance_test.py | 344 +++++++++++++++++++--
1 file changed, 314 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months
[lib389] branch master updated (08a4c30 -> e8dc7f1)
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 08a4c30 Ticket 14 - Remane dsadm to dsctl
new e8dc7f1 Issue 16 - Reset InstScriptsEnabled argument during the init
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
6 years, 8 months