=== JanC_ is now known as JanC === jamesh_ is now known as jamesh === chihchun_afk is now known as chihchun [11:36] cjwatson: so i'm trying to get to the object of a LP MP given a URL of the form: https://code.launchpad.net/~ahasenack/ubuntu/+source/samba/+git/samba/+merge/326418. I think I can get to most of it as specified at https://launchpad.net/+apidoc/devel.html#branch_merge_proposal: https://api.launchpad.net/devel/~ahasenack/ubuntu/merge-artful-1700644/+merge/326418 which give me a user object, it seems? [11:38] (and also the branch name is not derivable for the latter in the former -- is there a more general way to achieve what I'm doing? That is, given a MP URL, get a launchpad object that describes it) [11:42] cjwatson: or am i better of munging the URL, taking the user out and looking at their MPs for one with a matching self_link? [11:42] lp.load('/~ahasenack/ubuntu/+source/samba/+git/samba/+merge/326418') [11:44] just urlparse(...).path should do [11:44] cjwatson: ok, let me check that out. Thanks! [11:45] With very few exceptions, the paths of objects on the web frontend and the API are identical, because they are served by the same infrastructure. [11:45] wgrant: ok, good to know! [11:46] cjwatson: wgrant: excellent, that works! === chihchun is now known as chihchun_afk [14:39] What is the link to see all of the #julyshakedown bugs in launchpadd ? [14:52] still cannot find the bugs with the hashtag #julyshakedown ? https://launchpad.net/ubuntu/+search?text=%23julyshakedown [14:53] Dadprimeday: That's not valid search syntax. https://bugs.launchpad.net/ubuntu/+bugs?field.tag=julyshakedown is probably what you're looking for, though there appear to be no bugs with that tag yet. === chihchun_afk is now known as chihchun [22:05] wgrant: hi [22:06] wgrant: how many api requests can I make per hour before I get in trouble [22:07] ?