[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-91-gb86a98dffd

Git repo owner gitmaster at git.koha-community.org
Sat Feb 8 01:06:27 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.11.x has been updated
       via  b86a98dffd8350df1e34f7b64a21aa018ca27cd0 (commit)
       via  6ff3be60aef4b13fd93cc833669e8e032035d8e6 (commit)
       via  475f8b9f62c1893cd0a4bd0eefcd8af9b76c4f04 (commit)
       via  35af73ae3c18061706d34775f35f0869a29284f2 (commit)
      from  269bbbf2b670f2985febfa14554cd8a6d5b03620 (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 b86a98dffd8350df1e34f7b64a21aa018ca27cd0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 23 10:20:31 2020 +0000

    Bug 22831: (RM follow-up) Code golf
    
    Rather than performing a symmetric diff and then splitting the results
    in a further loop this patch changes to logic to use two asymetric diffs
    to get the results more directly.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 6ff3be60aef4b13fd93cc833669e8e032035d8e6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 7 18:49:12 2019 +0000

    Bug 22831: (follow-up) Sort results, group by db
    
    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>

commit 475f8b9f62c1893cd0a4bd0eefcd8af9b76c4f04
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Nov 6 14:37:01 2019 +0000

    Bug 22831: (follow-up) Determine where the record is missing and provide link, show counter
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    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>

commit 35af73ae3c18061706d34775f35f0869a29284f2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 2 12:24:08 2019 +0000

    Bug 22831: Elasticsearch - add a maintenance script for checking DB vs index counts
    
    This script uses Array::Utils and adds a dependency
    
    To test:
     1 - Have Koha with ES running
     2 - Delete some records from ES
         curl -X DELETE "es:9200/koha_kohadev_biblios/data/5"
         curl -X DELETE "es:9200/koha_kohadev_authorities/data/5"
     3 - perl misc/maintenance/compare_es_to_db.pl
     4 - Note you are notified of problems in both indexes
     5 - perl misc/search_tools/rebuild_elastic_search.pl  -a
     6 - perl misc/maintenance/compare_es_to_db.pl
     7 - Note you are only notified about problems in biblios (assuming you don't have other issues)
     8 - perl misc/search_tools/rebuild_elasticsearch.pl  -b
     9 - perl misc/maintenance/compare_es_to_db.pl
    10 - Both counts match, no problems
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    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>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm     |   5 ++
 misc/maintenance/compare_es_to_db.pl | 114 +++++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+)
 create mode 100644 misc/maintenance/compare_es_to_db.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list