[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-40-g445847db69

Git repo owner gitmaster at git.koha-community.org
Thu Apr 9 23:23:23 CEST 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.05.x has been updated
       via  445847db6900349987d7fb265ea08017dc626d50 (commit)
       via  a700428bbc9845caa554597f0cd0af04f1afe707 (commit)
       via  cebaf458140e34fad7a7dcae077c0e0326a95d25 (commit)
       via  032a0011401fb0e66d5c16bfe88580584acded57 (commit)
       via  2f869f288ffb46bba401deafcfa420103f3bdc66 (commit)
       via  6e0d48f14e885ad5cf3a7ee191f1110150a714b6 (commit)
       via  0f0e097bc79bc6452d1161bfd7a89a01f5c012c6 (commit)
       via  6f9c8b9e1c597d9e7599b5a9abcd9d4147924a9f (commit)
      from  d35840f11dfdc74baed4acdfb6a49939bd5916a0 (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 445847db6900349987d7fb265ea08017dc626d50
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 4 12:09:00 2020 +0100

    Bug 19008: Replace issues with checkouts in print statement
    
    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>
    (cherry picked from commit d6a0b07984ed63e91723fa484890f111077dbd10)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit a700428bbc9845caa554597f0cd0af04f1afe707
Author: Magnus Enger <magnus at libriotech.no>
Date:   Fri Aug 2 13:57:13 2019 +0200

    Bug 19008: More database cleanups - QA followup
    
    This patch tries to change the POD as suggested in the QA process.
    
    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>
    (cherry picked from commit a5e723b887fe085ba36527bbf14e4c1d9d30556d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit cebaf458140e34fad7a7dcae077c0e0326a95d25
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 16:09:14 2017 +0200

    Bug 19008: More database cleanups - item transfers
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for branchtransfers table.
    
    Test plan :
    - Count : select count(*),datearrived from branchtransfers group by datearrived;
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --transfers 30
    - Recount
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit dd8df39986ebc7c055894fea0148f900ba4a3a45)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 032a0011401fb0e66d5c16bfe88580584acded57
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 16:01:51 2017 +0200

    Bug 19008: More database cleanups - old reserves
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for old_reserves table.
    
    Test plan :
    - Count : select count(*),date(timestamp) from old_reserves group by date(timestamp);
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --old-reserves 30
    - Recount
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit 9ce0f3a73e4de58fb04f4e7977a6299e4b480b5b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 2f869f288ffb46bba401deafcfa420103f3bdc66
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 14:57:33 2017 +0200

    Bug 19008: More database cleanups - old issues
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for old_issues table.
    
    Test plan :
    - Count : select count(*),date(timestamp) from old_issues group by date(timestamp);
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --old-issues 30
    - Recount
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit ce96ed4336f99d97c31bc87cfea3369ddfaf0a02)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 6e0d48f14e885ad5cf3a7ee191f1110150a714b6
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 14:43:45 2017 +0200

    Bug 19008: More database cleanups - deleted patrons
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for deletedborrowers table.
    
    Test plan :
    - Count : select count(*),date(updated_on) from deletedborrowers group by date(updated_on);
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --deleted-patrons 30
    - Recount
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit f2aeaede38b05cb93146d9fbe86bcd4a2a76b8d5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 0f0e097bc79bc6452d1161bfd7a89a01f5c012c6
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 14:05:03 2017 +0200

    Bug 19008: More database cleanups - deleted catalog
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for deleted catalog tables.
    Note that deletedbiblio_metadata is managed by foreign key on biblionumber.
    
    Test plan :
    - Count :
    select count(*),year(timestamp) from deleteditems group by year(timestamp);
    select count(*),year(timestamp) from deletedbiblio group by year(timestamp);
    select count(*),year(timestamp) from deletedbiblioitems group by year(timestamp);
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --deleted-catalog 30
    - Recount
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit a0a579d773c95ec87a647497cc755b0a4cc7f55f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 6f9c8b9e1c597d9e7599b5a9abcd9d4147924a9f
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jul 28 14:12:22 2017 +0200

    Bug 19008: More database cleanups - statistics
    
    misc/cronjobs/cleanup_database.pl provides some database cleanup.
    Yet some tables that could need cleanup are not in this script.
    
    This patch adds cleanup for statistics table.
    
    Test plan :
    - Count statistics : select count(*),date(datetime) from statistics group by date(datetime);
    - Run cleanup : misc/cronjobs/cleanup_database.pl -v --statistics 30
    - Recount statistics
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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>
    (cherry picked from commit 20118bb795ce046c2b00152aeccb94ae998375e6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/cleanup_database.pl | 114 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 113 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list