[00:18] cjohnston: I got a different error [00:18] today_view() got an unexpected keyword argument 'summit_name' [00:18] did you not change the today_view function? [00:19] even when removing summit_name it didnt fix it, and i had no idea what else to do [00:24] cjohnston: where did you get the error? [00:27] when visiting uds-p/oday [00:28] uds-p/today [00:30] I don't have a uds-p [00:30] I went to uds-o/today and didn't get the error [00:30] could the error be caused by data? [00:32] i wonder if its because there isnt any info other than just the uds-p and the dates [00:32] no items [00:33] so mhall119 I can propose that merge then? [00:34] any idea why https://code.launchpad.net/~chrisjohnston/loco-directory/608289/+merge/68182 hasnt merged in? [00:39] no merge without fixing today_view to expect a summit name [00:40] cjohnston: either nigel's tarmac is down, or there's a merge conflict perhaps? [00:41] mhall119: soI need to remove summit_name from today? [00:42] no, the view function needs to know about it [00:42] hang on, I'll have an MP to your branch [00:46] cjohnston: https://code.launchpad.net/~mhall119/summit/today/+merge/68199 [00:46] see if you still get the error with that merged into your branch [00:53] Done.. Thanks mhall119 [00:53] mhall119: you still gonna be able to do reviews tonight? [00:53] what, you want more work out of me? [00:54] Yes [00:54] It would be nice to get some summit work done :-) [01:00] don't we have a jam scheduled for that? [01:01] man, you've been busy with summit, I thought we gave that to nigel [01:01] lol [01:02] at least they're mostly short [01:02] the bzr-apps one is cool [01:03] except it didn't work in LD production [01:03] ? [01:03] true [01:03] something about bzr/ssh local env they were using [01:03] forgot about that [01:03] well.. can you figure it out on summit since you have access to that? [01:04] maybe [01:05] I need to dig into the launchpad plugin for bzr to see what it does with lp: branch paths [01:06] also, remind me in the morning to talk to IS about getting the new django-openid-auth available to LD and summit [01:07] and the status of django [01:10] you should merge in the bzr apps anyway cause it will make it easier to set it up to start fresh [01:10] yeah [01:11] I think there are plenty of MPs waiting for you to merge in tongiht and then push live tonight [01:15] nigel broke tarmac [01:16] mhall119: https://code.launchpad.net/~chrisjohnston/loco-directory/need-trans/+merge/68201 [01:25] mhall119: im off for the night.. i expect that all MPs will be reviewed in the AM [01:26] ? [01:43] I expect a hot breakfast and fresh coffee when I wake up [01:43] I guess we'll both be disappointed === daker_ is now known as daker [11:41] mhall119, review pls https://code.launchpad.net/~daker/loco-directory/fix.806005/+merge/68173 [11:42] daker: did you get the test running? [11:44] yep [11:44] cool, did the test code make sense to you? [11:44] yeah i understand now [11:44] great! [11:45] your branch has been approved [11:59] thanks! [12:25] this is about the 32k bug? what is the max now ? [12:30] 100 [12:46] * nigelb hugs daker [13:21] * daker hugs nigelb [13:24] coalwater, 100 is a big number, i don't think someone will bring 100 guests with him. [13:25] If needed, we can always increase it. [13:25] yep [14:00] mhall119: we should bundle all our deps on our own :D [14:00] IS doesn't like that [14:00] it makes keeping up with security fixes more difficul [14:01] but what we proposed is almost similar [14:02] this is a temporary thing, once everybody is happy with the stability of the new django-openid-auth, it'll be installed system wide [14:02] in that respect, we're beta-testing it on LD [14:04] ah [14:41] yay for the community being the driving force on things mhall119 and nigelb [14:51] cjohnston: I just got off a call with stuartm about the SSO deployment [14:51] since we're getting the django-openid-auth locally, we'll be able to require the username for login [14:52] so the only issue there might be is if someone chooses not to pass team membership to LD [14:52] ok [14:52] if they do that, the only thing that would happen is they wouldn't be able to add meetings or events for their team [14:52] what about for summit [14:52] once the local django-openid-auth is working for LD, it should be trivial to add it to summit's pythonpath [14:53] was talking about summit with sso [14:54] summit should be in the same situation as ld [14:55] ok, anthony says they're running it on 1.3 in their testing environments with no issue [14:57] sweet [15:04] LD translation template has been pushed to LP [17:20] mhall119, with the new SSO deployment, are we going to be able to request the email ? [17:26] mhall119: will openid-auth fix currently errored names, or just keep names from breaking in the future [17:31] cjohnston: it should fix them at the next login [17:31] cool [17:58] funny account https://launchpad.net/~anonymous-deactivatedaccount-deactivatedaccount-deactivatedaccount [18:00] lol [18:00] coalwater: did you see my reply to your question on the comment bug? [18:01] yea, i'll work on it when i go home :D === daker is now known as daker_ [18:08] ok, goin home :D see you all later [18:09] mhall119: any chance of creating and hosting a uds-p db? [18:10] (preferably with the previous uds's that are in uds-o db as well [18:12] cjohnston: you can add data to the one I have on people.u.c and upload it to yours [18:15] still trying to figure out why that track leads migration is trying to delete the m2m [18:15] i wonder if it is something with south changing [18:16] mhall119: https://code.launchpad.net/~chrisjohnston/summit/tl/+merge/68289 do you see any changes that would cause it to delete an m2m in meeting? [18:18] it does it in trunk [18:18] hmm [18:20] mhall119: I think http://bazaar.launchpad.net/~summit-hackers/summit/trunk/revision/120 is causing my problem [18:20] maybe? [18:20] maybe not tho since its already commented out [18:22] mhall119: could you do bzr branch lp:summit test [18:22] then: cd test [18:22] cd summit [18:22] ./manage.py schemamigration schedule test --auto [18:33] or nigelb ^^ [18:54] cjohnston: here it also deletes the M2M table [18:54] have you tried it with South 0.6? [18:56] no, 0.7.3 [18:57] ill install 0.6 [18:57] try it with 0.6, it might be a difference in how they handle things that makes it think the M2M was removed [19:02] mhall119, cjohnston: with 0.6: Unknown command: 'schemamigration' [19:05] with the command startmigration : http://paste.ubuntu.com/646733/ [19:07] hmm [19:21] Ronnie: mhall119 http://south.aeracode.org/docs/tutorial/part2.html#manytomany-fields [19:22] /31/window number 55 [19:22] uggh [19:23] trough is indeed the 'problem'. is the code still working after deleting the M2M table? [19:23] the migrate fails [19:31] you probably need to do migrate --fake, but than the other changes in the same merge are not applied too [19:32] what would that do [19:34] that would tell the migration database that the migration is executed, but does not execute the migration itself [19:35] probably there is no m2m table in the database and the migration tries to delete the (non exisiting) m2m table [19:47] Ronnie: mhall119 this is what someone just told me: [19:47] okay, I think there's something in the NameField that's confused it... maybe just handles it differently because of the intermediate class, or the intermediate forces some parameter to default differently. I think I've seen that before in my own work [19:48] cjohnston: someone told you the NameField is causing problems with an M2M table? [19:48] mhall119: join #django-south [19:49] no [19:49] you can't make me [19:49] lol [19:51] not sure what it's doing with Participants. I've used the by-name form for through, so it's probably not that. Is Participant in [19:51] the frozen model of the last migration? [19:51] 15.47.51 < cjohnston> martinm: [19:51] http://bazaar.launchpad.net/~summit-hackers/summit/trunk/view/head:/summit/schedule/migrations/0006_add_static_pad_url.py#L94 ? [19:51] ------------------------------------------------------------------------------------------------------------------------------------------------------- [19:51] 15.50.11 < martinm> the other thing that comes to mind is that I don't think I've used an external relation like that. and that's interesting, it [19:51] didn't record the through aspect of it at all? [20:02] mhall119: he seems to be suggesting to drop old migrations and do all the migrations under 0.7 [20:03] and says that may work [20:03] might not be a bad idea, but let's branch trunk to seek the old series and the new one separate [20:04] so do like a v2 [20:04] do you have time to do that anytime soon? im not sure how [20:04] (both the branch and the droping migrations [20:06] cjohnston: I can do it [20:06] mhall119: 16.01.55 < martinm> yeah. also have to drop the record of the old migrations in south_migrationhistory [20:06] 16.03.32 < martinm> depends partly on what's easier... I think this was an unintended incompatability in the frozen model format that came along with the parser rewrite. or maybe it was a bug in 0.6 that just didn't show up [20:06] but first, is there anything that can land now? [20:06] ------------------------------------------------------------------------------------------------------------------------------------------------------- [20:06] 16.05.23 < martinm> ah, I do have that convo - I had a custom field which was being incorrectly frozen in 0.6. never saw a symptom of it until 0.7, whcih had fixed it [20:06] that was the issue he had [20:06] mhall119: ya.. everything thats sitting https://code.launchpad.net/summit/+activereviews that is mine [20:08] ok, let's land what we can and deploy, then I'll branch trunk to 1.x, then we can scrap the old migrations directories and generate new 0001 migration files for each app using 0.7 [20:08] cool [20:08] I'll sit and watch the approval emails come in :-) [20:08] let me review your stuff tonight [20:08] boo [20:08] :-P [20:08] nigelb: would you be able to review any of his summit code? [20:09] mhall119: Well, if he learns some patience, yes. [20:09] mhall119: I can do some reviews this week (before friday) [20:09] that's not likely [20:09] But no instant gratification, sorry. [20:09] heh [20:09] instant.. there are some mps that are almost a month old [20:09] yeah, only a month [20:09] geez [20:09] Yes, UDS isn't tomorrow is it? [20:10] no... but im going away before uds [20:10] he's got a point, we're not even supposed to be working on this until the week prior [20:10] so i wont be able to play prior to uds [20:10] for being a project manager, your a poor motivator [20:10] and a poor planner [20:10] I'm not a project manager [20:11] not you [20:11] I have real life too, you know. [20:11] since when [20:11] since forever :D [20:11] bullcrap [20:12] Also, summit is not the only webdev project I contribute to. So that's taking time too [20:12] since he started this "sleeping" business [20:12] mhall119: +1 [20:12] i say we take his bed away from him mhall119 [20:13] cjohnston: https://github.com/mozilla/input.mozilla.org/commits/master [20:13] mhall119: yeah, I think you have a reasonable choice, cjohnston: adding the through ought to bring it up to spec for 0.7. The custom field stuff was less clear, and would change again after refactoring the custom field out of the app for wider use, and I didn't need the history of those schema changes, so I punted [20:14] nigelb: it isnt summit, or ld, so it isnt important [20:14] Isn't important for you :P [20:14] Important for me :) [20:15] oh, so now you're sleeping *and* wanting your opinion to count? [20:15] who do you think you are? [20:15] lol [20:16] +2 mhall119 [23:07] g'night