[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-70-ga69546f

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 18:18:46 CET 2019


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, 18.05.x has been updated
       via  a69546fceaa69df0076689165599cfcd8e498dc9 (commit)
       via  12f0e63b3aa7c0386b2764d51472eac2b5379b06 (commit)
      from  f69a3ef8755b9e82f1912055e3049b47dd0becf9 (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 a69546fceaa69df0076689165599cfcd8e498dc9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 24 14:29:09 2019 -0300

    Bug 19816: Implement dateonly for rfc3339 format
    
    This patch implements the dateonly option for the rfc3339. This is
    described in the OpenAPI 2.0 specification [1]. The required output
    format is described on RFC 3339 [2], as 'full-date'.
    
    [1] https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#dataTypeFormat
    [2] https://tools.ietf.org/html/rfc3339#section-5.6
    
    To test:
    - Apply the regression tests patch
    - Run:
     k$ prove t/DateUtils.t
    => FAIL: Tests fail because dateonly is not implemented
    - Apply this patch
    - Run:
     k$ prove t/DateUtils.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b2dce05ddff8a047e7770ea241b1edd9b798212e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit dcc0478089f5fde72426d94810bed6430df73a34)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 12f0e63b3aa7c0386b2764d51472eac2b5379b06
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 24 14:27:28 2019 -0300

    Bug 19816: Regression tests
    
    This patch adds tests for the rfc3339 behaviour when dateonly => 1.
    
    To test:
    - Run:
      $ kshell
     k$ prove t/DateUtils.t
    => SUCCESS: Tests pass
    - Apply this patch
    - Run:
     k$ prove t/DateUtils.t
    => FAIL: dateonly is not implemented
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7e69ab62a5ef3fbd350c6606d25b5ab6f6bc168e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 41115fc79dfd16be62dd56e1946e0a2e08c6a2fc)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/DateUtils.pm |    9 +++++++--
 t/DateUtils.t     |    5 ++++-
 2 files changed, 11 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list