[koha-commits] main Koha release repository branch master updated. v16.05.00-303-g975be0a

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 16:16:52 CEST 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, master has been updated
       via  975be0aef051d1131c39a02cbf7b6efe2f67d113 (commit)
      from  74ce643b89f3c49f163b9a553c74f45104c6130b (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 975be0aef051d1131c39a02cbf7b6efe2f67d113
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Apr 15 10:49:29 2016 +0200

    Bug 16271: Allow more filters on /api/v1/holds
    
    borrowernumber parameter is no longer required and you can filter on
    every column of reserves table
    
    Some example requests
    - GET /api/v1/holds
    - GET /api/v1/holds?biblionumber=123
    - GET /api/v1/holds?borrowernumber=456
    - GET /api/v1/holds?priority=0&found=W
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/REST/V1/Hold.pm          |   14 +++---
 api/v1/swagger.json           |  103 ++++++++++++++++++++++++++++++++++++++++-
 t/db_dependent/api/v1/holds.t |   19 ++++++--
 3 files changed, 125 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list