[koha-commits] main Koha release repository branch master updated. v3.22.00-1568-g9d9f2ef

Git repo owner gitmaster at git.koha-community.org
Thu May 12 23:56:00 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  9d9f2efa941ba678d57a18718fedf752984dfee3 (commit)
      from  c2ddc19600c70bcdc87cd64983c80073e19ac794 (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 9d9f2efa941ba678d57a18718fedf752984dfee3
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue May 10 11:00:43 2016 -0300

    Bug 16489: ES code incorrectly refers to Moose
    
    Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code.
    
    To test:
    - Run:
      $ git grep Moose
    => FAIL: There are unneeded references to Moose:
    Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role;
    Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role;
    - Apply the patch
    - Run:
      $ git grep Moose
    => SUCCESS: No references to Moose
    - Run:
      $ prove t/Search* t/db_dependent/Search*
    => SUCCESS: Tests pass
    - Sign off
    
    Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Zebra/QueryBuilder.pm |    5 +++--
 Koha/SearchEngine/Zebra/Search.pm       |    4 ----
 2 files changed, 3 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list