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  c64c67b0de96d8317613294f3aa57b47ad72fda6 (commit)
       via  df360c40498badaaed821d33170a782e4c9d4db9 (commit)
       via  222b7b37f7780b9f8b357e02e2c2262eed7dbec3 (commit)
       via  c9e3060f318004e70582079186ceaad42d37d649 (commit)
      from  dc6ebfadb8f4a15101be1357a3139dac882e6d14 (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 c64c67b0de96d8317613294f3aa57b47ad72fda6
Author: Tomas Cohen Arazi <tomasco...@theke.io>
Date:   Mon Sep 16 10:32:48 2019 -0300

    Bug 23517: (follow-up) More test cases
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Josef Moravec <josef.mora...@gmail.com>
    Signed-off-by: Liz Rea <wizzy...@gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit df360c40498badaaed821d33170a782e4c9d4db9
Author: Tomas Cohen Arazi <tomasco...@theke.io>
Date:   Wed Sep 4 14:06:45 2019 -0300

    Bug 23517: (follow-up) Tidy tests
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Josef Moravec <josef.mora...@gmail.com>
    Signed-off-by: Liz Rea <wizzy...@gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit 222b7b37f7780b9f8b357e02e2c2262eed7dbec3
Author: Tomas Cohen Arazi <tomasco...@theke.io>
Date:   Tue Sep 3 16:39:40 2019 -0300

    Bug 23517: Add the controller method for holds priorities handling
    
    This patch implements the PUT /holds/:hold_id/priority endpoint
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/holds.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Josef Moravec <josef.mora...@gmail.com>
    Signed-off-by: Liz Rea <wizzy...@gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

commit c9e3060f318004e70582079186ceaad42d37d649
Author: Tomas Cohen Arazi <tomasco...@theke.io>
Date:   Tue Sep 3 16:39:08 2019 -0300

    Bug 23517: Add a spec for PUT /holds/{hold_id}/priority
    
    This patch adds the OpenAPI spec for the endpoint, and tests for the
    desired behaviour.
    
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Josef Moravec <josef.mora...@gmail.com>
    Signed-off-by: Liz Rea <wizzy...@gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>

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

Summary of changes:
 Koha/REST/V1/Holds.pm           |   40 ++++++
 api/v1/swagger/paths.json       |    3 +
 api/v1/swagger/paths/holds.json |   76 +++++++++++
 t/db_dependent/api/v1/holds.t   |  268 ++++++++++++++++++++-------------------
 4 files changed, 257 insertions(+), 130 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to