[Koha-devel] Release maintenance: Monthly string freeze: shall it be announced also on koha-devel and the general list?

2022-03-23 Thread Victor Grousset/tuxayo
Hi :) The idea is to push the librarians, admins, and devs to check the translations out if they remember something off. To try to reach out instead of relying on those already interested in translation and subscribed to koha-translate. Currently not all release maintainers announce the stri

Re: [Koha-devel] Additional DB indices for Koha?

2022-03-23 Thread Fridolin SOMERS
We add some issues with indexes on timestamp. 1 lines never have the exact same timestamp to the index is never efficient right ? Best regards, Le 23/03/2022 à 10:12, DevinimKoha a écrit : Hi all, Indexes and in generally speaking database performance tuning is quite complex in some cases a

Re: [Koha-devel] Additional DB indices for Koha?

2022-03-23 Thread DevinimKoha
Hi all, Indexes and in generally speaking database performance tuning is quite complex in some cases and is very related with your system, data, size of customers, etc. It is better to look at every system specifically. In general, it is not true that indexes give performance everytime. I m

Re: [Koha-devel] I played with Cypress (and ERM and Vue)

2022-03-23 Thread Jonathan Druart
> Nice to hear that. How was coding UI tests compared to Selenium? It's easier to write and easier to debug (given the screenshot and the ability to inspect the DOM after each test). > And the API tests compared to the current way? Please have a look at the patch, or at least the very succinct c