[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-152-g5613ca4165

Git repo owner gitmaster at git.koha-community.org
Fri Apr 17 21:12:42 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.11.x has been updated
       via  5613ca4165c64b40e80a772997b3180755b7e437 (commit)
       via  eff216747b8faa05b825edb899f588db93a7cc02 (commit)
       via  e072ccfda73f33a426a109fe0ace3c941495990b (commit)
      from  e78d039ea7c063de720c79dd45e18bf6b2377e3c (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 5613ca4165c64b40e80a772997b3180755b7e437
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 23 10:47:17 2020 +0100

    Bug 24487: Add 2 more tests
    
    And make sure tests pass if there is no patron with borrowernumber=10 in
    DB.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Ammended test description
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit eff216747b8faa05b825edb899f588db93a7cc02
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Jan 23 01:50:29 2020 -0300

    Bug 24487: Don't apply matching criteria to path parameters
    
    This patch separates query parameters from path parameters, and uses exact matching for the later.
    
    To test:
    1. Apply this patch
    2. prove t/Koha/REST/Plugin/Query.t t/db_dependent/Koha/REST/Plugin/Objects.t
    SUCCESS => tests ok
    3. Sign off
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit e072ccfda73f33a426a109fe0ace3c941495990b
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Wed Jan 22 20:44:04 2020 -0300

    Bug 24487: Regresion test
    
    This patch introduces a regresion test where a path parameter is combined with 'contains' match criteria
    
    To test:
    1. apply this patch
    2. prove t/db_dependent/Koha/REST/Plugin/Objects.t
    
    Test should fail at this point.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/REST/Plugin/Objects.pm               | 12 +++++-
 Koha/REST/Plugin/Query.pm                 |  9 ++++-
 t/Koha/REST/Plugin/Query.t                | 37 ++++++++----------
 t/db_dependent/Koha/REST/Plugin/Objects.t | 62 +++++++++++++++++++++++++++----
 4 files changed, 89 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list