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.dru...@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 <n...@bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher <bren...@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
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to