Time  Nick             Message
00:00 koha-jenkins     Project Koha_20.11_D9 build #208: SUCCESS in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/208/
00:11 koha-jenkins     Project Koha_20.11_U20 build #224: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/224/
00:35 koha-jenkins     Project Koha_20.11_D11 build #242: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/242/
02:18 alohabot         🎁 🐵 Koha '20.11.x' packages pushed to 'koha-staging' repo  🥐🍝🥐
02:28 koha-jenkins     Project Koha_20.11_U18 build #207: SUCCESS in 35 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/207/
02:29 koha-jenkins     Project Koha_20.11_D10 build #215: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/215/
02:43 koha-jenkins     Project Koha_20.11_U21 build #52: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/52/
03:00 koha-jenkins     Project Koha_20.11_U16 build #180: SUCCESS in 1 hr 9 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/180/
03:05 koha-jenkins     Project Koha_20.11_U20 build #225: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/225/
03:06 koha-jenkins     Project Koha_20.11_D11 build #243: SUCCESS in 56 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/243/
03:11 koha-jenkins     Project Koha_20.11_D9 build #209: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/209/
03:35 koha-jenkins     Project Koha_20.11_U20 build #226: SUCCESS in 51 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/226/
04:23 koha-jenkins     Project Koha_20.11_D9 build #210: SUCCESS in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/210/
04:58 reiveune         hello
06:25 cait1            good morning #koha
06:33 matts            hi !
06:44 ashimema         morning
06:45 m23              Hi Koha
06:49 ashimema         @later tell caroline How does this look? https://koha-community.org/manual/22.05/en/html/cataloging.html#item-holdings-record-cataloging-guide
06:49 huginn           ashimema: The operation succeeded.
06:51 alex_            Bonjour
07:06 dcook            Weird... can't apt-get update debian.koha-community.org on Linux but visiting it in my browser on Windows is fine..
07:07 dcook            Unless the community apt server has blocked that server..
07:08 dcook            I reckon that might be it..
07:22 ashimema         fun
07:22 ashimema         hi dcook
07:22 wahanui          hi dcook are you around?
07:22 ashimema         long time no see
07:39 liliputech       hi koha
07:56 severine_q       Hi koha :)
07:56 paulderscheid[m] Good morning Koha, does anyone know what this exception means:
07:56 paulderscheid[m] koha-koha-1       | DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Data truncated for column 'type' at row 1 [for Statement "INSERT INTO `search_field` ( `facet_order`, `label`, `name`, `opac`, `staff_client`, `type`) VALUES ( ?, ?, ?, ?, ?, ? )" with ParamValues: 0=3, 1='publyear', 2='publyear', 3=1, 4=1, 5='year'] at /kohadevbox/koha/Koha/Objects.pm line 114
07:56 cait1            I thought we had a bug with some benchmarks for elasticsearch indexing - but can't find it, does somene remember?
07:56 paulderscheid[m] I'm setting up a docker container with out company fork of Koha
07:56 cait1            could type be an invalid or too long value?
07:56 paulderscheid[m] s/out/our/
07:58 Joubu            it means that you are trying to insert an invalid value for column "type"
07:58 Joubu            | type         | enum('','string','date','number','boolean','sum','isbn','stdno','year') | NO   |     | NULL    |                |
07:58 Joubu            maybe not part of the enum values?
08:00 severine_q       thanks oleonard and fridolin1 for bug 30722, you're so quick !!
08:00 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30722 trivial, P5 - low, ---, oleonard, Pushed to master , Typo in overdue recalls template
08:02 paulderscheid[m] Joubu: Dumb question, but where does this statement come from? kohastructure.sql?
08:03 paulderscheid[m] I mean in general when composing
08:03 fridolin1        yey i use my Thor's hammer
08:04 severine_q       Elasticsearch Wiki page says it's bug 12478 cait1, is that the one you're looking at ?
08:05 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 enhancement, P5 - low, ---, robin, CLOSED FIXED, Elasticsearch support for Koha
08:11 cait1            I was thining about one a little later - but thx severine_q!
08:15 Joubu            paulderscheid[m]: `desc search_field` in the mysql CLI. Or yes, in kohastructure.sql
08:15 paulderscheid[m] Thanks Joubu
08:16 Joubu            paulderscheid[m]: another output is `show create table $table_name`, that will give you the exact CREATE TABLE statement
08:17 paulderscheid[m] Thank you
08:22 paulderscheid[m] Yesssss, it worked ヽ(´▽`)/. Stellar support Joubu! Thanks again.
08:24 ashimema         this one cait: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27344
08:24 huginn           Bug 27344: enhancement, P5 - low, ---, jonathan.druart+koha, Pushed to master , Implement Elastic's update_index_background using Koha::BackgroundJob
08:24 cait1            ta!
08:24 ashimema         hmm. though I can't see the benchmark
08:24 ashimema         it's in that tree of bugs somewhere.
08:25 cait1            not quite, I was thinking one that had the indexing time of one of th swedish unis
08:27 ashimema         damn it.. I can picture the bug you mean but can't for the life of me find it
08:27 ashimema         btw.. sandboxes fixed
08:28 cait1            same :)
08:28 ashimema         no idea what happened but the one I just set up worked fine
08:28 ashimema         feel free to steal it if you need one.
08:29 cait1            ashimema++
08:36 cait1            nugged: around maybe?
08:37 * nugged         popping up
08:38 nugged           cait1: what was the question?
08:43 cait1            ah great
08:43 cait1            i kow you are using elasticsearch
08:43 cait1            do you have some time exemple for a full rendex maybe?
08:43 ashimema         stats
08:43 cait1            around a million records
08:44 cait1            yes, how long it takes basically
08:44 ashimema         I imagine it very much depends on cluster size and things
08:46 cait1            nugged:  :)
08:46 nugged           it depends of cores, and how hardware organized, ram and is DB / ES separated to different machines too.
08:46 nugged           We have "all inside one machine" per customer, let me check, by very very very vague memories million records takes something let's say an hour. But this is very vague. Let me check in some time for details maybe I have some logs.
08:48 cait1            that estimate is already helpful, thanks!
09:23 ashimema         hoo.. I thought bug 30611 had just about made it for release..
09:23 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611 enhancement, P5 - low, ---, martin.renvoize, Passed QA , Add ability to trigger a patron password reset from the staff client
09:23 ashimema         oh well, it'll be an early one for 22.11 then
09:31 Joubu            anybody else seeing lot of that line in the log?
09:31 Joubu            Can't call method "process" on an undefined value at /kohadevbox/koha/misc/background_jobs_worker.pl line 124.
10:35 oleonard         o/
10:45 oleonard         cait1 around?
10:52 tcohen           morning
10:54 oleonard         Hi tcohen
11:07 tcohen           hey oleopard
11:07 wahanui          oleopard is probably confusing wahanui with alexa or siri
11:27 oleonard         wahanui: Shut down all the garbage smashers on the detention level
11:27 wahanui          oleonard: sorry...
11:34 cait1            oleonard: nor for a bit
11:34 cait1            nor = now
11:35 oleonard         Hi cait, I wanted to ask if you could re-test bug 30388? I just can't reproduce the problem you described
11:35 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30388 minor, P5 - low, ---, oleonard, Failed QA , Fix some errors in the template for ordering from a MARC file
11:38 cait1            I better not promise - I will try to, but might not get to it for a bit
11:38 cait1            maybe a third opinion?
11:38 oleonard         Sure. I'll add a comment and put it back to signed-off.
11:38 oleonard         Thanks
12:48 Joubu            tcohen: Don't we actually need a "minor enhancements" option on bugzilla to separate the real enhancements than the tiny/minors?
12:49 tcohen           Joubu: yes BUT still technical vs end-user oriented
12:49 tcohen           moving ES to the background jobs is not minor, but probably just confusing for end users
12:49 Joubu            tcohen: not necessarily, we can have the "real" tech enhacenemnt in the dedicated section of the release notes
12:50 alohabot         🎁 🐷 Koha '21.05.x' packages pushed to 'koha-staging' repo  🍫🍠🥓
12:50 tcohen           maybe we need a 'tech' flag on bugzilla
12:51 Joubu            or we can also use the "patch complexity" attribute
12:51 Joubu            (just trying to not add one more stuff there)
12:51 tcohen           I agree to keep things simple
12:52 tcohen           I'm just saying that all our customers require us to extract what's important from the release notes
12:52 tcohen           because there's too much that they don't know what it is about
12:52 tcohen           and that's fine for Theke, we can live with that
12:53 tcohen           but it is a sympthom the release notes need some user-oriented thinking/nehancement
12:53 tcohen           maybe just an editorial step from the documentation team
12:53 tcohen           or yeah, more options on BZ so things get organized differently
12:55 Joubu            flagging the enhancement we want to highlight in the release notes from the bug report itself seems the best approach to me
12:55 Joubu            and the easiest
12:55 Joubu            but that's something to do on push, not at the end of the release
12:55 Joubu            so, that's for the next RM
12:55 Joubu            donno who they are...
13:02 koha-jenkins     Project Koha_21.05_U18 build #182: SUCCESS in 37 min: https://jenkins.koha-community.org/job/Koha_21.05_U18/182/
13:04 cait1            we could all put them into Architectur plumbing
13:04 koha-jenkins     Project Koha_21.05_U20 build #194: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_21.05_U20/194/
13:04 cait1            i think easier to remove from release notes what's uninteresting then having to flag on bugzilla
13:04 cait1            much easier to miss soemthing with an approved list
13:17 koha-jenkins     Project Koha_21.05_D10 build #264: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_21.05_D10/264/
13:26 magnuse          two sites running off the same 21.11.04 code, one is ok, in the other it is impossible to change the categorycode of a patron. no errors in the ui or the logs, but the categorycode stays the same. anyone else seen that?
13:27 magnuse          the new categorycode is POST'ed along with other data
13:29 caroline         magnuse you mean that you change it then save and it's not changed?
13:29 magnuse          caroline: yes
13:31 caroline         does the categorycode have like hyphens or other non-alphanumeric characters? It's the only thing I've seen that bugs sometimes
13:33 magnuse          no, just ascii capitals, like ABCD
13:33 ashimema         release notes wise, we also go through them and drop loads before sending stuff out to customers
13:34 ashimema         I agree with adding flags to bugzilla to help refine whats in them
13:34 cait1            do other changes save?
13:34 cait1            maybe a hidden error?
13:34 ashimema         if we're going to start manually playing with them after creation lots then I think we just start again and drop the auto-generation.. else it's really easy to miss change when you generate them again just prior to release after that last patch you pushed
13:35 magnuse          cait1: yeah, for example sort1 saves just fine
13:36 caroline         I've noticed that in recent versions, the errors are mostly sent to my apache logs rather than the Koha logs. Everything looks normal in Koha logs, but apache logs have the error
13:36 caroline         might be something with my own installation though
13:36 koha-jenkins     Project Koha_21.05_U16 build #193: STILL UNSTABLE in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_21.05_U16/193/
13:38 magnuse          oh well, i'll have to look more tomorrow
13:38 magnuse          caroline++ cait++
13:40 ashimema         caroline, did you see my rebuild of the docs?
13:41 ashimema         https://koha-community.org/manual/21.11/en/html/cataloging.html#item-holdings-record-cataloging-guide
13:41 ashimema         vs
13:41 ashimema         https://koha-community.org/manual/22.05/en/html/cataloging.html#item-holdings-record-cataloging-guide
13:42 caroline         ashimema very nice!
13:42 ashimema         it's certainly not perfect, but I think it's mostly an improvement
13:42 ashimema         short of writing specific rules for each table though, it's not trivial to make them all look nice
13:43 caroline         definitely! I like that the table content is wrapped at least so it's not scrolling right into infinity and beyond
13:44 caroline         in which file do we have to change the link to 'latest'?
13:44 ashimema         yeah.. that's a bit annoying
13:44 ashimema         it's manual.. need wizzy to do it I think
13:45 ashimema         it kinda needs to happen as part of release team change
13:45 caroline         oh... :(
13:45 ashimema         which is also a reason we really should branch for the new release of the manual at the same time as we branch the code
13:45 wahanui          okay, ashimema.
13:47 koha-jenkins     Project Koha_21.05_D12 build #118: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_21.05_D12/118/
13:51 ashimema         yup, looks like it's a symlink.. I've let wizzy know.. but also suggested maybe she only updates it on 22.05 release now.. given that's iminent
13:51 caroline         thanks ashimema++
14:11 koha-jenkins     Project Koha_21.05_D12 build #119: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_21.05_D12/119/
14:15 koha-jenkins     Project Koha_21.05_D9 build #188: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_21.05_D9/188/
14:18 koha-jenkins     Project Koha_21.05_D11 build #217: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_21.05_D11/217/
14:33 oleonard-away    Hahaha my brain is so broken...
14:56 ashimema         ?
14:58 oleonard         In bug 30713 I blamed my ignorance of the "pastinclusive" option for Flatpickr on the mistaken belief that it had been added by Joubu  and I hadn't noticed.
14:58 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30713 minor, P5 - low, ---, koha-bugs, Needs Signoff , Patron entry should limit date of birth selection to dates in the past
14:58 oleonard         It was me and I forgot :D
14:59 oleonard         I wish that meant I understood Bug 30726
14:59 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30726 minor, P5 - low, ---, oleonard, NEW , Flatpickr's "yesterday" shortcut doesn't work if entry is limited to past dates
14:59 ashimema         hehe
15:04 reiveune         bye
15:17 koha-jenkins     Project Koha_21.05_D11 build #218: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_21.05_D11/218/
16:16 oleonard         Anyone awake?
16:20 bag              nope
16:21 oleonard         Fair enough.
16:21 * oleonard       tucks bag back in
16:22 bag              heh
16:25 kidclamp         oleonard++
16:28 koha-jenkins     Yippee, build fixed!
16:28 koha-jenkins     Project Koha_Master build #2021: FIXED in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master/2021/
16:28 wahanui          Congratulations!
19:19 alohabot         🎁 🐶 Koha '20.11.x' packages pushed to 'koha-staging' repo  🍆🥭🍙
19:38 koha-jenkins     Project Koha_20.11_U20 build #227: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/227/
19:43 koha-jenkins     Project Koha_20.11_U18 build #208: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/208/
19:54 koha-jenkins     Project Koha_20.11_U21 build #53: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/53/
20:06 koha-jenkins     Project Koha_20.11_U16 build #181: SUCCESS in 1 hr 5 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/181/
20:09 koha-jenkins     Project Koha_20.11_D10 build #216: SUCCESS in 31 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/216/
20:09 koha-jenkins     Project Koha_20.11_D11 build #244: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/244/
20:27 koha-jenkins     Project Koha_20.11_D9 build #211: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/211/
21:39 koha-jenkins     Project Koha_20.11_D9 build #212: SUCCESS in 1 hr 12 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/212/
22:58 tuxayo           Found a new rabbit hole: Try to split all the strings that end up in the translation platform like «%sEnter a new purchase suggestion%s %sPurchase suggestions%s › %s%s%sKoha online%s catalog»
22:58 tuxayo           I though it would be possible to rush that to finish what bug 29602 start. Soooo wrong, but still worth it.
22:58 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602 enhancement, P5 - low, ---, fridolin.somers, RESOLVED FIXED, We must be nicer with translators
23:05 tuxayo           That's basically touch all the IFs in templates.
23:10 dcook            @later tell ashimema just missed me - very busy night last night with all the things
23:10 huginn           dcook: The operation succeeded.