Evergreen ILS Website

Search in #evergreen

Channels | #evergreen index




Results

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143

Results for 2020-02-18

16:34 Bmagic terranm++ # hanging in there
16:34 terranm Bmagic: was the auto-submitted line the problem, you think? Or was there something else?
16:35 Bmagic not really sure - It's kind of assumed that libraries will customize the heck out of that and it won't look anything like the stock stub
16:36 terranm Yeah, we've heavily customized all of ours. Hard to test when the stock doesn't work at all out of the box though.
16:36 Bmagic looking to see what the differences are
16:38 terranm I'm going to start plugging things back into the template
16:38 Bmagic maybe something is required to appear in action_trigger.environment... this is mentioned target.0.home_ou.id  which might throw a template error if the environment doesn't include home_ou
17:07 terranm modifying the To to hardcode in my email
17:07 Bmagic ok, now, I think we are good - the template is stock from patch
17:08 Bmagic leave the template stock, and I've introduced a parameter recipient_email
17:09 Bmagic that way we are testing the patch template exactly
17:09 terranm k - testing now
17:09 Bmagic (with the extra line return removed though)
17:10 Bmagic also - no need to re-re-register new patrons - I'm resetting the AT's with each test, and it generates a new email from the old ones again
17:10 terranm oh, ok
17:11 mmorgan left #evergreen
17:12 terranm Nothing coming through
17:40 Bmagic alright - will probably do that tomorrow - I'll let you know when it's set
17:40 terranm Thanks! Bmagic++
17:40 Bmagic terranm++
17:41 terranm There's only one other bite-sized patch on there that hasn't been tested yet - maybe I can get Elaine to test it tomorrow morning so you can start fresh with a new bite sized group too
17:41 Bmagic ok, I'll hold off for your go-ahead then
17:44 terranm Cool beans, have a good night!
17:44 Bmagic you too :)
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:05 sandbergja joined #evergreen
20:57 sandbergja joined #evergreen
21:26 sandbergja joined #evergreen

Results for 2020-02-17

