Wednesday, 2016-03-30

*** yingjun has joined #openstack-searchlight01:00
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add getProject policy check to project name filter  https://review.openstack.org/29905001:03
openstackgerritLi Yingjun proposed openstack/searchlight: Use delete_index instead of alias_listener_update  https://review.openstack.org/29857001:11
*** krotscheck_dcm has quit IRC01:31
*** krotscheck has joined #openstack-searchlight01:33
*** lakshmiS has joined #openstack-searchlight02:18
*** bpokorny has quit IRC02:21
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add getProject policy check to project name filter  https://review.openstack.org/29905002:22
*** GB21 has joined #openstack-searchlight02:49
*** bpokorny has joined #openstack-searchlight03:14
*** bpokorny has quit IRC03:25
*** GB21 has quit IRC03:25
openstackgerritTin Lam proposed openstack/searchlight: [Work In Progress] Breaking up utils.py  https://review.openstack.org/29911704:25
*** GB21 has joined #openstack-searchlight04:57
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912205:11
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912205:13
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912205:24
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912205:32
*** lakshmiS has quit IRC05:33
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912205:36
TravTok. that's enough of that...05:36
*** GB21 has quit IRC07:25
openstackgerritGB21 proposed openstack/searchlight: Adds Nova Functional Tests  https://review.openstack.org/28983708:56
*** GB21 has joined #openstack-searchlight08:56
*** GB21 has quit IRC09:01
*** GB21 has joined #openstack-searchlight09:01
*** yingjun has quit IRC09:32
*** yingjun has joined #openstack-searchlight09:32
*** yingjun has quit IRC09:37
*** dhellmann has joined #openstack-searchlight10:36
*** yingjun has joined #openstack-searchlight10:37
*** GB21 has quit IRC10:47
-openstackstatus- NOTICE: Gate on project-config is currently broken due to IRC tests. The problem has been detected and we are working to fix the issue as soon as possible.11:14
*** GB21 has joined #openstack-searchlight11:41
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #openstack-searchlight11:48
*** yingjun has quit IRC11:48
*** yingjun has joined #openstack-searchlight11:49
*** GB21 has quit IRC11:49
*** GB21 has joined #openstack-searchlight11:51
*** yingjun has quit IRC11:53
*** david-lyle_ has joined #openstack-searchlight12:17
*** david-lyle has quit IRC12:17
*** GB21 has quit IRC12:17
*** GB21 has joined #openstack-searchlight12:19
*** openstackgerrit has quit IRC12:33
*** openstackgerrit has joined #openstack-searchlight12:34
*** GB21 has quit IRC12:38
*** openstackgerrit has quit IRC13:18
*** nikhil_k has joined #openstack-searchlight13:18
*** openstackgerrit has joined #openstack-searchlight13:19
*** nikhil has quit IRC13:19
*** sigmavirus24_awa is now known as sigmavirus2414:12
*** yingjun has joined #openstack-searchlight14:13
*** yingjun has quit IRC14:14
*** yingjun has joined #openstack-searchlight14:14
*** yingjun has quit IRC14:19
openstackgerritSteve McLellan proposed openstack/searchlight: Disable oslo_config file discovery in tests  https://review.openstack.org/29883015:09
openstackgerritSteve McLellan proposed openstack/searchlight: Add missing zero-downtime indexing documentation  https://review.openstack.org/29831515:27
sjmc7TravT: gonna look at the ui patches now15:31
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912215:31
TravTsjmc7: thanks.15:31
sjmc7speak of the devil15:31
TravThehe15:32
TravTyep, that one is ready for review15:32
sjmc7both of them? projectid too?15:32
TravTyes15:39
TravTyou can review that one too15:40
TravTright now i'm going to work on a highlighting bug15:40
sjmc7i’m not sure i can review the policy one; the concept seems sensible but i don’t know enough of the horizon policy filtering to be much help on it. plus my keysotne configuration seems to be a bit wobbly. anyone more familiar with the policy stuff from the horizon side could take a look?15:43
TravTwell, i wrote the angular policy caching in horizon...15:44
sjmc7:D15:44
sjmc7then it must be right!15:45
TravTdavid-lyle: are you around?15:45
TravTdavid-lyle_:15:46
sjmc7TravT: two minor nit on the help text one - the examples are a bit inconsistent (cirros in some places, javascript/python, apache/nginx elsewhere) which isn’t a big deal; regarding escaping, don’t you already do some escaping (regexes?)15:49
sjmc7n/m, i will comment on the review15:51
sjmc7i like it though!15:51
TravTyes, i do some escaping15:54
TravTmaybe that's a problem?15:54
TravTyou did the same on SL client.  Escape the escape character!15:57
TravTit was all in the name of supporting searching on swift object pseudo folders15:57
TravTbut maybe that was a bad idea15:57
TravTlooks like all we did is escape out the regex pattern15:59
TravThttps://github.com/openstack/searchlight-ui/blob/081c68a95cefffe2b519d640c72b364d50a394ce/searchlight_ui/static/dashboard/project/search/util/searchlight-query-utils.service.js#L174-L17615:59
TravThttps://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_regular_expressions15:59
TravThttps://github.com/openstack/searchlight-ui/blob/081c68a95cefffe2b519d640c72b364d50a394ce/searchlight_ui/static/dashboard/project/search/util/searchlight-query-utils.service.js#L153-L15616:00
TravTsjmc7 ^16:00
sjmc7it’s just that you have a list of characters need escaping16:05
openstackgerritSteve McLellan proposed openstack/searchlight: Add missing zero-downtime indexing documentation  https://review.openstack.org/29831516:16
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912216:20
*** openstack has joined #openstack-searchlight17:07
openstackgerritLakshmi N Sampath proposed openstack/searchlight: Patchset for testing functional tests  https://review.openstack.org/29833917:18
nikhil_khey team!17:26
nikhil_kis there anyone who would like to join glance midcycle in june? (8-10th)17:27
nikhil_kit will most likely be in boston area but right now I'm just scouting to get an idea of head counts and interest17:27
*** nikhil_k is now known as nikhil17:35
sjmc7we won’t get travel approval17:37
sjmc7lakshmiS: the functional test pipeline is awesome, thanks for doing that17:52
lakshmiSyeah it feels good to have that running again. FYI: current jenkins job update might be broken according to Infra. It will eventually sync up and start picking up our new py34 job again, so until then if py34 job fails, just wait and recheck after some time17:54
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Address query errors  https://review.openstack.org/29956618:16
TravTsjmc7: ^ the above partially addresses the issue you saw the other day with a weird empty row.18:18
sjmc7hahahaha18:18
sjmc7ok, will take a look18:18
TravTthere are some additional query generation issues with the magic search to ES syntax that I'll have to continue working on18:18
TravTbut that provides a catch all for that as well as for bad full text search input18:19
TravTthe other fixes will be other patches18:19
TravTi'm out to lunch for a few minutes...18:19
openstackgerritLakshmi N Sampath proposed openstack/searchlight: Patchset for testing functional tests  https://review.openstack.org/29833918:20
sjmc7you still there TravT or did you go eating?18:31
*** sigmavirus24 is now known as sigmavirus24_awa18:34
*** sigmavirus24_awa is now known as sigmavirus2418:35
*** krotscheck is now known as krotscheck_dcm18:46
lakshmiSfunctional tests are now live for py27 and py34 jobs18:50
TravTlakshmiS: awesome!18:50
TravTsjmc7: back now18:50
sjmc7added a comment on the view19:01
openstackgerritMerged openstack/searchlight-ui: Add Full Text Search Syntax to UI  https://review.openstack.org/29912220:15
*** openstackgerrit has quit IRC20:48
*** openstackgerrit has joined #openstack-searchlight20:49
*** bpokorny has quit IRC21:04
openstackgerritSteve McLellan proposed openstack/searchlight: Fix _is_multiple_alias_exception signature  https://review.openstack.org/29894721:35
*** bpokorny has joined #openstack-searchlight21:43
openstackgerritMerged openstack/searchlight-ui: Add getProject policy check to project name filter  https://review.openstack.org/29905021:48
*** TravT has quit IRC21:51
*** lakshmiS has quit IRC21:53
*** TravT has joined #openstack-searchlight21:53
sjmc7looks like the functional tests are now running by default21:59
*** sigmavirus24 is now known as sigmavirus24_awa22:27
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Address query errors  https://review.openstack.org/29956622:50
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Address query errors  https://review.openstack.org/29956622:55
openstackgerritTravis Tripp proposed openstack/searchlight-ui: Address query errors  https://review.openstack.org/29956623:04

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