Time |
Nick |
Message |
00:06 |
|
beanjammin joined #evergreen |
02:49 |
|
jaswinder joined #evergreen |
03:19 |
|
alynn26 left #evergreen |
04:36 |
|
beanjammin joined #evergreen |
05:35 |
|
dbwells_ joined #evergreen |
06:32 |
pinesol_green` |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
06:43 |
|
rlefaive joined #evergreen |
06:51 |
|
rlefaive joined #evergreen |
06:55 |
|
jaswinder joined #evergreen |
07:25 |
|
rjackson_isl joined #evergreen |
07:39 |
|
rlefaive joined #evergreen |
08:16 |
csharp |
I'm looking this morning at bug 1727557 and implementing the offline db in YAML as jeffdavis and I mentioned in comments 6 and 7 |
08:16 |
pinesol_green |
Launchpad bug 1727557 in Evergreen "Web Client: Download Block List causes unresponsive page with large file" [High,Confirmed] https://launchpad.net/bugs/1727557 |
08:16 |
csharp |
I've already created the YAML file and may need some extra eyes/brains on how it needs to work |
08:24 |
|
Dyrcona joined #evergreen |
08:32 |
|
rlefaive joined #evergreen |
08:37 |
|
dwgreen joined #evergreen |
08:46 |
|
ngf42 joined #evergreen |
08:54 |
|
collum joined #evergreen |
08:58 |
Stompro |
Good morning everyone, could someone check their system and tell me if their row for asset.call_number where id=-1 (for uncataloged copies) is marked as deleted or not? I just noticed ours is and I'm wondering if that happened by mistake. |
09:00 |
dbwells |
Stompro: ours it not deleted |
09:01 |
dbwells |
s/it/is/ |
09:01 |
Stompro |
Thank you for checking. |
09:03 |
dbwells |
Considering it is used for precats (and maybe other stuff), probably not a good thing to be deleted. |
09:07 |
|
rlefaive joined #evergreen |
09:10 |
Dyrcona |
Wonder if it could get deleted if you have the setting turned on to delete the volume when the last copy is deleted. |
09:12 |
|
rlefaive joined #evergreen |
09:27 |
|
yboston joined #evergreen |
09:31 |
Bmagic |
dbwells: which branch is the 3.1a branch? I was planning on setting up a machine |
09:32 |
|
jaswinder joined #evergreen |
09:34 |
|
jvwoolf joined #evergreen |
09:36 |
Dyrcona |
Bmagic: I don't think there is a 3.1a branch. It's a fix in the tarball, if I am not mistaken. |
09:36 |
Dyrcona |
You'd use the normal 3_1 or 3_1_0 branch. |
09:37 |
dbwells |
Bmagic: I didn't push a rel_3_1_0 tag, but will do so in a second. |
09:37 |
* Dyrcona |
was about to comment that rel_3_1_0 hasn't been pushed, yet. :) |
09:37 |
Dyrcona |
dbwells++ |
09:38 |
Dyrcona |
Oh, right! It was a patch for the upgrade script..... |
09:38 |
* Dyrcona |
smacks forehead. |
09:39 |
* Dyrcona |
goes back to messing with virtual machines.... |
09:40 |
dbwells |
Bmagic: okay, should be there now. Sorry 'bout that. |
09:46 |
Dyrcona |
Bmagic++ # for askin' |
10:14 |
Bmagic |
ty! |
10:29 |
|
jaswinder joined #evergreen |
10:34 |
|
Christineb joined #evergreen |
10:55 |
gsams |
csharp: That will definitely get me at the information I was looking for I believe! Many thanks! |
10:55 |
gsams |
csharp++ |
11:01 |
|
alynn26 joined #evergreen |
11:04 |
alynn26 |
Can some one look at the 3.0 docs, They are saying they are forbidden. "Forbidden You don't have permission to access /reorg/3.0/circulation/ on this server." |
11:12 |
|
yboston joined #evergreen |
11:22 |
|
kmlussier joined #evergreen |
11:28 |
|
rlefaive joined #evergreen |
11:29 |
Dyrcona |
Grr. That moment when you notice that messed up the bug number in your branch name..... |
11:29 |
Dyrcona |
After you've added it to the bug.... |
11:30 |
Dyrcona |
Dyrcona-- |
11:32 |
|
kmlussier_ joined #evergreen |
11:36 |
Dyrcona |
And, debuggers++ # they know why. :) |
11:38 |
remingtron |
alynn26: I sent an email to Robert (the docs server admin) about the docs error. |
11:52 |
|
mmorgan1 joined #evergreen |
12:00 |
Dyrcona |
Grr. Even trying to fix the bug number in the commit message, I messed it up. |
12:03 |
Dyrcona |
Guess I need to take a break for lunch. |
12:03 |
|
jihpringle joined #evergreen |
12:13 |
|
beanjammin joined #evergreen |
12:24 |
|
khuckins joined #evergreen |
12:42 |
|
rlefaive joined #evergreen |
12:54 |
|
jaswinder joined #evergreen |
13:31 |
|
jaswinder joined #evergreen |
13:34 |
|
mmorgan joined #evergreen |
13:35 |
|
jaswinder joined #evergreen |
13:38 |
jaswinder |
Hey Guys, I create a new table inside a new schema. I want to do CRUD operations using an API. what are the steps need to access the db data. Do I need to enter info into fm_IDL.xml file? |
13:41 |
Dyrcona |
jaswinder: Yes, you need to add an entry in the fm_IDL.xml. |
13:41 |
jaswinder |
okay, what is the purpose of this xml file? |
13:42 |
jaswinder |
What else do I need to do to access the data? |
13:42 |
Dyrcona |
The IDL file makes the tables accessible as classes in the API. |
13:43 |
Dyrcona |
All you need to do is add an entry to the file, with a pcrud controller, and you can then access the table via pcrud, after a restart of services, of course. |
13:44 |
Dyrcona |
You'll probably want to run autogen.sh, particularly if you wan the reporter to be able to access the new table. |
13:45 |
Dyrcona |
Actually, you will want to run to run autogen.sh after restarting services. |
13:50 |
jaswinder |
Dyrcona: sounds good! I am going to try that. Also, I noticed these files /Application/Storage/CDBI/ Storage/Driver/Pg/dbi.pm Are these auto generated by autogen.sh? |
13:50 |
Dyrcona |
jaswinder: No, they are not. I don't think you need those unless you want to enable access via the open-ils.storage module. |
14:01 |
jaswinder |
ok, after running autogen, how do i make a call? |
14:03 |
Dyrcona |
open-ils.pcrud.{class}.[search|retrieve|create] or something like that. |
14:03 |
Dyrcona |
You'll have to fill in the {class} etc. |
14:04 |
Dyrcona |
{class} would be the id you assigned the class in the IDL. |
14:07 |
Dyrcona |
jaswinder: You should be able to find examples of pcrud calls in the code. |
14:13 |
|
yboston joined #evergreen |
14:17 |
jaswinder |
ok thanks! |
14:43 |
|
alynn26_away joined #evergreen |
15:07 |
jaswinder |
Dyrcona: I tried to run the autogen.sh |
15:08 |
jaswinder |
I received few errors. |
15:08 |
jaswinder |
first, it was complaining about BINDIR folder and then LOCALSTATEDIR |
15:08 |
jaswinder |
Do I have to manully add the location of these file inside the autogen.sh or setup PATH for these? |
15:09 |
Dyrcona |
jaswinder: Those are set when you install the code. How did you run autogen.sh? |
15:10 |
jaswinder |
I have to look at the instruction |
15:13 |
bshum |
jaswinder: Perhaps you're running autogen.sh from your source directory and not the installed version in /openils/bin ? |
15:14 |
bshum |
(assuming it was installed properly...) |
15:14 |
jaswinder |
Yes, that is correct. So, I shoulb be running from /openils/ dir? |
15:14 |
bshum |
Well if you set your user path to include /openils/bin |
15:14 |
bshum |
You could run it anywhere |
15:15 |
bshum |
as that user |
15:46 |
jaswinder |
bshum: You are correct. I was able to run it fine. Now, I need to call the OpenILS |
16:02 |
|
khuckins joined #evergreen |
16:15 |
jaswinder |
Is there a way that I can retrieve the data from /EbookAPI/OneClickDigital.pm file? |
16:15 |
jaswinder |
I have asked similar question in the past but it did not work out. |
16:37 |
jaswinder |
Anyone? |
16:39 |
Bmagic |
sorry, I'm not sure what you are asking |
16:40 |
Bmagic |
You want to intercept the data? |
16:45 |
jaswinder |
I want to retrieve the data from ebook api |
16:45 |
jaswinder |
This is the file that I am modifying: EbookAPI/OneClickDigital.pm to retreive data from Database |
17:00 |
Bmagic |
During the times that I have messed with it, I used the log file to see what was going on |
17:01 |
Bmagic |
var/log/osrfsys.log |
17:04 |
|
mmorgan left #evergreen |
17:08 |
|
yboston joined #evergreen |
17:28 |
|
jvwoolf left #evergreen |
17:31 |
|
jwoodard joined #evergreen |
18:17 |
jeffdavis |
jaswinder: can you be more specific about the data you want to retrieve? |
18:30 |
pinesol_green |
News from qatests: Testing Success <http://testing.evergreen-ils.org/~live> |
19:03 |
|
jaswinder joined #evergreen |
19:35 |
|
ellieat joined #evergreen |
19:38 |
|
jaswinder joined #evergreen |
19:48 |
|
qktzfx joined #evergreen |
19:49 |
|
nicoulajDMTB09 joined #evergreen |
21:09 |
|
jaswinder joined #evergreen |
21:24 |
|
jaswinde_ joined #evergreen |
22:51 |
|
jaswinder joined #evergreen |