Monday, July 2, 2018

[389-commits] [389-ds-base] branch master updated (c0a80d2 -> f80928f)

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 c0a80d2 Issue 49588 - Add py3 support for tickets : part-3
adds f80928f Ticket 49795 - UI - add "action" backend funtionality

No new revisions were added by this update.

Summary of changes:
src/cockpit/389-console/banner.html | 11 +-
src/cockpit/389-console/css/ds.css | 5 +-
src/cockpit/389-console/index.html | 154 +++++++++++++---
src/cockpit/389-console/js/backend.js | 52 +-----
src/cockpit/389-console/js/ds.js | 67 ++++---
src/cockpit/389-console/js/replication.js | 8 +-
src/cockpit/389-console/js/schema.js | 5 +-
src/cockpit/389-console/js/servers.js | 290 +++++++++++++++++++++++-------
src/cockpit/389-console/replication.html | 32 ++--
src/cockpit/389-console/rhds-banner.html | 11 +-
src/lib389/lib389/__init__.py | 33 ++++
src/lib389/lib389/cli_base/__init__.py | 19 +-
src/lib389/lib389/cli_conf/schema.py | 13 +-
src/lib389/lib389/cli_ctl/dbtasks.py | 18 ++
src/lib389/lib389/config.py | 1 +
src/lib389/lib389/dseldif.py | 22 ++-
src/lib389/lib389/instance/remove.py | 3 +
src/lib389/lib389/schema.py | 6 +-
src/lib389/lib389/utils.py | 36 ++++
19 files changed, 590 insertions(+), 196 deletions(-)

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org/message/VW4ZPWXDMG2ZP7QCUKZSRWDFF7TCAHIP/

No comments:

Post a Comment