[koha-commits] main Koha release repository branch master updated. v19.05.00-531-gf4e0032

Git repo owner gitmaster at git.koha-community.org
Tue Aug 20 16:26:08 CEST 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, master has been updated
       via  f4e00328bc50470996e3e68069ab5be0f720dd73 (commit)
       via  a07cd5e865cd17fb70fa332ad2e5490ef178b659 (commit)
       via  8b98403cbed7ada5d30d00256ede2d2cd96ab269 (commit)
      from  b8f382b82172b70166db48d572f767b06a4834ef (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 f4e00328bc50470996e3e68069ab5be0f720dd73
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Dec 10 12:57:50 2018 +0000

    Bug 20254: Add tests for transport ingest
    
    Add test framework for Koha::Edifact::Transport
    Add specific test that ingest does not duplicate
    an existing filename
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a07cd5e865cd17fb70fa332ad2e5490ef178b659
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Dec 10 12:52:13 2018 +0000

    Bug 20254: Set correct member in working_directory
    
    Koha::Edifact::Transport working_directory was setting the
    wrong member name correct that
    method is only used in testing
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8b98403cbed7ada5d30d00256ede2d2cd96ab269
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 24 09:20:12 2018 +0000

    Bug 20254: Do not ingest files with duplicate filenames
    
    If the supplier delivers the same file twice we are
    unable to rename it on the second occurence causing us to download
    and process it infinitely.
    
    Check that downloaded filenames are unique against those
    on file and reject processing if a duplicate.
    
    This patch delays this check to the ingest stage so that the
    same code is processed irrespective of transport
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Edifact/Transport.pm |   13 +++++++++--
 t/EdiTransport.t          |   57 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 2 deletions(-)
 create mode 100644 t/EdiTransport.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list