[03:15] do be do === Ronnie1 is now known as Ronnie [16:32] nigelb: cjohnston: james_w: https://code.launchpad.net/~mhall119/summit/rest-api/+merge/75859 [16:39] mhall119: heh, just saw that [16:40] mhall119: Did you see lyz is doing a career day today? [17:23] nigelb: yeah [17:26] nigelb: cjohnston: james_w: got another one for you: https://code.launchpad.net/~mhall119/summit/personal-ical/+merge/75860 [17:28] and with that, I'm calling it a day [17:28] nigelb: would you be able to figure out which bugs we've fixed since last UDS? [17:29] Yeah [17:29] mhall119: Can you blog? [17:29] I'll mail it to ya [17:33] yeah, I'm going to blog about our summit progress, and I'd like to include that list [17:47] thanks nigelb [17:47] :) [17:50] 33 bug fixes, not bad [17:50] that doesn't even count the numer of things that we did without a bug # [17:50] I'm going run a lint. [17:50] be careful [17:50] mhall119: check merges as well. [17:50] lint just might punch you in the face when it sees it [17:50] haha [17:50] Entirely possible. [17:51] Or it might say "LOL" [17:53] mhall119: OH GOD. [17:56] I'm guessing it was closer to a punch in the face than "LOL" [17:56] It punched me. [17:57] let me do somethign like what launchpad does [17:57] fix lint for files you modify [17:57] so, slowly, we'll get there. [17:59] Hrm. This may be hard. [18:00] 68 merges [18:00] yeah, I'm not overly concerned about lint [18:00] for new files it might be a good requirement [18:01] mhall119: I'll try and fix them all in an MP. [18:03] all? [18:03] I'd suggest one MP per file [18:03] it'll be easier for us to review [18:05] one MP per file? [18:05] woah. [18:05] that's goign to be hard. [18:05] I can do one MP per app. [18:06] there's only 2 apps [18:06] Yeah :D [18:06] http://paste.ubuntu.com/691741/ anything else I should mention in my blog? [18:06] nigelb: I just don't want a 4000 line MP [18:07] It won't be that long, don't worry :) [18:07] mhall119: You will clean up the formatting right? [18:07] I'm betting it'll be close [18:07] like put it into a table, eetc [18:07] nigelb: yes, that's just a quick dump of what I want to mention [18:07] I'm also hoping to be able to mention my 2 new MPs (hint, hint) [18:08] :) [18:15] one more MP: https://code.launchpad.net/~mhall119/summit/fix-test-site_root/+merge/75862 [18:16] 63 test cases, and with the above MP they all pass [18:21] mhall119: I get what you mean [18:21] this is going to be long lints [18:21] so I'll fix a few propose an MP. fix a fwe more and propose another MP. [18:38] sounds good [18:38] mhall119, 237 + key.update(str(self.pk)) [18:38] 238 + key.update(self.user.username) [18:39] why did you want to have those in the md5? [18:39] james_w: just to add more to the hash than just a random number [18:40] overkill? [18:41] I think the only thing it protects against is recycling the RNG seed [18:42] if, say, every request had the same seed then every user would get the same key without that [18:42] but aside from that I don't think it contributes much [18:42] but it doesn't hurt either [18:42] When does the md5 get generated? [18:43] Every login? [18:43] (I just confused after I commented) [18:43] nigelb: the first time Attendee.get_secret_key is called [18:43] all three approved [18:43] james_w: You, sir, are courageous. Cleaning up render.py is not an easy task :) [18:44] james_w: you'll have to update your MP for the Schedule.__init__ cleanup to add the show_private that I added [18:44] yeah [18:45] nigelb, yours is approved as well now [18:45] Thanks! [18:45] * nigelb runs tarmac [18:48] mhall119, merged, and test added [18:57] http://ec2-50-16-76-22.compute-1.amazonaws.com/ has been updated to trunk [18:58] the personal ical is going to be much nicer [18:58] who manages the bots for UDS, anybody know? [18:58] mhall119: tsimppson [19:04] now I just need to write API docs [19:04] nigelb: would it be appropriate to add the API doc to your rtd stuff? [19:07] mhall119: Yes, please go ahead [19:11] james_w: what do you think abuot setting up bzr pipes for lint checking? (like launchpad) [19:11] pipes? [19:12] bzr pipe plugin [19:19] nigelb: if you make committing dependent on passing a lint test, I swear to god I'm leaving the project [19:19] mhall119: lol, not commiting. [19:20] What it does is, lints the files you make changes [19:20] But only those files [19:20] So, like our testing infrastructure, we can slowly improve [19:21] so, if you branch and touch 5 files, it will only lint those. Once you commit and touch one file. Before the next commit it will only lint one file. Onc you commit - all 6 files. [19:43] https://code.launchpad.net/~james-w/summit/test-render.py-2/+merge/75870 === Ronnie2 is now known as Ronnie