Time |
S |
Nick |
Message |
00:24 |
|
|
bdonnahue2 joined #koha |
01:22 |
|
|
khall joined #koha |
01:57 |
|
koha-jenkins |
Project Koha_19.11_D9 build #346: SUCCESS in 31 min: https://jenkins.koha-community[…]oha_19.11_D9/346/ |
02:04 |
|
koha-jenkins |
Project Koha_19.11_U20 build #230: ABORTED in 38 min: https://jenkins.koha-community[…]ha_19.11_U20/230/ |
02:05 |
|
koha-jenkins |
Project Koha_19.11_U18 build #331: SUCCESS in 40 min: https://jenkins.koha-community[…]ha_19.11_U18/331/ |
02:06 |
|
koha-jenkins |
Project Koha_19.11_D8 build #404: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_19.11_D8/404/ |
02:07 |
|
koha-jenkins |
Project Koha_19.11_U16 build #92: SUCCESS in 42 min: https://jenkins.koha-community[…]oha_19.11_U16/92/ |
02:10 |
|
koha-jenkins |
Project Koha_19.11_U2010 build #29: SUCCESS in 41 min: https://jenkins.koha-community[…]a_19.11_U2010/29/ |
02:52 |
|
koha-jenkins |
Yippee, build fixed! |
02:52 |
|
koha-jenkins |
Project Koha_19.11_D10 build #182: FIXED in 44 min: https://jenkins.koha-community[…]ha_19.11_D10/182/ |
03:33 |
|
koha-jenkins |
Project Koha_19.11_D10 build #183: SUCCESS in 41 min: https://jenkins.koha-community[…]ha_19.11_D10/183/ |
04:55 |
|
koha-jenkins |
Project Koha_19.11_U20 build #231: SUCCESS in 35 min: https://jenkins.koha-community[…]ha_19.11_U20/231/ |
05:58 |
|
|
sophie_m joined #koha |
06:03 |
|
|
did joined #koha |
06:34 |
|
|
reiveune joined #koha |
06:34 |
|
reiveune |
hello |
06:53 |
|
|
alex_a joined #koha |
06:54 |
|
alex_a |
Bonjour |
06:56 |
|
|
cait joined #koha |
07:36 |
|
|
petrova joined #koha |
08:17 |
|
petrova |
Hello mates. We found big inefficiency in unbless (and bug): our action_log database table grown in a few weeks from 4Gb to 35 Gigabytes with all the rest of database tables were 4Gb only all together – that happened because action_log item MODIFY records started to be 370Kb each, instead of 1Kb in an optimal way, so dozen of thousands of changed items nowadays eaten out all disk space fast. This was caused by the "unblessed" me |
08:17 |
|
petrova |
thod Dump, fix and reason fully explained here: |
08:17 |
|
petrova |
https://bugs.koha-community.or[…]_bug.cgi?id=28700 |
08:17 |
|
huginn |
Bug 28700: enhancement, P5 - low, ---, stalkernoid, Needs Signoff , "Unblessed" method in Object.pm has blessed values for keys in some cases |
08:17 |
|
petrova |
Obviously we don't need a full DateTime object dump ("TZ/locale" and other data from DateTime object). |
08:17 |
|
petrova |
And more: with full indentation, which increased the log size even, there's a separate proposal to even more compact action_log: |
08:18 |
|
petrova |
https://bugs.koha-community.or[…]_bug.cgi?id=28692 |
08:18 |
|
huginn |
Bug 28692: enhancement, P5 - low, ---, stalkernoid, Needs Signoff , Reduce DB action_log table size |
08:18 |
|
petrova |
... so, because this ->unblessed method is used in many other places, I am asking for collective analysis is this the proper way solution I proposed, but to add arguments I can say that we anyway not expected to be something blessed inside unblessed results, so anyway with blessed DateTime values it gets "stringified" somewhere else on the go or acts unexpectedly, so my "forced-strigify" solution should be optimal prevention of ac |
08:18 |
|
petrova |
tion_log filling and from getting blessed data, also warning for the unknown case when another object type in "blessed" value will be passed will help us to detect further issues. Asking for critics or signing off. |
08:20 |
|
paxed |
hm. XML::Simple is pretty much deprecated. at least C4/SIP/Sip/Configuration.pm uses it |
08:29 |
|
|
marcelr joined #koha |
08:29 |
|
marcelr |
hi #koha |
08:32 |
|
Joubu |
bug 7170 |
08:33 |
|
huginn |
Bug https://bugs.koha-community.or[…]w_bug.cgi?id=7170 normal, P3, ---, gmcharlt, NEW , Remove use of XML::Simple |
09:26 |
|
Joubu |
@later tell oleonard could you have a look at bug 28679? |
09:26 |
|
huginn |
Joubu: The operation succeeded. |
09:28 |
|
Joubu |
ashimema: did you see bug 28696? Seems bad.. |
09:28 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=28696 normal, P5 - low, ---, koha-bugs, NEW , Point of sale: attempting to pay with the "Enter" key cause an overcharge in the database |
09:36 |
|
marcelr |
Joubu 28660 is yours again |
09:49 |
|
ashimema |
Ooh, no. Hadn't seen that one |
10:36 |
|
tcohen |
morning |
10:46 |
|
|
did joined #koha |
10:51 |
|
|
petrova joined #koha |
11:06 |
|
|
khall joined #koha |
11:15 |
|
|
lmstrandatdesk joined #koha |
11:25 |
|
|
oleonard joined #koha |
11:29 |
|
|
marcelr joined #koha |
11:34 |
|
|
petrova joined #koha |
12:02 |
|
oleonard |
o/ |
12:04 |
|
|
khall_ joined #koha |
12:14 |
|
oleonard |
Joubu: I'm looking at Bug 28679 now |
12:14 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=28679 major, P5 - low, ---, oleonard, NEW , Unable to click "Log in to your account" when GoogleOpenIDConnect is enabled |
12:19 |
|
Joubu |
thx oleonard! |
12:19 |
|
Joubu |
tcohen: Hola, bug 11879 last comment? |
12:19 |
|
huginn |
Bug https://bugs.koha-community.or[…]_bug.cgi?id=11879 enhancement, P5 - low, ---, bin.wen, Passed QA , Add a new field to patron record: main contact method |
12:33 |
|
tcohen |
(y) |
12:47 |
|
cait |
hm is that last thing a smiley? |
12:49 |
|
tcohen |
thumb up? |
12:49 |
|
tcohen |
I already commented |
12:57 |
|
oleonard |
Anyone know what might cause this error after checking out 20.05.x? "Auth ERROR: Cannot get_session() at /kohadevbox/koha/C4/Auth.pm line 987" |
12:59 |
|
Joubu |
oleonard: yes |
12:59 |
|
Joubu |
install libyaml-syck-perl |
12:59 |
|
Joubu |
and |
12:59 |
|
Joubu |
libcgi-session-serialize-yaml-perl |
13:00 |
|
Joubu |
you get it because you are using a code that is using libs that are not installed |
13:00 |
|
oleonard |
Thanks Joubu I caught the first one but not the second one |
13:00 |
|
Joubu |
the error is bad because we didn't display the correct upstream error |
13:11 |
|
|
lukeG joined #koha |
13:22 |
|
|
marie-luce joined #koha |
13:26 |
|
|
Dyrcona joined #koha |
13:47 |
|
|
lukeG1 joined #koha |
13:53 |
|
|
khall joined #koha |
13:54 |
|
huginn |
News from kohagit: Bug 20472: DBRev 21.06.00.010 <https://git.koha-community.org[…]e14df9bb9855c19e2> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: DBRev 21.06.00.009 <https://git.koha-community.org[…]12b048cc84a46cd0d> |
13:54 |
|
huginn |
News from kohagit: Bug 27445: Compiled CSS changes <https://git.koha-community.org[…]2d1234ac56a73bd8b> |
13:54 |
|
huginn |
News from kohagit: Bug 27873: Compiled CSS changes <https://git.koha-community.org[…]e8bd34f833a2b7610> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: DBIC schema changes <https://git.koha-community.org[…]2bfc2d59c23099afc> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: Add kohastructure changes <https://git.koha-community.org[…]cfba9cc6cd4d226e5> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: Make DB rev idempotent <https://git.koha-community.org[…]f07252c5004e1d0ed> |
13:54 |
|
huginn |
News from kohagit: Bug 28177: (follow-up) Add time to date column <https://git.koha-community.org[…]28bcc80f4aba69fad> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: (QA follow-up) Add few TT filters <https://git.koha-community.org[…]3f68877ed11a8a813> |
13:54 |
|
huginn |
News from kohagit: Bug 28636: Add POD to t:lib::Mocks <https://git.koha-community.org[…]ab77c94d039e613fc> |
13:54 |
|
huginn |
News from kohagit: Bug 28175: (follow-up) Preselect correct category after search <https://git.koha-community.org[…]18ee55ea31be6349b> |
13:54 |
|
huginn |
News from kohagit: Bug 28384: Add 'no_items' option to TransformMarcToKoha <https://git.koha-community.org[…]e1a93d9f71e993160> |
13:54 |
|
huginn |
News from kohagit: Bug 28175: (follow-up) Adapt layout when there are no upload categories <https://git.koha-community.org[…]449b9ffdad24872e1> |
13:54 |
|
huginn |
News from kohagit: Bug 28177: Add date column and column configuration to uploads <https://git.koha-community.org[…]048501e13e87c5f86> |
13:54 |
|
huginn |
News from kohagit: Bug 28175: Usability improvements to uploads page <https://git.koha-community.org[…]9fb314fe6df345b57> |
13:54 |
|
huginn |
News from kohagit: Bug 27873: Improve message consistency: checkout and patron detail pages <https://git.koha-community.org[…]51b404e5f964e1758> |
13:54 |
|
huginn |
News from kohagit: Bug 27985: Add option to send a record to batch modification from details page <https://git.koha-community.org[…]c0b2833ec1def3ad9> |
13:54 |
|
huginn |
News from kohagit: Bug 27445: OPAC header tweaks for non-JavaScript users <https://git.koha-community.org[…]62689a3e4cdff0bef> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: Update translated AR notices <https://git.koha-community.org[…]d93e0d8c34ed44a8e> |
13:54 |
|
huginn |
News from kohagit: Bug 20472: Add format to sample notices <https://git.koha-community.org[…]e389fdafbe66559da> |
13:55 |
|
Joubu |
oleonard: thanks! |
14:06 |
|
koha-jenkins |
Project Koha_Master_D11 build #335: FAILURE in 9 min 54 sec: https://jenkins.koha-community[…]a_Master_D11/335/ |
14:12 |
|
|
khall_ joined #koha |
14:34 |
|
koha-jenkins |
Project Koha_Master_D9 build #1701: UNSTABLE in 40 min: https://jenkins.koha-community[…]a_Master_D9/1701/ |
14:42 |
|
koha-jenkins |
Project Koha_Master_U20 build #141: STILL UNSTABLE in 48 min: https://jenkins.koha-community[…]a_Master_U20/141/ |
14:54 |
|
koha-jenkins |
Project Koha_Master_U_Stable build #207: UNSTABLE in 57 min: https://jenkins.koha-community[…]ter_U_Stable/207/ |
15:03 |
|
koha-jenkins |
Project Koha_Master_D10_CPAN build #373: UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]ter_D10_CPAN/373/ |
15:04 |
|
koha-jenkins |
Project Koha_Master build #1703: UNSTABLE in 1 hr 9 min: https://jenkins.koha-community[…]Koha_Master/1703/ |
15:08 |
|
koha-jenkins |
Project Koha_Master_D9_MDB_Latest build #629: UNSTABLE in 33 min: https://jenkins.koha-community[…]9_MDB_Latest/629/ |
15:09 |
|
koha-jenkins |
Project Koha_Master_D9_My8 build #606: UNSTABLE in 1 hr 2 min: https://jenkins.koha-community[…]aster_D9_My8/606/ |
15:15 |
|
koha-jenkins |
Project Koha_Master_D10_CPAN build #374: STILL UNSTABLE in 39 min: https://jenkins.koha-community[…]ter_D10_CPAN/374/ |
15:20 |
|
|
lukeG joined #koha |
15:30 |
|
koha-jenkins |
Project Koha_Master_D11 build #336: NOW UNSTABLE in 47 min: https://jenkins.koha-community[…]a_Master_D11/336/ |
15:39 |
|
|
oleonard_ joined #koha |
15:43 |
|
|
oleonard__ joined #koha |
15:56 |
|
koha-jenkins |
Project Koha_Master build #1704: STILL UNSTABLE in 52 min: https://jenkins.koha-community[…]Koha_Master/1704/ |
15:56 |
|
|
oleonard joined #koha |
15:57 |
|
koha-jenkins |
Project Koha_Master_D9 build #1702: STILL UNSTABLE in 1 hr 2 min: https://jenkins.koha-community[…]a_Master_D9/1702/ |
16:07 |
|
|
did joined #koha |
16:08 |
|
reiveune |
bye |
16:08 |
|
|
reiveune left #koha |
16:10 |
|
|
oleonard_ joined #koha |
16:20 |
|
oleonard_ |
Power keeps flickering here. Strange because it's by no means the hottest it has been lately... |
16:37 |
|
koha-jenkins |
Project Koha_Master_D9_My8 build #607: STILL UNSTABLE in 1 hr 28 min: https://jenkins.koha-community[…]aster_D9_My8/607/ |
16:57 |
|
|
cait left #koha |
17:10 |
|
|
oleonard joined #koha |
17:10 |
|
|
khall joined #koha |
17:21 |
|
|
khall joined #koha |
17:53 |
|
tuxayo |
oleonard: hi :) The massive use of AC could cause power shortages? |
17:53 |
|
oleonard |
Theoretically |
18:09 |
|
|
khall joined #koha |
18:28 |
|
tuxayo |
Is there any part of Koha more critical and complex than holds? |
18:39 |
|
|
oleonard joined #koha |
19:39 |
|
|
oleonard joined #koha |
19:40 |
|
tuxayo |
(huge mistake to not commit 100% time when developing something that is in the core of hold) |
20:08 |
|
|
khall joined #koha |
21:13 |
|
|
khall joined #koha |
21:14 |
|
|
khall joined #koha |
21:15 |
|
|
khall joined #koha |
21:17 |
|
|
khall joined #koha |
21:20 |
|
|
khall joined #koha |
21:21 |
|
|
alexbuckley joined #koha |
21:22 |
|
|
khall joined #koha |
21:24 |
|
|
khall joined #koha |
21:25 |
|
|
khall joined #koha |
21:28 |
|
|
khall joined #koha |
21:32 |
|
|
khall joined #koha |
21:34 |
|
|
khall joined #koha |
21:38 |
|
|
khall joined #koha |
21:39 |
|
|
khall joined #koha |
21:43 |
|
|
khall joined #koha |
21:47 |
|
|
khall joined #koha |
21:50 |
|
|
khall joined #koha |
21:53 |
|
|
khall joined #koha |
21:54 |
|
|
khall joined #koha |
21:55 |
|
|
khall joined #koha |
21:56 |
|
|
khall joined #koha |
21:59 |
|
|
khall joined #koha |
22:00 |
|
|
khall joined #koha |
22:03 |
|
|
khall joined #koha |
22:04 |
|
|
khall joined #koha |
22:05 |
|
|
khall joined #koha |
22:09 |
|
|
khall joined #koha |
22:10 |
|
|
khall joined #koha |
22:12 |
|
|
khall joined #koha |
22:13 |
|
|
khall joined #koha |
22:16 |
|
|
khall joined #koha |
22:17 |
|
|
khall joined #koha |
22:18 |
|
|
khall joined #koha |
22:20 |
|
|
khall joined #koha |
22:21 |
|
|
khall joined #koha |
22:22 |
|
|
khall joined #koha |
22:25 |
|
|
khall joined #koha |
22:26 |
|
|
khall joined #koha |
22:27 |
|
|
khall joined #koha |
22:31 |
|
|
khall joined #koha |
22:32 |
|
|
khall joined #koha |
22:33 |
|
|
khall joined #koha |
22:35 |
|
|
khall joined #koha |
22:41 |
|
|
khall joined #koha |
22:42 |
|
|
khall joined #koha |
22:45 |
|
|
khall joined #koha |
22:45 |
|
|
khall joined #koha |
22:47 |
|
|
khall joined #koha |
22:47 |
|
|
khall joined #koha |
22:50 |
|
|
khall joined #koha |
22:51 |
|
|
khall joined #koha |
22:54 |
|
|
khall joined #koha |
22:56 |
|
|
khall joined #koha |
22:57 |
|
|
khall joined #koha |
22:58 |
|
|
khall joined #koha |
23:00 |
|
|
khall joined #koha |
23:03 |
|
|
khall joined #koha |
23:06 |
|
|
khall joined #koha |
23:07 |
|
|
khall joined #koha |
23:09 |
|
|
khall joined #koha |
23:11 |
|
|
khall joined #koha |
23:13 |
|
|
khall joined #koha |
23:14 |
|
|
khall joined #koha |
23:16 |
|
|
khall joined #koha |
23:18 |
|
|
khall joined #koha |
23:19 |
|
|
khall joined #koha |
23:20 |
|
|
khall joined #koha |
23:22 |
|
|
khall joined #koha |
23:23 |
|
|
khall joined #koha |
23:26 |
|
|
khall joined #koha |
23:28 |
|
|
khall joined #koha |
23:29 |
|
|
khall joined #koha |
23:30 |
|
|
khall joined #koha |
23:32 |
|
|
khall joined #koha |
23:34 |
|
|
khall joined #koha |
23:35 |
|
|
khall joined #koha |
23:36 |
|
|
khall joined #koha |
23:39 |
|
|
khall joined #koha |
23:42 |
|
|
khall joined #koha |
23:43 |
|
|
khall joined #koha |
23:45 |
|
|
khall joined #koha |
23:45 |
|
|
khall joined #koha |
23:47 |
|
|
khall joined #koha |
23:49 |
|
|
khall joined #koha |
23:51 |
|
|
khall joined #koha |
23:52 |
|
|
khall joined #koha |
23:53 |
|
|
khall joined #koha |
23:55 |
|
|
khall joined #koha |
23:58 |
|
|
khall joined #koha |