[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-55-g3384a94

Git repo owner gitmaster at git.koha-community.org
Mon Mar 7 14:16:29 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, 3.22.x has been updated
       via  3384a942e119d38143dda62fa677d9a3ccc5680a (commit)
       via  bff06f275299a0f854f29e08051bdcaa92d80aa8 (commit)
       via  00fbd8877eaffbbabff6be68c30bdf11544bab75 (commit)
       via  a9efe8521fce52a74ab30ea0e67ad27e407392eb (commit)
       via  4199049064c9b145d4083cdb57ab2917346c7f74 (commit)
       via  faa3e05af72f06baef9616d3059054ae14a35175 (commit)
       via  de77373665f5d811ae8012b2b5d754343782bf23 (commit)
       via  30c18a39ffde1f8aba7945032308ce47b8d12564 (commit)
      from  c4e64889fd1b1cf99f974a28e3f40f6f06f6def7 (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 3384a942e119d38143dda62fa677d9a3ccc5680a
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jan 4 01:16:59 2016 -0500

    Bug 14097: Fixed missing test cases
    
    Fixed AllowPkiAuth issue caused by 15101.
    Added missing AudioAlerts
    
    TEST PLAN
    ---------
    1) prove -v t/db_dependent/UsageStats.t
       -- should pass after applying patch
    2) Run koha qa test tools
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 5f71faf97185efbfad69e4f2237c9e2d38e7a812)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit bff06f275299a0f854f29e08051bdcaa92d80aa8
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Aug 24 13:51:16 2015 +0200

    Bug 14097 : Changing AddReserve prototype call
    
    In response of Joubu comment #19
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 9ac68128d99aff4b8d3cabb98c3e84d0f0658b3a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 00fbd8877eaffbbabff6be68c30bdf11544bab75
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Aug 24 13:50:16 2015 +0200

    Bug 14097 : Avoid issue if the number of syspref shared is modified
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit e3e507be9e9f90ff075fafba8013c8e54fa1fa00)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit a9efe8521fce52a74ab30ea0e67ad27e407392eb
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat May 23 00:22:26 2015 -0400

    Bug 14097 - Correct noise under Debian
    
    The first four patches do not create any noise under Ubuntu 14.04 LTS.
    
    Running on Debian Jessie:
    [SNIP]
    keys on reference is experimental at t/db_dependent/UsageStats.t line 88.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 106.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 119.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 136.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 153.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 162.
    keys on reference is experimental at t/db_dependent/UsageStats.t line 587.
    [SNIP]
    
    Instead of having 'keys $foo->{bar}', 'keys %{$foo->{bar}}' was used.
    
    TEST PLAN
    ---------
    1) On a DEBIAN system (Jessie gives above messages)
       apply the first 4 patches interactively.
    2) $ prove t/db_dependent/UsageStats.t
       -- trigger noise like above.
    3) apply this patch
    4) $ prove t/db_dependent/UsageStats.t
       -- no noise triggered.
    5) koha qa test tools
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 3387a6114b70cf8de021c4cdf84a687e629efc82)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 4199049064c9b145d4083cdb57ab2917346c7f74
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Tue May 12 14:28:56 2015 +0200

    Bug 14097: Rollback issue and warning corrected
    
    The rollback issue came from '_count' testing.
    It used a 'DROP TABLE' and 'CREATE TABLE' which implicitly do autocommit.
    That's why the final rollback could not be.
    
    This patch no longer uses t::lib::TestBuilder either because it was the cause
    of the warning on Comment #1 :
    "DBIx::Class::Storage::txn_rollback(): A txn_rollback
    in nested transaction is ineffective! (depth 1) at
    t/lib/TestBuilder.pm line 308"
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Now data is preserved, no errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit afe9d02a819adfeec9468600805ee06df6082b21)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit faa3e05af72f06baef9616d3059054ae14a35175
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon May 4 15:20:01 2015 +0200

    Bug 14097: changing verif_systempreferences_values subroutine
    
    It's saving a large number of lines
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    All tests run, no koha-qa errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit acf2e684bd4118d40e3bc89b09c0852bc8732d04)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit de77373665f5d811ae8012b2b5d754343782bf23
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon May 4 11:08:14 2015 +0200

    Bug 14097: Delete table issues before testing
    
    If we delete all biblio DB, we could have some troubles with foreign keys
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit ae5a199a551aa8a08f5d0c5b2338aeb194aba0c7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 30c18a39ffde1f8aba7945032308ce47b8d12564
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Fri Apr 10 11:07:39 2015 +0200

    Bug 14097: Testing C4::UsageStats
    
    DESCRIPTION
    -----------
    
    Add unit tests to C4::UsageStats
    Subroutine :
    (V : tested, X : Not tested)
    
    	V  NeedUpdate
    	V  BuiltReport
    	X  ReportToCommunity
    	V  _count
    
    TEST PLAN
    ---------
    
    1. Apply patch
    2. prove -v t/db_dependent/UsageStats.t
    -- All tests should run successfully
    
    /!\ I have 1 warning but I don't know where it can come /!\
    (in cleanup) DBIx::Class::Storage::txn_rollback(): A txn_rollback
    in nested transaction is ineffective! (depth 1) at
    t/lib/TestBuilder.pm line 308
    
    TEST PLAN OPTIONAL
    ------------------
    
    Go check bug 13899 to see the coverage of this module.
    
    Coverage BEFORE this patch :
    Statement  :  40,5%
    Branch     :   0,0%
    Condition  :   0,0%
    Subroutine :  55,6%
    
    Coverage AFTER this patch :
    Statement  :  81,0%
    Branch     : 100,0%
    Condition  : 100,0%
    Subroutine :  88,8%
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit b44b7224e079a983c991aa06eaae11c350871814)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/UsageStats.pm            |   10 +-
 t/db_dependent/UsageStats.t |  595 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 600 insertions(+), 5 deletions(-)
 create mode 100644 t/db_dependent/UsageStats.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list