[koha-commits] main Koha release repository branch master updated. v16.05.00-990-ga36b643

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 09:48:10 CEST 2016


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, master has been updated
       via  a36b6430195310b5198077dd50cdb436ef07ce37 (commit)
      from  b588babdb23bfdc1163864a26c36a61bf8a39ae5 (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 a36b6430195310b5198077dd50cdb436ef07ce37
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 29 10:18:27 2016 +0100

    Bug 16838: ES - install mappings for new installs
    
    The yaml file is not used to populate ES mapping tables (search_field,
    search_marc_map and search_marc_to_field) when doing a fresh install.
    
    We need to insert them, otherwise ES will be unusable.
    
    Test plan:
    Create a new install and confirm that the ES tables (search_field,
    search_marc_map and search_marc_to_field) are correctly populated.
    
    Bonus points: Use an older DB (prior to 3.23.00.050), execute the
    updatedatabase.pl script and confirm that the ES table are correctly
    populated
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha/ElasticSearch.pm                  |   21 +++++++++++++++++++++
 installer/data/mysql/updatedatabase.pl |   19 +++----------------
 installer/install.pl                   |    2 ++
 3 files changed, 26 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list