Re: [Koha-devel] Background jobs quirks

2023-10-18 Thread Jonathan Druart via Koha-devel
Hum weird, isn't DBIC supposed to deal with reconnection? You could add the find in a try, then find again in the catch... (for debug purpose!) Or force a new DBMS connection for each job (C4::Context->dbh({new => 1})), but that's not a long term solution. Le jeu. 19 oct. 2023 à 08:04, David Cook

Re: [Koha-devel] I'm not getting your emails on bugs...

2023-10-23 Thread Jonathan Druart via Koha-devel
It's enabled, so the problem is not coming from there. Le lun. 23 oct. 2023 à 04:59, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit : > Hi all, > > > > It looks like my “bugmail has been disabled” for the last 10 days on > Bugzilla, so if I haven’t responded to a comment

Re: [Koha-devel] Memory footprint of Koha processes

2023-10-23 Thread Jonathan Druart via Koha-devel
Some ideas: 1. You could hack the worker to process all queues, then you could have only one worker (?) 2. Stop the worker, modify Koha::BackgroundJob->enqueue to call ->process (not with $self, you will need to refetch the job) 3. You can remove the "use" statements from plack.psgi to reduce plack

Re: [Koha-devel] Last month before the release

2023-11-03 Thread Jonathan Druart via Koha-devel
David, if you don't know Jenkins and you are part of the QA team, I guess you are not alone to be lost with our CI structure and it means we have a big problem. Either motivation, or tools or communication. I am not answering you now but maybe we need to document a bit better how it works for the n

Re: [Koha-devel] Last month before the release

2023-11-03 Thread Jonathan Druart via Koha-devel
Because of 26170, I left a comment there. Le ven. 3 nov. 2023 à 13:49, Tomas Cohen Arazi via Koha-devel a écrit : > > Hi all, this is master's latest failures: > > https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/ > > The selenium failure has been there for a while

Re: [Koha-devel] Last month before the release

2023-11-06 Thread Jonathan Druart via Koha-devel
selenium/patrons_search.t has been failing randomly for a while. Failures should be reported on bug 31199. Le lun. 6 nov. 2023 à 07:03, David Cook a écrit : > Also, regarding > https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/ > : > > > > I’ve got a fix for “t_db_

Re: [Koha-devel] Using Elasticsearch in koha-testing-docker

2023-11-07 Thread Jonathan Druart via Koha-devel
About ktd you need to include one of the ES/OS compose files ( docker-compose.es* docker-compose.os*), there are bin/ktd switches. You also need KOHA_ELASTICSEARCH set to "yes" in the .env file. Le mar. 7 nov. 2023 à 03:55, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit :

[Koha-devel] Anybody still using tarballs?

2023-11-07 Thread Jonathan Druart via Koha-devel
Hi, I am suggesting removing the tarball from our release process. I don't think anybody is using it anyway. It's extra work for RMaints, and it does not seem necessary. I am going to suggest removing the po files from the Koha src code starting from November releases, and that will require yet an

Re: [Koha-devel] Anybody still using tarballs?

2023-11-09 Thread Jonathan Druart via Koha-devel
You missed the original request, Victor. The .po files will be missing from the src and so the git extract won't be enough. I think we better need to have a job triggered on tags pushed that will build and push the .tar.gz files. Le ven. 10 nov. 2023 à 04:52, Victor Grousset/tuxayo via Koha-devel

Re: [Koha-devel] Anybody still using tarballs?

2023-11-10 Thread Jonathan Druart via Koha-devel
e. > El mar, 7 nov 2023 a las 17:22, Jonathan Druart via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: >> >> Hi, >> I am suggesting removing the tarball from our release process. I don't think anybody is using it anyway. >> It's extra wor

[Koha-devel] Translation server migrated

2023-11-11 Thread Jonathan Druart via Koha-devel
Hello, The translation server has been migrated from Pootle to Weblate. It's a whole new server with a complete new workflow. The goal was to have it ready to translate 23.11, but everything is not set up yet (downtimes may appear). You can login with your Pootle credentials, and you should have

Re: [Koha-devel] 22.11.12 having package dependency problems?

2024-01-23 Thread Jonathan Druart via Koha-devel
Please report it. There is another one, related: https://gitlab.com/koha-community/koha-l10n/-/issues/1 Yours should be reported on bugzilla I'd say. Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel a écrit : > > I help out a few libraries running 22.11 straight from the community, and

Re: [Koha-devel] 22.11.12 having package dependency problems?

2024-01-25 Thread Jonathan Druart via Koha-devel
The problem should be fixed for live packages. Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel a écrit : > > I help out a few libraries running 22.11 straight from the community, and two > libraries lately have had Koha go down during automatic upgrades to > 22.11.12-1. > > > > koha-co

Re: [Koha-devel] Biblios not always removed from Elasticsearch index after delete

2024-01-29 Thread Jonathan Druart via Koha-devel
Hi Emmi, Search for "No job found" in the worker logs. Do you have jobs (in DB table background_jobs) stuck in "new" (with type="update_elastic_index")? If so, search in the data column for your biblionumbers. See also bug 35819. Regards, Jonathan Le lun. 29 janv. 2024 à 13:32, Emmi Takkinen via

Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Jonathan Druart via Koha-devel
Seen it for the first time right now. It is inside "cas_ticket" and it contains the columns for Koha::Patrons Seems related to bug 34893 Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit : > Hi all, > > > > The last two days I’ve noticed that

Re: [Koha-devel] calendar change request on koha-community.org

2024-03-04 Thread Jonathan Druart via Koha-devel
Hi Paul, I've adjusted the description of the event. Cheers, Jonathan Le lun. 4 mars 2024 à 15:26, Paul Poulain via Koha-devel a écrit : > > Hello all, > > I don't know who to ask, so asking widely, sorry. > The hackfest announcement on https://koha-community.org/calendar/ is correct. > Howeve

Re: [Koha-devel] Koha CSRF protection

2024-04-12 Thread Jonathan Druart via Koha-devel
We want to know which requests to protect (ie. Requiring a csrf token): those having a op starting with cud- Otherwise you could GET something that should be POSTed. I've tried to describe this change as best as I could on the wiki, please adjust if it's not clear enough. https://wiki.koha-communit

Re: [Koha-devel] koha-common (24.06.00-28) / sound-marc-MARC21.po

2024-10-07 Thread Jonathan Druart via Koha-devel
See Bug 38035 - "sound" listed as an installed language Le lun. 7 oct. 2024 à 14:30, Marcel de Rooy via Koha-devel a écrit : > > Hi, > > > > Anyone have a clue about this error/warning while installing koha-common: > > > > Setting up koha-common (24.06.00-28~git+20240916210118.27f94d8f-1) ... > >

Re: [Koha-devel] [RESEND] Ban the use of `our` in our codebase?

2025-03-12 Thread Jonathan Druart via Koha-devel
My answer from bug 38357 comment 15: """ It has a global scope, and is available from the subroutines. When switching to plack we (lazily) switched some "my" to "our" to just make things work. It can be fixed, but it's not simply a s/^our/my/g substitution. But yes, it must be done. """ Le mer. 12