06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:03 agoben joined #evergreen
07:06 rjackson_isl joined #evergreen
08:19 alynn26 joined #evergreen
09:41 Bmagic in the face
09:41 Bmagic Bugs are like monsters from The Mummy. They come out of the sand.... boxes
09:42 terranm lol
09:43 Bmagic If we could just get Brendan Fraser to test....
10:06 aabbee joined #evergreen
10:07 rfrasur terranm++
11:11 sandbergja joined #evergreen
12:35 terranm alynn26++ for already diving into pullrequest testing and signing off on four patches this morning!
12:50 collum joined #evergreen
13:03 dbwells_ joined #evergreen
14:11 remingtron joined #evergreen
14:12 bshum Well that's interesting... Chrome 80 doesn't let you bypass the self-signed certs anymore?  :(
14:15 bshum Oh, wait, I'm on v79.  Let's update to 80 and see if it's better or worse... :D
14:19 bshum Nope
14:19 bshum Still doesn't work, blah
14:27 bshum Well this'll be fun...
14:30 bshum Bmagic: bugsquash.mobiusconsortium.org looks like the cert expired two days ago
14:30 bshum But at least I can get past it since it used to be a legit cert and Google doesn't just completely kill the bypass options
14:30 bshum But for self-signed on my own VMs locally with trying to get to it via IP, it bombs hard
14:31 bshum Oh well, there's always Firefox, I guess?
14:42 * bshum will need to ponder this and test some scenarios with the ssl cert generation and ansible installer
14:55 jeff is there an issue documenting that change?
14:56 jeff because i'm not able to reproduce based on your description.
14:57 bshum Well I wonder if it's how ansible makes the cert during the installation
14:58 bshum And Chrome is blocking it from getting further now
14:58 bshum I tried changing the Chrome setting for chrome://flags/#allow-insecure-localhost
14:58 bshum But that seems to have done nothing too
14:58 jeff do you have an exposed instance with such a cert i can test?
14:59 bshum Possibly because it's an IP address, not actually localhost
14:59 bshum No, it's private networking within my Virtualbox
14:59 jeff wait, did something generate a cert for an IP address?
14:59 bshum I've got to expand my testing radius a bit, sorry jeff
15:00 bshum jeff: No, the automatically generated cert doesn't include the IP address
15:00 bshum Just a hostname of localhost and "XX" for most of the default values
15:00 bshum https://github.com/berick/evergreen-ansible-inst​aller/blob/ubuntu-18.04/evergreen/apache.yml#L37
15:01 bshum This is the part of berick's ansible script which generates the SSL cert
15:01 bshum I'm tracking back from that to see what the generated SSL cert is
15:01 bshum And how that's making everything unhappy
15:02 bshum And yeah, web_domain is "localhost" in the variable settings
15:03 bshum I was going to move that cert out of the way and then retry using a standard cert creation and maybe set a real hostname
15:03 bshum That works within my private network
15:03 bshum To see if it handles it differently
15:03 bshum But of course, I also just blew away that VM, so I have to redo the whole install first
15:08 bshum jeff: The most I can find is Google talking about trying to kill off mixed content stuff - https://security.googleblog.com/2019/10/n​o-more-mixed-messages-about-https_3.html
15:08 bshum But nothing about self-signed certs specifically (yet)
15:10 bshum Though some vendors noted issues with v79 and v80 for self-signed certs - https://support.google.com/c​hrome/thread/28404872?hl=en
15:10 bshum So that's what got me thinking on the issue
15:10 bshum But perhaps it is just the way the certs are done and there's still some lifelines to be grabbed
15:12 jeff ``As of 2/13/2020 Chrome has updated to version 80.0.3987.106 which no longer causes issues with firewall management.''
15:12 jeff from a sonicwall article linked from your URL above: https://www.sonicwall.com/support/product-not​ification/resolved-unable-to-access-firewall-​management-using-chrome-v80/200211160032277/
15:12 jeff doesn't reference a chromium issue, though.
16:42 bshum Besides getting a real SSL cert :D
16:53 bshum jeff++
17:48 sandbergja joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:37 JBoyer joined #evergreen
21:47 remingtron_ joined #evergreen
22:16 sandbergja joined #evergreen

Results for 2020-02-16

05:42 ejk joined #evergreen
06:02 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
09:13 JBoyer joined #evergreen
10:17 sandbergja joined #evergreen
11:35 JBoyer joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
20:29 sandbergja joined #evergreen

Results for 2020-02-15

00:22 sandbergja joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
11:38 sandbergja joined #evergreen
17:06 sandbergja joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:54 StomproJosh joined #evergreen
19:36 sandbergja joined #evergreen
21:40 sandbergja joined #evergreen

Results for 2020-02-14

02:48 cmalm joined #evergreen
02:59 cmalm joined #evergreen
03:59 remingtron_ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:58 agoben joined #evergreen
07:10 rfrasur joined #evergreen
08:01 Dyrcona joined #evergreen
13:53 sandbergja joined #evergreen
15:27 mantis1 left #evergreen
17:03 book` joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:14 dbwells_ joined #evergreen
18:32 JeffG_ARE joined #evergreen
19:06 sandbergja_ joined #evergreen

Results for 2020-02-13

02:45 cmalm joined #evergreen
03:07 cmalm joined #evergreen
04:40 StomproJ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:57 rfrasur joined #evergreen
06:59 collum joined #evergreen
07:02 agoben joined #evergreen
09:38 yboston joined #evergreen
09:49 sandbergja joined #evergreen
09:52 StomproJ I'm looking through the debian buster install makefile, to see what all needs to be changed to upgrade to PG 10... but it seems like the PG 9.6 client still gets installed.  Is that an issue, to use an older client with a newer server?
09:55 csharp StomproJ: PINES just upgraded to 9.6 after unwittingly going to 10 without the backported fixes on 3.2 - been running 3.4 on 10 on a test server problem-free for months
09:55 csharp StomproJ: not a problem in most cases to have a client/server version mismatch
09:55 cmalm joined #evergreen
09:56 phasefx are we talking the psql client?  I think, at worse, stuff like tab completion might not work
09:56 csharp yeah
16:14 jeff And yes, I think we have at least one class of item where it should always come "home" for inspection before going elsewhere to fill a hold.
16:49 jvwoolf left #evergreen
16:53 khuckins_ joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
20:01 sandbergja joined #evergreen
20:16 sandbergja joined #evergreen
23:11 serflog joined #evergreen

Results for 2020-02-12

00:23 sandbergja joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:00 agoben joined #evergreen
07:09 rfrasur joined #evergreen
07:12 rjackson_isl joined #evergreen
17:01 jvwoolf left #evergreen
17:04 mmorgan left #evergreen
17:26 jeffdavis Is anyone syncing autogen results across multiple servers? Do you have a script you use for that?
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:27 cmalm joined #evergreen
20:37 sandbergja joined #evergreen
22:46 sandbergja joined #evergreen

Results for 2020-02-11

06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:59 agoben joined #evergreen
07:11 rjackson_isl joined #evergreen
07:14 rfrasur joined #evergreen
10:58 berick https://bugs.launchpad.net/evergreen/+bug/1830391
10:58 pinesol Launchpad bug 1830391 in Evergreen 3.3 "Hatch omnibus circa 3.3 (Java updates and more)" [Undecided,New]
10:59 berick 3.4.2 and up
10:59 mmorgan Oh! I always miss the good stuff in those omnibus bugs!
10:59 mmorgan berick++
11:06 mmorgan Just tried clearing cookies on a master test system, totally works!!
11:07 berick awesome
11:13 Christineb joined #evergreen
11:40 StomproJ Dyrcona ++ thanks for pointing me to the correct bug.
16:45 csharp @love [band]
16:45 pinesol csharp: The operation succeeded.  csharp loves Reposity.
16:45 csharp @hate [band]
16:45 pinesol csharp: The operation succeeded.  csharp hates Belated Karma.
17:05 mmorgan left #evergreen
17:17 jvwoolf1 left #evergreen
17:31 khuckins joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:05 cmalm joined #evergreen
19:27 cmalm joined #evergreen
20:31 sandbergja joined #evergreen

Results for 2020-02-10

17:50 JeffG_ARE I'm trying a batch import using the 852 export format, but the holdings are not being created. When I look a the Marc View for an item, the data is there, but no holding is ever creating. Am I doing something wrong? I suspect it may be that a field required for a holding is missing, but I don't know for sure
17:51 pastebot "JeffG_ARE" at 168.25.130.30 pasted "MARC View example" (13 lines) at http://paste.evergreen-ils.org/10126
17:59 sandbergja joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:37 JeffG_ARE78 joined #evergreen
18:38 JeffG_ARE joined #evergreen
19:56 sandbergja joined #evergreen

Results for 2020-02-06

14:12 sandbergja I suspect that we will end up with content missing from both
14:12 remingtron sandbergja: that's a good concern
14:12 dluch sandbergja++ and sandbergja's people++
14:12 sandbergja We could probably host antora on docs-testing for a while
14:12 sandbergja ??
14:13 Bmagic works for me
14:13 remingtron sounds ok
14:13 dluch That sounds good.

Results for 2020-02-04

15:19 csharp ok cool
15:20 terranm What Bill said
15:20 * berick notes 2/17 may be a holiday for some
15:20 terranm If we can get a bunch of those pullrequests on some sandboxes, the New Developers Group should be able to test a good chunk of them
15:20 csharp # feedback fest scheduled for the week of 2/17 - 2/22 - code reviewers and committers are expected to participate
15:20 csharp #info feedback fest scheduled for the week of 2/17 - 2/22 - code reviewers and committers are expected to participate
15:20 * csharp will get the hang of it
15:32 pinesol sandbergja: [evergreen|Galen Charlton] LP#1855931: (follow-up) make grid filter control cells wrap as well - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=9077cbc>
15:32 jeffdavis berick: yes, I think so
15:32 jeffdavis ah, I was trying to find that follow-up bug
15:32 sandbergja (just musing, I have not tested a rebased version of gmcharlt's branch for 1846042)
15:33 terranm PINES has this one in production and it seems to be working well: https://bugs.launchpad.net/evergreen/+bug/1570072  - I'm not sure if anyone else from ECDI has seen any issues with testing
15:33 pinesol Launchpad bug 1570072 in Evergreen "Hold request update notification preferences on change" [Wishlist,Confirmed]
15:34 jeffdavis terranm: do you want that targeted for 3.5? Currently it's 3.next
15:34 csharp ECDI = Evergreen Community Development Initiative for those who don't know
15:49 sandbergja So we don't totally slow down everything for the user with sequential requests
15:49 sandbergja But don't clobber the server with simultaneous requests
15:49 sandbergja jeffdavis mentioned that this should be an approach that we take not just in Item Status, but throughout the Web client
15:50 berick sandbergja: your promise batching code looks sane.  i have not kept up with the bug... does that solve the issue in your tests?
15:50 sandbergja It does
15:50 sandbergja But all my tests have been on a little VM on my laptop
15:51 sandbergja So I'd really appreciate more help testing the specific case in bug 1821094
15:51 pinesol Launchpad bug 1821094 in Evergreen 3.3 "Item status refresh after editing can get confusingly slow" [Medium,Confirmed] https://launchpad.net/bugs/1821094
15:51 sandbergja And also some discussion about whether we want to batch the promise resolving in other places in the AngularJS client
15:51 sandbergja Here's the specific commit: https://git.evergreen-ils.org/?p=work​ing/Evergreen.git;a=commitdiff;h=7517​6bca0ce8051a6dd4ba56f5613bce75901f09
15:52 csharp sandbergja: we can test it on a PINES server with realistic data/specs
15:52 sandbergja charp++
15:52 sandbergja That would be really helpful!
15:52 csharp #action csharp will arrange testing for sandbergja's fix to https://launchpad.net/bugs/1821094 on a realistic test server
15:52 pinesol Launchpad bug 1821094 in Evergreen 3.3 "Item status refresh after editing can get confusingly slow" [Medium,Confirmed]
15:53 berick i think that's a good tool to have in our toolbox.  I also think devs should consider the option of creating UI specific APIs for new interfaces.
15:53 berick batching some of the exising angjs stuff seems like it would be helpful
16:05 sandbergja My vague sense is that it's not quite ready to be the default catalog, but definitely ready to be less hidden...
16:06 berick re: what patrons see, there is a tab in the detail page that shows the patron view.  you can also open a new tab to the tpac.  i'm confused what the issue is on that.
16:07 mmorgan joined #evergreen
16:07 terranm I honestly haven't looked at it since Bill did a demo for the catalogers group a few months ago, but Chris enabled it on one of our test servers so I'll make a point to look further with real data
16:07 jeffdavis We haven't enabled the Angular catalogue in production here, but I've proposed making it visible. We're seeing a lot of slowness in the staff catalogue and I wonder if the Angular version would be an improvement.
16:07 berick sandbergja: same.  until it gets more use in the wild, making it the default is a hard sell.
16:08 berick and by the same token, if no staff know it exists, no one will use it
16:11 terranm +1 to the patron view tab
16:11 jeffdavis sandbergja: that's a surprising number of reference copies of that particular title
16:11 berick jeff: maybe.  but it gets complicated with routerLink's, target=_self, etc. depending on the context
16:14 jeffdavis berick: sounds like more testing is wanted before we make it the default, but maybe we can at least make it more visible (or not call it "Experimental" anymore or whatever) in 3.5?
16:14 terranm +1
16:14 remingtron berick: maybe during feedback fest we could invite EG users to test the staff catalog and give feedback
16:14 remingtron (and/or during a bug squashing week)
16:14 terranm +1
16:15 berick remingtron: on that note, I'll be posting all of the pending staff catalog pullreqs to a demo server for fests and squashes
16:15 remingtron cool
16:22 sandbergja csharp++
16:27 tlittle joined #evergreen
16:31 dbwells csharp++ berick++ ui_specific_apis++
16:34 mdriscoll What is the recommended version of Postgres for 3.4 and beyond?  The install instructions say that 9.6 is the minimum.  I'm running 9.4 on production and test servers.  Should I plan on 9.6 or jump to 10, 11?
16:40 bshum Stick with 9.6
16:40 bshum 10 was wonky for some people, I remember csharp having issues after their upgrade?
16:41 bshum So we're still needing some DB refinements I think for some database function changes
16:42 Dyrcona I did a grep through the code and didn't see any.
16:42 bshum And we'll tackle 10/11/12 next time
16:43 bshum Yeah I wondered if maybe he just had some custom function
16:43 * Dyrcona has 9.6 through 12 installed on a test server.
16:43 bshum Or it's some reporter one
16:43 bshum That would generally also be custom to PINES
16:43 bshum I thought we nailed down all the ones from concerto clean master for PG 10
16:44 Dyrcona mdriscoll: We upgraded to 9.6 in January from 9.5, if that's any help.
16:44 bshum But then again, we also didn't yet write pgtap tests for every core function
16:44 bshum Just to be safe
16:44 * bshum adds to his Hackfest ideas list
16:44 Dyrcona Yeah, we need more pgtap tests.
16:45 Dyrcona Not sure that we can really test all of the functions since they rely so heavily on side effects.
16:45 bshum Right
16:45 bshum But at least we can put some input and see what expected output ought to be
16:46 Dyrcona I *think* we can do multistep tests, i.e. run the function and check table values after.
16:46 bshum Right
16:46 bshum I'm pretty sure we can
16:47 mdriscoll bshum++
17:16 csharp berick++ # finishing the meeting
17:16 csharp @band add Tab Crash
17:16 pinesol csharp: Band 'Tab Crash' added to list
17:17 Dyrcona Also for the logs, you can backport the Pg 10 fixes to earlier versions and things are OK. I've tested them on both 9.5 and 9.6.
18:03 sandbergja_ joined #evergreen
20:16 sandbergja joined #evergreen
20:57 JBoyer joined #evergreen

Results for 2020-02-03

16:36 jeff -- https://www.postgresql.org/do​cs/9.6/datatype-datetime.html
16:36 Bmagic jeff: yep
16:37 Bmagic "oh well" I guess
16:45 pinesol News from qatests: Failed Installing OpenSRF pre-requisites <http://testing.evergreen-ils.org/~live//arch​ive/2020-02/2020-02-03_16:00:02/test.7.html>
16:54 jihpringle joined #evergreen
17:03 mmorgan left #evergreen
17:23 collum joined #evergreen

Results for 2020-02-01

06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
09:01 sandbergja joined #evergreen
09:59 book` joined #evergreen
10:31 book` joined #evergreen
13:19 sandbergja joined #evergreen
14:08 sandbergja joined #evergreen
17:32 sandbergja joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:09 sandbergja joined #evergreen
20:03 jvwoolf joined #evergreen
20:05 jvwoolf left #evergreen

Results for 2020-01-31

01:49 yboston joined #evergreen
03:50 yboston joined #evergreen
04:45 yboston joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:56 rjackson_isl joined #evergreen
07:29 collum joined #evergreen
08:06 Dyrcona joined #evergreen
08:20 pinesol [evergreen|Dan Briem] LP#1775276: Check In - "Route To" Field Sometimes Incorrect - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=8515726>
08:40 mmorgan joined #evergreen
08:46 mantis1 joined #evergreen
09:03 sandbergja joined #evergreen
17:05 berick oh, huh, i was expecting it span the whole time slot vertically for some reason.
17:05 berick eyes looked right past it
17:07 mmorgan left #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
22:36 sandbergja joined #evergreen
22:37 sandbergja_ joined #evergreen
22:56 sandbergja joined #evergreen

Results for 2020-01-30

00:49 cmalm_ joined #evergreen
00:51 sandbergja joined #evergreen
02:30 sandbergja joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:58 rfrasur joined #evergreen
07:06 agoben joined #evergreen
07:10 rjackson_isl joined #evergreen
09:51 Dyrcona Some vendors are still stuck in the '90s where PINs were used instead of passwords.
09:52 rfrasur lol, yes, some of them are.  Bless them.
09:52 Dyrcona I do the opposite of bless them. :)
09:53 Dyrcona But, anyway.... I guess it is still worth looking into the bugs with passwords, even if I can't use my account to test it.
09:55 Dyrcona Really, I think it would be better if we had an OAuth provider and vendors connected to that to authorize our patrons. Looks like OverDrive's authentication is a form of OAuth provider.
09:56 rfrasur (blessing and cursing can often bear striking similarities)
09:57 Dyrcona :)
17:06 mmorgan left #evergreen
17:21 jihpringle joined #evergreen
17:21 jeff is there anything attendees need to do to prevent our information from being shared with sched?
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
20:01 sandbergja joined #evergreen
21:13 jvwoolf joined #evergreen
21:42 yboston joined #evergreen

Results for 2020-01-29

11:34 Dyrcona If you just install the plain old pgtap package on Ubuntu 16, it also tries to install Pg 9.6 if Pg 10 is already installed.
11:48 Dyrcona And, then, you're back on a variation of the way you thought that things wouldn't work.
11:49 jihpringle joined #evergreen
11:50 Dyrcona Here's a question: Do we want translators to have to install the browsers for testing? I don't think so, but...
11:51 Dyrcona Packagers, definitely.
12:11 rjackson_isl_ joined #evergreen
12:21 sandbergja joined #evergreen
17:52 csharp ok, I just fixed the GPLS email lists issue (open-ils-general, -dev, -documentation, commits, etc.) - I deactivated some lists recently and removed a required configuration piece without noticing
17:52 csharp systemd-- # for not telling me what's going on
17:52 csharp so you may see an influx of messages
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:05 Bmagic csharp++
18:26 jihpringle joined #evergreen
18:28 jihpringle Bmagic: re: your acq  questions when I've seen it it's because the activation timed out partway through (activating again usually fixes it) or it's run into an item it doesn't like, such as one attached to a deleted record

Results for 2020-01-27

05:41 sandbergja joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:41 sandbergja joined #evergreen
06:55 agoben joined #evergreen
07:09 rfrasur joined #evergreen

Results for 2020-01-26

00:20 sandbergja joined #evergreen
01:38 sandbergja joined #evergreen
05:08 sandbergja joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
13:18 sandbergja joined #evergreen
17:25 jvwoolf joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:42 sandbergja joined #evergreen
19:52 jvwoolf joined #evergreen
20:57 sandbergja joined #evergreen

Results for 2020-01-25

03:00 sandbergja joined #evergreen
03:43 sandbergja joined #evergreen
06:00 pinesol News from qatests: Failed Installing Evergreen pre-requisites - Expected 1 errors but encountered 3. <http://testing.evergreen-ils.org/~live//arch​ive/2020-01/2020-01-25_04:00:02/test.26.html>
09:03 sandbergja joined #evergreen
09:50 sandbergja joined #evergreen
12:37 sandbergja joined #evergreen
17:28 jvwoolf joined #evergreen
17:54 sandbergja joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:25 sandbergja joined #evergreen
22:08 sandbergja joined #evergreen
23:55 sandbergja joined #evergreen

Results for 2020-01-24

00:06 sandbergja joined #evergreen
00:16 sandbergja joined #evergreen
05:52 eby joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:18 sandbergja joined #evergreen
06:59 agoben joined #evergreen
07:15 rjackson_isl joined #evergreen
09:15 stephengwills joined #evergreen
09:31 yboston joined #evergreen
09:38 jvwoolf joined #evergreen
09:52 pinesol [evergreen|Jason Stephenson] Forward Port 3.4.1 to 3.4.2 upgrade script - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=f5fbf47>
09:54 Dyrcona I don't know if anyone else has noticed, but I have not received any email from git since 10:41 am EST on Wednesday. csharp confirmed that was the last email to hit the list. I don't think I have command line access to git.evergreein-ils.org to see what's going on, but I'm pretty sure it is not a gitolite configuration issue.
09:56 berick hm, my last was 2 days ago just past 1pm.
09:57 Dyrcona The last one in the archive corresponds to the last one that I recieved: http://list.georgialibraries.org/pipermail​/open-ils-commits/2020-January/023370.html
17:04 mmorgan web_client++
17:06 mmorgan left #evergreen
17:12 sandbergja joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:05 jihpringle joined #evergreen
20:20 sandbergja joined #evergreen
20:36 sandbergja joined #evergreen

Results for 2020-01-23

01:23 cmalm joined #evergreen
02:59 cmalm_ joined #evergreen
03:45 pinesol joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:54 agoben joined #evergreen
07:12 rjackson_isl joined #evergreen
07:27 rjackson_isl joined #evergreen
07:49 pinesol [evergreen|Jason Stephenson] Lp 1801163: Switch to Email::MIME in SendEmail A/T Reactor - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=52f0041>
07:49 pinesol [evergreen|Galen Charlton] LP#1801163: update Debian Buster and Fedora installation deps - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=5462299>
07:49 pinesol [evergreen|Galen Charlton] LP#1801163: (follow-up) deal with header fields that contain Unicode strings - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=0fd0ed2>
08:09 rfrasur joined #evergreen
08:13 sandbergja joined #evergreen
08:30 collum joined #evergreen
17:01 mnsri joined #evergreen
17:01 rashma joined #evergreen
17:03 mmorgan left #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:37 _sandbergja joined #evergreen
22:12 stephengwills left #evergreen

Results for 2020-01-22

00:33 sandbergja joined #evergreen
01:03 cmalm joined #evergreen
02:48 cmalm_ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:43 agoben joined #evergreen
07:08 rjackson_isl joined #evergreen
08:15 tlittle joined #evergreen
14:24 Dyrcona Hmm... 3.3. is missing from the targetable series list...
14:25 gmcharlt Dyrcona: hit refresh on the bug; I think it's missing because I beat you to adding the target
14:26 Dyrcona Oh! OK!
14:26 Dyrcona JBoyer: If you're testing it, I'll leave it be.
14:27 JBoyer I have only just started. If you're motivated and closer don't let me stop you. :)
14:27 Dyrcona I have been struggling with getting the time set correctly on some "new" servers that spent two months sitting on a shelf, so I'm a bit out of it at the moment.
14:28 Dyrcona JBoyer: You're probably farther along than I am.
16:46 jihpringle joined #evergreen
17:06 mmorgan left #evergreen
17:31 jihpringle joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:06 sandbergja_ joined #evergreen
18:26 sandbergja__ joined #evergreen
18:35 sandbergja Stompro++ #so many of your great bugfixes are going into 3.4.2!

Results for 2020-01-21

00:50 sandbergja_ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:13 sandbergja joined #evergreen
06:43 agoben joined #evergreen
07:06 rjackson_isl joined #evergreen
10:03 tlittle joined #evergreen
10:35 tlittle joined #evergreen
10:43 mantis1 joined #evergreen
10:59 pinesol [evergreen|Galen Charlton] LP#1860351: fix hasWorkPermHere() in Angular client - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=5375b0d>
11:14 sandbergja Hi core committers!  Would any of you have time to take a look at bug 1735566?  We are upgrading next month, and that bug has really been getting under the skin of our cataloger and circ staff.  It has 2 signoffs already (thanks Garry and rhamby)
11:15 pinesol Launchpad bug 1735566 in Evergreen "web client: Can delete copy that is not in ideal status without warning" [Medium,Confirmed] https://launchpad.net/bugs/1735566
11:15 rhamby there are quite a few support staff that would also welcome this :)
17:33 Bmagic jeffdavis++
17:34 Bmagic there were two triggers constraints attached to import_item, both calling the same function. Fixed the "real" one and dropped the other
17:35 Bmagic the other one was called "inherit_imported_as_fkey" instead of what it's now called "vandelay_import_item_imported_as_inh_fkey" - I had both
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:05 sandbergja_ joined #evergreen
18:45 pinesol [evergreen|Bill Erickson] LP1849182 Angular catalog result/detail tab titles - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=8d86082>
18:50 remingtron joined #evergreen
19:14 cmalm joined #evergreen
19:50 jvwoolf joined #evergreen

Results for 2020-01-20

00:05 sandbergja_ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:25 cmalm_ joined #evergreen
07:27 jeffdavis joined #evergreen
07:29 akilsdonk joined #evergreen
14:42 khuckins joined #evergreen
15:13 jvwoolf joined #evergreen
15:57 khuckins joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:19 sandbergja_ joined #evergreen
21:15 sandbergja_ joined #evergreen
22:30 bshum joined #evergreen

Results for 2020-01-19

05:16 yar joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:49 mantis1 joined #evergreen
06:57 jvwoolf joined #evergreen
07:07 jvwoolf1 joined #evergreen
07:34 sandbergja_ joined #evergreen
08:21 pinesol [evergreen|Josh Stompro] LP1739609 - Add Monographic Part to check in grid. - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=090ceb8>
09:37 mantis1 left #evergreen
14:33 sandbergja_ joined #evergreen
16:09 jvwoolf joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:30 sandbergja_ joined #evergreen
20:48 remingtron joined #evergreen
20:54 dluch joined #evergreen

Results for 2020-01-18

00:32 cmalm joined #evergreen
00:51 cmalm joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
10:17 dbs /win 18
10:18 dbs /lose 20
10:27 sandbergja_ joined #evergreen
12:53 jvwoolf1 left #evergreen
13:13 jvwoolf joined #evergreen
13:20 jonadab joined #evergreen
13:48 pinesol Showing latest 5 of 9 commits to Evergreen...
13:48 pinesol [evergreen|Bill Erickson] LP1835982 Remove more deprecated cellPrintValue refs - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=9c7062e>
13:48 pinesol [evergreen|Galen Charlton] LP#1835982: add GridCellTextGenerator to the btGrid in the sandbox - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=3447fbc>
13:48 pinesol [evergreen|Galen Charlton] LP#1835982: tweak a few of the new GridCellTextGenerator - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=be7feca>
13:48 pinesol [evergreen|Bill Erickson] LPLP1835982 Holds grid user barcode text generator; handle null - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=735c47c>
13:48 pinesol [evergreen|Jane Sandberg] LP#1835982 follow-up: Add cellTextGenerator to booking schedule grid - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=421f1de>
14:46 sandbergja_ joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:12 genpaku joined #evergreen
18:16 jvwoolf joined #evergreen
21:10 sandbergja_ joined #evergreen

Results for 2020-01-17

03:05 jonadab joined #evergreen
03:05 gmcharlt joined #evergreen
03:05 bwicksall joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:01 agoben joined #evergreen
07:06 rfrasur joined #evergreen
07:09 rjackson_isl joined #evergreen
15:02 mmorgan1 joined #evergreen
15:26 mantis1 left #evergreen
16:13 mmorgan joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:06 sandbergja_ joined #evergreen
21:11 sandbergja_ joined #evergreen
21:23 laurie joined #evergreen

Results for 2020-01-16

02:29 cmalm joined #evergreen
03:09 kip joined #evergreen
05:54 dbwells_ joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:54 rfrasur joined #evergreen
07:02 agoben joined #evergreen
07:15 rjackson_isl joined #evergreen
10:37 sandbergja__ joined #evergreen
10:57 gmcharlt csharp: I've updated 1811710
11:04 csharp gmcharlt: responded
11:05 gmcharlt csharp: thanks
11:05 gmcharlt two more questions
11:06 gmcharlt 1. is the test DB in question still around? if so, I'd like to see the result of select * from pg_attribute  where attname = 'hopeless_date';
11:06 gmcharlt 2. is it possible that the test DB would have originated from a database that was created back in the pre-Pg-8.3 days?
11:07 gmcharlt in particular, of a lineage that would have be upgraded via pg_upgrade, not pg_dump & restore?
11:07 csharp 1. the DB is around, but I dropped the hopeless columns to fully roll back the changes
11:08 csharp 2. I've used pg_upgrade to go from 9.3 -> 9.5, then 9.5 -> 9.6, but it was all pg_dump/pg_restore before that
11:09 gmcharlt ok, in that DB, what attypid values do you get from select * from pg_attribute  where attname = 'request_time';?
15:54 Dyrcona And, with that, I'm signing out for the day.
16:00 jeffdavis the fix for bug 1848550 will mitigate open-ils.actor drone exhaustion
16:00 pinesol Launchpad bug 1848550 in Evergreen "Cache settings more aggressively in web client" [Undecided,Confirmed] https://launchpad.net/bugs/1848550
16:01 jeffdavis I still need to test the Angular parts on that one
16:05 rfrasur joined #evergreen
16:18 mmorgan joined #evergreen
16:23 dbs jeffdavis++
17:03 mmorgan left #evergreen
17:34 jihpringle joined #evergreen
17:35 rfrasur joined #evergreen
18:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:20 sandbergja_ joined #evergreen
19:26 sandbergja_ joined #evergreen

Results for 2020-01-15

01:13 cmalm joined #evergreen
01:27 cmalm joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:55 agoben joined #evergreen
07:12 rjackson_isl joined #evergreen
07:17 collum joined #evergreen
14:25 Jeff_ARE joined #evergreen
14:27 Jeff_ARE I'm struggling to import MARC records into a new (my first) Evergreen install. When I upload a file with a single record the Upload Progress quickly goes to 100%, but the Enqueue Progress never moves beyond 0%. The Inspect Queue tab shows show the import in the queue but it never finishes. Do I need to do anything to kickstart the processing of the
14:27 Jeff_ARE queue? This is my first Evergreen experience so I may be missing something
14:28 rfrasur Jeff_ARE, are you import using the batch importer with only one record because of testing?
14:28 rfrasur s/import/importing
14:29 Jeff_ARE Yes. I tried 5000 records and same result, then tried 100 records and same result. So for testing am just trying a single record
14:29 berick Jeff_ARE: beware of https://bugs.launchpad.net/evergreen/+bug/1855199
14:29 rfrasur Gotcha.  Hold on real quick.
14:29 pinesol Launchpad bug 1855199 in Evergreen "Vandelay record queuing can fail if spool directory is /tmp" [Medium,Confirmed]
17:29 _bott_ joined #evergreen
17:37 _bott_ joined #evergreen
17:52 _bott_ joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:03 _bott_ joined #evergreen
18:48 _bott_ joined #evergreen
19:08 _bott_ joined #evergreen

Results for 2020-01-14

02:18 cmalm joined #evergreen
02:29 cmalm_ joined #evergreen
02:43 cmalm joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:43 _bott_ joined #evergreen
06:57 agoben joined #evergreen
07:13 rjackson_isl joined #evergreen
11:02 dbs We had two separate instances of clark-kent.pl running, each with --concurrency 2
11:30 sandbergja joined #evergreen
11:49 _bott_ joined #evergreen
11:59 gmcharlt csharp: re 1811710, do you happen to still have final fm_IDL.xml as installed on your test system?
12:02 jihpringle joined #evergreen
12:05 jeff Thinking about the physical logistics of distributing a large number of new patron cards (>5000): has anyone here ordered cards from somewhere where they're pre-stuck to a card / mailer, or something creative like that?
12:05 jeff or used a removable sticker on the card?
14:00 csharp gmcharlt: https://pastebin.com/a263dZ74
14:12 jeffdavis autogen?
14:13 Christineb joined #evergreen
14:14 csharp jeffdavis: I ran autogen - no dice
14:15 csharp after we upgrade this weekend, we'll put it back on our test server so we can suss it out non-forensically
14:48 _bott_1 joined #evergreen
15:04 jihpringle sandbergja: is LP 1852782 the best bug to add the screenshot to?
15:04 pinesol Launchpad bug 1852782 in Evergreen "Angular MARC Editor Part 2 -- Enriched Editor" [Wishlist,New] https://launchpad.net/bugs/1852782
16:28 sandbergja_ joined #evergreen
17:12 mmorgan left #evergreen
17:32 stephengwills left #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
20:47 stephengwills joined #evergreen
20:48 stephengwills left #evergreen
20:54 sandbergja joined #evergreen

Results for 2020-01-13

00:37 sandbergja joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:07 rfrasur joined #evergreen
07:08 rjackson_isl joined #evergreen
07:49 collum joined #evergreen
14:21 _bott_ joined #evergreen
14:35 _bott_ joined #evergreen
14:40 _bott_ joined #evergreen
14:48 csharp seeing some log errors on our test server that don't make sense to me: 2020-01-13 14:38:44 next-brick01-head open-ils.cstore: [ERR :20970:oils_sql.c:6993:1578914702188581199] open-ils.cstore ERROR No "datatype" attribute for field "hopeless_prone"
14:48 csharp we've applied the hopeless holds branch and are planning to go live with it
14:49 csharp fm_IDL.xml hwas this: <field name="hopeless_prone" reporter:datatype="bool"/>
14:49 csharp so I don't know what the code is looking for if not that
14:50 mmorgan csharp: I believe hopeless_prone would be an attribute of a copy status
14:50 csharp right
14:50 * Dyrcona sighs.
17:23 _bott_ joined #evergreen
17:38 khuckins joined #evergreen
17:49 sandbergja_ joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:06 stephengwills left #evergreen
18:15 sandbergja_ joined #evergreen
19:25 sandbergja_ joined #evergreen

Results for 2020-01-12

00:11 sandbergja joined #evergreen
01:35 sandbergja joined #evergreen
05:50 sandbergja joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:49 sandbergja joined #evergreen
09:16 sandbergja joined #evergreen
09:44 stephengwills joined #evergreen
13:32 sandbergja joined #evergreen
15:55 sandbergja joined #evergreen
18:01 pinesol News from qatests: Failed Create Evergreen Database <http://testing.evergreen-ils.org/~live//arch​ive/2020-01/2020-01-12_16:00:04/test.41.html>
19:37 jvwoolf joined #evergreen
20:41 sandbergja joined #evergreen
21:52 sandbergja joined #evergreen

Results for 2020-01-11

00:51 sandbergja joined #evergreen
00:52 cmalm joined #evergreen
04:31 remingtron joined #evergreen
06:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
08:09 _bott_ joined #evergreen
09:14 _bott_ joined #evergreen
09:16 _bott_ left #evergreen
15:00 dbwells joined #evergreen
15:43 sandbergja joined #evergreen
16:31 sandbergja joined #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:00 sandbergja joined #evergreen
23:00 sandbergja joined #evergreen
23:34 Glen joined #evergreen

Results for 2020-01-10

01:23 cmalm joined #evergreen
01:53 sandbergja joined #evergreen
06:01 pinesol News from qatests: Failed Create Evergreen Database <http://testing.evergreen-ils.org/~live//arch​ive/2020-01/2020-01-10_04:00:02/test.41.html>
06:57 rfrasur joined #evergreen
07:26 rjackson_isl joined #evergreen
08:28 pastebot "phasefx" at 168.25.130.30 pasted "re: pgtap failure" (34 lines) at http://paste.evergreen-ils.org/10119
08:31 csharp investigating an issue where bib TCNs are getting changed to the record ID upon saving - I've ruled out BibCommon.pm as a possible cause - now looking at marcedit.js
08:32 csharp apparently only happening when editing an existing record - imports from z39.50 are not affected as far as I understand
08:32 csharp confirmed - only already existing records
08:32 Dyrcona joined #evergreen
08:33 csharp (on 3.4 testing server, btw)
08:35 sandbergja joined #evergreen
08:40 mantis1 joined #evergreen
08:44 _bott_ left #evergreen
10:54 gmcharlt upshot: open-ils.cat.biblio.record.xml.update appears to be what's needed
10:55 gmcharlt also, this affects both the AngularJS and Angular sides
10:57 * berick follows conversation
10:58 csharp gmcharlt++
11:04 csharp gmcharlt: I can confirm that changing that call to xml.update works
11:53 mmorgan joined #evergreen
11:57 jihpringle joined #evergreen
11:57 csharp gmcharlt: I added a branch to bug 1859191 for review - not sure about how to test Angular cataloging
11:57 pinesol Launchpad bug 1859191 in Evergreen "Editing and saving MARC record changes the TCN value" [High,Confirmed] https://launchpad.net/bugs/1859191
12:10 rfrasur joined #evergreen
12:12 yboston joined #evergreen
12:19 aabbee left #evergreen
16:34 dbwells joined #evergreen
16:46 jvwoolf left #evergreen
17:04 mmorgan left #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:14 dbwells_ joined #evergreen
18:37 _bott_ joined #evergreen
21:18 sandbergja joined #evergreen

Results for 2020-01-09

02:26 cmalm joined #evergreen
02:50 cmalm joined #evergreen
03:11 cmalm joined #evergreen
06:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:06 agoben joined #evergreen
07:15 rjackson_isl joined #evergreen
08:16 alynn26 joined #evergreen
14:09 abneiman probably so. +1 to collab alynn26
14:10 dluch That would be great.  And maybe we could do some version as an online thing for folks who can't be at conference
14:10 abneiman dluch: that's a good idea
14:10 dluch abneiman++ alynn26++
14:11 dluch #3, abneiman: I know you have prodded gmcharlt about the test server. More on that shortly, unless you want to say anything now?
14:11 abneiman nope nothing from me
14:11 dluch abneiman++
14:11 dluch #4, sandbergja, gmcharlt, and/or Dyrcona: how's work on setting up a git repo for ui (and maybe layouts) coming?
14:15 Bmagic tkatie217: Thank you :)
14:15 dluch remingtron++
14:15 Bmagic remingtron++
14:16 dluch #6, Everyone will test the new Antora server and email the DIG list (or IRC) with problems (or suggestions).  I don't think I've seen many (any?) emails with problems or suggestions. How is testing going?  (Also, more on Antora shortly.)
14:17 dluch crickets...
14:17 alynn26 It looks great.
14:17 Bmagic :)
14:17 dluch I agree, it does look great
14:17 remingtron there are still little bugs hiding everywhere, so please test!
14:18 dluch I'll keep that on as an action item, then.  :-)
14:18 Bmagic yep - lots of hidden "gems" in there
14:18 dluch #action Everyone will test the Antora server and email the DIG list (or IRC) with problems (or suggestions).
14:18 alynn26 Home icon needs updating. If you click on it it goes to the "it's powered by Antora".
14:19 remingtron alynn26++ #testing!
14:19 Bmagic lol
14:19 Bmagic I threw that page on there in the very very beginning
14:19 dluch Good find, lol
14:22 tkatie217 +remingtron that would make sense :)
14:22 alynn26 I think it does, if you check out the Glossary it says Glossary.
14:23 sandbergja alynn26: I think the glossary looks so cool in antora. :-)
14:23 dluch navlabels++ :-D
14:23 dluch Okay, everyone keep up the good testing!  Let's move on
14:23 tkatie217 +1 to glossary! gorgeous!
14:24 dluch +1 The glossary really is awesome
14:24 dluch #info Update on Documentation server move
17:07 mmorgan joined #evergreen
17:09 jihpringle joined #evergreen
17:12 mmorgan left #evergreen
18:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:13 stephengwills left #evergreen
18:24 khuckins joined #evergreen
20:18 sandbergja joined #evergreen

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143