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, 20.05.x has been updated via cc36475cff550beed85c646dd4ed0d45ac8918b3 (commit) via 0cca3766be6e1bc13fbb0c33e02d708ac70fc946 (commit) via e5367af11159b33f43c0cef0968f204366dbad99 (commit) from 694f5ee9d8b21532c04598498e10f9f6c7e542c0 (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 cc36475cff550beed85c646dd4ed0d45ac8918b3 Author: Nick Clemens <n...@bywatersolutions.com> Date: Mon Nov 2 12:46:59 2020 +0000 Bug 26581: (follow-up) Skip merge when deleting authority Tests failing, seems to be because the indexes haven't been created yet. When deleting authority we perform a 'merge' where we search for biblios containing the authority. Since these are simply tets we can skip this step, avoid the search, and avoid a crash Signed-off-by: Lucas Gass <lu...@bywatersolutions.com> commit 0cca3766be6e1bc13fbb0c33e02d708ac70fc946 Author: Nick Clemens <n...@bywatersolutions.com> Date: Tue Oct 27 14:36:24 2020 +0000 Bug 26581: (follow-up) Restore unsetting of doreturn Signed-off-by: Lucas Gass <lu...@bywatersolutions.com> commit e5367af11159b33f43c0cef0968f204366dbad99 Author: Martin Renvoize <martin.renvo...@ptfs-europe.com> Date: Fri Oct 16 15:04:31 2020 +0100 Bug 26581: [20.05.x] Only reindex records once per checkin This patch simply passes skip_record_index calls to Koha:Item:store for all the changes done in AddReturn. Testing is really verifiying that items are still correctly indexed at the end For both search engines To test: 1 - Find or create a record with multipel items 2 - Populate both: UpdateItemLocationOnCheckin UpdateNotForLoanStatusOnCheckin 3 - Confirm that checking in an item correctly updates the item status in search results 4 - Test with items issued, and items not issued 5 - Test when generating a transfer (checkin at different branch) 6 - Test when item was marked lost 7 - Test when filling transfer Signed-off-by: Séverine Queune <severine.que...@bulac.fr> Signed-off-by: Christoper Brannon <cbran...@cdalibrary.org> Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com> Bug 26581: Unit tests These tests cover the changes to ensure the AddReturn calls index_records once per call and that other calls pass the skip_record_index parameter correctly Signed-off-by: Séverine Queune <severine.que...@bulac.fr> Signed-off-by: Christoper Brannon <cbran...@cdalibrary.org> Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com> Signed-off-by: Lucas Gass <lu...@bywatersolutions.com> ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 39 +++++++++++------ C4/Items.pm | 18 +++++--- t/db_dependent/Koha/SearchEngine/Indexer.t | 68 +++++++++++++++++++++++++++--- 3 files changed, 99 insertions(+), 26 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