[koha-commits] main Koha release repository branch master updated. v19.11.00-1564-gc800ef7e59

Git repo owner gitmaster at git.koha-community.org
Tue Mar 31 19:17:31 CEST 2020


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  c800ef7e594d9c1edc37ba563b4d508f656e940c (commit)
       via  ddbe2753bab8a24f062d8ee4b3313c8827a88402 (commit)
       via  c89e0a18d65ddbcfcdbbcf552db5bfa1190d916e (commit)
       via  41905c7eaac8c294668d1ba712d1cad8ab0102d9 (commit)
       via  8e6cebb6b4553bc15c2ee95de9f3e6b3f895e258 (commit)
      from  3533aacef8772d43a471b558c4ae581b63a90ee7 (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 c800ef7e594d9c1edc37ba563b4d508f656e940c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 31 17:56:41 2020 +0200

    Bug 22001: Errors are no longer logged by default (!)
    
    This is one of the biggest part we will have to deal with when we will
    switch to DBIC handler for UI as well.
    The DBI errors will not be logged if we do not deal with them correctly.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ddbe2753bab8a24f062d8ee4b3313c8827a88402
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 31 17:55:28 2020 +0200

    Bug 22001: execute reports in an eval
    
    Otherwise the tests will fail. We will certainly log twice the error
    when run from the UI, but not a big deal. This definitely needs more
    attention in a follow-up bug report.
    We want to raise proper exceptions here.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c89e0a18d65ddbcfcdbbcf552db5bfa1190d916e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 31 17:54:36 2020 +0200

    Bug 22001: Fix Koha/Patrons.t
    
    The message is only printed once
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 41905c7eaac8c294668d1ba712d1cad8ab0102d9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 31 17:53:47 2020 +0200

    Bug 22001: Make the DBD error regex less strict
    
    Now the message is looking like
    DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Duplicate entry
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8e6cebb6b4553bc15c2ee95de9f3e6b3f895e258
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 31 17:27:12 2020 +0200

    Bug 22001: Add the DBI error message
    
    Using DBIx::Class error handler, we should not hide the error when
    encapsulating it
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Reports/Guided.pm                        | 12 +++++++++---
 Koha/Object.pm                              |  1 +
 t/db_dependent/Illrequests.t                |  2 +-
 t/db_dependent/Koha/Objects.t               | 14 +++-----------
 t/db_dependent/Koha/Patrons.t               |  5 +----
 t/db_dependent/Reports/Guided.t             |  8 ++++----
 t/db_dependent/api/v1/acquisitions_orders.t |  2 +-
 t/db_dependent/api/v1/libraries.t           |  2 +-
 t/db_dependent/api/v1/patrons.t             |  8 ++++----
 t/db_dependent/api/v1/return_claims.t       |  2 +-
 10 files changed, 26 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list