Time |
Nick |
Message |
05:19 |
|
sleary joined #evergreen |
07:10 |
|
collum joined #evergreen |
08:27 |
|
mantis1 joined #evergreen |
08:36 |
|
mmorgan joined #evergreen |
08:49 |
|
smayo joined #evergreen |
08:53 |
Stompro |
Does anyone remember how to clear out hatch's storage? I somehow have duplicate workstaton data stored in hatch, which breaks the workstation registration screen. Uninstall and Reinstall didn't remove the entries. |
08:56 |
Stompro |
Nevermind, I spoke too soon, switching to the Angular workstation editor allowed me to finally get rid of the duplicate. |
09:01 |
|
sleary joined #evergreen |
09:03 |
|
dguarrac joined #evergreen |
09:34 |
|
Dyrcona joined #evergreen |
09:59 |
|
redavis joined #evergreen |
10:01 |
|
terranm joined #evergreen |
10:02 |
redavis |
terranm, good morning. Can you link the FF spreadsheet here? |
10:04 |
terranm |
Sure thing! https://docs.google.com/spreadsheets/d/1D4LiBJZzyeuczWCwYhG0VdaJ4UlK5CaTMKg4mO_hH2U/edit#gid=0 |
10:04 |
redavis |
Thanks :D |
10:20 |
redavis |
terranm, added signoff to https://bugs.launchpad.net/evergreen/+bug/1944717 |
10:20 |
pinesol |
Launchpad bug 1944717 in Evergreen "Add ability to double-click on patron notes" [Wishlist,Confirmed] |
10:32 |
terranm |
redavis++ cool beans, thx |
10:41 |
redavis |
mmorgan, looking at https://bugs.launchpad.net/evergreen/+bug/1956241. In the patch, it says it adds it maps the missing permission to the concerto circ administrator and circulator permission groups. I'm only seeing it in the circulator permission group. BUT I think the main goal of the patch is to add the permissions. If I'm understanding that correctly, I think it's ready for a sign off. |
10:41 |
pinesol |
Launchpad bug 1956241 in Evergreen "Hold Groups: Staff Users Cannot View Patron Hold Groups" [Medium,Confirmed] |
10:46 |
mmorgan |
redavis: Yes, the goal was to add the permission to some permission groups that made sense, esp for testing. Not sure why the circ admin didn't get them. |
10:48 |
redavis |
++, sign off added |
10:49 |
redavis |
Though Elizabeth Davis (not to be confused with Ruth Elizabeth Davis) did testing before me. |
10:49 |
mmorgan |
redavis++ |
11:03 |
|
briank joined #evergreen |
11:03 |
|
Dyrcona joined #evergreen |
11:10 |
redavis |
woohoo! Used the Axe DevTools and was able to run an accessibility test! |
11:10 |
terranm |
I noted in my comment that the seed data SQL and the upgrade SQL aren't consistent. It doesn't prevent it from working properly in production, but could be a little confusing for test servers. |
11:10 |
redavis |
terranm+ |
11:10 |
redavis |
terranm++ also |
11:16 |
|
Rogan joined #evergreen |
11:49 |
redavis |
terranm, I added some commenting to https://bugs.launchpad.net/evergreen/+bug/1887869. I think it needs just a little additional work. |
11:49 |
pinesol |
Launchpad bug 1887869 in Evergreen 3.11 "Web Staff Client - Accessibility and the Item Edits Page" [Medium,Confirmed] |
11:54 |
Dyrcona |
redavis++ |
12:01 |
|
Rogan joined #evergreen |
12:10 |
|
jihpringle joined #evergreen |
12:13 |
|
jblyberg7 joined #evergreen |
12:21 |
Dyrcona |
Y'know what? I'm done with captchas. If a site asks me to solve a puzzle or some crap, I'm going away and not coming back. So, how is this relevant here? Well, it means no bug report on MARC::Records' RT. Well, let's see what happens if I sign in, first. |
12:24 |
Dyrcona |
It wants you to solve a puzzle to logout of "guest." I know they've had issues with spam, but I'm so sick of "proving" that I'm human. (Also, turns out that bots are better at solving some of the puzzles than humans, so they consider failure to be success, too.) |
12:31 |
pinesol |
News from commits: LP2039612: regression test for creating carousels <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=b418f2dfa8b9ec16d132b74c25c240480d2b5ed0> |
12:31 |
pinesol |
News from commits: LP2039612: Fix Carousel create / edit <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=00bd4c88d60fedaf1a39a7d34a24f0c2e2bd2c00> |
12:34 |
|
collum joined #evergreen |
12:39 |
redavis |
terranm, have signed off on several of the accessibility LP tickets on terran-main.gapines.org. Gonna peace out for while. Maybe the day. Back at it tomorrow as time allows. |
12:52 |
|
collum joined #evergreen |
13:14 |
|
Bmagic joined #evergreen |
13:17 |
|
dluch joined #evergreen |
13:20 |
|
scottangel joined #evergreen |
13:28 |
terranm |
redavis++ |
14:06 |
Dyrcona |
Does anyone use an actual SSL certificate with PostgreSQL, or do we all use the "snakeoil" self-signed certificate? (I should probably ask over in #postgresql.) |
14:10 |
Dyrcona |
Interesting. Even the non-validating SSL connection fails when connection over an ssh tunnel. Bet I have to disable host name verification in the properties, too. |
14:12 |
Dyrcona |
Nope. Just lower the sslverifymode to verify-ca. |
14:20 |
|
smayo joined #evergreen |
14:21 |
Dyrcona |
Well, that basically disables hostname verifiction. |
14:21 |
Dyrcona |
verifiction? Sure.... It's verifiction.... ;) |
14:24 |
smayo |
Where would I push a commit that fixes a problem that's only in one of the release branches? (3.10, specifically) |
14:25 |
Dyrcona |
smayo: Is there a Lp bug? |
14:25 |
smayo |
https://bugs.launchpad.net/evergreen/+bug/2042962 |
14:25 |
pinesol |
Launchpad bug 2042962 in Evergreen "Hours of Operation Always Displays All Closed Tooltip " [Undecided,New] |
14:26 |
Dyrcona |
Basically, you'd push it to a working branch same as always, maybe have the branch name end with _rel_3_10 or something like that. |
14:27 |
Dyrcona |
We have had different fix branches for the same issue in different releases and we usually put the _X_Y of the release on the end of the branch names. |
14:28 |
smayo |
That might cause a merge conflict if the problem isn't in working... I think? |
14:28 |
Dyrcona |
Also, if it is only a problem on 3.10, have you tried back porting any differences in the relevant files from 3.11 or main, first? |
14:28 |
Dyrcona |
smayo: Your working branch would be based on 3.10. |
14:29 |
Dyrcona |
working is a repository, main is a branch. |
14:29 |
Dyrcona |
rel_3_10 is a branch. |
14:30 |
smayo |
Ohhh okay |
14:30 |
smayo |
Git go brrr |
14:40 |
Dyrcona |
Hm. Looks like I'll have to make MARC4J from source. They don't have a downloadable jar file. |
14:44 |
Dyrcona |
Right. They use ant/antlr..... |
14:49 |
Dyrcona |
I also had forgotten how difficult it was to figure out how to build it, and since I haven't done it in over a decade, it's like starting over. |
14:51 |
|
terranm joined #evergreen |
14:52 |
Dyrcona |
Java sucks. |
14:56 |
Dyrcona |
Oh. There's a 7-year-old jar file available to download..... |
14:58 |
Dyrcona |
Ok... Dunno why that took so long to figure out: `ant -buildfile build.xml` |
15:06 |
|
mantis1 left #evergreen |
15:07 |
|
kmlussier joined #evergreen |
15:31 |
Dyrcona |
Grr....java.lang.UnsupportedClassVersionError |
15:31 |
Dyrcona |
My local Java is newer than the runtime on the server.... |
15:38 |
Dyrcona |
Ok. Switch to JDK 11 seems to have resolved that. |
15:39 |
Dyrcona |
Right... Replication.... User query might have needed to see row versions that must be removed. |
15:42 |
Dyrcona |
Oof.... Ran out of heap space. I should have anticipated that. |
15:47 |
Dyrcona |
Let's try 100 rows at a time. Hopefully that won't overrun the default heap space. |
16:08 |
Dyrcona |
Hey! Wow! < 2 minutes with the cursor. |
16:18 |
Dyrcona |
Hmm... Output is truncated. I think I have to actually close the Writer or File or something. |
16:19 |
|
Rogan joined #evergreen |
16:28 |
Dyrcona |
MARC4J doesn't seem to have any interface for taking a blob and turning it into a MARC record. it seems rather file and stream oriented. |
16:32 |
Dyrcona |
That's enough for today. My eyes are tired. |
17:10 |
|
mmorgan left #evergreen |
17:32 |
pinesol |
News from commits: LP#2030820: scope line item alert types based on workstation OU <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e2cb64d73544da47cd95e522c221ad13d9856705> |
17:35 |
|
jihpringle joined #evergreen |
17:42 |
|
Rogan joined #evergreen |
18:02 |
pinesol |
News from commits: Prefix patron billing icon alt text with "Status:" <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=1c23dfc9660d0128c748040a59601d20a2914552> |
18:02 |
pinesol |
News from commits: Add ngSanitize for AngJS icon ARIA attributes <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=408df076a462144691d20fa135244af6f87513cf> |
18:02 |
pinesol |
News from commits: LP1818086 Accessible text for AngJS status icons <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=2867009ca2a5490c0d74034053669d01d86c400c> |
18:02 |
pinesol |
News from commits: LP1818086 Accessible text for grid flair icons (Angular) <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e31419bf5aaa9ba381b7581950f284a48fc7e2b7> |
18:02 |
|
kmlussier left #evergreen |
18:03 |
|
sandbergja joined #evergreen |
21:10 |
|
Stompro joined #evergreen |
21:38 |
|
jblyberg7 joined #evergreen |
21:39 |
|
jonadab joined #evergreen |