[koha-commits] main Koha release repository branch master updated. v16.05.00-1010-ga8376f9

Git repo owner gitmaster at git.koha-community.org
Wed Oct 12 15:41:38 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  a8376f99d9c8afea1c68f44e170100c2d703fcb7 (commit)
      from  a66b0e20d7d1b2602cced006712ce5fc308aeb10 (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 a8376f99d9c8afea1c68f44e170100c2d703fcb7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 12 11:56:44 2016 +0000

    Bug 17432: Remove minification
    
    The swagger specification file is currently being minified adding
    manual steps to release management and restful api route development.
    The minification is not required; The deferenced version of the
    specification is now internally validated at runtime and relavant errors
    output and the dereferenced schema has been made publically available at
    /api/v1/spec, so it can be copy&pasted into validation tools
    
    Test Plan
    1) Apply patch
    2) Ensure api routes still function (applying the /cities patch might be
        helpful)
    3) Ensure /api/v1/spec page exists (it should be the de-referenced
        swagger.json file)
    
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha/REST/V1.pm                 |    4 +-
 api/v1/swagger/swagger.min.json |    1 -
 misc/devel/minifySwagger.pl     |   98 ---------------------------------------
 3 files changed, 3 insertions(+), 100 deletions(-)
 delete mode 100644 api/v1/swagger/swagger.min.json
 delete mode 100644 misc/devel/minifySwagger.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list