Time |
Nick |
Message |
00:10 |
|
jvwoolf joined #evergreen |
00:53 |
|
jvwoolf joined #evergreen |
01:45 |
pinesol |
News from qatests: Failed Building the AsciiDoc output formats <http://testing.evergreen-ils.org/~live//archive/2019-12/2019-12-13_00:56:14/test.81.html> |
01:46 |
phasefx |
starting now these should be permanent links |
02:17 |
|
sandbergja joined #evergreen |
02:27 |
|
sandbergja joined #evergreen |
04:03 |
|
sandbergja joined #evergreen |
06:00 |
pinesol |
News from qatests: Failed Building the AsciiDoc output formats <http://testing.evergreen-ils.org/~live//archive/2019-12/2019-12-13_04:00:02/test.81.html> |
06:51 |
|
collum joined #evergreen |
06:55 |
|
agoben joined #evergreen |
07:06 |
|
rjackson_isl joined #evergreen |
07:37 |
|
rfrasur joined #evergreen |
08:17 |
|
bwicksall joined #evergreen |
08:34 |
pinesol |
[evergreen|Remington Steed] Docs: Fix AsciiDoc syntax error in glossary - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=6ad5393> |
08:34 |
|
mantis1 joined #evergreen |
08:36 |
|
alynn26 joined #evergreen |
08:46 |
|
mmorgan joined #evergreen |
08:49 |
mantis1 |
I asked a question the other day about the Hatch extension for a Mac. Is it possible once the files are pulled using git that those same files can be compiled into an express installer? |
08:51 |
|
Dyrcona joined #evergreen |
09:02 |
Dyrcona |
I'm trying to find a date that would be a good proxy for when we last copied the data from production to a training server that runs the action trigger runners and has been used for training and testing of circulation and cataloging. Can anyone think of a date column that's not likely to have changed? |
09:05 |
Dyrcona |
Hmm... acq.purchase_order only has 27,012 rows. I can probably list all the dates in there to get an estimate. We have been testing acq on training, too, but there should be only a handful of rows after the data was copied. |
09:07 |
mmorgan |
Dyrcona: How about the most recent date that shows a production level count of action.circulation rows? |
09:07 |
Dyrcona |
mmorgan: Um, what? |
09:08 |
mmorgan |
select date(xact_start), count(*) |
09:08 |
mmorgan |
from action.circulation |
09:08 |
mmorgan |
group by 1 |
09:08 |
mmorgan |
order by 2 desc |
09:08 |
Dyrcona |
OIC: select date(xact_start), count(*)... |
09:08 |
mmorgan |
probably set a limit on that. |
09:08 |
mmorgan |
:) |
09:08 |
Dyrcona |
Yeah, I was typing that. I want the query to finish before I clock out for the weekend. :) |
09:10 |
Dyrcona |
I'll give that a try, too, 'cause the acq.purchase_order create time is confusing. It looks like we updated in early June, because there are no entries for June. I suppose I could see any exist in production for June. |
09:17 |
|
jvwoolf joined #evergreen |
09:20 |
Dyrcona |
mmorgan++ # Something like your query ran pretty fast. I ordered by date(xact_start) rather than the count(*). |
09:21 |
mmorgan |
Yeah, that makes more sense. |
09:22 |
Dyrcona |
It's not as helpful as the acq.purchase_order query because I show a couple of days with production levels of circulations: 25,000+ after when I think I loaded the data, but those are probably auto_renewals. I suppose I should exclude those auto_renewal true. |
09:29 |
* dbs |
was having a frustrating day yesterday trying to set up spine label templates in 3.4 -- seemed like after saving one new template, subsequent templates that I saved would show up in the drop-down list, but when I reloaded the print item labels screen, it would only list the one or two that had existed before |
09:30 |
dbs |
Console didn't show any errors and it didn't seem to matter whether I was using Hatch (with use Hatch enabled in the workstation prefs) or not. All on Chrome on Windows 7. |
10:15 |
|
jvwoolf1 joined #evergreen |
10:43 |
|
sandbergja joined #evergreen |
11:00 |
|
Christineb joined #evergreen |
12:04 |
|
jihpringle joined #evergreen |
12:10 |
|
sandbergja joined #evergreen |
12:30 |
|
collum joined #evergreen |
13:02 |
Dyrcona |
Um, why does git tell there's a mege conflict in build/i18n/po/webstaff/webstaff.pot when there are no conflict markers? |
13:05 |
Dyrcona |
OK.....I see what happened. Never mind. I'm in the wrong tab. |
13:05 |
phasefx |
my guess would have been item attributes |
13:07 |
Dyrcona |
Well, probably, but I think the branch I was using was so far out of date because I was in a tab that was ssh'd to a server and I thought I was working on the local branch on my laptop. At least, that's where my confusion arose. |
13:08 |
Dyrcona |
Also, the copy of origin/master may even have been behind the branch I was trying to rebase onto. |
13:08 |
Dyrcona |
When I do the same rebase on my laptop, I get "Current branch ... is up to date." |
13:12 |
|
mmorgan left #evergreen |
13:23 |
Dyrcona |
So, after further review, the unexpected conflicts occurred because I accidentally made a new branch based on 3.2 branch, and then tried to rebase against an old hash for master, for those following along at home. :) |
13:30 |
|
sandbergja joined #evergreen |
13:48 |
|
khuckins joined #evergreen |
14:25 |
* berick |
calls 1197 |
14:37 |
pinesol |
Showing latest 5 of 11 commits to Evergreen... |
14:37 |
pinesol |
[evergreen|Bill Erickson] LP1830391 Hatch core mod import/export repairs - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=878333b> |
14:37 |
pinesol |
[evergreen|Bill Erickson] LP1830391 Angular Hatch enabled flag lookup repair - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=8e1e39d> |
14:37 |
pinesol |
[evergreen|Bill Erickson] LP1830391 Warn on dupe workstation settings - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=49b4bf3> |
14:37 |
pinesol |
[evergreen|Bill Erickson] LP1830391 Angular test spec updates for Hatch store updates - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=71c5401> |
14:37 |
pinesol |
[evergreen|Bill Erickson] LP1830391 Stamping DB upgrate (hatch omnibus) - <http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=10c1c8f> |
14:44 |
berick |
wondering if a web team member could update the Hatch download link on the EG downloads page to https://evergreen-ils.org/downloads/Hatch-Installer-0.3.2.exe |
14:47 |
* berick |
will email if no one's around |
14:47 |
|
khuckins_ joined #evergreen |
14:55 |
|
sandbergja joined #evergreen |
16:08 |
|
mantis1 left #evergreen |
16:10 |
|
gerlevi joined #evergreen |
18:00 |
pinesol |
News from qatests: Failed Building the AsciiDoc output formats <http://testing.evergreen-ils.org/~live//archive/2019-12/2019-12-13_16:00:02/test.81.html> |
21:28 |
|
sandbergja_ joined #evergreen |
22:02 |
|
sandbergja_ joined #evergreen |
22:55 |
|
sandbergja_ joined #evergreen |
23:53 |
|
sandbergja_ joined #evergreen |