[koha-commits] main Koha release repository branch master updated. v3.22.00-1525-g7b6a9f3

Git repo owner gitmaster at git.koha-community.org
Wed May 4 15:42:32 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  7b6a9f3be177da6606a425b749201da951628528 (commit)
       via  732ba8e3454b6666f54c117df1eff3f2a012b71a (commit)
       via  d59b4596d5451bd20f8fd8acb6d07dbf4e1f4b0f (commit)
       via  c7800cf2c543feda9bd1b011890c1ffa78faad9b (commit)
      from  a8f29dd3f218c6519cc29d76f739318471ea9bf6 (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 7b6a9f3be177da6606a425b749201da951628528
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Apr 12 11:36:26 2016 +0200

    Bug 15126: Update patron definition
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 732ba8e3454b6666f54c117df1eff3f2a012b71a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Nov 2 08:10:51 2015 +0100

    Bug 15126: Update dependencies
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d59b4596d5451bd20f8fd8acb6d07dbf4e1f4b0f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 7 14:49:17 2015 +0000

    Bug 15126: x-mojo-controller deprecation
    
    Remove the use of soon to be deprecated x-mojo-controller from our
    specification and replace with the recommended operationId format.
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c7800cf2c543feda9bd1b011890c1ffa78faad9b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 7 15:20:25 2015 +0000

    Bug 15126: Refactor spec file
    
    Spreading the specification over multiple files should lead to a more
    manageable specification long term
    
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm       |    4 +-
 Koha/REST/V1/{Patrons.pm => Patron.pm} |    6 +-
 api/v1/definitions/error.json          |    9 +
 api/v1/definitions/index.json          |    4 +
 api/v1/definitions/patron.json         |  273 ++++++++++++++++++++++++++++++
 api/v1/swagger.json                    |  287 +-------------------------------
 6 files changed, 292 insertions(+), 291 deletions(-)
 rename Koha/REST/V1/{Patrons.pm => Patron.pm} (96%)
 create mode 100644 api/v1/definitions/error.json
 create mode 100644 api/v1/definitions/index.json
 create mode 100644 api/v1/definitions/patron.json


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list