[389-ds-base] branch master updated (efa39cb -> ff3da97)
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 efa39cb Issue 49928 - WebUI schema functionality and improve CLI part
adds ff3da97 Ticket 49958: extended search fail to match entries
No new revisions were added by this update.
Summary of changes:
dirsrvtests/tests/suites/filter/filter_test.py | 82 ++++++++++++++++++++++++++
ldap/servers/plugins/collation/orfilter.c | 4 +-
2 files changed, 83 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (b4164cc -> efa39cb)
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 b4164cc Ticket 49954 - On s390x arch retrieved DB page size is stored as size_t rather than uint32_t
adds efa39cb Issue 49928 - WebUI schema functionality and improve CLI part
No new revisions were added by this update.
Summary of changes:
src/cockpit/389-console/css/ds.css | 2 +-
src/cockpit/389-console/js/ds.js | 1 +
src/cockpit/389-console/js/schema.js | 439 ++++++++++++++++-----
src/cockpit/389-console/schema.html | 229 +++--------
src/lib389/lib389/cli_base/__init__.py | 1 +
src/lib389/lib389/cli_conf/schema.py | 50 ++-
src/lib389/lib389/schema.py | 118 ++++--
src/lib389/lib389/tests/cli/conf_backup_test.py | 8 +
.../lib389/lib389/tests/cli/conf_schema_test.py | 0
9 files changed, 548 insertions(+), 300 deletions(-)
copy dirsrvtests/__init__.py => src/lib389/lib389/tests/cli/conf_schema_test.py (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch 389-ds-base-1.3.8 updated (c5e7824 -> dc48bfd)
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.8
in repository 389-ds-base.
from c5e7824 Ticket 49937 - Log buffer exceeded emergency logging msg is not thread-safe
new dc48bfd Ticket 49954 - On s390x arch retrieved DB page size is stored as size_t rather than uint32_t
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/replication/cl5_api.c | 2 +-
ldap/servers/plugins/replication/cl5_api.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (219fd4b -> b4164cc)
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 219fd4b Issue 49928 - Refactor and improve schema CLI/lib389 part to DSLdapObject
adds b4164cc Ticket 49954 - On s390x arch retrieved DB page size is stored as size_t rather than uint32_t
No new revisions were added by this update.
Summary of changes:
ldap/servers/plugins/replication/cl5_api.c | 2 +-
ldap/servers/plugins/replication/cl5_api.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (fc2008c -> 219fd4b)
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 fc2008c Ticket 49926 - Fix replication tests on 1.3.x
adds 219fd4b Issue 49928 - Refactor and improve schema CLI/lib389 part to DSLdapObject
No new revisions were added by this update.
Summary of changes:
src/lib389/lib389/cli_conf/schema.py | 274 +++++++++++++++++++++-----
src/lib389/lib389/schema.py | 361 ++++++++++++++++++++++++++++++++++-
2 files changed, 585 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (4881826 -> fc2008c)
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 4881826 Ticket 49926 - Add replication functionality to dsconf
adds fc2008c Ticket 49926 - Fix replication tests on 1.3.x
No new revisions were added by this update.
Summary of changes:
src/lib389/lib389/replica.py | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (e59b309 -> 4881826)
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 e59b309 Ticket 49887: Clean thread local usage
adds 4881826 Ticket 49926 - Add replication functionality to dsconf
No new revisions were added by this update.
Summary of changes:
ldap/servers/plugins/replication/repl5_agmt.c | 5 +-
src/lib389/cli/dsconf | 2 +
src/lib389/lib389/__init__.py | 43 +-
src/lib389/lib389/_mapped_object.py | 4 +-
src/lib389/lib389/_replication.py | 8 +
src/lib389/lib389/agreement.py | 345 +++++++-
src/lib389/lib389/changelog.py | 7 +-
src/lib389/lib389/cli_conf/backend.py | 24 +-
src/lib389/lib389/cli_conf/pwpolicy.py | 2 +-
src/lib389/lib389/cli_conf/replication.py | 1046 +++++++++++++++++++++++++
src/lib389/lib389/pwpolicy.py | 11 +-
src/lib389/lib389/replica.py | 67 +-
12 files changed, 1490 insertions(+), 74 deletions(-)
create mode 100644 src/lib389/lib389/cli_conf/replication.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch master updated (8ff8cb8 -> e59b309)
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 8ff8cb8 Ticket 49937 - Log buffer exceeded emergency logging msg is not thread-safe
adds e59b309 Ticket 49887: Clean thread local usage
No new revisions were added by this update.
Summary of changes:
ldap/servers/slapd/connection.c | 8 -
ldap/servers/slapd/main.c | 16 +-
ldap/servers/slapd/slapi-private.h | 29 +--
ldap/servers/slapd/thread_data.c | 407 +++++++++----------------------------
ldap/servers/slapd/util.c | 35 +---
5 files changed, 129 insertions(+), 366 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch 389-ds-base-1.3.6 updated (b45afc2 -> c154889)
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 b45afc2 Ticket 49780 - (backport) acl_copyEval_context double free
new c154889 Ticket 49696: replicated operations should be serialized
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/connection.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years
[389-ds-base] branch 389-ds-base-1.3.7 updated (79d0b4d -> 9f28620)
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.7
in repository 389-ds-base.
from 79d0b4d Revert "Ticket 49372 - filter optimisation improvements for common queries"
new 9f28620 Ticket 49937 - Log buffer exceeded emergency logging msg is not thread-safe
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/log.c | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
5 years