[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-36-g15a5585

Git repo owner gitmaster at git.koha-community.org
Tue Jan 14 00:00:21 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.05.x has been updated
       via  15a5585b18ba0098e000222e51b4e4bd29b728ec (commit)
       via  889cefabaf5412835180476f6a485fcf86cb9ec5 (commit)
      from  1bafa0e1eab3e93785a637745a2028e6866429ce (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 15a5585b18ba0098e000222e51b4e4bd29b728ec
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>
    (cherry picked from commit 11bbc315690062b9de94f9bd76c2c6cc9d26c140)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 889cefabaf5412835180476f6a485fcf86cb9ec5
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>
    (cherry picked from commit 0453ec44b2531dceaf58e1b1cfb83ea24f84e52c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list