[koha-commits] main Koha release repository branch master updated. v3.14.00-38-gb25de3e

Git repo owner gitmaster at git.koha-community.org
Sun Nov 24 19:10:07 CET 2013


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  b25de3e7cf53265f0ded8e3ab4cce82457b8f14d (commit)
       via  00240d6970795a176a12fb2d24fcd38e069d037f (commit)
       via  1b0992e8d5a2bc8f0f74623daa9a7eac4786644a (commit)
      from  7021d36d0e58fe2acd0ae4ee7c9e658df2cc74be (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 b25de3e7cf53265f0ded8e3ab4cce82457b8f14d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Nov 24 18:20:56 2013 +0000

    Bug 6435: (follow-up) make -daemon really imply -a and -b
    
    This patch follows up on the previous patch by moving the
    check for whether authority and/or biblio indexing have been
    specified so that -daemon has a chance to set those modes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 00240d6970795a176a12fb2d24fcd38e069d037f
Author: Doug Kingston <dpk at randomnotes.org>
Date:   Sun Nov 17 13:09:02 2013 -0800

    Bug 6435: (follow-up) rebuild_zebra -daemon option now smarter
    
    Based on feedback, make daemon mode imply -z -a -b and abort
    on startup if flags incompatible with an incremental update daemon
    are used.  Update documentation to match.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1b0992e8d5a2bc8f0f74623daa9a7eac4786644a
Author: Doug Kingston <dpk at randomnotes.org>
Date:   Sun Oct 27 17:18:17 2013 -0700

    Bug 6435: Add daemon mode to rebuild_zebra.pl
    
    This change adds code to check the zebraqueue table with a cheap SQL query
    and a daemon loop that checks for new entries and processes them incrementally
    before sleeping for a controllable number of seconds.  The default is 5 seconds
    which provides a near realtime search index update.  This is desirable particularly
    for libraries that are doing active catalogue updating.  The query is adjusted
    based on whether -a, -b, or -a -b are specified.
    
    Help text updated.  Tested against a live 3.12 system.
    
    Note that this fix will benefit from the fix to lack of locking (bug 11078)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |   98 ++++++++++++++++++++++++++++-----
 1 file changed, 83 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list