[Koha-devel] Download a record with curl and Koha API

2023-11-03 Thread Zeno Tajoli via Koha-devel
Hi, I'm trying to download a record using curl and GET /biblios/{biblio_id} With curl I try: curl -u user:Pwd --request GET 'http://127.0.0.1:8080/api/v1/biblios/' --header "Content-Type: application/json" But the answer is: ["application\/json","application\/marcxml+xml","application\/marc-in-

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] [Koha] Roles for 24.05 are open

2023-11-03 Thread Fridolin SOMERS via Koha-devel
Hi, Sorry I could not attempt the meeting of 1 nov. Great news :D We have Frédéric Demians for 22.11 LTS Best regards, Le 28/10/2023 à 11:27, Fridolin SOMERS a écrit : Hi community :D I'm happy to propose for the role of Release Maintainer for 23.11. I see we are currently missing a Releas

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

2023-11-03 Thread Tomas Cohen Arazi via Koha-devel
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, and the other ones are recent. El jue, 2 nov 2023 a las 10:30, Tomas Cohen Arazi () escribió: > Hi all. > > We are almost

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] Download a record with curl and Koha API

2023-11-03 Thread Thomas Klausner via Koha-devel
Hi! On Fri, Nov 03, 2023 at 08:38:30AM +0100, Zeno Tajoli via Koha-devel wrote: > I'm trying to download a record using curl and GET /biblios/{biblio_id} > With curl I try: > curl -u user:Pwd --request GET > 'http://127.0.0.1:8080/api/v1/biblios/' --header "Content-Type: > application/json" >