[koha-commits] main Koha release repository branch master updated. v16.11.00-384-g2f64fd3

Git repo owner gitmaster at git.koha-community.org
Tue Feb 7 19:01:57 CET 2017


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  2f64fd3918a205ac21630657160f61200c791320 (commit)
       via  105b82b8461786ac6695e90aa8a2c1d4c36b4190 (commit)
       via  d628cd828d938e7c263faee2081ea8f4045b956b (commit)
       via  9d805b5b5f6711bc6b5efcb846756c6763dabc07 (commit)
      from  185256deba961c2595ce934afbb910cf3ad952e0 (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 2f64fd3918a205ac21630657160f61200c791320
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Feb 3 15:57:42 2017 -0300

    Bug 17927: (QA followup) Fix timestamp nullable in hold.json
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 105b82b8461786ac6695e90aa8a2c1d4c36b4190
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 17 15:19:06 2017 -0300

    Bug 17927: (QA followup) Fix boolean types
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d628cd828d938e7c263faee2081ea8f4045b956b
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Nov 4 00:34:38 2016 +0000

    Bug 17927: (followup) Fix /cities cityid type
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9d805b5b5f6711bc6b5efcb846756c6763dabc07
Author: Lari Taskula <larit at student.uef.fi>
Date:   Tue Aug 16 13:37:29 2016 +0300

    Bug 17927: Fix /holds and /patrons data types
    
    This patch changes current Swagger definitions for patrons and holds to have
    data types corresponding to column data types in their database tables.
    
    To test:
    1. GET http://yourlibrary/api/v1/patrons/YYY where YYY is existing borrowernumber
    2. Observe that numbers / integers are in string data type.
    3. Apply this patch
    4. Repeat step 1.
    5. Observe that numbers / integers are now actually numbers / integers.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 api/v1/swagger/definitions/hold.json   |   16 +++++++++++++++-
 api/v1/swagger/definitions/patron.json |   17 +++++++++--------
 api/v1/swagger/x-primitives.json       |   13 +++++--------
 3 files changed, 29 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list