[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.00-16-g08c8bea

Git repo owner gitmaster at git.koha-community.org
Fri Dec 13 11:22:26 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, 3.14.x has been updated
       via  08c8bead4659477978114ede89801b71cbaca31e (commit)
       via  ae9e02a74feb64d0f27f61c7e8d1c37be2c8eede (commit)
       via  e7482ec90ed264321e637204791dbdc40b151c27 (commit)
      from  3e19537355c22b32cb6f3fda08ec64a5c04f4251 (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 08c8bead4659477978114ede89801b71cbaca31e
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>
    (cherry picked from commit b25de3e7cf53265f0ded8e3ab4cce82457b8f14d)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit ae9e02a74feb64d0f27f61c7e8d1c37be2c8eede
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>
    (cherry picked from commit 00240d6970795a176a12fb2d24fcd38e069d037f)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit e7482ec90ed264321e637204791dbdc40b151c27
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>
    (cherry picked from commit 1b0992e8d5a2bc8f0f74623daa9a7eac4786644a)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.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