[koha-commits] main Koha release repository branch master updated. v3.22.00-427-ge5f4a0e

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:28:12 CET 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  e5f4a0e3d58baa722336494e178595aabf183361 (commit)
       via  6d44b0a91ad0245b45b367e543f097ba64856e5f (commit)
      from  0dd817178b3f9690e620aba24db8940858d8be8f (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 e5f4a0e3d58baa722336494e178595aabf183361
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon May 18 07:56:52 2015 -0300

     Bug 11081: (followup) Add license information
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 6d44b0a91ad0245b45b367e543f097ba64856e5f
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Oct 20 08:44:55 2013 +0200

     Bug 11081: Port Koha::Contrib::Tamil indexer into Koha code base
    
    Add two scripts for indexing: koha-index and koha-index-daemon.
    
    Documentation:
    
      perldoc koha-index
      perldoc koha-index-daemon
    
    New dependencies:
    
      MooseX::Getopt
      MooseX::RW
      AnyEvent::Processor
    
    Available as a Debian package: libmoosex-getopt-perl
    
    Test plan:
    
    - Apply the patch
    - Install dependencies, if necessary
    - Reindex a whole biblio catalog:
      koha-index --verbose
    - Reindex a whole authorities catalog:
      koha-index --source authority --verbose
    - Modify 1 biblio record, and index it:
      koha-index --select queue
    - Modifiy 1 authority record, and index it:
      koha-index --select queue --source authority
    - Run indexing daemon, with a 15s timeout:
      koha-index-daemon --timeout 15
    - Modify a biblio record: wait 15s, and see
    - Modify an authority record: wait 15s, and see
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Works well, followed test plan without problems
    
    One comment: perhaps an option for koha-index-daemon
    to work quietly, without printing information.
    
    No koha-qa errors, but new files don't have license,
    fixed in followup
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm              |   40 ++++
 Koha/Indexer/Daemon.pm                        |  133 ++++++++++++
 Koha/Indexer/Indexing.pm                      |  212 +++++++++++++++++++
 Koha/Indexer/RecordReader.pm                  |  280 +++++++++++++++++++++++++
 Koha/Indexer/RecordWriter.pm                  |   76 +++++++
 misc/bin/koha-index                           |   96 +++++++++
 xt/yaml_valid.t => misc/bin/koha-index-daemon |   55 +++--
 7 files changed, 869 insertions(+), 23 deletions(-)
 create mode 100644 Koha/Indexer/Daemon.pm
 create mode 100644 Koha/Indexer/Indexing.pm
 create mode 100644 Koha/Indexer/RecordReader.pm
 create mode 100644 Koha/Indexer/RecordWriter.pm
 create mode 100755 misc/bin/koha-index
 copy xt/yaml_valid.t => misc/bin/koha-index-daemon (52%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list