[koha-commits] main Koha release repository branch master updated. v16.05.00-779-g9e477ba

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 16:04:39 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  9e477baa5eec37719a184812b3aeb12025176437 (commit)
       via  09a76c0f8f97adde937fb9b8922be665e61835f4 (commit)
       via  07cfcc77c580e8a16a9f12982525c5b1f6ff8c38 (commit)
      from  0a92669c229a04dc50b17569ae5d0c132a983fe2 (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 9e477baa5eec37719a184812b3aeb12025176437
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 9 13:00:09 2016 +0000

    Bug 17032 [QA Followup] - Update path to swagger.json file
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 09a76c0f8f97adde937fb9b8922be665e61835f4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 5 11:21:34 2016 +0100

    Bug 17032: Remove warning "keys on reference is experimental"
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 07cfcc77c580e8a16a9f12982525c5b1f6ff8c38
Author: Lari Taskula <larit at student.uef.fi>
Date:   Wed Aug 3 14:55:08 2016 +0300

    Bug 17032: Make sure Swagger object definition is up-to-date with Koha-object
    
    If a definition in api/v1/definitions/*.json has a corresponding Koha-object by
    filename, compare properties of the definition and columns of the Koha-object
    and ensure that all columns are defined inside properties of the definition.
    
    To test:
    1. Run t/db_dependent/api/v1/swagger/definitions.t
    2. See that all of the tests pass. (If not, file a bug report to fix missing
       properties in the Swagger definition.)
    3. Remove a property from api/v1/swagger/definitions/patron.json
    4. Repeat step 1
    5. See that test fails and lets you know that the property you just removed
       is missing from the definition.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/api/v1/swagger/definitions.t |   88 +++++++++++++++++++++++++++
 1 file changed, 88 insertions(+)
 create mode 100644 t/db_dependent/api/v1/swagger/definitions.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list