[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-30-g11bbc31

Git repo owner gitmaster at git.koha-community.org
Sun Jan 12 20:09:35 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  11bbc315690062b9de94f9bd76c2c6cc9d26c140 (commit)
       via  0453ec44b2531dceaf58e1b1cfb83ea24f84e52c (commit)
      from  423cc1053d8740fe220325d2ec1821320e057e14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 11bbc315690062b9de94f9bd76c2c6cc9d26c140
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Oct 13 16:04:40 2017 -0300

    Bug 19465: Document koha-create --elasticsearch-server option switch
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0453ec44b2531dceaf58e1b1cfb83ea24f84e52c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Oct 13 15:59:25 2017 -0300

    Bug 19465: Add --elasticsearch-server option to koha-create
    
    This patch adds the --elasticsearch-server option switch to koha-create.
    It allows choosing a different Elasticsearch configuration. It defaults
    to the current 'localhost:9200' value.
    
    To test:
    - Apply this patches
    - Run:
      $ reset_all
      $ man koha-create
    => SUCCESS: The man page shows correct information about the added
    option switch
    - Run:
      $ sudo koha-create --create-db test
    => SUCCESS: /etc/koha/sites/test/koha-conf.xml contains the default
       value (i.e. the current behaviour is kept)
    - Run:
      $ sudo koha-create --create-db --elasticsearch-server tomas:1234 test2
    => SUCCESS: /etc/koha/sites/test2/koha-conf.xml contains the passed
       value in the <elasticsearch><server> section.
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 debian/docs/koha-create.xml            |    8 ++++++++
 debian/scripts/koha-create             |   14 +++++++++++++-
 debian/templates/koha-conf-site.xml.in |    2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list