| # | Time | Nick | Message |
|---|
| # | 00:22:19 | StephenGWills has left #evergreen |
| # | 00:42:27 | dbwells_ has joined #evergreen |
| # | 00:44:25 | dbwells has quit IRC |
| # | 00:44:38 | dbwells_ is now known as dbwells |
| # | 00:45:02 | jeffdavis has quit IRC |
| # | 00:45:05 | jeffdavi1 has joined #evergreen |
| # | 00:45:12 | MarkEIN_ has quit IRC |
| # | 03:35:32 | atz_ has joined #evergreen |
| # | 03:39:22 | atz has quit IRC |
| # | 04:33:25 | jeffdavi1 is now known as jeffdavis |
| # | 04:53:26 | foocraft has quit IRC |
| # | 07:54:04 | mrpeters-isl has joined #evergreen |
| # | 07:57:15 | artunit_ has joined #evergreen |
| # | 07:59:49 | artunit has quit IRC |
| # | 07:59:52 | artunit_ is now known as artunit |
| # | 08:18:22 | Dyrcona has joined #evergreen |
| # | 08:19:01 | dbs has quit IRC |
| # | 08:25:32 | Dyrcona | @later tell eeevil The regression that I saw on my demo server yesterday came not from my go-live but from the vandelay-improvements branch that I merged in last Saturday. I see there have been some changes to it since, but haven't checked if the regression is still there. |
| # | 08:25:32 | pinesol_green | Dyrcona: The operation succeeded. |
| # | 08:33:46 | AaronZ-PLS has joined #evergreen |
| # | 08:45:59 | mrpeters-isl | wasn't there a script someone wrote to convert a report to some "cleaner" SQL (removing the md5's, etc.) |
| # | 08:47:42 | guest1 has joined #evergreen |
| # | 08:52:50 | mrpeters-isl | i was thinking maybe I could grab the current_query from pg_stat_activity while it's running but it appears to be truncated. |
| # | 08:55:43 | tsbere | What are you trying to do? |
| # | 08:56:37 | mrpeters-isl | well, i have a pretty hefty report - trying to count circulations on items who's bib records contain a string "library science" in the 650$a |
| # | 08:56:58 | mrpeters-isl | its been running almost 30 minutes now |
| # | 08:57:16 | mrpeters-isl | so i wanted to try to examine the SQL behind it |
| # | 08:58:25 | mrpeters-isl | sounds like i just need to up the track_activity_query_size for postgres |
| # | 08:58:43 | tsbere would probably have done that in raw sql anyway, but he hasn't played enough with the report writer |
| # | 08:58:57 | mrpeters-isl | i was going to, but then i realised it was pretty simple in the reporter |
| # | 09:00:53 | tsbere | I also don't know if I trust the reporter to do a given query in an efficient manner |
| # | 09:08:07 | mrpeters-isl | it has about 7 LEFT OUTER JOINS in the reporter |
| # | 09:09:45 | tsbere | You looking for circ by bib or total circs? |
| # | 09:10:02 | jenny has joined #evergreen |
| # | 09:10:13 | mrpeters-isl | total circs on any items owned by a library attached to one of those bibs with a particular 650$a |
| # | 09:10:28 | tsbere | So by library? |
| # | 09:10:36 | mrpeters-isl | yeah |
| # | 09:10:49 | mrpeters-isl | let me send you wehre i'm kind of at... |
| # | 09:11:57 | mrpeters-isl | http://pastie.org/1976074 |
| # | 09:12:20 | mrpeters-isl | one thing i know is kind of weird is the bib/bre aliases |
| # | 09:12:32 | mrpeters-isl | i saw the reporter was doing that so i threw it in my sql too |
| # | 09:12:45 | tsbere | That doesn't even look guaranteed to get all circs unless you have 0 aged circs total |
| # | 09:13:23 | mrpeters-isl | yeah, i'm sure i'm making mistakes |
| # | 09:14:16 | tsbere | Hmmm |
| # | 09:14:25 | tsbere | I think something doesn't add up in your paste |
| # | 09:14:25 | mrpeters-isl | actually get a result though |
| # | 09:14:32 | mrpeters-isl | yeah. i made a mistake...repasting |
| # | 09:14:44 | mrpeters-isl | http://pastie.org/1976074 |
| # | 09:14:50 | mrpeters-isl | that works - returns 14 for me |
| # | 09:16:19 | dbs has joined #evergreen |
| # | 09:17:05 | tsbere | I can skip multiple joins in that easily enough |
| # | 09:23:51 | tsbere | mrpeters-isl: http://pastie.org/1976130 ? |
| # | 09:24:24 | tsbere | Doesn't do the date limiter, though |
| # | 09:24:42 | tsbere | Easy enough to add in |
| # | 09:25:43 | mrpeters-isl | cool - willdo some comparison |
| # | 09:26:23 | tsbere | One of the two uses all_circulation (a view) to get aged circs as well |
| # | 09:26:33 | tsbere | That one appears to take much longer to run here. <_< |
| # | 09:26:37 | tsbere isn't surprised |
| # | 09:26:48 | mrpeters-isl | yep, get the same results with your query |
| # | 09:26:53 | mrpeters-isl | 14 circs at the library i'm looking at |
| # | 09:27:10 | tsbere | Is mine faster? |
| # | 09:27:16 | mrpeters-isl | actually, no haha |
| # | 09:27:33 | mrpeters-isl | maybe its cached now, but mine runs instantly |
| # | 09:28:22 | mrpeters-isl | yours takes about 60 seconds |
| # | 09:28:38 | tsbere | Which one? The all_circulation one, or the regular circulation one? |
| # | 09:29:35 | sfortin has joined #evergreen |
| # | 09:30:25 | berick | tsbere: with make-db-patch.pl, should --from generally point to the parent of the first sql-related commit in my topic branch? |
| # | 09:30:56 | tsbere | berick: That sounds about right. |
| # | 09:31:12 | berick | tsbere: cool, thanks |
| # | 09:31:27 | tsbere | berick: Although if you used, say, origin/master for the from it would say "anything that the master branch doesn't have" as a possible shortcut |
| # | 09:31:32 | kmlussier has joined #evergreen |
| # | 09:31:40 | berick | tsbere: even easier... |
| # | 09:38:25 | mrpeters-isl | tsbere: both about 30 seconds to 1 minute |
| # | 09:38:35 | mrpeters-isl | probably, becuase you're looking at ALL libraries |
| # | 09:38:49 | tsbere | Oh, you didn't add the "just that library" limiter when comparing? |
| # | 09:39:05 | mrpeters-isl | oh, i did eventually |
| # | 09:39:13 | mrpeters-isl | but just running your raw queries, compared to what i went with |
| # | 09:40:03 | tsbere | I figured you indicated you needed all of them, not just one, but were using one for speed of testing purposes. |
| # | 09:45:57 | yboston has joined #evergreen |
| # | 09:59:09 | drdata_home has joined #evergreen |
| # | 10:02:20 | phasefx | I have some missing cataloging permissions sitting in a collab branch here: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=commit;h=d3ab4737fd08e1832f91df90802ad881ce8c9cd0 I'm hesitant to push to master and rel_2_1 since I get errors trying to test the upgrade script, and I don't understand the new regime yet |
| # | 10:05:58 | phasefx | is that safe or does it need tweaking? how does this new stuff work? I'd be happy to wiki-fy it |
| # | 10:06:12 | gdunbar has joined #evergreen |
| # | 10:07:27 | tsbere | phasefx: I test my upgrade scripts by commenting out the deps_block_check and the commit and adding a rollback. <_< |
| # | 10:07:43 | phasefx | ha |
| # | 10:07:58 | tsbere | Makes it faster to rapid-test changes |
| # | 10:08:22 | tsbere | Then when I am happy I change the rollback into a commit, apply, and make sure things look ok afterwards |
| # | 10:09:35 | phasefx | in that case, I'm happy with it and will push. thanks :) |
| # | 10:09:50 | senator | not phasefx's concern, but i guess we skipped 0539? |
| # | 10:09:56 | tsbere | Want my "list of permissions that appear to be missing"? |
| # | 10:10:33 | phasefx | tsbere: if you want to augment the file in that branch, go for it |
| # | 10:10:44 | phasefx | files |
| # | 10:11:34 | Dyrcona | tsbere: I added some permissions (minus descriptions) on our go-live branch this morning. They are related to volume suffixes and monograph parts. |
| # | 10:11:40 | lisppaste | tsbere pasted "Missing Perms" at http://paste.lisp.org/display/122280 |
| # | 10:12:00 | Dyrcona | Oh, and our migration is officially started about about 10:00 a.m. this morning. |
| # | 10:12:54 | gmcharlt | Dyrcona++ |
| # | 10:12:57 | phasefx | tsbere: ick |
| # | 10:13:06 | tsbere | phasefx: I don't have time to mess with adding the entries for them today. Too much work to do with said migration in progress. |
| # | 10:13:15 | phasefx | roger roger |
| # | 10:13:32 | Dyrcona | I think a lot of those are related to recent cataloging enhancements. |
| # | 10:13:37 | bshum | Dyrcona: Best wishes to you. |
| # | 10:13:51 | Dyrcona | thank you, thank you. *bows* |
| # | 10:14:01 | tsbere | phasefx: Also, those are only easily-picked ones from the perl and idl. Others may be missing but are less obviously obtained. |
| # | 10:15:22 | dbwells | senator: Yes, 0539 got skipped, more or less. I had called it for what is now 0540 and prepared it for commit, then dbs generously offered to sign off on it (which I thought was a great idea), then I committed 0540 for something unrelated before he had a chance to get to it. |
| # | 10:15:41 | dbwells | I mean, "what is now 0541". |
| # | 10:16:17 | senator | well, it's not the end of the world |
| # | 10:16:21 | senator | ^-- still amusing |
| # | 10:16:47 | mrpeters-isl | git question -- i used to be able to "wget" an 'Original File' from SVN -- i can't seem to do that on git. Any ideas? |
| # | 10:17:01 | Dyrcona just loves getting tickets that start out "Dear Jason," |
| # | 10:17:18 | phasefx | oh, dibs on 0542 :) |
| # | 10:17:25 | Dyrcona | guess I'll start calling the tickets "Dear Jason Letters" |
| # | 10:17:37 | tsbere | mrpeters-isl: You can always tell git to check the file out. |
| # | 10:17:39 | bshum | :) |
| # | 10:17:39 | mrpeters-isl | for example -- mv foo.js to foo.js.bak && wget svn.open-ils.org/foo.js -- to replace with a patched version |
| # | 10:17:59 | tsbere | git checkout foo.js will check out a clean copy |
| # | 10:18:45 | mrpeters-isl | so, say i want to checkout http://git.evergreen-ils.org/?p=Evergreen.git;a=commit;h=51523ac6db6a4b78ca6053ab0df645698f017db8 |
| # | 10:18:56 | mrpeters-isl | which url is the one to use for git checkout ? |
| # | 10:19:17 | tsbere | If you want a specific version thereof |
| # | 10:19:26 | tsbere | Up at the top of the page there |
| # | 10:19:30 | tsbere | You want the "raw" link |
| # | 10:19:58 | mrpeters-isl | ok, so blob > raw |
| # | 10:20:54 | mrpeters-isl | git checkout http://git.evergreen-ils.org/?p=Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/chrome/content/util/network.js;h=5871323c0301b5e4336a56582162044141ce861c;hb=51523ac6db6a4b78ca6053ab0df645698f017db8 |
| # | 10:20:54 | mrpeters-isl | fatal: Not a git repository |
| # | 10:21:11 | tsbere | mrpeters-isl: The "raw" link is for wget use. |
| # | 10:21:27 | tsbere | If you want to deal with it via git (to a specific commit) it gets more complicated, I think |
| # | 10:21:31 | mrpeters-isl | that actually doesnt work |
| # | 10:21:34 | mrpeters-isl | wget |
| # | 10:21:45 | mrpeters-isl | you get an XML file |
| # | 10:22:15 | tsbere | really? |
| # | 10:22:22 | mrpeters-isl | you get a file index.html?p+Evergreen.git |
| # | 10:22:24 | mrpeters-isl | try it |
| # | 10:22:28 | mrpeters-isl | wget http://git.evergreen-ils.org/?p=Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/chrome/content/util/network.js;h=5871323c0301b5e4336a56582162044141ce861c;hb=51523ac6db6a4b78ca6053ab0df645698f017db8 |
| # | 10:22:36 | mrpeters-isl | loads ok in a browser, which is how i did this last night |
| # | 10:22:44 | tsbere | mrpeters-isl: Quotes! Also, git checkout <commit hash> <filename> |
| # | 10:22:46 | mrpeters-isl | i had to save it, then upload it elsewhere |
| # | 10:24:17 | mrpeters-isl | ah, ok quotes did the trick |
| # | 10:24:18 | phasefx | tsbere: in perms_check, maybe remove the / before Open-ILS in the idl_perms variable? |
| # | 10:25:23 | tsbere | Hmm. |
| # | 10:25:32 | tsbere thought he had gotten all of those, but apparently missed one |
| # | 10:27:35 | tsbere | phasefx: Pushed that. |
| # | 10:27:43 | phasefx | cool deal |
| # | 10:28:01 | tsbere | (and merged master up to now, thus hiding the older commit down the tree somewhere) |
| # | 10:33:44 | Dyrcona has been rebasing, squashing and changing commit dates. |
| # | 10:33:45 | phasefx | hrmm, for CREATE_PURCHASE_REQUEST, that's an explicit check in the perl, but the IDL also has user_request.create |
| # | 10:33:49 | Dyrcona is a bad boy. |
| # | 10:34:01 | phasefx will add it and let someone fix if desired |
| # | 10:34:41 | Dyrcona | I'm going to push another little something that some of our members requested to a working branch. |
| # | 10:35:37 | Dyrcona | It's a PhoneList WWW module that can list patrons with holds and their and phone numbers in a csv file. It also adds a hold notification for the patron. It's useful if you want to automate calling patrons about holds that are ready for pickup. |
| # | 10:36:23 | berick | gmcharlt++ tsbere++ # make-db-patch.pl |
| # | 10:36:27 | tsbere | Specifically, if you want to let the library do it. At the library. |
| # | 10:38:39 | bshum | Alright, this makes no sense to me. I have a simple2zoom service trying to connect to our production zurl and it doesn't work, but it works fine with the backend specific brick head of my choice, etc. |
| # | 10:39:22 | bshum | Alternatively, it works happily when connecting to the zurl of our test server and it also uses ldirector to connect multiple bricks on its backend. |
| # | 10:39:49 | bshum | Any ideas of what to test or try next? |
| # | 10:40:21 | dbs | phasefx: fwiw, you could/should get somebody else to sign off on your branch rather than pushing it yourself |
| # | 10:40:43 | phasefx | dbs: roger that |
| # | 10:42:20 | dbs | bshum: can you successfully run simple2zoom anywhere else pointing to your production zurl? |
| # | 10:43:07 | bshum | dbs: I'll try compiling one more VM to point at our production zurl. I've attempted this with 3 different machines with Ubuntu/Debian, and various versions of Yaz, but that's all been a red herring apparently. |
| # | 10:44:15 | dbs | bshum: does your test server have one identical record that we could use to compare the results of an SRU request from it vs. production (via wget or curl, comparing headers, etc)? |
| # | 10:44:34 | bshum | dbs: They should be pretty close. I'll check. |
| # | 10:44:42 | dbs | bshum: cool |
| # | 10:46:34 | phasefx | collab/phasefx/missing_cat_perms updated if anyone wants to sign-off/sanity-check. Otherwise I can open a ticket for it |
| # | 10:47:08 | phasefx | may want to squash to one commit when merging with master |
| # | 10:49:31 | phasefx | anyone getting subfield 0's showing up in their record summary page for Subjects? |
| # | 10:50:03 | gmcharlt | phasefx: should some/all of those missing perms be added to the default permission groups? |
| # | 10:50:27 | phasefx | probably |
| # | 10:51:40 | bshum | dbs: So like http://ur1.ca/4a6q2 (production) vs. http://ur1.ca/4a6q3 (test) |
| # | 10:52:38 | phasefx will go get some coffee, this collab branch thing isn't quite what he was thinking :) |
| # | 10:53:35 | dbs | phasefx: subfield 0s, I thought we fixed the skin to filter those, but I can't remember if that's a Conifer-specific fix or a master fix or what |
| # | 11:05:52 | phasefx | dbs: gracias, will look. Do you know if the auth-subset100.mrc file contains authority entries for subjects? I'm seeing author so far |
| # | 11:07:04 | dbs | uh |
| # | 11:07:11 | dbs | the '100' means 'author' :) |
| # | 11:07:18 | phasefx | ha |
| # | 11:07:23 | phasefx | thought it meant authority |
| # | 11:08:05 | phasefx | bleh, misundestanding all over the place today. thought auth- meant authority, and 100 meant 100 records, in the filename |
| # | 11:08:17 | dbs | totally understandable! |
| # | 11:08:19 | phasefx | but, just 17 records |
| # | 11:08:37 | dbs | a totally understandable misunderstanding, I mean |
| # | 11:09:14 | dbs could generate some subject auth records reasonably quickly, once I finish splitting this ticket-containing-12-separate-issues into 12 tickets. sigh |
| # | 11:09:55 | phasefx | dbs: I feel your pain; would appreciate it |
| # | 11:12:47 | dbs | phasefx: I'm pretty sure a lot of people feel the pain that I have inflicted, what with half-baked call number classification stuff and authority stuff and whatnot |
| # | 11:13:16 | dbs | thankfully there's dbwells and others to clean up after me (after suffering first, of course) |
| # | 11:13:22 | phasefx | dbwells: I'm sorry you have to delve into code based off of copy_browser :) |
| # | 11:13:28 | phasefx | speaking of suffering |
| # | 11:16:26 | phasefx | off-topic, I tried Ubuntu's Unity out. Reminds me a little of Windowmaker, but not as flexible |
| # | 11:16:47 | dbwells | phasefx: I've grown accustomed to its face :) |
| # | 11:17:28 | phasefx | dbwells: does copy_browser need that same fix that manage_dists just got, you think? |
| # | 11:18:28 | dbwells | phasefx: I tested it briefly and I don't think so. |
| # | 11:18:38 | phasefx | cool, thanks |
| # | 11:19:11 | dbs fondly remembers wmseti |
| # | 11:20:23 | ernieSimuro | openSRF |
| # | 11:20:29 | phasefx | I think it must be desktop apathy that's stopped me from fiddling with window managers. xmonad was fun for a while, till it broke on me |
| # | 11:21:12 | dbs will be upgrading his laptop to Fedora 14 this afternoon, have mostly enjoyed Gnome 3 thus far |
| # | 11:21:28 | dbs | but my needs are pretty minimal: gimme a browser and a terminal, and I'm generally happy |
| # | 11:22:04 | phasefx hears ya |
| # | 11:29:37 | bshum | Heh, phasefx: It was just a random thought of mine. Facebook Page felt more information driven to me than the weird new Group style chats, etc. But that's just one opinion ;) |
| # | 11:31:53 | phasefx | I'm not much of a facebook person at all, so am not familiar with all the options. I just noticed that it was at risk of being archived (and presumably still is, I think the upgrade failed), and thought it preferable to keep alive. Do you want to be an admin for it? I have no strong desire to maintain it, and I think Corinne just adds content |
| # | 11:32:11 | bshum | I think the upgrade went fine actually, I was able to see the revised group format. |
| # | 11:32:17 | bshum | (after a refresh that is) |
| # | 11:32:25 | phasefx | if you want to make it a page or somesuch instead, no objections from me |
| # | 11:32:26 | mrpeters-isl | phasefx: thanks so much for patch on multiple event overrides |
| # | 11:32:49 | mrpeters-isl | was crippling us from being able to handle those situations where libraries chose to override fine/collection limits |
| # | 11:32:59 | phasefx | mrpeters-isl: no problem. I thought I had it licked in the past, but must have missed something |
| # | 11:33:09 | mrpeters-isl | i think it was fixed in 1.6 series |
| # | 11:33:14 | mrpeters-isl | maybe it snuck back in somehow |
| # | 11:33:33 | phasefx | easy to miss forward-porting if it didn't originate in trunk/master |
| # | 11:33:44 | mrpeters-isl | phasefx++ |
| # | 11:34:05 | phasefx | less likely to happen now with git mindset of branch merging.. I hope |
| # | 11:34:30 | phasefx | mrpeters-isl: thank Callendar, he was your champion |
| # | 11:34:46 | bshum | phasefx: I don't mind helping out if I can, I try to check things pretty regularly. Though perhaps someone from the communications committee would be good too. It does seem like it would fall under their area too. |
| # | 11:35:57 | phasefx | bshum: alright, you're an admin |
| # | 11:37:39 | phasefx | geeze, we're already getting spam |
| # | 11:38:30 | phasefx | oh, old spam, new comment |
| # | 11:38:40 | mrpeters-isl | Callender++ too |
| # | 11:43:38 | bshum | Opinions "Evergreen ILS" or "Evergreen Project" (software vs. community)? |
| # | 11:45:52 | tsbere | Evergreen ILS Project (software community)? :P |
| # | 11:46:08 | bshum | tsbere++ :) |
| # | 11:51:09 | bshum | Sigh... alright, I'm deeply depressed now. |
| # | 11:51:20 | tsbere | ? |
| # | 11:51:26 | bshum | Fresh Squeeze box with yaz, simple2zoom, etc. and it's happy with our production zurl. |
| # | 11:51:54 | bshum | I don't know why it doesn't like my other boxes I've tried this on... sigh. |
| # | 11:54:01 | Dyrcona sings: Mama's got a squeeze box.... |
| # | 11:56:46 | bshum | Stupid z39.50 services :( |
| # | 12:01:07 | dchelimsky has joined #evergreen |
| # | 12:13:53 | youdonotexist has joined #evergreen |
| # | 12:16:30 | moodaepo | tsbere: So I want to try your permscheck.sh I checked out tsbere/ILS.git but don't see it under Open-ILS/examples/ |
| # | 12:16:50 | moodaepo <-- feel lost in the land of Git |
| # | 12:16:51 | tsbere | moodaepo: You have to add the remote (or clone the repo), then check out the branch. |
| # | 12:17:05 | tsbere | By default you will get the "master" branch |
| # | 12:17:16 | moodaepo | I cloned it > git clone git://git.mvlcstaff.org/tsbere/ILS.git |
| # | 12:17:25 | moodaepo | Aah |
| # | 12:17:26 | tsbere | try git checkout -b perms_check origin/perms_check |
| # | 12:34:25 | tsbere | moodaepo: For the record, perms_check.sh checks the *code*, it doesn't ask the DB for a list of perms. Just so you know. |
| # | 12:36:34 | moodaepo | tsbere: Yup once I changed the branch I looked at the code realized it wasn't exactly what I wanted : ) |
| # | 12:37:06 | dbs | "Evergreen library system project"? |
| # | 12:38:09 | phasefx | gmcharlt: updated collab/phasefx/missing_cat_perms with grp perm maps. unsure about some of them, mostly the SVF stuff, and acq user purchase request |
| # | 12:39:03 | gmcharlt | phasefx: offhand, do you know if the 'user' in acq user purchase request is (or was initially meant for) purchase requests placed by patrons or by staff? |
| # | 12:39:15 | phasefx | gmcharlt: berick just clarified, it's for staff |
| # | 12:39:43 | gmcharlt | ok |
| # | 12:39:52 | phasefx | staff making requests on behalf of patrons |
| # | 12:40:02 | berick | gmcharlt: phasefx: arg, no, i was wrong |
| # | 12:40:30 | phasefx | so should be in Users? |
| # | 12:40:38 | berick | there's 2 different perms. CREATE_PURCHASE_REQUEST is to allow users to create their own requests |
| # | 12:41:03 | phasefx | that's the one I'm dealing with |
| # | 12:41:17 | berick | user_request.create (not sure why it's lower'd) is for staff-mediated requests |
| # | 12:41:29 | phasefx | ah |
| # | 12:42:39 | berick | phasefx: yes, User makes sense, unless of course you want to disallow some patrons from creating requests |
| # | 12:43:06 | phasefx | pushed update |
| # | 12:43:29 | phasefx | berick: as far as I'm concerned, these stock groups and perm mappings are practical examples |
| # | 12:43:37 | berick | *nod* |
| # | 12:46:48 | dbs | *nod* |
| # | 12:46:55 | phasefx | I got some group id's wrong |
| # | 12:47:41 | phasefx | pushed again |
| # | 12:47:55 | phasefx | I keep forgetting -s too |
| # | 12:48:09 | sfortin has quit IRC |
| # | 12:48:15 | dbs | phasefx: you can make -s default |
| # | 12:48:22 | phasefx | yeah, I think I will |
| # | 12:49:25 | dbs | format.signoff config item |
| # | 12:49:45 | dbs | Help for it says "Note: Adding the Signed-off-by: line to a patch should be a conscious act and means that you certify you have the rights to submit this work under the same open source license." |
| # | 12:49:57 | dbs | DAMN RIGHT |
| # | 12:51:17 | gmcharlt | phasefx: so make sure you're concious when you change that setting ;) |
| # | 12:51:23 | phasefx | I'm going to consciously do it once, and just not ever submit anything I don't have the rights for ;) |
| # | 12:52:02 | phasefx | assuming no contributor tricks me :) |
| # | 12:52:46 | dbs | bshum: well, yay for working z39.50 server I guess? |
| # | 12:53:42 | bshum | dbs: Yeah; it doesn't quite solve what happened with these other z39.50 servers that caused them to fail connecting to production but work with many other zurls though. |
| # | 12:53:50 | bshum | Maybe I'll figure it out after our migration |
| # | 12:54:07 | bshum | For now, guess I'll reformat one of those bad boxes to start fresh. |
| # | 12:54:29 | tsbere just has a template with his signed-off-by line |
| # | 12:55:01 | tsbere | Used to have more. Then I decided "nah" on most of it. >_> |
| # | 12:59:57 | phasefx | what am I doing wrong? git config --global --bool format.signoff true |
| # | 13:03:54 | tsbere | phasefx: Tis for format-patch, not commit. |
| # | 13:04:20 | tsbere | (hence starting with format, actually) |
| # | 13:06:30 | tsbere | phasefx: Try commit.template? |
| # | 13:08:37 | dbs | damn, sorry for leading you astray phasefx |
| # | 13:08:50 | phasefx | dbs: s'okay, google isn't helping me much either |
| # | 13:08:56 | phasefx | tsbere: will try that, thanks :) |
| # | 13:09:52 | tsbere | commit.template has the extra bonus of "you can standardize your commit messages with headers and such, if you want to be fancy" |
| # | 13:11:56 | phasefx | still not sure what I'm doing wrong: git config --global commit.template /home/opensrf/.signoff with .signoff containing Signed-off-by: Jason Etheridge <jason@esilibrary.com> |
| # | 13:13:56 | tsbere | try git config --global commit.template=/home/opensrf/.signoff |
| # | 13:14:04 | tsbere | maybe? |
| # | 13:14:10 | tsbere | Or make sure your path is right |
| # | 13:14:25 | phasefx | well, a bare git config commit.template reports the path |
| # | 13:14:31 | tsbere | ok |
| # | 13:14:47 | phasefx | vim `git config commit.template` does what I expect |
| # | 13:15:07 | tsbere | ok |
| # | 13:15:37 | phasefx | I'll just make a bash alias |
| # | 13:15:48 | tsbere tries the vim trick, fails |
| # | 13:16:04 | tsbere | I set my commit.template to ~/ctemplate.txt |
| # | 13:16:17 | jenny has quit IRC |
| # | 13:16:18 | tsbere | git expands the ~ for me, the shell doesn't when I do the vim trick |
| # | 13:17:48 | tsbere tries ~/.signoff and it works too |
| # | 13:20:03 | phasefx | tsbere: ah! I have to use the editor |
| # | 13:20:08 | phasefx | -m not good |
| # | 13:20:27 | tsbere | phasefx: Well, yea, -m bypasses the templating process. |
| # | 13:24:14 | dchelimsky has quit IRC |
| # | 13:24:14 | dbs has quit IRC |
| # | 13:24:14 | gmcharlt has quit IRC |
| # | 13:24:14 | adrienne has quit IRC |
| # | 13:25:05 | dchelimsky has joined #evergreen |
| # | 13:25:06 | dbs has joined #evergreen |
| # | 13:25:06 | gmcharlt has joined #evergreen |
| # | 13:25:06 | adrienne has joined #evergreen |
| # | 14:00:37 | youdonotexist has quit IRC |
| # | 14:01:36 | dchelimsky has quit IRC |
| # | 14:02:31 | youdonotexist has joined #evergreen |
| # | 14:08:21 | Dyrcona is adding features despite playing "mission control." |
| # | 14:08:42 | bshum | Dyrcona: "Dear Jason, you are awesome." |
| # | 14:08:53 | Dyrcona | roflmao |
| # | 14:10:22 | dbs has quit IRC |
| # | 14:10:31 | jenny has joined #evergreen |
| # | 14:11:07 | youdonotexist_ has joined #evergreen |
| # | 14:11:08 | youdonotexist has quit IRC |
| # | 14:11:13 | youdonotexist_ is now known as youdonotexist |
| # | 14:17:24 | pmplett has joined #evergreen |
| # | 14:22:26 | Dyrcona | bshum: Plymouth Rocket is going to poke someone in your office about SIP2 and your migration. |
| # | 14:22:57 | bshum | Dyrcona: You know, I asked afterl about them and she said they weren't using SIP |
| # | 14:23:06 | bshum | Dyrcona: But thanks for the head's up. |
| # | 14:23:27 | Dyrcona | bshum: OK. tsbere just got off the phone with Ric and he asked if you guys were migrating this weekend. |
| # | 14:28:58 | tsbere | bshum: Ric wasn't sure if you have anyone using auth to begin with, for the record. |
| # | 14:29:43 | tsbere | bshum: On the other hand, with my sip_statcats2 stuff, using sip field 0F for "Friend of library" will work with Plymouth Rocket |
| # | 14:30:22 | bshum | tsbere: Good to learn. But that doesn't exist for 2.0 yet right? (which is the version we'll be on for a bit) |
| # | 14:30:36 | tsbere | bshum: I have no clue if it backports to 2.0 well. |
| # | 14:30:52 | bshum | tsbere: If it becomes necessary I guess I'll find out. |
| # | 14:30:58 | tsbere | In theory it probably is fine, as it touches so little of the main code. |
| # | 14:31:44 | youdonotexist has quit IRC |
| # | 14:51:53 | youdonotexist has joined #evergreen |
| # | 15:08:12 | moodaepo thinks dbs is the Evergreen French speaking trainer (?) |
| # | 15:10:28 | phasefx can do a good "annh annh annnnnnnh |
| # | 15:27:09 | phasefx | there's a bug fix in collab/phasefx/honor_unified_vol_copy_ui_setting in working that can go into master and rel_2_1 with someone's blessing |
| # | 15:28:01 | phasefx | probably trivial enough to skip such a blessing |
| # | 15:29:48 | kmlussier | phasefx++ on all the unified_vol_copy bug fixes! :-) |
| # | 15:29:59 | phasefx | :D |
| # | 15:30:56 | phasefx | kmlussier: for that matter, there's a collab/phasefx/unified_vol_copy_ui_from_item_status_ui, but it can trigger some bugs I haven't squashed yet |
| # | 15:31:45 | phasefx | you're welcome to poke at it |
| # | 15:33:23 | tsbere | She has no private key |
| # | 15:33:24 | tsbere | I think |
| # | 15:33:32 | tsbere | In general, and in the git server |
| # | 15:33:36 | kmlussier | I don't poke stuff until Dyrcona loads it on his server, and I'm trying to leave him alone. |
| # | 15:33:40 | phasefx | by poke, I really meant, get someone to install it so she can test |
| # | 15:34:01 | tsbere | Ahhh. Maybe I will give her something. Next week. Not this week ;) |
| # | 15:34:04 | kmlussier | He's a little busy these day. :-) |
| # | 15:34:05 | tsbere runs |
| # | 15:35:32 | atz__ has joined #evergreen |
| # | 15:39:24 | atz_ has quit IRC |
| # | 15:41:14 | phasefx | kmlussier: the fast item add -> unified vol/copy ui feature; before that was on the radar I was really considering skipping the item attribute editor altogether and going with default attributes, to make it really _fast_. Might still do that one day as yet another org unit setting |
| # | 15:46:44 | kmlussier | That is really fast. I don't know often our libraries will end up using default attributes, but I may be surprised. But it wouldn't be a problem if it's an org unit setting. I love YAOUS. |
| # | 15:47:27 | phasefx | kmlussier: another notion would be to expose the copy editor templates right there in the fast add bar, let you choose a template but skip the editor |
| # | 15:48:10 | kmlussier | Ooooh! That would be nice! |
| # | 15:50:23 | phasefx | I just hope no one wants to "unify" the marc editor with the vol/copy interface :D |
| # | 15:51:07 | phasefx | but split tabs is another feature I fooled around with |
| # | 15:58:50 | rjackson-isl has joined #evergreen |
| # | 16:00:17 | rjackson-isl | good afternoon - I am hoping for assistance on setting up Acquisitions Administrators group permissions... |
| # | 16:02:17 | rjackson-isl | trying to allow the users with this group ability to use Library Setting Editor to Edit such things as default Circ Modifier, default copy location, defalut fund limit spending block and default fund spending limit warning? |
| # | 16:09:06 | Dyrcona | you have add permissions for those settings. you have to configure the settings to use the new permissions. you have to grant the new permissions to the user/group. |
| # | 16:09:16 | Dyrcona | that's it in a nutshell. |
| # | 16:11:47 | rjackson-isl | Dyrcona: I guess the real issue is which perissions to add to the Admin Acquisitions group? I have looked thru all the setting a few times now and nothing sticks out that relates to these items? |
| # | 16:11:56 | _bott_ | miker++ "quality browsing experience" |
| # | 16:15:09 | eeevil | _bott_: thank Jason Boyer |
| # | 16:21:18 | Dyrcona | rjackson-isl: You have to create permissions for the individual org_unit_setting. |
| # | 16:22:42 | rjackson-isl | <Dyrcona> I am sorry I am not following :-( Are yo usaying I have to create a new row in a perm table? Or ?? |
| # | 16:22:51 | Dyrcona | the other option is to give the admin UPDATE_ORG_UNIT_SETTING_ALL |
| # | 16:23:33 | Dyrcona | yes, a knew permission.perm_list entry. then update the actor.org_unit_setting_type entry to use the permissions for editing or whatever. |
| # | 16:24:17 | Dyrcona | granted, I'm looking at a 2.1 system. |
| # | 16:25:07 | Dyrcona | I think that is the case in 2.0. I don't know about 1.6. |
| # | 16:25:35 | rjackson-isl | <Dyrcona>: 2.0.4 here - I wil see if I can get this going... Thanks for the input! |
| # | 16:26:20 | rjackson-isl | now off to fight the traffic... |
| # | 16:26:36 | rjackson-isl has quit IRC |
| # | 16:27:12 | eeevil | Dyrcona: got your regression, sir |
| # | 16:28:37 | agJohn has quit IRC |
| # | 16:29:23 | Dyrcona | eeevil: good job, sir. |
| # | 16:37:02 | kmlussier has quit IRC |
| # | 17:03:51 | jenny has left #evergreen |
| # | 17:08:17 | guest1 has left #evergreen |
| # | 17:28:12 | Dyrcona has quit IRC |
| # | 17:58:38 | yboston has quit IRC |
| # | 18:16:23 | moodaepo has quit IRC |
| # | 18:36:02 | Dyrcona has joined #evergreen |
| # | 18:38:41 | mrpeters-isl has quit IRC |
| # | 18:46:42 | drdata_home_ has joined #evergreen |
| # | 18:49:18 | drdata_home has quit IRC |
| # | 18:49:21 | drdata_home_ is now known as drdata_home |
| # | 19:09:33 | pmplett has quit IRC |
| # | 19:32:27 | pmplett has joined #evergreen |
| # | 19:37:07 | drdata_home has quit IRC |
| # | 19:49:35 | youdonotexist has quit IRC |
| # | 20:32:41 | dbs has joined #evergreen |
| # | 20:32:41 | dbs has joined #evergreen |
| # | 21:09:26 | Dyrcona has quit IRC |
| # | 21:59:10 | pmplett has quit IRC |
| # | 22:05:03 | Callender_ has joined #evergreen |
| # | 22:06:07 | Callender has quit IRC |
| # | 22:06:11 | Callender_ is now known as Callender |
| # | 22:17:42 | pmplett has joined #evergreen |
| # | 22:54:59 | foocraft has joined #evergreen |
| # | 23:19:20 | pmplett has quit IRC |
| # | 23:40:03 | pmplett has joined #evergreen |
| # | 23:42:52 | dbs has quit IRC |
| # | 23:52:17 | mcarlson has quit IRC |
| # | 23:52:33 | mcarlson has joined #evergreen |