[389-ds-base] branch master updated (177f5c4 -> d881a4c)
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 177f5c4 Issue 49761 - Fix more CI test issues
new d881a4c Ticket 49791 - Update docker file for new dscreate options
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 | 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, 2 months
[389-ds-base] branch master updated (0d9886e -> 177f5c4)
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 0d9886e Ticket 49811 - Update man pages
adds 177f5c4 Issue 49761 - Fix more CI test issues
No new revisions were added by this update.
Summary of changes:
.../tests/suites/replication/conflict_resolve_test.py | 8 ++++++++
dirsrvtests/tests/suites/sasl/regression_test.py | 16 +++++++++++-----
ldap/admin/src/scripts/ds-replcheck | 8 ++++++++
ldap/servers/slapd/config.c | 9 +++++++++
4 files changed, 36 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch master updated (eafaf47 -> 0d9886e)
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 eafaf47 Ticket 49783 - UI - add server configuration backend
adds 0d9886e Ticket 49811 - Update man pages
No new revisions were added by this update.
Summary of changes:
Makefile.am | 62 +++++++---
ldap/admin/src/template-initconfig.in | 2 +-
ldap/schema/slapd-collations.conf | 2 +-
lib/ldaputil/certmap.conf | 2 +-
man/man1/{cl-dump.1 => cl-dump.pl.1} | 10 +-
man/man1/ds-logpipe.py.1 | 4 +-
man/man1/ds-replcheck.1 | 2 +-
man/man1/ldclt.1 | 4 +-
man/man1/{repl-monitor.1 => repl-monitor.pl.1} | 10 +-
man/{man8/saveconfig.8 => man5/99user.ldif.5} | 52 ++++----
man/man5/certmap.conf.5 | 133 +++++++++++++++++++++
man/{man8/saveconfig.8 => man5/dirsrv.5} | 46 ++++---
man/man5/dirsrv.systemd.5 | 39 ++++++
.../saveconfig.8 => man5/slapd-collations.conf.5} | 51 ++++----
man/man5/template-initconfig.5 | 62 ++++++++++
man/man8/dn2rdn.8 | 3 +-
man/man8/restoreconfig.8 | 4 +-
man/man8/saveconfig.8 | 4 +-
rpm/389-ds-base.spec.in | 38 ++++--
src/lib389/cli/dsconf | 88 +++++++-------
src/lib389/cli/dscreate | 46 ++++---
src/lib389/cli/dsctl | 41 +++----
src/lib389/cli/dsidm | 75 ++++++------
src/lib389/python-lib389.spec | 12 +-
src/lib389/requirements.txt | 6 +-
src/lib389/setup.cfg | 7 ++
src/lib389/setup.py | 23 ++--
27 files changed, 559 insertions(+), 269 deletions(-)
copy man/man1/{cl-dump.1 => cl-dump.pl.1} (95%)
copy man/man1/{repl-monitor.1 => repl-monitor.pl.1} (94%)
copy man/{man8/saveconfig.8 => man5/99user.ldif.5} (50%)
create mode 100644 man/man5/certmap.conf.5
copy man/{man8/saveconfig.8 => man5/dirsrv.5} (50%)
create mode 100644 man/man5/dirsrv.systemd.5
copy man/{man8/saveconfig.8 => man5/slapd-collations.conf.5} (50%)
create mode 100644 man/man5/template-initconfig.5
create mode 100644 src/lib389/setup.cfg
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch master updated (126e700 -> eafaf47)
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 126e700 Issue 49816
adds eafaf47 Ticket 49783 - UI - add server configuration backend
No new revisions were added by this update.
Summary of changes:
src/cockpit/389-console/backend.html | 6 +-
src/cockpit/389-console/css/ds.css | 2 -
src/cockpit/389-console/index.html | 13 ++++
src/cockpit/389-console/js/ds.js | 69 +++++++++++++----
src/cockpit/389-console/js/servers.js | 124 +++++++++++++++++++++++++++++--
src/cockpit/389-console/replication.html | 2 +-
src/cockpit/389-console/security.html | 2 +-
src/cockpit/389-console/servers.html | 92 +++++++++++------------
src/lib389/cli/dsconf | 2 +-
src/lib389/lib389/__init__.py | 28 +++----
src/lib389/lib389/cli_base/__init__.py | 6 +-
src/lib389/lib389/instance/setup.py | 5 +-
12 files changed, 255 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 2 months
[389-ds-base] branch master updated (08b2d88 -> 126e700)
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 08b2d88 Issue 49717 - Add conftest.py for tests
adds 126e700 Issue 49816
No new revisions were added by this update.
Summary of changes:
Makefile.am | 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, 2 months
[389-ds-base] branch master updated (a2cbef2 -> 08b2d88)
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 a2cbef2 Issue 49588 - Add py3 support for tickets
adds 08b2d88 Issue 49717 - Add conftest.py for tests
No new revisions were added by this update.
Summary of changes:
dirsrvtests/conftest.py | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 dirsrvtests/conftest.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 3 months
[389-ds-base] branch master updated (fa41aee -> a2cbef2)
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 fa41aee Ticket 49793 - Updated descriptions in dscreate example INF file
adds a2cbef2 Issue 49588 - Add py3 support for tickets
No new revisions were added by this update.
Summary of changes:
dirsrvtests/tests/tickets/ticket47927_test.py | 48 +++++++--------
dirsrvtests/tests/tickets/ticket47931_test.py | 28 ++++-----
dirsrvtests/tests/tickets/ticket47937_test.py | 16 ++---
dirsrvtests/tests/tickets/ticket47953_test.py | 5 +-
dirsrvtests/tests/tickets/ticket47963_test.py | 25 ++++----
dirsrvtests/tests/tickets/ticket47970_test.py | 10 +--
dirsrvtests/tests/tickets/ticket47973_test.py | 20 +++---
dirsrvtests/tests/tickets/ticket47976_test.py | 4 +-
dirsrvtests/tests/tickets/ticket47980_test.py | 88 +++++++++++++--------------
dirsrvtests/tests/tickets/ticket47981_test.py | 32 +++++-----
dirsrvtests/tests/tickets/ticket48234_test.py | 10 +--
dirsrvtests/tests/tickets/ticket48270_test.py | 6 +-
dirsrvtests/tests/tickets/ticket48272_test.py | 2 +-
dirsrvtests/tests/tickets/ticket48294_test.py | 37 +++++------
dirsrvtests/tests/tickets/ticket48295_test.py | 21 ++++---
dirsrvtests/tests/tickets/ticket48312_test.py | 16 ++---
dirsrvtests/tests/tickets/ticket48342_test.py | 8 +--
dirsrvtests/tests/tickets/ticket48362_test.py | 8 +--
dirsrvtests/tests/tickets/ticket48366_test.py | 10 +--
dirsrvtests/tests/tickets/ticket48497_test.py | 6 +-
dirsrvtests/tests/tickets/ticket48665_test.py | 10 +--
dirsrvtests/tests/tickets/ticket48745_test.py | 6 +-
dirsrvtests/tests/tickets/ticket48746_test.py | 8 +--
dirsrvtests/tests/tickets/ticket48784_test.py | 12 ++--
dirsrvtests/tests/tickets/ticket48799_test.py | 10 +--
dirsrvtests/tests/tickets/ticket48808_test.py | 18 +++---
dirsrvtests/tests/tickets/ticket48844_test.py | 4 +-
dirsrvtests/tests/tickets/ticket48891_test.py | 5 +-
dirsrvtests/tests/tickets/ticket48896_test.py | 6 +-
dirsrvtests/tests/tickets/ticket48944_test.py | 28 ++++-----
dirsrvtests/tests/tickets/ticket48956_test.py | 16 ++---
dirsrvtests/tests/tickets/ticket48973_test.py | 12 ++--
dirsrvtests/tests/tickets/ticket49008_test.py | 6 +-
dirsrvtests/tests/tickets/ticket49072_test.py | 4 +-
dirsrvtests/tests/tickets/ticket49076_test.py | 8 +--
dirsrvtests/tests/tickets/ticket49095_test.py | 12 ++--
dirsrvtests/tests/tickets/ticket49184_test.py | 24 ++++----
dirsrvtests/tests/tickets/ticket49192_test.py | 22 +++----
dirsrvtests/tests/tickets/ticket49227_test.py | 10 +--
dirsrvtests/tests/tickets/ticket49386_test.py | 10 +--
40 files changed, 316 insertions(+), 315 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 3 months
[389-ds-base] branch master updated (749b9f3 -> fa41aee)
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 749b9f3 Ticket 49471 - Rename dscreate options
new fa41aee Ticket 49793 - Updated descriptions in dscreate example INF file
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/lib389/lib389/cli_ctl/instance.py | 3 ++
src/lib389/lib389/instance/options.py | 80 ++++++++++++++++++-----------------
2 files changed, 45 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 3 months
[389-ds-base] branch master updated (87876bc -> 749b9f3)
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 87876bc Update Source0 URL in rpm/389-ds-base.spec.in
adds 749b9f3 Ticket 49471 - Rename dscreate options
No new revisions were added by this update.
Summary of changes:
rpm/389-ds-base.spec.in | 29 ++++++-------
src/cockpit/389-console/js/servers.js | 78 ++++++++++++++++++++++++++---------
src/lib389/cli/dsconf | 7 ++--
src/lib389/cli/dscreate | 24 ++++++-----
src/lib389/cli/dsctl | 6 ++-
src/lib389/cli/dsidm | 7 ++--
src/lib389/lib389/cli_ctl/instance.py | 32 ++++++++++----
7 files changed, 123 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 3 months
[389-ds-base] branch 389-ds-base-1.3.8 updated (4881389 -> fea1488)
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.8
in repository 389-ds-base.
from 4881389 Bump version to 1.3.8.4
new fea1488 Update Source0 URL in rpm/389-ds-base.spec.in
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 | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years, 3 months