/srv/irclogs.ubuntu.com/2011/10/12/#launchpad.txt

=== medberry is now known as med_out
=== ryanakca is now known as Guest66690
achiangpoolie: 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
pooliehi achiang02:43
pooliei'll have a look, i'm happy to review things02:43
achiangpoolie: that would be great. there are other features piled up once this fundamental bit of code is merged. :)02:44
pooliehi, i'll have a look now02:47
pooliefor curiousity, are you still in fc, or did you leave?02:49
pooliei'll review it either way :Q)02:49
achiangpoolie: currently living in SF02:50
poolieachiang: done, thanks for the reminder02:53
pooliejust one anti-footbullet tweak please02:53
achiangpoolie: saw the review, i'll fix it up and land it, thanks!02:54
achiangpoolie: http://pastebin.ubuntu.com/706442/03:08
poolieyep03:09
pooliethanks03:09
achianggreat03:09
* mwhudson sees it's that "long queue time" time of year for ppa builds03:36
=== 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
czajkowskialoha08:42
=== 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
cgreganmrevell: I like the new shaded sort by buttons on https://dev.launchpad.net/Projects/CustomBugListings13:23
mrevellHey that's good to hear, thanks cgregan. We'll have clickable mock-ups to try soon.13:28
cgregan\o/13:28
=== beuno-lunch is now known as beuno
=== zz_joey is now known as joey
czajkowskimrevell: can't wait :D14:26
smoseris 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.gz14:54
smosermore generically, for a given branch 'B', is there a way to craft a url like http://bazaar.launchpad.net/<B>/<HEAD>/<path/to/file>14:55
smoseror something like that?14:55
=== zyga is now known as zyga-afk
jelmersmoser: hi15:12
smoserhey.15:13
jelmersmoser: You should be able to use a revision number too I think15:13
smoserits the timestamp and then random hash that i dont know about.15:13
smoser"includecompressedscr-20100318141221-ewki6l3sasp5rmny-1"15:13
smoserthat looks like , some shortened and manged file path, a timestamp, a random string, a number15:14
jelmersmoser, that's the revision id15:14
jelmersmoser, hmm, I can't find it at the moment15:19
jelmersmoser, I also vaguely recall that raw access to files was disabled to prevent people from hosting arbitrary files on Launchpad15:19
smoserwell you have raw access15:20
smoseryou just have to click around to get it15:20
=== 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
jeblairhi, anyone have experience getting GMANE subscribed to launchpad hosted mailing lists?18:31
=== 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
ajmitchmwhudson: now it's a "please try again, problem connecting to the launchpad server" instead of giving me an oops21:43
=== joey is now known as zz_joey
achiangcan anyone explain to me how searchTasks('searchText=') works?22:25
achiangseems like searching for special characters doesn't work?22:26
achiangi've tried '[' and '*' so far22:26
mwhudsonachiang: it's postgres full text search22:27
pooliehi all22:27
mwhudsonit does some stemming and stuff, but it's not even close to regexps22:27
achiangmaybe i can fake it in hydrazine22:28
achiangreturn the list of all bugs, then use python's re module to do the search. :)22:28
achiangpoolie: ^^22:28
achiangthink the LP devs are hating me yet?22:28
pooliei'm loving you22:30
pooliedon't know about them22:30
pooliemwh is right, that bug search is broken22:31
pooliewell, not broken, but severely limited as far as doing precise searches22:31
pooliethe same issue arises in the ui22:31
achiangpoolie: i've got a plan to implement, using my shiny new filter and batch commands22:32
achiangpoolie: http://pastebin.ubuntu.com/707040/22:48
achiangpoolie: just playing around for now, but as a rough approximation, i can successfully search for the literal '[' in a bug title22:49
poolienice feature22:49
poolieit will probably be slow22:49
achiangvery22:49
poolieperhaps we should have two commands: plain search (relying on launchpad) and re-search or local-search or something, that does it by brute force22:49
achiangyeah, there are UI issues to work out, i think22:50
achiangmy target audience are a bunch of program managers. ;)22:50
pooliehttp://en.wikipedia.org/wiki/File:Program_Manager.png :-)22:51
achiangheh22:52
poolieperhaps eventually this can go into the lp ui22:52
achiangi think the harder UI question is, what flavor of regexp do we support?22:53
pooliepython vs others?22:53
pooliei'd say python22:53
achiangwell, full python? or some subset?22:53
poolieit's very close to perl, unless you use pretty obscure features22:53
poolieand if launchpad implements it, they'll probably use that too22:53
achiangi guess if i wanted to search for '[' i would have to type in \[22:53
achianglet me see if that works22:54
poolieor [[] i think22:54
achiangah, indeed22:56
achiangi think the answer is not escaping the user input22:56
achiangassume the user is typing in a valid python regexp22:57
poolie+122:57
pooliei think if you have a plain 'search' and then a 're-search' that will avoid people needing to worry about escaping22:57
pooliethey might have to worry about lp's sometimes strange full-text index behaviour but it will be consistent with the web ui,22:57
poolieand it works well enough for just words22:57
achiangis 'regexp' too nerdy to use as a UI adjective?22:59
achiangfilter regexp foo*22:59
pooliei think that's fine22:59
pooliepeople have to be above a certain level of nerdiness to use a textmode bugtracker client at all22:59
achiangheh23:00
achiangwatch out mpt, coupla new designers comin' at ya!23:00
achiangalright, time to go ride bike23:00
achiangi'll maybe hack on this more tonight23:00
achiangthanks for the help23:01
poolienp, thanks for the patches23:01
pooliehave fun23:01
achiangcheers23:01
=== medberry is now known as med_out

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!