Time  Nick          Message
00:44 koha-jenkins  Project Koha_20.11_U20 build #152: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/152/
00:51 koha-jenkins  Project Koha_20.11_U18 build #142: SUCCESS in 43 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/142/
01:00 koha-jenkins  Project Koha_20.11_U21 build #6: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/6/
01:01 koha-jenkins  Project Koha_20.11_U_Stable build #53: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_20.11_U_Stable/53/
01:11 koha-jenkins  Project Koha_20.11_D10 build #157: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/157/
01:17 koha-jenkins  Project Koha_20.11_U16 build #129: SUCCESS in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/129/
01:21 koha-jenkins  Project Koha_20.11_D9 build #153: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/153/
01:31 koha-jenkins  Project Koha_20.11_U18 build #143: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/143/
01:53 koha-jenkins  Project Koha_20.11_U20 build #153: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/153/
01:58 koha-jenkins  Project Koha_20.11_D11 build #176: SUCCESS in 56 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/176/
02:02 koha-jenkins  Project Koha_20.11_D11 build #177: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/177/
02:56 koha-jenkins  Project Koha_20.11_U18 build #144: SUCCESS in 38 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/144/
03:00 koha-jenkins  Project Koha_20.11_U20 build #154: UNSTABLE in 41 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/154/
03:10 koha-jenkins  Project Koha_20.11_U21 build #7: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.11_U21/7/
03:13 koha-jenkins  Project Koha_20.11_U_Stable build #54: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.11_U_Stable/54/
03:22 koha-jenkins  Project Koha_20.11_D10 build #158: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_20.11_D10/158/
03:25 koha-jenkins  Project Koha_20.11_U16 build #130: UNSTABLE in 1 hr 9 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/130/
03:32 koha-jenkins  Project Koha_20.11_D9 build #154: SUCCESS in 36 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/154/
03:38 koha-jenkins  Yippee, build fixed!
03:38 wahanui       Congratulations!
03:38 koha-jenkins  Project Koha_20.11_U20 build #155: FIXED in 37 min: https://jenkins.koha-community.org/job/Koha_20.11_U20/155/
04:07 koha-jenkins  Project Koha_20.11_U18 build #145: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_20.11_U18/145/
04:08 koha-jenkins  Project Koha_20.11_D11 build #178: SUCCESS in 54 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/178/
04:14 koha-jenkins  Project Koha_20.11_D11 build #179: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_20.11_D11/179/
04:46 koha-jenkins  Project Koha_20.11_D9 build #155: SUCCESS in 1 hr 13 min: https://jenkins.koha-community.org/job/Koha_20.11_D9/155/
06:21 fridolin      hi ther
07:22 hugoagud      morning, some time ago, we have finxed the issue of integratin koha with office365, I share the fix just in case is useful for anybody else
07:23 hugoagud      It is a bug that Koha has, which is really due to the communication that Shibboleth and Apache have (along with plack that generates a mirror / reverse proxy). The problem is that when generating the environment variables in the "parent" instance and when redirecting (forward) to the "reverse proxy" it does NOT send / generate them.
07:23 hugoagud      The solution is to send / generate the environment variable that is generated in the parent apache instance to the mirror instance (plack / proxy reverse) by adding the following configuration in apache: RequestHeader set EMAILADDRESS %{emailaddress}e env=emailaddress
07:24 hugoagud      inside of /etc/koha/apache-shared-opac-plack.conf  /etc/koha/apache-shared-intranet-plack.conf
07:25 hugoagud      IMPORTANT: the name of the environment variable must match the one configured in the mapping of /etc/koha/sites/ecosur/koha-conf.xml since it is the one verified in "Auth_with_shibboleth.pm"
07:25 hugoagud      And likewise, it must match the attributes that are mapped when the IdP data is received in Shibboleth so that it generates the corresponding variables in Apache's parent environment.
07:25 hugoagud      I hope it hepls anybody
08:13 fridolin      hugoagud: you may create a wiki page https://wiki.koha-community.org/wiki/Main_Page
08:14 hugoagud      <fridolin> perhaps it is better to edit the current shibbolieh?
08:14 hugoagud      wiki page?
08:14 wahanui       wiki page is, like, easier to edit, both can exist
08:14 hugoagud      ok, I wil do
09:45 magnuse       finally getting around to trying koha-testing-docker
09:45 magnuse       looks like i have to run "ku" with sudo to make it work. is that expected?
09:52 magnuse       or rather, i have to run "sudo docker-compose up", since the root user does not know about the aliases
09:52 mtj           hi magnuse, try adding your user to docker group
09:53 magnuse       yeah, i ran "sudo usermod -aG docker ${USER}" but it does not seem to help
09:56 mtj           restart docker?
09:58 mtj           hmm, perhaps your file perms are now wonky
09:59 mtj           ..try a 'sudo docker system prune -a -f',  then 'ku' again
10:00 magnuse       reclaimed ~3GB
10:00 magnuse       then "ku" gives: Couldn't connect to Docker daemon at http+docker://localhost - is it running?
10:01 mtj           service docker restart
10:01 magnuse       same error
10:02 mtj           hmm, hwo about 'sudo service docker status' ?
10:04 magnuse       active running
10:05 cait1         ... and please update the documentation or make someone do it, as I will follow in your footsteps soon and I am already scared ;)
10:05 pastebot      "magnuse" at 127.0.0.1 pasted "sudo service docker status" (22 lines) at http://paste.koha-community.org/4657
10:05 magnuse       hehe, yeah that was sort of my plan
10:05 cait1         :)
10:08 mtj           magnuse: try kd, then ku
10:08 magnuse       with or without sudo?
10:09 mtj           without
10:09 mtj           export LOCAL_USER_ID=$(id -u)
10:09 magnuse       kd -> Couldn't connect to Docker daemon at http+docker://localhost - is it running?
10:10 magnuse       sudo kd -> sudo: kd: command not found
10:10 magnuse       same results after "export LOCAL_USER_ID=$(id -u)"
10:13 mtj           magnuse: ,,hmm, my docker status looks a bit different
10:14 magnuse       ok? i have not done anything to docker itself, just installed it
10:14 pastebot      "mtj" at 127.0.0.1 pasted "service docker status" (12 lines) at http://paste.koha-community.org/4660
10:14 mtj           Drop-In: /etc/systemd/system/docker.service.d
10:14 mtj           └─http-proxy.conf  <<<<<<
10:15 mtj           aah, i set my docker to use a cache/proxy - false alarm
10:17 mtj           magnuse:  what os and docker version are you running?
10:20 magnuse       Docker version 20.10.7, build 20.10.7-0ubuntu5~21.04.2
10:21 mtj           magnuse: what ubuntu version?
10:21 wahanui       i think ubuntu version is 19/04
10:21 magnuse       Ubuntu 21.04, i guess
10:22 ashimema      morning
10:23 mtj           magnuse: cat /etc/lsb-release
10:24 koha-jenkins  Yippee, build fixed!
10:24 wahanui       Congratulations!
10:24 koha-jenkins  Project Koha_20.11_U16 build #131: FIXED in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_20.11_U16/131/
10:26 magnuse       DISTRIB_DESCRIPTION="Ubuntu 21.04"
10:26 magnuse       it's a fresh install from a month or two back
10:27 ashimema      interesting.. I've never had to use sudo for ktd
10:27 mtj           hi cait1, ashimema :)
10:28 mtj           magnuse: i'll have a look at ktd on ubuntu-21.04
10:29 magnuse       mtj++
10:29 magnuse       i'll try again after lunch
10:32 cait1         I also have the newest Ubuntu version - so whatever youcome up with is porbably doubly useful :)
10:45 Filiosp       Anyone here have any experience/ideas in how to catalogue dissertations in Koha? or generally some resources to learn how it's done?
10:47 cait1         i think you want to look for the dissertation note
10:47 cait1         otherwise it's mostly like a monograph
10:48 cait1         @marc 502
10:48 huginn`       cait1: The designation of an academic dissertation or thesis and the institution to which it was presented. (A note that describes the relationship of a work to a dissertation or thesis is recorded in field 500). (Repeatable) [a,6,8]
10:48 cait1         it's a field where you put information on the institution etc. that's commonly used
10:48 cait1         and it displays in the record in Koha
10:48 cait1         Filiosp: ^
10:49 Filiosp       hm okay
10:55 mtj           magnuse: i had the same problem as you, but a reboot fixed the problem
10:56 mtj           magnuse: i guess the reboot was needed after the 'sudo usermod -aG docker ${USER}' command? weird
11:31 jinkerz       hello
11:31 jinkerz       Error 200 some command to diagnose what is happening
11:32 jinkerz       Centos 6
11:37 oleonard-away jinkerz: An error in Koha?
11:38 * magnuse     reboots
11:43 jinkerz       @oleonard-away Yes
11:43 huginn`       jinkerz: downloading the Perl source
11:45 magnuse       mtj: looks like rebooting did the trick! not sure exactly what problem it solved, though...
11:45 magnuse       in norwegian, ku = cow
11:45 magnuse       :-)
11:46 mtj           magnuse: i added the problem/fix to the docs  https://gitlab.com/koha-community/koha-testing-docker#problems
11:47 jinkerz       We have restarted the server 2 times and the error still persists
11:49 mtj           jinkerz: how do you generate the error? attempting to load a page?
11:50 mtj           jinkerz: have you made any changes to the system recently?
11:51 mtj           what koha version?
11:51 magnuse       mtj: awesome!
11:52 tcohen        good morning
11:52 magnuse       kia ora tcohen
11:55 jinkerz       @mtj no
11:55 huginn`       jinkerz: I've exhausted my database of quotes
11:55 tcohen        @mtj
11:55 huginn`       tcohen: I suck
11:55 tcohen        @mtj++
11:55 huginn`       tcohen: I've exhausted my database of quotes
11:56 tcohen        what's up with you, huginn`
11:56 magnuse       huginn` dislikes the @
11:56 huginn`       magnuse: I'll give you the answer just as soon as RDA is ready
11:56 wahanui       i already had it that way, huginn`.
11:56 tcohen        karma magnuse
11:56 wahanui       magnuse has karma of 35
11:56 tcohen        magnuse++
11:57 * magnuse     does not deserve a lot of karma these days
11:59 oleonard      jinkerz: What version of Koha are you using?
12:00 jinkerz       Can someone tell me where to see Koha diagnostic commands in Centos 6
12:01 magnuse       do i have to set KOHA_DOMAIN et al? i'm seeing --intranet-base-url http://kohadev-intra.myDNSname.org:8081 in the output
12:01 magnuse       looks like this error made everything stop too: Can't locate Email/Valid.pm in @INC
12:03 oleonard      jinkerz: What version of Koha are you using?
12:04 magnuse       then it show lots of "Compilation failed" errors, and hangs on "koha_koha_1 exited with code 1", without returning me to the prompt
12:06 mtj           magnuse: export KOHA_IMAGE=master
12:07 mtj           try starting ktd using the 'master' docker image (its buster)
12:08 mtj           thats all i have set, and it starts ok
12:08 mtj           ..set your koha repo to master/HEAD too
12:09 mtj           else... try a kd ; docker-compose pull ; ku
12:11 magnuse       mtj: i have KOHA_IMAGE=master
12:11 magnuse       ...in .env
12:14 tcohen        magnuse: pull
12:14 magnuse       mtj: "set your koha repo to master/HEAD" is that a setting, or just make sure the repo pointed to by SYNC_REPO is at the HEAD commit of the master branch?
12:14 tcohen        docker-compose pull
12:15 mtj           magnuse: correct
12:15 magnuse       i get "The CPAN variable is not set." is that relevant?
12:15 tcohen        the last bit of KTD that failed due to missing Email::Valid was the qa-test-tools
12:16 tcohen        the latest KTD shouldn't fail to load
12:16 tcohen        magnuse: it is not
12:16 mtj           magnuse: your .env can be unmodified  'cp env/defaults.env .env'
12:18 magnuse       looks like docker-compose or git pull on ktd solved it
12:18 mtj           aah, oops - except the SYNC_REPO
12:19 mtj           magnuse: docker-compose pull - would have grabbed a newer/fixed version
12:19 mtj           congrats 🍰
12:21 magnuse       thanks! but now it stopped at "Starting RabbitMQ Messaging Server: rabbitmq-server." is that expected?
12:26 mtj           yes, ive often thought we need a message saying.. 'KTD: booting finished... :0)'
12:27 mtj           tcohen: a good idea, hey? ^
12:28 magnuse       ah, what to do to get back the prompt, then? Ctrl+c? or do i leave it there and do stuff in another window/tab?
12:28 mtj           yeah, kshell in another term
12:28 magnuse       ah, ok
12:29 mtj           and ctrl-c to kill that KTD session - when needed
12:30 magnuse       gotcha
12:30 mtj           ask tcohen about 'kp/Start the whole thing, with mysql persistence'
12:31 magnuse       and it works! intranet and opac and kshell and ...
12:31 magnuse       mtj++
12:32 magnuse       but yeah, a message saying "done" would certainly be helpful for a n00b like me
12:34 mtj           magnuse++ tcohen++  🍕🙋🏻‍🍻
12:34 magnuse       tcohen++
12:34 mtj           yes agreed!!
12:35 magnuse       so, last n00b question for now, i hope: i'll be working on some ill stuff, both in koha and in a backend over the next weeks. so i want my ktd setup to survive reboots of mu laptop etc. what do i have to do to get that? is that the "mysql persistence" thing?
12:37 * magnuse     picks his unread copy of "Docker up & running" off the shelf
12:38 magnuse       oops, 2. edition from 2018...
12:48 amr_dallin    Hello. I am using koha 21.05.01.003 and am migrating from zebra to elasticsearch 6.8.20. Indexing authorities does not work.
12:49 amr_dallin    Use of uninitialized value $tag in hash element at /usr/share/perl5/MARC/Record.pm line 202.
12:49 amr_dallin    Use of uninitialized value $tag in regexp compilation at /usr/share/perl5/MARC/Record.pm line 206.
12:51 tcohen        magnuse: I usually start it with -d (dettached). And use docker logs -f koha_koha_1  to follow the progress
12:53 magnuse       thanks, i'll have a look at that
12:55 ashimema      ooh.. nice
12:55 ashimema      I'd never really thought to start with -d
12:55 ashimema      I tend to use tmux and have it sat running in a tab whilst I connect in another
12:55 koha-jenkins  Project Koha_21.05_U18 build #92: SUCCESS in 35 min: https://jenkins.koha-community.org/job/Koha_21.05_U18/92/
12:55 ashimema      but.. that is a bit wasteful in some regards
12:56 ashimema      what sort of persistence are you looking for
12:57 ashimema      I tend to treat k-t-d as pretty throw away
12:57 ashimema      I'm often resetting it after messing around with experiments and data
12:57 ashimema      so for me.. that's a strength
12:57 ashimema      I do all my coding, git etc outside of the docker
12:57 ashimema      so the persistence is there
12:58 ashimema      I can see use cases for persistent databases though
12:58 ashimema      which i think is certainly one of the options
13:00 tcohen        KTD is not designed (unfortunately) to be stopped/restarted correctly
13:01 magnuse       yeah, i have my code outside docker, but it would be nice to have a persistent database with settings, sample data etc
13:01 magnuse       tcohen: how does that (not) work?
13:02 koha-jenkins  Project Koha_21.05_U16 build #99: SUCCESS in 42 min: https://jenkins.koha-community.org/job/Koha_21.05_U16/99/
13:02 magnuse       looks like kp and kup are mutually exclusive?
13:02 tcohen        we should be more careful to check the existence of some configuration
13:02 tcohen        and even persist it, instead of running koha-create all the time
13:04 tcohen        I use KTD as ashimema, just destroy it and create new ones, run reset_all all the time inside of it
13:05 tcohen        on the mac, though, i'd like to be able to shut docker until I need it
13:05 tcohen        because Koha+Mac+Docker is a bad combination
13:07 oleonard      What do you mean by that tcohen ?
13:08 tcohen        Koha's git repo is too big for the poor performance of the (userspace) filesystem sync docker does between macOS and the underlying VM
13:08 tcohen        it works great, but has all your fans running for trivial qa -c 1 -v 2 runs, for example
13:09 tcohen        if you work on a small Node/PHP project it is all great
13:09 tcohen        Koha's repo and file count is massive :-D
13:09 oleonard      I must not tax it as much as you tcohen, I usually don't have that problem.
13:10 oleonard      I do have koha-es-1 spamming me with messages about "rerouting shards: [high disk watermark exceeded on one or more nodes]"
13:11 ashimema      Yeah... I'm often hitting the watermark
13:11 ashimema      small disk on a remote server where I run it..
13:11 ashimema      I've found I need to regularly prune all the things
13:11 ashimema      `docker system prune -af` is the king.. kill everything and start again kinda hammer
13:11 ashimema      that frequently wins me back in excess of 20gb of disk space
13:12 tcohen        oleonard: I'm interested on your setup then :-D
13:12 ashimema      which on a 40gb disk is huge
13:16 oleonard      ashimema maybe you can answer an ILL question for me...
13:17 oleonard      I'm chasing down a few stray datepicker instances and found in ill-requests.tt
13:17 domm          You can (and esp on a single node ES setup should) change the watermark settings
13:17 koha-jenkins  Project Koha_21.05_U21 build #20: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_21.05_U21/20/
13:17 ashimema      fire away
13:17 oleonard      ashimema: ...but I don't know how to get to that interface
13:18 ashimema      lol
13:18 ashimema      me either 😛
13:18 oleonard      :/
13:18 tcohen        you need to install an ILL backend
13:18 ashimema      yup
13:18 ashimema      maybe not even that
13:18 ashimema      just enable ILL
13:18 oleonard      I can get to ILL, I just don't know how to see that particular form. Like, at what step in the procedure is it.
13:19 ashimema      ill-requests.tt... is that not the main ILL page?
13:19 ashimema      the form in the left?
13:20 oleonard      query_type == 'check_out'
13:20 oleonard      Check out details
13:20 koha-jenkins  Project Koha_21.05_U20 build #101: SUCCESS in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_21.05_U20/101/
13:20 ashimema      humm
13:20 ashimema      I'm not sure then
13:21 * ashimema    uploaded an image: (54KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/BhKKkcVZlvydhNJkeMfGAWeG/screenshot-mrdev-zebra-staff.koha-ptfs.co.uk-2021.11.11-13_19_51.png >
13:21 ashimema      I thought you meant that
13:21 * ashimema    spots bug
13:21 oleonard      uh oh!
13:21 ashimema      tiny bug
13:22 ashimema      there's still a `&rsaquo;` after 'Home' on that page
13:22 oleonard      Oh yeah
13:23 ashimema      aha.. I think I see what you mean
13:23 ashimema      this isn't an area I worked on or have ever really looked at
13:23 ashimema      it's ILL item circulation
13:24 ashimema      I 'think' cait may have played with it?
13:28 koha-jenkins  Project Koha_21.05_D12 build #33: SUCCESS in 32 min: https://jenkins.koha-community.org/job/Koha_21.05_D12/33/
13:28 koha-jenkins  Project Koha_21.05_D10 build #139: SUCCESS in 1 hr 9 min: https://jenkins.koha-community.org/job/Koha_21.05_D10/139/
13:35 koha-jenkins  Project Koha_21.05_D9 build #95: SUCCESS in 1 hr 14 min: https://jenkins.koha-community.org/job/Koha_21.05_D9/95/
13:39 oleonard      cait1 around?
13:41 koha-jenkins  Project Koha_21.05_D11 build #115: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_21.05_D11/115/
13:49 tcohen        bbl
13:49 cait1         oleonard:  a bit :)
13:50 oleonard      Hi cait, I'm wondering if you know anything about the check-out part of ILL
13:50 oleonard      I see it in the template but I don't know how to get to it
13:52 ashimema      that reminds me
13:52 ashimema      did you see bug 29450 oleonard
13:52 huginn`       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29450 enhancement, P5 - low, ---, martin.renvoize, Needs Signoff , Allow flatPickr to instantiate in any order
13:53 ashimema      I think I described it really badly ☹️
13:53 oleonard      I did. It's on my list to test.
13:53 ashimema      and.. I've actually worked around it in my local code now anyway.. decided I didn't need to pre-populate the date pickers with values after all
13:54 ashimema      I'm not even sure if we have anywhere currently that has the start/end datepickr pair and pre-populates the start date input.
13:54 ashimema      cool..
14:02 koha-jenkins  Project Koha_21.05_U18 build #93: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_21.05_U18/93/
14:03 oleonard      I guess I COULD check the manual for ILL circ information :P
14:06 magnuse       lulz
14:07 magnuse       talking of which. the "table controls" above the main ill table is missing the little "search" box. anyone got a clue why?
14:07 magnuse       or maybe "little filter box"
14:08 ashimema      that table is somewhat funky in the way it's built
14:08 oleonard      magnuse: Maybe because it's available in the sidebar?
14:08 ashimema      tcohen and I have been meaning to take a look at making it a bit simpler at some point
14:08 ashimema      yeah.. got a feeling that's at least part of it
14:08 oleonard      (which doesn't work for me by the way... gives me an error)
14:09 ashimema      ho, dang
14:09 * ashimema    hasn't played with ILL in ages..
14:09 ashimema      I probably should ☹️
14:10 magnuse       ah, i sort of missed the one in the sidebar. but that doesn't have that nice "real time" feel :-)
14:10 * magnuse     has not looked at the circ stuff yet...
14:10 magnuse       but will be working on ill for a bit for the rest of the year
14:11 ashimema      In my bookings work I've got both..
14:11 ashimema      I have some date filters in the left side stuff.. with a submit
14:11 ashimema      and I have instant search by keyword above the table itself
14:11 ashimema      I like the mix..
14:12 ashimema      We could probably have done the same for ILL
14:12 ashimema      kinda "filter by facet' on the left and 'live search the already filtered set' above the table
14:16 koha-jenkins  Project Koha_21.05_U_Stable build #91: SUCCESS in 55 min: https://jenkins.koha-community.org/job/Koha_21.05_U_Stable/91/
14:16 koha-jenkins  Project Koha_21.05_U16 build #100: SUCCESS in 59 min: https://jenkins.koha-community.org/job/Koha_21.05_U16/100/
14:19 koha-jenkins  Project Koha_21.05_D12 build #34: UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_21.05_D12/34/
14:25 koha-jenkins  Project Koha_21.05_U20 build #102: SUCCESS in 50 min: https://jenkins.koha-community.org/job/Koha_21.05_U20/102/
14:31 koha-jenkins  Project Koha_21.05_D10 build #140: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_21.05_D10/140/
14:35 koha-jenkins  Project Koha_21.05_U21 build #21: SUCCESS in 33 min: https://jenkins.koha-community.org/job/Koha_21.05_U21/21/
15:08 oleonard      ashimema++
15:13 ashimema      we need more davidnind's
15:14 cait1         cloning?
15:14 * ashimema    doesn't look at the NSO queue as often as he should.. concentrates on the NQA one..
15:14 wahanui       cloning is blocked on : POST git-upload-pack (177 bytes)
15:14 cait1         ah, that's why, thx wahanui
15:14 cait1         oleonard: still interested in ILL checkout?
15:14 * oleonard    whispers into the void, Bug 29212
15:14 huginn`       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212 enhancement, P5 - low, ---, oleonard, Signed Off , Use Flatpickr on OPAC pages
15:15 cait1         oleonard: you need to have the backend installed and the pref turned on for ILL and the checkout
15:15 oleonard      cait1: I got it figured out
15:15 cait1         ah... oh. sorry!
15:15 cait1         and good you did
15:15 oleonard      cait1: I read this new thing, I think it's called, uh... THE MANUAL
15:15 cait1         oooooh
15:15 cait1         you have to show me one day :)
15:15 oleonard      I RTFMed myself.
15:16 cait1         lol
15:16 ashimema      lol
15:17 koha-jenkins  Project Koha_21.05_D9 build #96: SUCCESS in 1 hr 0 min: https://jenkins.koha-community.org/job/Koha_21.05_D9/96/
15:17 ashimema      we have allot of tiny patches in the queue.. one's I feel can just be straight QA'd..
15:17 ashimema      shame that very very few people pick those up.. is it only me who has the confidence to do that?
15:18 cait1         i think it's a mix
15:18 * ashimema    is talking 'trivials' and 'minors' with like minimal character changes ;)
15:18 cait1         a lot of those that get stuck are architecture/script ones
15:18 ashimema      mm
15:18 ashimema      suppose so
15:18 ashimema      point me at any
15:18 cait1         usually, the others get tested ok'ish
15:18 cait1         sort by last change date? :)
15:19 * ashimema    is sorting by severity + patch complexity today..
15:19 ashimema      I can get through a whole bunch pretty quick with that sorting
15:19 koha-jenkins  Project Koha_21.05_D10 build #141: SUCCESS in 1 hr 3 min: https://jenkins.koha-community.org/job/Koha_21.05_D10/141/
15:19 cait1         true
15:19 cait1         just pointing out, the last changed oldest date is march 2020 :(
15:19 cait1         which is a pity because it sounds interesting
15:20 cait1         bug 23450
15:20 huginn`       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23450 enhancement, P5 - low, ---, alexbuckley, Needs Signoff , Display issue and subscription price for each issue in subscription tab of /catalogue/detail.pl
15:20 ashimema      sooo many 'trivials' that can easily be tested and passed.. and if not.. marked as not so trivial 😉
15:20 cait1         there are actually a ton of 2020 ones in the NQA
15:20 cait1         we should really promote sign offs more .(
15:20 ashimema      there are loads of 2020 still around
15:20 ashimema      NSO or NQA?
15:20 cait1         30 nqa form 2020
15:21 cait1         argh nso
15:22 ashimema      humm
15:22 ashimema      what are you sorted on?
15:22 cait1         last changed
15:22 cait1         if wel ooked for first set to nso it's probbly worse
15:23 ashimema      I don't see any last changed in the NQA queue
15:23 ashimema      in 2020 that is..
15:23 ashimema      earliest I see if 2021-10-03
15:23 ashimema      https://bugs.koha-community.org/bugzilla3/buglist.cgi?bug_status=Signed%20Off&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cshort_desc%2Copendate%2Cchangeddate%2Cbug_severity%2Ccf_patch_complexity&known_name=Signed%20Off&list_id=391612&order=changeddate%2Copendate%20DESC%2Cbug_severity%20DESC%2Cassigned_to%20DESC%2Cbug_status%2Cpriority%2Cbug_id&query_based_on=Signed%20Off&query_format=advanced
15:23 ashimema      am i looking at a different list to you?
15:24 cait1         did you check from the dahsboard?
15:24 ashimema      I did
15:24 cait1         i am looking at nso
15:24 ashimema      oh
15:24 cait1         you look at nqa .)
15:24 ashimema      you said the NQA
15:24 cait1         yes Idid
15:24 ashimema      I've was doing NSO..
15:24 cait1         but then I changed my mind :P
15:24 oleonard      Bug 29459
15:24 huginn`       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29459 enhancement, P5 - low, ---, oleonard, Needs Signoff , Replace some missed datetimepickers in circulation templates with Flatpickr
15:24 ashimema      but then you said nqa had a bunch of really old ones so I switched
15:25 ashimema      hehe
15:25 cait1         sorry, it's getting late afternoon here
15:25 ashimema      nice one going through this stuff oleonard
15:26 oleonard      I tried to upgrade jQuery and realized we needed to upgrade jQueryUI and realized we needed to remove jQueryUI datepicker and realized we missed some datepickers.
15:27 ashimema      lol
15:27 ashimema      I'm always falling head first down rabbit holes like that
15:31 oleonard      It felt weirdly nostalgic to resurrect Bug 11873.
15:31 huginn`       Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11873 normal, P5 - low, ---, oleonard, Needs Signoff , Upgrade jstree jQuery plugin to the latest version
15:32 ashimema      lol
15:32 ashimema      going through the old stuff is a trip down memory lane
15:32 ashimema      I keep coming accross bugs I wrote patches for and then promptly entirely forgot about.
15:33 oleonard      Every time I see a bug I patched or even just commented on and don't remember it I come one step closer to becoming a pile of dusty bones.
15:35 * ashimema    wishes there was more history on the dashboard..
15:36 ashimema      I live the monthly leaderboards and annual ones.. but I'd love to see them also set against prior months/years
15:36 ashimema      I have no idea if my stats have gone down or up at an annual scale.. guessing down.
15:37 ashimema      360 SO's this year for David.. that's darn good going
15:37 oleonard      Wow
15:38 ashimema      to put that into context
15:38 ashimema      he's single handedly done 25% of this years testing!
15:39 ashimema      24.8% if you want to be pedantic 😉
15:39 oleonard      It's amazing and also worrisome, like we should hire a bodyguard for him.
15:39 ashimema      OK.. that obviously only counts the first run SO testing.. but yeah.. still amazing
15:40 ashimema      assuming they don't do certificates for contributors this year at kohacon.. who knows aye.. I'm so tempted to come up with a few myself and send them around the world 😉
15:40 ashimema      mine from kohacon20 is pride of place on my office wall.. it's the little things
15:42 ashimema      wow.. QA numbers are fun to look at too
15:43 ashimema      cait would say she's had a bad year QA wise I reckon... but she's still done just over 30% of the years total!
15:43 * ashimema    is using dashboard numbers which don't necessarily highlight hours spent.. just pure numbers.. but I think it counts
15:50 oleonard      I definitely feel like I've done fewer signoffs lately, but I've been submitting patches to make up for it.
15:51 ashimema      you're right up there in the lists too oleonard 😉
15:51 ashimema      and submissions are just as important
15:51 ashimema      sorry I don't manage to always keep them flowing through quickly
15:52 oleonard      Kudos also to Barbara Johnson who is the next-highest on the list of signers who aren't devs.
15:56 ashimema      hell yes 🙂
15:56 ashimema      really good to highlight that point.
16:14 cait1         Barbara++ :)
16:14 cait1         and yes, i AM having a bad year and lots of those were the small ones
16:14 cait1         ashimema, marcelr, kohaputti do the hard stuff usually
16:15 ashimema      we should celebrate people more
16:16 cait1         we can always start with the little things, adding a thank you on the bug or so - something we all can do
16:17 ashimema      indeed