| Time |
Nick |
Message |
| 08:38 |
|
mmorgan joined #evergreen |
| 09:00 |
|
kmlussier joined #evergreen |
| 09:00 |
kmlussier |
Good morning #evergreen! |
| 09:11 |
Bmagic |
Goooood mornin! |
| 09:18 |
mmorgan |
Good Morning! |
| 09:40 |
Bmagic |
How's everyone's dev enviroments? |
| 09:48 |
mmorgan |
Bmagic: Building one right now to try out the cool new db features! |
| 10:06 |
|
mmorgan joined #evergreen |
| 10:35 |
csharp_ |
Bmagic: do you have a tl;dr (or didn't make your preconf session) about docker-y dev environments? do you just install from the docker and get to work or is there more to it? |
| 10:35 |
csharp_ |
(not asking you to re-give your presentation over IRC :-) ) |
| 10:41 |
Bmagic |
csharp_: https://slides.mobiusconsortium.org/blake/evergreen_hack_class/#/ (hint: press esc to see the slides and navigate) |
| 10:41 |
csharp_ |
rock on |
| 10:41 |
csharp_ |
thanks |
| 10:53 |
Bmagic |
csharp_: The DEV container is a special container, with some magic internals to swap out the Evergreen brain to match what you're doing in your local Evergreen repo. Creating new databases is as easy as changing one line in the control file (for example) |
| 10:55 |
Bmagic |
The README on dockerhub has some decent details: https://hub.docker.com/repository/docker/mobiusoffice/evergreen-ils/general plus, now, with the presentation slides, it should become clear. But if you have any questions, I love talking about this stuff |
| 10:56 |
pinesol |
News from commits: LP2147225 Follow up to 2119563 - Cancel if not filled by <http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e7de67835ec5f4f3db1091578c7d6e4277a41588> |
| 10:56 |
pinesol |
News from commits: LP#2147136: Fix typo in api_ctl output messages <http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=166c08a304662a512141aa46319af6cc0bc09691> |
| 10:56 |
|
Rogan joined #evergreen |
| 10:57 |
|
sandbergja joined #evergreen |
| 11:18 |
|
mmorgan1 joined #evergreen |
| 11:49 |
|
Dyrcona joined #evergreen |
| 12:03 |
|
jihpringle joined #evergreen |
| 12:42 |
|
sandbergja joined #evergreen |
| 12:54 |
|
kmlussier joined #evergreen |
| 12:56 |
|
kmlussier1 joined #evergreen |
| 13:05 |
|
kmlussier joined #evergreen |
| 13:53 |
|
kmlussier joined #evergreen |
| 13:55 |
|
kmlussier left #evergreen |
| 14:26 |
pinesol |
News from commits: LP#2056771: Remove tundra from OPAC <http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=5ac8bbe68b93350ff59650d43602774c57839fec> |
| 14:26 |
|
jihpringle joined #evergreen |
| 14:42 |
|
Dyrcona joined #evergreen |
| 15:06 |
Dyrcona |
A lot of the issues that I encounter with the Angular 21 branch are related to imports. |
| 15:34 |
Dyrcona |
Ouch! This one requires a lot.... |
| 15:35 |
Dyrcona |
Think I'll try ng watch... |
| 15:36 |
Dyrcona |
www.google.com is blocked... Huh? |
| 15:42 |
Dyrcona |
Do I just add --watch? I thought I had to tell it also where to put the files? .... Oh, right... symlink Open-ILS/web/eg2 -> /openils/var/web/eg2 .... |
| 15:46 |
Dyrcona |
And, that's a lot of console messages... |
| 15:50 |
|
adam_reid joined #evergreen |
| 15:52 |
adam_reid |
Hey all, has anyone here ever run into an update to a record title in the MARC not reflecting in the UI (staff side)?? Typically our changes show immediately. I check for locks on the database, everyhing looks good. Overall load on the server in low average. Clearing cache doesn't help either. |
| 15:53 |
Dyrcona |
adam_reid: Did the update stick in the database? |
| 15:54 |
adam_reid |
I think so, I'll check for sure though. The update seems to have held in the MARC just not propogating from there. One sec... |
| 15:55 |
Dyrcona |
Woulnd't you know it. I'm editing this one file in the wrong worktree.... |
| 15:55 |
adam_reid |
Yep, the marc in the DB has the change in it. |
| 15:56 |
Dyrcona |
Sometimes things don't sync. Does reloading the page fix it? |
| 15:57 |
adam_reid |
No, reloading even with a cache clear shows the old title. Metabib title_field_entty is showing the old value |
| 15:58 |
Dyrcona |
You may need to run the queued ingest. |
| 15:59 |
adam_reid |
is that through the pingest script? |
| 15:59 |
Dyrcona |
/openils/bin/ingest_ctl --coordinator --dbhost ${DBHOST} --dbname ${DBNAME} --dbport ${DBPORT} --dbuser evergreen --dbpw ${DBPASSWORD} |
| 15:59 |
Dyrcona |
Nope, not pingest. |
| 16:00 |
Dyrcona |
I have a script to start it on the utility server. It only needs to run in one place. |
| 16:02 |
Dyrcona |
Apropos my Angular work: I got the dependencies fixed, and I wonder if I still need all of the imports... It works, don't fix it anymore. :) |
| 16:04 |
|
adam_reid joined #evergreen |
| 16:04 |
adam_reid |
ahh, ok, not familiar with that one, would that be run on the DB server directly or from our utility server? |
| 16:04 |
Dyrcona |
I'm still getting a console error, but I'll leave that for later. |
| 16:04 |
Dyrcona |
adam_reid: I run it on the utility server. |
| 16:04 |
Dyrcona |
It's newish. What Evergreen release are you on? |
| 16:05 |
adam_reid |
3.14.4 |
| 16:07 |
Dyrcona |
Yeah, you probably need it. I think it was introduced in 3.14.0. |
| 16:08 |
adam_reid |
sounds good, I'll try it out |
| 16:08 |
adam_reid |
thank you! |
| 16:09 |
Dyrcona |
Oof... Now I have to fix HoldsGridComponent... |
| 16:14 |
* Dyrcona |
thinks he should bind (buffer-file-name) to a key combo. |
| 16:17 |
* Dyrcona |
waits for the watch to catch up. |
| 16:21 |
Dyrcona |
Hmm.. It hasnt' updated for 6 minutes and I changed code 4 minutes ago. |
| 16:22 |
Dyrcona |
Grr.... same errors. |
| 16:23 |
Dyrcona |
Oh wait a minute... HoldsGridComponent. |
| 16:26 |
Dyrcona |
Huzzah! "Show Hold Details" works in Angular circulation. |
| 16:26 |
pinesol |
News from commits: LP#2081069: fix a few POD errors <http://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=bf872e910b57e166f381fcc3c8179232b63cc216> |
| 16:26 |
Dyrcona |
Think I'll commit these changes. They're beefy enough. |
| 16:28 |
Dyrcona |
Guess that they could be 2 separate commits since they're in different interfaces. |
| 16:28 |
Dyrcona |
@dialog |
| 16:28 |
pinesol |
Dyrcona: https://www.youtube.com/watch?v=Y9ttBt-4vWo |
| 16:28 |
Dyrcona |
@monolog |
| 16:28 |
pinesol |
Dyrcona: did you finish your beer? |
| 16:28 |
Dyrcona |
@monologue |
| 16:28 |
pinesol |
Dyrcona: Your current monologue is at least 12 lines long. |
| 16:29 |
Dyrcona |
pinesol: I haven't had a beer today, but will likely get one with dinner. Looks like I'm going for BBQ and trivia tonight. |
| 16:29 |
pinesol |
Dyrcona: connect to host dev port 22: Connection refused |
| 16:29 |
Dyrcona |
Sounds 'bout right. |
| 16:29 |
adam_reid |
hmmn, I get a password auth error. I am trying to run the script as opensrf, is that wrong? |
| 16:31 |
Dyrcona |
No, that's right. You need to specify the password for the owner of the evergreen database in postgresql, that's usually the 'evergreen' user. |
| 16:31 |
Dyrcona |
ingest_ctl talks directly to the database. |
| 16:31 |
Dyrcona |
I haven't checked, but it might work if you use a .pgpass file. |
| 16:31 |
adam_reid |
yeah, I passed in the password, the user also has a .pgpass |
| 16:33 |
adam_reid |
odd, nothing else is having issue connecting. Makes me wonder if our utility server is the problem |
| 16:33 |
Dyrcona |
Can you connect to the database with psql? |
| 16:35 |
Dyrcona |
And, I broked stuff with the worktree incident. |
| 16:37 |
adam_reid |
@Drycona just tried, connection fails. Concerning |
| 16:37 |
pinesol |
adam_reid: I'm sorry, Dave. I'm afraid I can't do that. |
| 16:39 |
Dyrcona |
@bad add The Worktree Incident |
| 16:39 |
pinesol |
Dyrcona: It reads like a Nigerian 419 scam, but I think it is a sincere question sent to the wrong list. |
| 16:40 |
Dyrcona |
@band add The Worktree Incident |
| 16:40 |
pinesol |
Dyrcona: Band 'The Worktree Incident' added to list |
| 16:40 |
Dyrcona |
adam_reid: Then the database password isn't what you think, most likely. You should be able to find the real password in /openils/conf/opensrf.xml. |
| 16:41 |
* Dyrcona |
just spent several minutes fixing something that ain't broke. |
| 16:43 |
adam_reid |
oh boy... I typed it wrong.. :( |
| 16:43 |
Dyrcona |
Been there... |
| 16:44 |
* Dyrcona |
tries to wire up the triggered event log in Angular circ in the next 15 minutes. |
| 16:46 |
Dyrcona |
Huh. It's disabled... Well, let's enable it and see what happens. |
| 16:49 |
Dyrcona |
OIC.... It's not there. |
| 16:58 |
Dyrcona |
Ok. I'm signing out for today. Back tomorrow to monologue some more. :) |
| 17:10 |
|
mmorgan left #evergreen |
| 17:23 |
|
adam_reid joined #evergreen |
| 18:45 |
|
adam_reid joined #evergreen |
| 19:22 |
|
adam_reid joined #evergreen |
| 19:33 |
|
adam_reid joined #evergreen |
| 21:00 |
|
adam_reid joined #evergreen |
| 22:08 |
|
adam_reid joined #evergreen |
| 22:27 |
|
adam_reid joined #evergreen |
| 23:00 |
|
adam_reid joined #evergreen |
| 23:38 |
|
adam_reid joined #evergreen |