[Koha-bugs] [Bug 36350] Add subclass of Koha::Objects that provides caching for find and search

2024-03-25 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350

David Gustafsson  changed:

   What|Removed |Added

Summary|Add subclass of |Add subclass of
   |Koha::Objects that provides |Koha::Objects that provides
   |caching for find|caching for find and search

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36350] Add subclass of Koha::Objects that provides caching for find and search

2024-03-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350

David Gustafsson  changed:

   What|Removed |Added

 Attachment #163872|0   |1
is obsolete||

--- Comment #10 from David Gustafsson  ---
Created attachment 163945
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163945&action=edit
Bug 36350: Add caching for Objects::find and Objects::search

Add subclass of Koha::Objects that provides cached find and search.

To test:
1) Ensure the following tests pass:
   - t/db_dependend/Koha/Libraries.t
   - t/db_dependent/Koha/ItemTypes.t
   - t/db_dependent/Koha/Patrons.t
   - t/db_dependent/Koha/Acquisition/Currencies.t

Sponsored-by: Gothenburg University Library

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36350] Add subclass of Koha::Objects that provides caching for find and search

2024-03-26 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350

--- Comment #11 from David Gustafsson  ---
Rebased on current master. The local caching of patrons in Bug 35921 is no
longer needed and can be reverted.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 36350] Add subclass of Koha::Objects that provides caching for find and search

2024-06-02 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36350

David Nind  changed:

   What|Removed |Added

 CC||da...@davidnind.com
 Status|Needs Signoff   |Failed QA

--- Comment #12 from David Nind  ---
Tests for don't pass on main for prove t/db_dependent/Koha/Patrons.t:

Test Summary Report
---
t/db_dependent/Koha/Patrons.t (Wstat: 2816 (exited 11) Tests: 31 Failed: 2)
  Failed tests:  24, 31
  Non-zero exit status: 11
  Parse errors: Bad plan.  You planned 43 tests but ran 31.
Files=1, Tests=31, 21 wallclock secs ( 0.05 usr  0.02 sys + 12.00 cusr  6.95
csys = 19.02 CPU)
Result: FAIL


In the test plan, prove t/db_dependend/Koha/Libraries.t should be prove
t/db_dependent/Koha/Libraries.t

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/