Friday, 2014-08-01

*** openstackgerrit has quit IRC00:16
*** openstackgerrit has joined #storyboard00:17
*** mfer has quit IRC02:14
*** rainya has quit IRC02:20
*** rainya has joined #storyboard03:17
*** jcoufal has joined #storyboard05:16
*** k4n0 has joined #storyboard05:28
*** rainya has quit IRC05:29
*** rainya has joined #storyboard05:30
*** rainya has quit IRC05:59
*** reed has quit IRC05:59
*** MaxV has joined #storyboard06:35
*** MaxV has quit IRC06:47
*** MaxV has joined #storyboard07:33
*** MaxV has quit IRC08:03
*** MaxV has joined #storyboard08:03
*** MaxV has quit IRC08:08
*** MaxV has joined #storyboard08:09
*** cody-somerville has quit IRC09:21
*** cody-somerville has joined #storyboard09:34
*** cody-somerville has quit IRC10:11
*** cody-somerville has joined #storyboard10:14
*** cody-somerville has quit IRC10:14
*** cody-somerville has joined #storyboard10:14
*** MaxV has quit IRC10:16
*** MaxV has joined #storyboard10:16
*** MaxV has quit IRC10:21
*** MaxV has joined #storyboard11:13
NikitaKonovalovkrotscheck: may be the NATURAL mode is wrong one to use, I'll update to make search mode configurable13:00
*** k4n0 has quit IRC13:26
*** rainya has joined #storyboard14:06
*** rainya has quit IRC14:09
*** rainya has joined #storyboard14:10
*** reed has joined #storyboard14:17
*** reed has quit IRC14:41
*** rainya has quit IRC14:59
*** rainya has joined #storyboard15:03
*** mfer has joined #storyboard15:27
*** david-lyle has joined #storyboard15:36
krotscheckNikitaKonovalov: I did a bit of research - turns out that’s actually the way that MySQL is supposed to work. Processing segments of a string into various n-grams for indexing is a fairly advanced feature supported by things like elastic search, but isn’t something that fulltext indexing supports.15:39
krotscheckLong story short: I’m going to make the autocompletion use “like” while the result sets use “search"15:47
*** rainya has quit IRC15:55
*** rainya has joined #storyboard16:04
*** rainya has quit IRC16:05
*** rainya has joined #storyboard16:05
*** MaxV has quit IRC16:16
*** MaxV has joined #storyboard16:16
*** MaxV has quit IRC16:21
*** david-ly_ has joined #storyboard17:11
*** david-lyle has quit IRC17:15
*** david-ly_ is now known as david-lyle17:18
*** MaxV has joined #storyboard17:27
*** MaxV has quit IRC18:32
*** MaxV has joined #storyboard18:33
*** MaxV has quit IRC18:37
*** jcoufal has quit IRC19:56
*** jcoufal has joined #storyboard19:56
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Updated story list interface.  https://review.openstack.org/11016520:08
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Updated project list interface.  https://review.openstack.org/11016920:09
*** jcoufal has quit IRC20:43
davidlenwellkrotscheck: https://storyboard.openstack.org/#!/story/182 <-- What do you tihnk?20:52
davidlenwellor was that already a thing?20:52
davidlenwellthat and the update from infra when things are submitted for review and merged would make things sooo much better20:53
*** mfer has quit IRC21:06
*** MaxV has joined #storyboard21:33
mordreddavidlenwell: yes. both of things things21:59
mordreddavidlenwell: krotscheck is working on a pubsub feature so that a bot or some such thing could report into irc easily21:59
davidlenwellmordred: +121:59
mordredkrotscheck: also, apparently the ordred priority feature is a thing that nova wants now22:00
krotscheckSorry22:00
* krotscheck reads scrollback22:00
* mordred throws mostly dry cat at krotscheck22:00
davidlenwellrefstack would also like ordered prioroity featuers22:00
krotscheckmordred: So hows that data import thing coming?22:01
krotscheckIsh__ is working on the pubsub queue right now.22:01
davidlenwelland while we are talking about ordering .. im thinking that the list of projects should be at a minimum of alphabetically ordered .. and idealy would be sortable.22:01
mordredkrotscheck: I mean, "coming" is a strong word22:02
* krotscheck has been spending a lot of time in search recently.22:02
mordredkrotscheck: but I have at least thought about the words22:02
mordredkrotscheck: I should maybe knock that out22:02
krotscheckYou did commit to doing that this week.22:02
* davidlenwell looks at how many days are left in the week 22:02
mordredkrotscheck: it's going to be one of those where I spend an hour wrapping my head around the launchpadlib api again and then like a 5 minutes writing the actual code22:03
krotscheckI’ve heard a secret that you do your best work while not wearing pants.22:03
mordredkrotscheck: dude. why am I wearing pants right now?22:03
davidlenwellpants are highly over rated22:03
* krotscheck has no idea.22:03
mordreds/highly over rated/totally pointless/22:03
davidlenwellsadly piston frowns on coming into the office without pants or at least a bottom covering clothing item22:04
* krotscheck is super annoyed at sqlalchemy right now22:04
mordredkrotscheck: you know redhat hired the main sqlalchemy guy to work on openstack?22:04
krotscheckSo we just added fulltext indexing on a bunch of tables.22:04
davidlenwelllets go throw wet cats at him ?22:04
krotscheckBut it turns out that the sqlalchemy abstraction layer doesn’t also do key/value reductions.22:05
krotscheckSo now I have to figure out how to do a fuzzy text search UI on top of the taggy UI.22:05
krotscheckOr at least it doesn’t appear to22:05
krotscheckmordred: Is he working on SQLAlchemy22:06
krotscheck?22:06
mordredyah22:06
mordredlike, he's spending half his time on sqlalchemy and half his time on sqlalchemy for openstack22:07
mordredso he's def aroudn22:07
mordredmichael bayer22:07
krotscheckAlso, fulltext index is less useful than LIKE22:11
davidlenwelldoesn't like cripple the cpu of the db server?22:15
krotscheckIt does22:25
krotscheckReally we want elastic search22:25
krotscheckmordred: Have about an hour?22:30
krotscheckI have +4 on https://review.openstack.org/#/c/98007/, but need someone willing to keep an eye on it.22:30
* krotscheck doesn’t have ssh access to storyboard’s server22:31
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Point search requests to search endpoints  https://review.openstack.org/10253622:31
*** david-lyle has quit IRC23:11
openstackgerritAishwarya Thangappa proposed a change to openstack-infra/storyboard:  Added subscriber and publisher modules.  https://review.openstack.org/10284223:50
jeblairkrotscheck: please use #openstack-infra for questions like that23:51
jeblair(if you had, someone would have answered you 1.5 hours ago)23:54

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