Time |
Nick |
Message |
00:16 |
|
Jillianne joined #evergreen |
04:31 |
pinesol_green |
News from qatests: Test Success <http://testing.evergreen-ils.org/~live> |
06:40 |
|
rlefaive joined #evergreen |
07:06 |
|
JBoyer joined #evergreen |
07:19 |
|
rjackson_isl joined #evergreen |
07:25 |
|
agoben joined #evergreen |
08:33 |
|
collum joined #evergreen |
08:49 |
|
mmorgan joined #evergreen |
08:53 |
|
bos20k joined #evergreen |
09:05 |
|
Dyrcona joined #evergreen |
09:07 |
|
kmlussier joined #evergreen |
09:13 |
|
yboston joined #evergreen |
09:24 |
|
jvwoolf joined #evergreen |
09:25 |
|
jvwoolf left #evergreen |
09:28 |
|
jvwoolf joined #evergreen |
10:02 |
|
mmorgan1 joined #evergreen |
10:04 |
pinesol_green |
[opensrf|Graham Billiau] LP#1704090: ensure make install respects DESTDIR - <http://git.evergreen-ils.org/?p=OpenSRF.git;a=commit;h=e88891b> |
10:51 |
pastebot |
"gmcharlt" at 64.57.241.14 pasted "for feedback - is this in fact easier to understand?" (12 lines) at http://paste.evergreen-ils.org/579 |
10:51 |
bshum |
gmcharlt: were not or may not? |
10:51 |
gmcharlt |
bshum: in this context, definitely were not |
10:51 |
bshum |
It sounds clearer to me |
10:53 |
Dyrcona |
Bit wordy, but it is very clear to me. |
10:55 |
Dyrcona |
I think I'd make it 3 sentences and drop the "so." |
10:55 |
berick |
and need to fix "while you editing it" |
10:55 |
Dyrcona |
Ha! My brain fixed that for me. :) |
10:56 |
Dyrcona |
brerick's_brain++ :) |
10:56 |
gmcharlt |
"Patron record was modified by another user while you were editing it. Your changes were not saved; please reapply them" |
10:56 |
Dyrcona |
yeah, that works for me. |
10:57 |
berick |
gmcharlt++ # usability |
10:57 |
gmcharlt |
thanks, folks |
10:57 |
* gmcharlt |
will run with it and push it along with my signoff for bug 1694529 |
10:58 |
pinesol_green |
Launchpad bug 1694529 in Evergreen "Webstaff: Claims returned/neverchecked clobbered by edit in alt tab" [Undecided,New] https://launchpad.net/bugs/1694529 - Assigned to Galen Charlton (gmc) |
11:03 |
kmlussier |
gmcharlt++ |
11:06 |
pinesol_green |
[evergreen|Bill Erickson] LP#1694529 Claims returned updates patron last-xact-id - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=3c2e915> |
11:06 |
pinesol_green |
[evergreen|Bill Erickson] LP#1694529 Claims never checked out updates patron last-xact-id - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=b746411> |
11:06 |
pinesol_green |
[evergreen|Bill Erickson] LP#1694529 Patron editor friendly xact ID collision alert - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=a2f33fe> |
11:06 |
pinesol_green |
[evergreen|Galen Charlton] LP#1694529: tweak wording of collision alert message - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=b9add58> |
11:36 |
|
mmorgan joined #evergreen |
11:46 |
pinesol_green |
[evergreen|Kathy Lussier] LP#1706365: cursor for record menu items should be a pointer - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=0e9f297> |
12:02 |
|
khuckins joined #evergreen |
12:11 |
|
csharp joined #evergreen |
12:37 |
csharp |
@band add Berick's Brain |
12:37 |
pinesol_green |
csharp: Band 'Berick's Brain' added to list |
12:40 |
csharp |
yowza... any way to speed up reports that need fields from record_attr? I had a report that returned valid results but took ~23 hours to complete (which is an improvement over the one the end user created) |
12:41 |
csharp |
her attempts were getting killed by PG replication |
12:41 |
csharp |
(after many hours) |
12:49 |
miker |
csharp: not easily... I suspect a special operator or transform backed by a custom function may be required. the has been "denormalize[d] 'til it hurts", as they say, and is not reporting-shaped |
12:49 |
miker |
s/the has/the data has/ |
12:50 |
Dyrcona |
Is metabib.record_attr_vector_list available in the reporter? |
12:50 |
Dyrcona |
That was my first thought. |
12:50 |
* Dyrcona |
wrote many queries using mravl n the past. |
12:51 |
* Dyrcona |
likes typing mravl. :) |
13:00 |
miker |
Dyrcona: it may be ... but it's not very reporter-friendly. ;) |
13:01 |
Dyrcona |
miker: Yeah. I recall having to use functions to match things up properly. |
13:01 |
Dyrcona |
Something idx(value) > -1 or the like. |
13:02 |
Dyrcona |
Well, it's missing an argument, but... |
13:09 |
csharp |
miker: thanks ;-) |
13:10 |
* csharp |
read "denormalize[d]" as "demoralized" and thought "yep" |
13:11 |
Dyrcona |
heh |
13:13 |
JBoyer |
That's how I'm feeling trying to expose the publication date as an int to the reporter. |
13:13 |
|
Jillianne joined #evergreen |
13:22 |
miker |
JBoyer: you may be able to use the sorter verison of pub date for that ... maybe. IIRC, the sort extractor int-normalizes them I believe |
13:23 |
JBoyer |
miker, in config.something_something ? |
13:23 |
miker |
metabib.record_sorter |
13:24 |
miker |
on a large data set I get 0 rows for select * from metabib.record_sorter where attr = 'pubdate' and value !~ '^\d+$'; ... so I think I'm right about normalization |
13:25 |
JBoyer |
Ah. Same here. |
13:25 |
JBoyer |
So it looks like reporter.simple_record_extracts just needs a nudge in that direction, and the materialized table that reporter.super_simple_record is based on needs a little more care. |
13:56 |
|
patric___ joined #evergreen |
14:31 |
|
khuckins joined #evergreen |
14:31 |
pinesol_green |
[evergreen|Dan Scott] LP#1681095 Set aggressive default cache expires timelines - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=1cb0d8c> |
14:31 |
pinesol_green |
[evergreen|Dan Scott] LP#1681095 Browser cache-busting key for longer expires - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=647a0d2> |
14:31 |
pinesol_green |
[evergreen|Galen Charlton] LP#1681095: add cache-busting to a couple more links - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=b4d40fc> |
14:31 |
pinesol_green |
[evergreen|Galen Charlton] LP#1681095: fix TT syntax error - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=9392f2a> |
14:31 |
pinesol_green |
[evergreen|Galen Charlton] LP#1681095: add release notes - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=8474754> |
14:49 |
berick |
grabbing 1048 for bug 1704873 |
14:49 |
pinesol_green |
Launchpad bug 1704873 in Evergreen "webstaff item print labels" [Undecided,Confirmed] https://launchpad.net/bugs/1704873 - Assigned to Bill Erickson (berick) |
14:55 |
pinesol_green |
[evergreen|Jason Etheridge] LP#1704873 webstaff: label printing - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=6922069> |
14:55 |
pinesol_green |
[evergreen|Jason Etheridge] LP#1704873 webstaff: item label setting stickiness - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=308c232> |
14:55 |
pinesol_green |
[evergreen|Bill Erickson] LP#1704873 Stamping SQL upgrade for print labels - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=95f46e1> |
15:00 |
phasefx |
berick++ abneiman++ |
15:03 |
pinesol_green |
[evergreen|Jeff Davis] LP#1693851: Fix hardcoded paths in srfsh support scripts - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=98fc4af> |
15:06 |
dbs |
gmcharlt: thanks for the additional eyes and thoughts on cache-busting - been vacationing for a few weeks and am in conference mode now but will try to get back to EG stuff soon (next weekish) |
15:06 |
gmcharlt |
dbs++ # glad to hear it! |
15:31 |
JBoyer |
csharp++ |
15:32 |
* JBoyer |
feels a dufus because he forgot to disable transparent_hugepages on the db, explaining all manner of "random" slowdowns in otherwise simple Qs. |
15:32 |
JBoyer |
Looked at an email csharp sent to the lists ages ago and was reminded. |
16:09 |
csharp |
JBoyer: glad it was helpful :-) |
16:24 |
Dyrcona |
jeff: Thought you might like to know that after I installed my branches for Lp 1542495 and Lp 1463943 my phpsip2 test script runs great. It was apparently a UTF-8 character causing it to crash. |
16:24 |
pinesol_green |
Launchpad bug 1542495 in SIPServer "OpenILS::SIP::clean_text() can crash" [Undecided,Confirmed] https://launchpad.net/bugs/1542495 |
16:24 |
pinesol_green |
Launchpad bug 1463943 in SIPServer "Non-ascii Unicode characters in messages cause SIP client problems" [Undecided,Confirmed] https://launchpad.net/bugs/1463943 |
16:25 |
gmcharlt |
Dyrcona: coordinates of that test script? |
16:26 |
Dyrcona |
gmcharlt: It's not a test script that one could integrate into Evergreen, but I put it on pastebin. Let me check my logs. |
16:26 |
gmcharlt |
Dyrcona: thanks! |
16:27 |
Dyrcona |
gmcharlt: https://pastebin.com/5jm9m2h3 |
16:28 |
* gmcharlt |
claims 1049 in the name of the too few journal publishers who never, ever, ever change their titles everywhere! |
16:29 |
Dyrcona |
It was written to test some SIP2 fine item details changes, but incidentally tests those branches as well. :) |
16:31 |
pinesol_green |
News from qatests: Test Failure <http://testing.evergreen-ils.org/~live> |
16:32 |
gmcharlt |
*cough* |
16:32 |
gmcharlt |
I'll deal with that test failure |
16:33 |
Dyrcona |
:) |
16:33 |
Dyrcona |
It doesn't look too bad. |
16:33 |
gmcharlt |
yeah, easy-peasy |
16:39 |
pinesol_green |
[evergreen|Michele Morgan] LP#1075401: adjust two fields in the legacy Serials Copy Template editor - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=27cec68> |
16:39 |
pinesol_green |
[evergreen|Michele Morgan] LP 1075401 - Upgrade script to nullify existing bad data - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=838f30e> |
16:39 |
pinesol_green |
[evergreen|Galen Charlton] LP#1075401: stamp DB update - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=ad9f052> |
16:39 |
pinesol_green |
[evergreen|Galen Charlton] LP#1075401: add release notes entry - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=3ad807f> |
16:39 |
pinesol_green |
[evergreen|Galen Charlton] LP#1681095: (follow-up) fix a template syntax error - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=96b1d32> |
16:41 |
Dyrcona |
gmcharlt++ |
17:03 |
|
mmorgan left #evergreen |
17:15 |
|
jvwoolf left #evergreen |