[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-84-g3f4f576ba0

Git repo owner gitmaster at git.koha-community.org
Fri May 15 18:04:23 CEST 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  3f4f576ba0195010d42d059e83528f8cf085acfd (commit)
       via  ace2e944c483db7ac2a83a294b9bb43d63410b71 (commit)
      from  9be62c1c43b2793cb2faa58922d01f24aede862c (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 3f4f576ba0195010d42d059e83528f8cf085acfd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 21 16:07:23 2020 +0100

    Bug 22828: Add tests
    
    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 b5add0dd0556f9468708595860c2833d34eeb433)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ace2e944c483db7ac2a83a294b9bb43d63410b71
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 2 11:27:27 2019 +0000

    Bug 22828: Elasticsearch - display errors encountered during indexing on the command line
    
    To test:
     1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor
     2 - Reindex elasticsearch
     3 - Check the ES count on the about page
     4 - Check the count in the DB (SELECT count(*) FROM biblio)
     5 - They don't match!
     6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
     7 - No errors indicated
     8 - Apply patch
     9 - perl misc/search_tools/rebuild_elastic_search.pl -v
    10 - You should be notified of an error
    11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
    12 - You should be notified of the specific biblio with an error and a (somewhat) readable reason
    13 - perl misc/search_tools/rebuild_elastic_search.pl
    14 - No output
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    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 5a0a350ed7d9e1fa5e93500b2eb92ae33589de4a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/Indexer.pm         |  6 ++---
 misc/search_tools/rebuild_elasticsearch.pl         | 30 ++++++++++++++++++++--
 .../Koha/SearchEngine/Elasticsearch/Indexer.t      |  7 +++--
 3 files changed, 36 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list