[koha-commits] main Koha release repository branch master updated. v16.05.00-991-gdf3df9c

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 09:51:38 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  df3df9cf7199c464565742af59bd48006d93cfdf (commit)
      from  a36b6430195310b5198077dd50cdb436ef07ce37 (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 df3df9cf7199c464565742af59bd48006d93cfdf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 29 10:31:11 2016 +0100

    Bug 17372: Standardize Elasticsearch paths
    
    What we currently have:
    Koha/ElasticSearch.pm
    Koha/ElasticSearch/Indexer.pm
    Koha/SearchEngine/Elasticsearch/QueryBuilder.pm
    Koha/SearchEngine/Elasticsearch/Search.pm
    
    What we want:
    Koha/SearchEngine/Elasticsearch.pm
    Koha/SearchEngine/Elasticsearch/Indexer.pm
    Koha/SearchEngine/Elasticsearch/QueryBuilder.pm
    Koha/SearchEngine/Elasticsearch/Search.pm
    
    Test plan:
      % git grep -i Koha::ElasticSearch
      % git grep ElasticSearch|grep -v Catmandu::Store::ElasticSearch
    should not return any result
    
    Do a full reindex and search for records
    
    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:
 C4/Biblio.pm                                                 |    4 ++--
 Koha/{ElasticSearch.pm => SearchEngine/Elasticsearch.pm}     |    6 ++++--
 .../{ElasticSearch => SearchEngine/Elasticsearch}/Indexer.pm |   10 +++++-----
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm              |    4 ++--
 Koha/SearchEngine/Elasticsearch/Search.pm                    |    6 +++---
 installer/data/mysql/updatedatabase.pl                       |    4 ++--
 installer/install.pl                                         |    4 ++--
 misc/search_tools/rebuild_elastic_search.pl                  |    8 ++++----
 t/00-load.t                                                  |    2 +-
 t/db_dependent/{Koha_ElasticSearch.t => Koha_Elasticsearch.} |    2 +-
 ..._ElasticSearch_Indexer.t => Koha_Elasticsearch_Indexer.t} |    4 ++--
 t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t      |    2 +-
 12 files changed, 29 insertions(+), 27 deletions(-)
 rename Koha/{ElasticSearch.pm => SearchEngine/Elasticsearch.pm} (98%)
 rename Koha/{ElasticSearch => SearchEngine/Elasticsearch}/Indexer.pm (94%)
 rename t/db_dependent/{Koha_ElasticSearch.t => Koha_Elasticsearch.} (94%)
 rename t/db_dependent/{Koha_ElasticSearch_Indexer.t => Koha_Elasticsearch_Indexer.t} (90%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list