=== medberry is now known as med_out === ryanakca is now known as Guest66690 [02:43] poolie: have you had a free moment to check out the refreshed batch MP? or do you typically prefer gz / jam to approve those? [02:43] hi achiang [02:43] i'll have a look, i'm happy to review things [02:44] poolie: that would be great. there are other features piled up once this fundamental bit of code is merged. :) [02:47] hi, i'll have a look now [02:49] for curiousity, are you still in fc, or did you leave? [02:49] i'll review it either way :Q) [02:50] poolie: currently living in SF [02:53] achiang: done, thanks for the reminder [02:53] just one anti-footbullet tweak please [02:54] poolie: saw the review, i'll fix it up and land it, thanks! [03:08] poolie: http://pastebin.ubuntu.com/706442/ [03:09] yep [03:09] thanks [03:09] great [03:36] * mwhudson sees it's that "long queue time" time of year for ppa builds === jtv changed the topic of #launchpad to: https://launchpad.net/ | Help contact: jtv | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [08:42] aloha === jtv changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad === gmb is now known as graham === graham is now known as Guest86745 === Guest86745 is now known as gmb === beuno is now known as beuno-lunch === bigjools changed the topic of #launchpad to: https://launchpad.net/ | Help contact: -bigjools | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [13:23] mrevell: I like the new shaded sort by buttons on https://dev.launchpad.net/Projects/CustomBugListings [13:28] Hey that's good to hear, thanks cgregan. We'll have clickable mock-ups to try soon. [13:28] \o/ === beuno-lunch is now known as beuno === zz_joey is now known as joey [14:26] mrevell: can't wait :D [14:54] is there a way to get a sane url to http://bazaar.launchpad.net/%7Esmoser/%2Bjunk/ec2-test/download/head%3A/includecompressedscr-20100318141221-ewki6l3sasp5rmny-1/include-compressed-script-01.txt.gz [14:55] more generically, for a given branch 'B', is there a way to craft a url like http://bazaar.launchpad.net/// [14:55] or something like that? === zyga is now known as zyga-afk [15:12] smoser: hi [15:13] hey. [15:13] smoser: You should be able to use a revision number too I think [15:13] its the timestamp and then random hash that i dont know about. [15:13] "includecompressedscr-20100318141221-ewki6l3sasp5rmny-1" [15:14] that looks like , some shortened and manged file path, a timestamp, a random string, a number [15:14] smoser, that's the revision id [15:19] smoser, hmm, I can't find it at the moment [15:19] smoser, I also vaguely recall that raw access to files was disabled to prevent people from hosting arbitrary files on Launchpad [15:20] well you have raw access [15:20] you just have to click around to get it === med_out is now known as medberry === deryck is now known as deryck[lunch] === zyga-afk is now known as zyga === deryck[lunch] is now known as deryck === medberry is now known as med_out [18:31] hi, anyone have experience getting GMANE subscribed to launchpad hosted mailing lists? === zyga is now known as zyga-brb === chrisccoulson_ is now known as chrisccoulson === med_out is now known as medberry === yofel_ is now known as yofel === bulldog98_ is now known as bulldog98 [21:43] mwhudson: now it's a "please try again, problem connecting to the launchpad server" instead of giving me an oops === joey is now known as zz_joey [22:25] can anyone explain to me how searchTasks('searchText=') works? [22:26] seems like searching for special characters doesn't work? [22:26] i've tried '[' and '*' so far [22:27] achiang: it's postgres full text search [22:27] hi all [22:27] it does some stemming and stuff, but it's not even close to regexps [22:28] maybe i can fake it in hydrazine [22:28] return the list of all bugs, then use python's re module to do the search. :) [22:28] poolie: ^^ [22:28] think the LP devs are hating me yet? [22:30] i'm loving you [22:30] don't know about them [22:31] mwh is right, that bug search is broken [22:31] well, not broken, but severely limited as far as doing precise searches [22:31] the same issue arises in the ui [22:32] poolie: i've got a plan to implement, using my shiny new filter and batch commands [22:48] poolie: http://pastebin.ubuntu.com/707040/ [22:49] poolie: just playing around for now, but as a rough approximation, i can successfully search for the literal '[' in a bug title [22:49] nice feature [22:49] it will probably be slow [22:49] very [22:49] perhaps we should have two commands: plain search (relying on launchpad) and re-search or local-search or something, that does it by brute force [22:50] yeah, there are UI issues to work out, i think [22:50] my target audience are a bunch of program managers. ;) [22:51] http://en.wikipedia.org/wiki/File:Program_Manager.png :-) [22:52] heh [22:52] perhaps eventually this can go into the lp ui [22:53] i think the harder UI question is, what flavor of regexp do we support? [22:53] python vs others? [22:53] i'd say python [22:53] well, full python? or some subset? [22:53] it's very close to perl, unless you use pretty obscure features [22:53] and if launchpad implements it, they'll probably use that too [22:53] i guess if i wanted to search for '[' i would have to type in \[ [22:54] let me see if that works [22:54] or [[] i think [22:56] ah, indeed [22:56] i think the answer is not escaping the user input [22:57] assume the user is typing in a valid python regexp [22:57] +1 [22:57] i think if you have a plain 'search' and then a 're-search' that will avoid people needing to worry about escaping [22:57] they might have to worry about lp's sometimes strange full-text index behaviour but it will be consistent with the web ui, [22:57] and it works well enough for just words [22:59] is 'regexp' too nerdy to use as a UI adjective? [22:59] filter regexp foo* [22:59] i think that's fine [22:59] people have to be above a certain level of nerdiness to use a textmode bugtracker client at all [23:00] heh [23:00] watch out mpt, coupla new designers comin' at ya! [23:00] alright, time to go ride bike [23:00] i'll maybe hack on this more tonight [23:01] thanks for the help [23:01] np, thanks for the patches [23:01] have fun [23:01] cheers === medberry is now known as med_out