=== zenitraM^away is now known as zenitraM === demonimin_ is now known as demonimin === yofel_ is now known as yofel === zenitraM is now known as zenitraM^away === zenitraM^away is now known as zenitraM [13:20] should i migrate to github instead? === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [17:09] Hey there, is there a way to flag a comment by someone in a bug report as spam, or is there someone I should notify if I think there is a spam comment? === Ursinha is now known as Ursinha-afk === zenitraM is now known as zenitraM^away [17:36] In case anyone checks these logs after I log off, my question above is in reference to this Launchpad question: https://answers.launchpad.net/launchpad/+question/238236 [17:40] oh my, linkedin has slurped another mail account and spammed all the contacts [17:43] Yeah, it's pretty grim. === Ursinha-afk is now known as Ursinha === zenitraM^away is now known as zenitraM [17:50] I've got an api question, and thomi suggested I ask wgrant or lifeless [17:53] re [17:54] nuclearbob: so ask :) [17:55] lifeless: if I have a task object in the python interface, is there any way of getting information on the owner or assignee without pulling down the full object? I'm looping over a task list, and grabbing the people associated with each task slows down my script by a factor of about 20, so I'd like to try to aggregate all the users I want data for and then grab it at the end so I can get each user once === zenitraM is now known as zenitraM^away [17:58] for bugs, I can find the bug number from the task object's web_link, for instance, so I don't have to pull down every bug object associated with a task [17:59] nuclearbob: from memory there is a _link attribute for all relations [17:59] nuclearbob: so owner_link [17:59] nuclearbob: you can use searchTasks() on the persons or projects you're interested in only, and use the arguments to that, to filter out other things [18:00] nuclearbob: and use the same pattern as for bug numbers [18:01] lifeless: that's exactly what I needed, but it wasn't in dir(), so I didn't see it. Thanks! [18:01] nuclearbob: np [18:01] dobey: thanks. I've already got the task list, I was just having trouble getting from tasks to the associated people [18:01] what is a bug "owner" anyway? [18:01] "The owner's IPerson." doesn't say anything about what it means [18:05] and the documentation fo owner_link on the bug_task is "The owner" [18:05] not at all helpful :) [18:06] dobey: I think it's just the person who filed the bug normally. I'm not sure if that sometimes changes [18:06] it's a wart [18:06] LP has a few :) [18:06] i suppose on a bug it is the reporter of the original report, and on a bug_task it is whoever did the "also affects" that created that task [18:07] there was a big 'lets separate out creator - capture this forever - and owner - current policy holder' [18:07] but that didn't seem to be the information that nuclearbob was looking for in the question asked [18:07] effort, but it only got partway through the codebase [18:07] this is a place where the split would have been just to rename owner->creator [18:07] dobey: I wanted a unique identifier for the owner attribute without accessing the object for the owner attribute, which is what owner_link does for me [18:08] can anyone tell me if it is needed to start a project to host code on launchpad or can one just upload code to his/her account? [18:09] drstikko: you can push code under ~user/+junk/yourbranch if you want [18:51] hmm, if i rename a team on lp, will all of the owned branches, and any merge proposals with those branches as targets, get updated properly? === vila is now known as lt-columbo === lt-columbo is now known as vila === JoseeAntonioR is now known as jose [20:57] dobey: it worked thnx [21:11] hi there. i'm looking for some help about handling translations for a project via launchpad. is this the right channel? [21:13] sure [21:13] just ask, someone should be able to help [21:15] great. i want to automate the synchronization between our translation template and what we have in launchpad, but my template always go as 'needs review', so it kinda break the automation [21:16] i'm using "translations-lp-upload -p navit -e trunk -t navit po/navit.pot " [21:16] what am i doing wrong? [21:17] also, when uploading .po files, they also go "needs review" and i have to update the template manually from the form (from "nothing selected" to "navit") [21:20] just right now : translations-lp-upload -p navit -e trunk -t navit po/fr.po -> https://translations.launchpad.net/+imports/8006220 === Purefan_ is now known as slackner [23:15] dobey: Yes, renames rename everything.