← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
00:48 | inlibro joined #koha | |
00:55 | ribasushi joined #koha | |
01:48 | inlibro joined #koha | |
02:48 | inlibro joined #koha | |
03:11 | mtj joined #koha | |
03:21 | alohalog` joined #koha | |
03:21 | Topic for #koha is now Welcome to #koha this channel is for discussion of the Koha project and software https://koha-community.org | |
03:45 | dcook joined #koha | |
03:49 | inlibro joined #koha | |
04:05 | ribasushi joined #koha | |
04:27 | dcook_ joined #koha | |
04:34 | dcook__ joined #koha | |
04:49 | inlibro joined #koha | |
04:57 | dcook joined #koha | |
05:01 | dcook_ joined #koha | |
05:11 | dcook joined #koha | |
05:17 | dcook_ joined #koha | |
05:21 | dcook joined #koha | |
05:31 | dcook joined #koha | |
05:49 | inlibro joined #koha | |
06:13 | dcook_ joined #koha | |
06:19 | dcook__ joined #koha | |
06:49 | inlibro joined #koha | |
07:11 | fridolin joined #koha | |
07:11 | fridolin | hi |
07:32 | reiveune joined #koha | |
07:32 | lds joined #koha | |
07:32 | reiveune | hello |
07:35 | alex_a joined #koha | |
07:35 | alex_a | Bonjour |
07:35 | wahanui | niihau, alex_a |
07:37 | paul_p joined #koha | |
07:45 | sophie_m joined #koha | |
07:50 | inlibro joined #koha | |
08:01 | cait joined #koha | |
08:01 | did joined #koha | |
08:27 | fridolin joined #koha | |
08:32 | koha-jenkins | Project Koha_Master_D9 build #1589: FAILURE in 4 min 20 sec: https://jenkins.koha-community[…]a_Master_D9/1589/ |
08:37 | ashimema | morning koha |
08:39 | ciat around yet this morning? | |
08:40 | Joubu | mtj: the changes you made for light.yml didn't work see https://jenkins.koha-community[…]r_D9/1589/console - only few tests were executed |
08:40 | and hi #koha | |
08:40 | ashimema | morning Joubu |
08:48 | magnuse | ashimema: you might have more luck looking for cait |
08:48 | ;-) | |
08:48 | ashimema | oop |
08:50 | inlibro joined #koha | |
08:51 | nlegrand joined #koha | |
08:51 | nlegrand | Goedemorgen! |
09:00 | mtj | hi Joubu, yes |
09:00 | there is some progress here ... https://jenkins.koha-community[…]Master_D10_Light/ | |
09:01 | cait joined #koha | |
09:02 | cait | not really around I'm afraid today |
09:02 | I was plannign too, but now i am going to have guests :) | |
09:02 | mtj | there still seems to be a funny problem with 'find | xargs prove' not processing all *.t files |
09:03 | hi cait :) | |
09:03 | ashimema | have a lovely day cait.. |
09:03 | cait | hi mtj :) |
09:03 | ashimema | I see you were busy over the weekend... I have another full inbox |
09:03 | cait | the transit ones give me a headache - maybe you could try my test plan and see what you think? |
09:04 | when i wrote Library... i meant that i went to that library's page on hte transfer rules page to make the setting described | |
09:30 | magnuse | cait++ |
09:45 | Joubu | cait2: 27597 - you need to share the error you have in the logs |
09:50 | inlibro joined #koha | |
09:51 | koha-jenkins | Project Koha_Master_D9 build #1590: STILL FAILING in 43 min: https://jenkins.koha-community[…]a_Master_D9/1590/ |
09:59 | cait joined #koha | |
10:07 | tcohen | bonjour |
10:07 | ashimema | mornin' tcohen |
10:15 | Joubu | tcohen: Hola |
10:15 | wahanui | hi, Joubu |
10:15 | Joubu | tcohen: 10:51:09 koha_1 | # at t/db_dependent/api/v1/acquisitions_vendors.t line 112. |
10:15 | 10:51:09 koha_1 | DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_kohadev`.`vendor_edi_accounts`, CONSTRAINT `vfk_vendor_id` FOREIGN KEY (`vendor_id`) REFERENCES `aqbooksellers` (`id`)) [for Statement "DELETE FROM `aqbooksellers`"] at /kohadevbox/koha/Koha/Objects.pm line 208 | |
10:15 | did you see that one already? | |
10:15 | I don't remember pushing something related to that recently | |
10:16 | looks like we are missing a "on delete cascade" on vendor_edi_accounts | |
10:17 | tcohen | in which setup does that fail? |
10:18 | (hola Joubu) | |
10:19 | * ashimema | realised the other day that edi-messages aren't cleaned up by cleanup_database.. we should probably add that |
10:19 | Joubu | tcohen: https://jenkins.koha-community[…]/1590/consoleFull |
10:19 | tcohen | it is what ashimema just said |
10:19 | haha | |
10:19 | Joubu | ? |
10:19 | tcohen | maybe there's some tests that are leaving things ther |
10:20 | Joubu | yes, but edi is not tested... |
10:20 | ashimema | lol |
10:20 | Joubu | we shouldn't have anything in vendor_edi_accounts after a test suite run |
10:20 | tcohen | if there's no trigger to delete edi accounts |
10:20 | Joubu | but yeah, that's the only explanation |
10:20 | however no new code caused it.. | |
10:21 | anyway, will open a bug to report it | |
10:21 | tcohen | aren't you changing the order in which tests are run? |
10:21 | ashimema | :) |
10:21 | I tohught we had -s in our prove for ages anyways | |
10:21 | Joubu | tests are run in shuffle mode |
10:21 | tcohen | those tests shouldn't fail if there are edi vendors |
10:21 | ashimema | does that not randomize the order? |
10:21 | tcohen | I thought Joubu was struggling to get -s back |
10:22 | ashimema | or did I mis-read something |
10:22 | tcohen | witth xargs |
10:22 | ashimema | ah.. i see |
10:22 | tcohen | but I see that is being done on a separate task on jenkins |
10:22 | * ashimema | will be quiet.. he's clearly behind on the conversation |
10:22 | tcohen | nevermind |
10:23 | Joubu | bug 27892 (fir |
10:23 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=27892 minor, P5 - low, ---, chris, NEW , api/v1/acquisitions_vendors.t is failing randomly |
10:23 | Joubu | bug 27892 (for the record) |
10:23 | ashimema | :) |
10:23 | Joubu | tcohen: it's working now, see you email |
10:23 | your* | |
10:23 | tcohen | kk |
10:23 | :-D | |
10:30 | aqbasket is also missing ON DELETE triggers | |
10:50 | inlibro joined #koha | |
10:57 | reiveune joined #koha | |
11:01 | dcook_ joined #koha | |
11:01 | reiveune joined #koha | |
11:02 | enkidu joined #koha | |
11:02 | enkidu | Hi all, I hope everyone is OK. |
11:02 | reiveune joined #koha | |
11:05 | reiveune joined #koha | |
11:11 | cait joined #koha | |
11:22 | reiveune joined #koha | |
11:50 | inlibro joined #koha | |
12:50 | inlibro joined #koha | |
12:58 | did joined #koha | |
13:04 | khall joined #koha | |
13:11 | AndrewFH joined #koha | |
13:27 | Dyrcona joined #koha | |
13:31 | khall joined #koha | |
13:51 | inlibro joined #koha | |
13:54 | alex_a joined #koha | |
13:54 | enkidu | Hello again, I'm trying to give some permissions to many users and I could do it easily just updating the flags in borrowers table before. It is not easy as before I think. Any suggestion? |
13:56 | ashimema | give https://github.com/bywatersolu[…]missions-modifier a try perhaps enkidu ? |
13:59 | enkidu | Thanks ashimema I'll look at it. I'd prefer to do through database queries of course. |
14:00 | ashimema | personally.. I've always found it 'fun' to do in the database.. flags and permissions aren't all that intuitive as they stand |
14:02 | caroline joined #koha | |
14:03 | Mary joined #koha | |
14:03 | Mary | hi everyone, i have a question regarding the Holds module. the user makes a hold and we receive an email. but then in the holds queue how should i finish the process? i can't find any option on how to do it. thank you all very much. |
14:12 | Joubu | @later tell rangi can you merge and apply https://gitlab.com/koha-commun[…]erge_requests/113 please? |
14:12 | huginn | Joubu: The operation succeeded. |
14:14 | Joubu | @later tell mtj Master_U16 is still failing because of YAML::XS deps, can you double check 27673 comment 25? |
14:14 | huginn | Joubu: The operation succeeded. |
14:18 | caroline joined #koha | |
14:18 | huginn | News from kohagit: Bug 27886: Move non-rancor code into correct section <https://git.koha-community.org[…]6962bcdc85e58d5b8> |
14:18 | News from kohagit: Bug 27058: (follow-up) Clarify notforloan checks with a comment <https://git.koha-community.org[…]c7838d7d5e888e596> | |
14:18 | News from kohagit: Bug 27058: Add test for IsAvailableForItemLevelRequest and notforloan <https://git.koha-community.org[…]41aff7bcb848d69c0> | |
14:18 | News from kohagit: Bug 26964: Newly created macros should be selected in the Advanced editor <https://git.koha-community.org[…]3b48e09e42e6b0eab> | |
14:18 | News from kohagit: Bug 27058: Remove confusing and unnecessary $biblionumber1 variable <https://git.koha-community.org[…]231b1943f25f7820d> | |
14:18 | News from kohagit: Bug 27650: Fix variable passed to the template in opac-main <https://git.koha-community.org[…]eaddf6af0c429d1c7> | |
14:18 | News from kohagit: Bug 27058: Add test to show ordered items cannot be checked out <https://git.koha-community.org[…]c7fd875cf75b8a476> | |
14:18 | News from kohagit: Bug 27058: Make checkout availability use all notforloan reasons <https://git.koha-community.org[…]9bebaa4c562761456> | |
14:24 | Joubu | @later tell mtj why do we need U2010? |
14:24 | huginn | Joubu: The operation succeeded. |
14:25 | koha-jenkins | Project Koha_Master_D10_CPAN build #264: FAILURE in 5 min 57 sec: https://jenkins.koha-community[…]ter_D10_CPAN/264/ |
14:25 | Project Koha_Master_D11 build #229: FAILURE in 4 min 8 sec: https://jenkins.koha-community[…]a_Master_D11/229/ | |
14:51 | inlibro joined #koha | |
14:51 | marie-luce joined #koha | |
14:56 | koha-jenkins | Project Koha_Master_D9 build #1591: STILL FAILING in 37 min: https://jenkins.koha-community[…]a_Master_D9/1591/ |
15:08 | Project Koha_Master build #1591: STILL FAILING in 49 min: https://jenkins.koha-community[…]Koha_Master/1591/ | |
15:10 | khall joined #koha | |
15:15 | koha-jenkins | Project Koha_Master_U2010 build #123: FAILURE in 49 min: https://jenkins.koha-community[…]Master_U2010/123/ |
15:16 | khall joined #koha | |
15:23 | Joubu | AndrewFH: seen that failure: not ok 1 - Files should not contain merge markers (./koha-tmpl/intranet-tmpl/prog/js/basket.js )? |
15:23 | wahanui | I haven't seen 'that', Joubu |
15:24 | AndrewFH | oops, how'd that sneak in? Will find and remove, thanks! |
15:25 | Joubu | AndrewFH: and installer/data/mysql/updatedatabase.pl |
15:25 | is broken | |
15:25 | 16:14:10 koha_1 | # Failed test 'Test::Perl::Critic for "installer/data/mysql/updatedatabase.pl"' | |
15:25 | commit fa3c0a4cda34a1d7b0d7a008077fd458e4c8e676 (origin/20.05.x) | |
15:26 | AndrewFH | clearly I'm not hitting the ground running this morning |
15:31 | cait joined #koha | |
15:31 | koha-jenkins | Project Koha_Master_D9_MDB_Latest build #539: FAILURE in 35 min: https://jenkins.koha-community[…]9_MDB_Latest/539/ |
15:37 | Project Koha_Master_D9_My8 build #523: FAILURE in 1 hr 8 min: https://jenkins.koha-community[…]aster_D9_My8/523/ | |
15:38 | ashimema | did you see https://gitlab.com/koha-commun[…]erge_requests/112 Joubu? |
15:38 | rangi seems to be struggling to keep up on dashboard at the moment :( | |
15:39 | the one's been option at least a month. | |
15:39 | tcohen | is it dockerized? |
15:39 | ashimema | nope |
15:39 | tcohen | can I? |
15:39 | hahha | |
15:39 | ashimema | it's sat on the bugzilla server and needs direct access to the bugzilla dv |
15:39 | that's why I've not done it already ;) | |
15:39 | I'd love to take over management of it | |
15:39 | tcohen | we could just use some continuous delivery setup |
15:40 | ashimema | bug anything on the bugs server is in rangi's domain and his domain only :| |
15:40 | that's not a bad idea | |
15:40 | tcohen | approved+merged+pass tests => update in production |
15:40 | ashimema | tests... hahaha |
15:42 | Joubu | we could ask rangi to cron a pull |
15:42 | ugly but easy | |
15:43 | I am at lost completely, the builds are failing since I did the switch to "light". | |
15:44 | looks like the "letter" table content is removed (bad transaction handling?) | |
15:44 | but I cannot recreate the problem (I run the tests locally with a count(*) between each) | |
15:44 | and I didn't push something related to that recently | |
15:44 | that's weird | |
15:45 | well, I pushed bug 12224 that is related, but double-checked it already | |
15:45 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=12224 enhancement, P5 - low, ---, aleisha, Pushed to master , Allow easy printing of patron check-in slip |
15:46 | * cait | waves |
15:47 | koha-jenkins | Project Koha_Master_D11 build #230: STILL FAILING in 43 min: https://jenkins.koha-community[…]a_Master_D11/230/ |
15:47 | ashimema | weird |
15:50 | * ashimema | is dreading working on bug 27801 |
15:50 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=27801 major, P5 - low, ---, martin.renvoize, NEW , Entering multiple lines of an item in Point of Sale can make the Collect Payment field off |
15:51 | inlibro joined #koha | |
15:57 | koha-jenkins | Project Koha_20.05_D10 build #252: STILL UNSTABLE in 49 min: https://jenkins.koha-community[…]ha_20.05_D10/252/ |
16:01 | Project Koha_20.05_D9 build #250: FAILURE in 45 min: https://jenkins.koha-community[…]oha_20.05_D9/250/ | |
16:03 | Project Koha_20.05_U18 build #117: FAILURE in 31 min: https://jenkins.koha-community[…]ha_20.05_U18/117/ | |
16:15 | fridolin left #koha | |
16:19 | cait | @later tell oleonard i'd like to ask about some things in noticed in the opac, can you maybe ping me when around? |
16:19 | huginn | cait: The operation succeeded. |
16:25 | koha-jenkins | Project Koha_20.05_U16 build #256: FAILURE in 37 min: https://jenkins.koha-community[…]ha_20.05_U16/256/ |
16:33 | Project Koha_20.05_U20 build #284: FAILURE in 55 min: https://jenkins.koha-community[…]ha_20.05_U20/284/ | |
16:38 | Project Koha_20.11_U2010 build #50: FAILURE in 34 min: https://jenkins.koha-community[…]a_20.11_U2010/50/ | |
16:44 | Project Koha_20.05_U2010 build #148: FAILURE in 43 min: https://jenkins.koha-community[…]_20.05_U2010/148/ | |
16:47 | Project Koha_Master_U2010 build #124: STILL FAILING in 49 min: https://jenkins.koha-community[…]Master_U2010/124/ | |
16:51 | inlibro joined #koha | |
17:05 | koha-jenkins | Project Koha_20.11_U20 build #54: FAILURE in 49 min: https://jenkins.koha-community[…]oha_20.11_U20/54/ |
17:06 | Project Koha_20.11_U18 build #50: FAILURE in 41 min: https://jenkins.koha-community[…]oha_20.11_U18/50/ | |
17:06 | mtj: Bug 26363: Remove tmp file during package build (follow-up) | |
17:06 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=26363 major, P1 - high, ---, dcook, RESOLVED FIXED, Provide a systemd unit file for background_jobs_worker |
17:15 | koha-jenkins | Project Koha_20.11_D11 build #83: FAILURE in 37 min: https://jenkins.koha-community[…]oha_20.11_D11/83/ |
17:31 | Project Koha_20.11_U16 build #54: FAILURE in 46 min: https://jenkins.koha-community[…]oha_20.11_U16/54/ | |
17:34 | Project Koha_20.11_D9 build #71: FAILURE in 1 hr 1 min: https://jenkins.koha-community[…]Koha_20.11_D9/71/ | |
17:38 | reiveune | bye |
17:38 | reiveune left #koha | |
17:40 | koha-jenkins | Project Koha_20.11_D10 build #70: UNSTABLE in 53 min: https://jenkins.koha-community[…]oha_20.11_D10/70/ |
17:40 | mtj: Bug 26363: Remove tmp file during package build (follow-up) | |
17:40 | huginn | Bug https://bugs.koha-community.or[…]_bug.cgi?id=26363 major, P1 - high, ---, dcook, RESOLVED FIXED, Provide a systemd unit file for background_jobs_worker |
17:43 | koha-jenkins | Project Koha_20.05_U18 build #118: STILL FAILING in 36 min: https://jenkins.koha-community[…]ha_20.05_U18/118/ |
17:49 | Project Koha_20.05_D9 build #251: STILL FAILING in 43 min: https://jenkins.koha-community[…]oha_20.05_D9/251/ | |
17:51 | inlibro joined #koha | |
17:52 | enkidu left #koha | |
18:13 | khall joined #koha | |
18:13 | koha-jenkins | Project Koha_20.05_U16 build #257: STILL FAILING in 42 min: https://jenkins.koha-community[…]ha_20.05_U16/257/ |
18:19 | Project Koha_20.05_U2010 build #149: STILL FAILING in 36 min: https://jenkins.koha-community[…]_20.05_U2010/149/ | |
18:21 | Project Koha_20.11_U16 build #55: STILL FAILING in 33 min: https://jenkins.koha-community[…]oha_20.11_U16/55/ | |
18:28 | Yippee, build fixed! | |
18:28 | wahanui | Congratulations! |
18:28 | koha-jenkins | Project Koha_20.05_D10 build #253: FIXED in 47 min: https://jenkins.koha-community[…]ha_20.05_D10/253/ |
18:30 | Project Koha_20.05_U20 build #285: STILL FAILING in 55 min: https://jenkins.koha-community[…]ha_20.05_U20/285/ | |
18:35 | Project Koha_20.11_D11 build #84: STILL FAILING in 46 min: https://jenkins.koha-community[…]oha_20.11_D11/84/ | |
18:52 | inlibro joined #koha | |
19:01 | koha-jenkins | Project Koha_20.11_D9 build #72: STILL FAILING in 47 min: https://jenkins.koha-community[…]Koha_20.11_D9/72/ |
19:52 | inlibro joined #koha | |
20:10 | rangi | Joubu: and ashimema its mostly that my mail is so noisy i just dont even see merge requests |
20:12 | ill write a job to watch the requests | |
20:13 | also we could build a pipline to deploy | |
20:13 | then you could merge and it would just deploy | |
20:17 | merged | |
20:25 | ashimema | Thanks rangi |
20:26 | Hope I didn't sound too grumpy earlier... Wasn't meant that way but realise re-reading it could have sounded it. | |
20:27 | Wow.. what happened to Jenkins.. don't think I've ever seen so much red.. | |
20:28 | One for tomorrow me thinks.. probably more of our 'lighteneing' efforts not working quiet as expected | |
20:35 | did joined #koha | |
20:52 | inlibro joined #koha | |
21:36 | caroline | cait, oleonard, ashimema, Joubu, magnuse if you need to add to the agenda for the cookbook meeting on friday https://wiki.koha-community.or[…]ing_12_march_2021 |
21:37 | also https://wiki.koha-community.or[…]iki/Koha_cookbook | |
21:46 | rangi | ashimema: all good, i knew what you meant :) |
21:52 | inlibro joined #koha | |
22:52 | inlibro joined #koha | |
23:44 | marie-luce joined #koha | |
23:44 | dcook_ joined #koha | |
23:44 | rangi joined #koha | |
23:53 | inlibro joined #koha | |
23:56 | matts_ joined #koha |
← Previous day | Today | Next day → | Search | Index