Tuesday, 2015-08-25

*** zhenguo has joined #openstack-mistral00:43
openstackgerritZhenguo Niu proposed openstack/mistral-dashboard: Restrict the pbr version to sync with global requirement  https://review.openstack.org/21630000:48
*** bobh_ has joined #openstack-mistral00:50
*** bobh_ has quit IRC01:07
*** bobh_ has joined #openstack-mistral01:18
*** gyee has quit IRC01:29
openstackgerritWinson Chan proposed openstack/mistral: Add config example for rotating logs  https://review.openstack.org/21648301:45
openstackgerritWinson Chan proposed openstack/mistral: Add config example for rotating logs  https://review.openstack.org/21648302:04
openstackgerritWinson Chan proposed openstack/mistral: Add config example for rotating logs  https://review.openstack.org/21648302:05
openstackgerritLingxian Kong proposed openstack/mistral: Add fields filter for workflow query  https://review.openstack.org/20463402:10
*** achanda has joined #openstack-mistral02:11
*** bobh_ has quit IRC02:16
*** bobh_ has joined #openstack-mistral02:17
*** Ephur has joined #openstack-mistral02:41
*** achanda has quit IRC02:50
*** bobh_ has quit IRC02:58
*** bobh_ has joined #openstack-mistral03:00
*** achanda has joined #openstack-mistral03:01
*** Ephur has quit IRC03:02
*** bobh_ has quit IRC03:03
*** bobh_ has joined #openstack-mistral03:04
*** bobh_ has quit IRC03:08
openstackgerritLingxian Kong proposed openstack/mistral: Support action_execution deletion  https://review.openstack.org/21650903:14
openstackgerritLingxian Kong proposed openstack/mistral: Add fields filter for workflow query  https://review.openstack.org/20463403:20
*** sergmelikyan has joined #openstack-mistral04:32
*** Ephur has joined #openstack-mistral05:22
*** sergmelikyan has quit IRC05:28
rakhmerovxylan_kong: hi, can you pls review my patches?05:36
*** zhenguo has quit IRC05:53
xylan_kongrakhmerov: will do that this afternoon06:02
rakhmerovok06:06
*** zhenguo has joined #openstack-mistral06:09
xylan_kongrakhmerov: and i have found my bps for service feature06:11
xylan_konghttps://blueprints.launchpad.net/mistral/+spec/mistral-service-api06:11
xylan_konghttps://blueprints.launchpad.net/python-mistralclient/+spec/mistral-service-cli-support06:11
xylan_kongbut i don't know why i can't see it through my patches, https://review.openstack.org/#/c/193434/06:12
rakhmerovhm..06:14
rakhmerovas far as https://blueprints.launchpad.net/python-mistralclient/+spec/mistral-service-cli-support06:14
rakhmerovit was implemented during l-3, right?06:14
rakhmerovwe need to assign it to a milestone06:14
xylan_kongrakhmerov: yes06:15
rakhmerovok06:15
xylan_kongi also can't see it in https://blueprints.launchpad.net/python-mistralclient06:15
rakhmerovbtw, the right format is "Partially implements: blueprint BP"06:20
rakhmerovbut I think it's not the reason06:21
rakhmerovI really don't know why it's not working06:22
rakhmerovboth projects are configured as part of openstack06:22
rakhmerovso it should work06:22
openstackgerritMerged openstack/mistral-dashboard: Add actions and executions unit tests  https://review.openstack.org/21615606:26
*** ^Gal^ has quit IRC07:03
*** ^Gal^ has joined #openstack-mistral07:05
*** achanda has quit IRC07:10
xylan_kongrakhmerov: hi, your patches look good, i have only 1 comment in https://review.openstack.org/#/c/215616/07:13
rakhmerovok07:13
rakhmerovaah, it can still be used as bool :)07:14
*** achanda has joined #openstack-mistral07:14
xylan_kongrakhmerov: yes07:14
rakhmerovbut ok, I'll change it07:14
rakhmerovwould "len(list) > 0" be ok?07:15
rakhmerovI mean list -> bool transformation07:15
xylan_kongrakhmerov:  is bool(list) ok?07:16
rakhmerovyep07:16
xylan_kong>>> bool([])07:16
xylan_kongFalse07:16
xylan_kong>>> bool([1])07:16
xylan_kongTrue07:16
rakhmerovyes, I just checked it too07:17
xylan_kongrakhmerov: would you please approve https://blueprints.launchpad.net/mistral/+spec/mistral-action-execution-deletion and set its goal to liberty07:17
rakhmerovsure07:17
xylan_kongi don't want to lose it again, :-)07:17
xylan_kongit's important for tracking patch07:18
openstackgerritMerged openstack/mistral: Enabling direct workflow cycles: fixing find_task_execution() function  https://review.openstack.org/21510907:18
*** sergmelikyan has joined #openstack-mistral07:19
openstackgerritMerged openstack/mistral: Fixing cron trigger test  https://review.openstack.org/21511107:19
*** sergmelikyan has quit IRC07:22
openstackgerritRenat Akhmerov proposed openstack/mistral: Enabling direct workflow cycles: fixing evaluation of final context  https://review.openstack.org/21561607:22
rakhmerovxylan_kong: done07:23
rakhmerovand I just updated my patch07:23
xylan_kongrakhmerov: i'll see it after jenkins say yes :-)07:23
rakhmerovnp, reasonable07:23
*** achanda has quit IRC07:30
zhenguorakhmerov: why mistral doesn't sync it's requirement with the global repo like other projects?07:32
rakhmerovzhenguo: hi, I'm working on it: https://review.openstack.org/#/c/194999/07:32
zhenguorakhmerov: oh sorry, didn't find that07:33
rakhmerovonce this patch is approved it should work automatically07:33
rakhmerovnp07:33
zhenguoyeah, then we don't need to bump versions in requirements manually07:34
openstackgerritRenat Akhmerov proposed openstack/mistral: Enabling direct workflow cycles: adding another test  https://review.openstack.org/21658707:45
openstackgerritLingxian Kong proposed openstack/mistral: Add fields filter for workflow query  https://review.openstack.org/20463408:01
* xylan_kong leave for a smoke08:03
openstackgerritRenat Akhmerov proposed openstack/mistral: Enabling direct workflow cycles: adding a parallel cycles test  https://review.openstack.org/21660008:12
openstackgerritRenat Akhmerov proposed openstack/mistral: Enabling direct workflow cycles: adding a parallel cycles test  https://review.openstack.org/21660008:16
rakhmerovxylan_kong: jenkins said 'yes' for https://review.openstack.org/#/c/215616/ :)08:21
openstackgerritZhenguo Niu proposed openstack/mistral-dashboard: Add tables filter action support  https://review.openstack.org/21467308:28
openstackgerritRenat Akhmerov proposed openstack/mistral: Enabling direct workflow cycles: adding a parallel cycles test  https://review.openstack.org/21660008:43
zhenguo^Gal^, LiatFried, and other dashboard guys: I just set the bp of enable unit tests as implemented. so some UTs should be added if possible when pushing a new patch from now on, thanks.08:47
openstackgerritLingxian Kong proposed openstack/mistral: Add fields filter for workflow query  https://review.openstack.org/20463408:58
openstackgerritMerged openstack/mistral: Enabling direct workflow cycles: fixing evaluation of final context  https://review.openstack.org/21561609:03
openstackgerritLingxian Kong proposed openstack/mistral: Add schema for additional properties of BaseListSpec  https://review.openstack.org/21549309:13
^Gal^zhenguo: Great! thanks09:27
zhenguo^Gal^: unit tests can help mistral cores review our patches :)09:29
openstackgerritLingxian Kong proposed openstack/mistral: Add fields filter for workflow query  https://review.openstack.org/20463409:43
* xylan_kong away09:44
openstackgerritMerged openstack/mistral-dashboard: Add tables filter action support  https://review.openstack.org/21467310:54
openstackgerritNikolay Mahotkin proposed openstack/mistral: Mistral documentation: adding configuration guide  https://review.openstack.org/21625810:56
openstackgerritMerged openstack/mistral: Purge executions created during functional testing  https://review.openstack.org/21632210:59
openstackgerritNikolay Mahotkin proposed openstack/mistral: Mistral documentation: adding configuration guide  https://review.openstack.org/21625811:03
openstackgerritNikolay Mahotkin proposed openstack/mistral: Mistral documentation: dashboard installation guide  https://review.openstack.org/21666311:07
rakhmerovzhenguo: excellent work! thanks a lot )11:10
openstackgerritMerged openstack/mistral-dashboard: Restrict the pbr version to sync with global requirement  https://review.openstack.org/21630011:14
openstackgerritMerged openstack/mistral: Add schema for additional properties of BaseListSpec  https://review.openstack.org/21549311:19
openstackgerritMerged openstack/mistral: Add pagination support for executions query API  https://review.openstack.org/21620411:22
*** ^Gal^ has quit IRC11:22
*** ^Gal^ has joined #openstack-mistral11:39
*** zhenguo has quit IRC11:55
^Gal^Hi UI guys - debug / virtual run under localhost (PyCharm IDE) suddenly stopped working, I haven't changed any configurations http://pasteboard.co/8TqbuUs.png would happily appreciate your help!!12:21
^Gal^I also don't have nothing in my changelist12:22
^Gal^my devstack and openstack is running great, just under debug it's *ucked12:27
^Gal^don't sweat it, some voodoo magic and everything got sorted O_o strange days12:43
*** zhenguo has joined #openstack-mistral13:16
*** tonytan4ever has joined #openstack-mistral14:11
*** Piet has joined #openstack-mistral14:12
openstackgerritZhenguo Niu proposed openstack/mistral: Switch to devstack plugin  https://review.openstack.org/21672914:24
*** bobh has joined #openstack-mistral14:25
*** achanda has joined #openstack-mistral14:54
*** achanda has quit IRC15:04
*** zhenguo has quit IRC15:36
*** tonytan4ever has quit IRC16:20
*** tonytan4ever has joined #openstack-mistral16:26
*** sergmelikyan has joined #openstack-mistral16:33
*** gyee has joined #openstack-mistral16:43
*** achanda has joined #openstack-mistral17:15
rakhmerov^Gal^: so did it start working again?17:42
*** sergmelikyan has quit IRC18:05
*** sergmelikyan has joined #openstack-mistral18:08
*** tonytan4ever has quit IRC18:14
*** tonytan4ever has joined #openstack-mistral18:31
*** sergmelikyan has quit IRC18:49
*** achanda has quit IRC19:28
*** gyee has quit IRC19:42
*** sergmelikyan has joined #openstack-mistral19:50
*** sergmelikyan has quit IRC19:54
*** Piet has quit IRC20:03
*** tonytan4ever has quit IRC20:06
*** achanda has joined #openstack-mistral20:11
*** sergmelikyan has joined #openstack-mistral20:17
*** sergmelikyan has quit IRC20:22
*** gyee has joined #openstack-mistral20:41
*** Piet has joined #openstack-mistral20:48
*** sergmelikyan has joined #openstack-mistral20:54
*** achanda has quit IRC21:15
*** achanda has joined #openstack-mistral21:17
*** bobh has quit IRC21:27
*** tonytan4ever has joined #openstack-mistral21:47
*** achanda has quit IRC22:19
*** achanda has joined #openstack-mistral22:21
*** tonytan4ever has quit IRC22:29
*** bitblt has joined #openstack-mistral23:28
*** bitblt has quit IRC23:28

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