Monday, 2017-05-22

*** jamielennox|away is now known as jamielennox00:02
*** kbaegis has quit IRC00:17
*** bobh has quit IRC00:38
*** bobh has joined #openstack-mistral00:41
*** rbrady-afk has quit IRC00:44
*** bobh has quit IRC00:56
*** rbrady-afk has joined #openstack-mistral01:00
*** bobh has joined #openstack-mistral01:16
*** bobh has quit IRC01:32
*** jamielennox is now known as jamielennox|away02:00
*** Kevin_Zheng has joined #openstack-mistral02:07
*** rbrady-afk has quit IRC02:53
*** rbrady-afk has joined #openstack-mistral03:05
openstackgerritRenat Akhmerov proposed openstack/mistral master: WIP: Optimize API layer  https://review.openstack.org/46657503:08
*** kbaegis has joined #openstack-mistral03:09
openstackgerritRenat Akhmerov proposed openstack/mistral master: Optimize API layer: using from_db_model() instead of from_dict()  https://review.openstack.org/46657503:18
*** bobh has joined #openstack-mistral03:22
*** bobh has quit IRC03:37
*** kbaegis has quit IRC03:51
*** jamielennox|away is now known as jamielennox03:53
*** sharatss has joined #openstack-mistral04:34
openstackgerritMerged openstack/mistral master: Adding mistral_lib actions to mistral  https://review.openstack.org/46418604:39
openstackgerritRenat Akhmerov proposed openstack/mistral master: WIP: refactor rest_utils  https://review.openstack.org/46658704:39
*** jaosorior has joined #openstack-mistral04:52
openstackgerritRenat Akhmerov proposed openstack/mistral master: Refactor rest_utils  https://review.openstack.org/46658704:56
openstackgerritRenat Akhmerov proposed openstack/mistral master: Refactor rest_utils  https://review.openstack.org/46658704:58
openstackgerritRenat Akhmerov proposed openstack/mistral master: Refactor rest_utils  https://review.openstack.org/46658705:04
openstackgerritRenat Akhmerov proposed openstack/mistral master: Optimize API layer: using from_db_model() instead of from_dict()  https://review.openstack.org/46657505:04
rakhmerovd0ugal: hi, can you please look at our discussion in https://review.openstack.org/#/c/457184 ?05:27
rakhmerovit's an important change and there are pros and cons for making it05:28
*** abhishekk has quit IRC06:34
*** shardy has joined #openstack-mistral06:55
d0ugalrakhmerov: will do!07:11
rakhmerovd0ugal: thanks07:17
d0ugalThe discussion about on-success and on-complete calling the action only once?07:20
d0ugalrakhmerov: ^07:21
rakhmerovyes07:21
rakhmerovright07:21
rakhmerovIt was probably a mistake to mix two different things within the same commit07:21
rakhmerovalthough they are related07:21
rakhmerovbut yes, nobody is against of adding "triggered_by". Behavior of "on-" clauses is the only question07:22
d0ugalright07:23
*** jpich has joined #openstack-mistral07:23
d0ugalI think on-success: task1 on-complete: task1 should call it twice (unless there is an error)07:24
d0ugalbut I've still not read it all07:24
d0ugalso I'll do that - then I'll reply to the patch07:24
rakhmerovok )07:35
rakhmerovd0ugal: my colleagues are all for the same behavior07:35
rakhmerovbasically as it is now07:35
rakhmerovok, I'll split those two changes07:35
rakhmerovwell, I won't make this specific one for now07:36
rakhmerovd0ugal: btw, a couple of cool patches that I wanted to make for a long time: https://review.openstack.org/#/c/466575/ and https://review.openstack.org/#/c/466587/07:37
rakhmerovonce you have a chance..07:37
rakhmerovit reduces memory footprint and improves performance of API controllers07:38
d0ugalrakhmerov: having mistral automatically check that an action is in on-success and on-complete is a bit too "magic" for me07:44
rakhmerovyeah, may be07:44
d0ugalrakhmerov: I think we could come up with a better way to split up expressions into multiple lines07:58
rakhmerov:)07:58
rakhmerovyeah, right07:58
rakhmerovyou know, I've been thinking about this for so long that I'm already really confused :)07:58
rakhmerovthat's why I'm asking people to participate07:58
rakhmerovI need a fresh look07:58
d0ugalrakhmerov: we could actually make expressions more powerful if we supported some basic operations like AND/OR etc.07:59
d0ugalI am not a huge fan of this, but maybe we could do something like how mongodb represents them in JSON07:59
d0ugalhttps://docs.mongodb.com/manual/reference/operator/query/or/07:59
d0ugalObviously we would use the YAML equivilent.08:00
rakhmerovyes, there've been some discussions internally here about it08:00
rakhmerovthe general idea is to make branching more powerful in Mistral08:00
rakhmerovthe goal08:00
d0ugalyeah08:00
rakhmerovI'm generally ok with that but I'd like to keep simplicity too, at least so that for something stupid and simple we could continue to do what we're doing now08:01
rakhmerovbut if someone wants to use more advanced capabilities, - go ahead, here they are08:02
d0ugalyeah08:02
d0ugalWe should aim to make the language simple, but allow people to go deeper if they need something more advanced.08:02
rakhmerovso, for simple use cases workflows should still look simple08:02
d0ugalagreed08:02
rakhmerovyes08:02
rakhmerovwe're on the same page08:03
d0ugal:)08:03
rakhmerovI'm already thinking on the background about the starting a new language spec08:03
rakhmerovthat would account for such things08:03
rakhmerovbut this is going to be huge :) it'll take long to land it08:04
rakhmerovso at some point we could expose new lang (e.g. v3.0) and still keep supporting v2.008:04
rakhmerovalthough it's not trivial08:04
d0ugalrakhmerov: yeah, that would be interesting but I don't think we should rush into it08:10
rakhmerovsure, no rush08:10
d0ugalv2 mostly works well and I don't feel we have hit the limitations of it yet - so we can still improve it and learn from it for a bit longer08:10
rakhmerovit will be evolution, not revolution :)08:10
d0ugalgood :)08:10
rakhmerovyeah08:11
d0ugalI commented on the patch btw08:11
rakhmerovok, thanks08:14
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'runtime_context' to task execution REST resource  https://review.openstack.org/45800009:06
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context  https://review.openstack.org/45718409:06
rakhmerovd0ugal: thanks for the quick review!09:14
d0ugalnp!09:14
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'runtime_context' to task execution REST resource  https://review.openstack.org/45800009:19
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context  https://review.openstack.org/45718409:19
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'runtime_context' to task execution REST resource  https://review.openstack.org/45800010:06
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context  https://review.openstack.org/45718410:06
openstackgerritMerged openstack/mistral master: Optimize API layer: using from_db_model() instead of from_dict()  https://review.openstack.org/46657510:08
openstackgerritMerged openstack/mistral master: Refactor rest_utils  https://review.openstack.org/46658710:08
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add one more test for task() function used in on-success  https://review.openstack.org/46585810:11
*** jkilpatr has quit IRC10:31
*** kbaegis has joined #openstack-mistral10:48
*** jkilpatr has joined #openstack-mistral10:57
*** shardy has quit IRC11:27
*** kbaegis has left #openstack-mistral12:00
openstackgerritNikolay Mahotkin proposed openstack/mistral master: [Regions] Fixing determining keystone for actions  https://review.openstack.org/46670412:00
*** dprince has joined #openstack-mistral12:04
*** chlong has joined #openstack-mistral12:29
*** catintheroof has joined #openstack-mistral12:41
*** chlong has quit IRC12:55
*** fultonj has joined #openstack-mistral12:58
*** bobh has joined #openstack-mistral13:04
*** sharatss has quit IRC13:22
*** rbrady-afk is now known as rbrady13:33
*** rbrady is now known as Guest2903513:34
*** fultonj has quit IRC13:35
*** fultonj has joined #openstack-mistral13:36
*** Guest29035 is now known as rbrady-foo13:37
openstackgerritToure Dunnon proposed openstack/mistral-specs master: Workflow Error Analysis  https://review.openstack.org/44321713:49
*** rbrady-foo is now known as rbrady_13:49
*** rbrady_ has quit IRC13:50
*** rbrady_ has joined #openstack-mistral13:50
*** rbrady_ is now known as rbrady13:50
*** catinthe_ has joined #openstack-mistral13:53
*** catinth__ has joined #openstack-mistral13:53
*** catintheroof has quit IRC13:54
*** catinthe_ has quit IRC13:57
*** mgershen has joined #openstack-mistral13:59
*** mbrennan has joined #openstack-mistral14:50
*** d0ugal has quit IRC14:57
openstackgerritMerged openstack/mistral master: Add 'triggered_by' into task execution runtime context  https://review.openstack.org/45718415:00
openstackgerritMerged openstack/mistral master: Add 'runtime_context' to task execution REST resource  https://review.openstack.org/45800015:00
rakhmerovhi all, meeting at #openstack-meeting-315:01
rakhmerovthrash, rbrady, d0ugal: ^15:02
rakhmerovapetrich_: ^15:03
rakhmerovkong:15:03
*** d0ugal has joined #openstack-mistral15:07
*** jpich has quit IRC15:22
*** rbrady is now known as rbrady-afk15:24
*** mgershen has quit IRC15:33
openstackgerritStephen Finucane proposed openstack/python-mistralclient master: Use Sphinx 1.5 warning-is-error  https://review.openstack.org/45794115:37
*** chlong has joined #openstack-mistral15:39
openstackgerritluong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540715:46
*** mbrennan has quit IRC15:49
*** jaosorior is now known as jaosorior_away16:45
*** chlong has quit IRC16:59
*** dprince has quit IRC17:00
*** dprince has joined #openstack-mistral17:14
*** chlong has joined #openstack-mistral17:15
*** chlong has quit IRC17:15
*** chlong has joined #openstack-mistral17:55
prometheanfiredoes anyone mind responding to my email to -dev about projects holding back requirements updates?17:56
prometheanfire[requirements] Projects holding back requirements updates17:57
prometheanfireis it possible to get a pip published rc or beta from master?17:57
*** thrash is now known as thrash|biab17:58
*** rbrady-afk is now known as rbrady18:01
*** thrash|biab is now known as thrash18:23
*** catinth__ has quit IRC18:28
*** bobh has quit IRC18:29
*** catintheroof has joined #openstack-mistral18:30
*** harlowja has joined #openstack-mistral18:37
*** harlowja has quit IRC18:43
*** dprince has quit IRC18:47
*** dprince has joined #openstack-mistral18:57
*** fultonj has quit IRC19:34
*** fultonj has joined #openstack-mistral19:38
*** bobh has joined #openstack-mistral19:49
*** chlong has quit IRC20:07
*** rbrady is now known as rbrady-biab20:09
*** bobh has quit IRC20:09
*** chlong has joined #openstack-mistral20:31
*** dprince has quit IRC20:32
*** bobh has joined #openstack-mistral20:35
*** chlong has quit IRC20:41
*** mattybre_ has joined #openstack-mistral20:48
*** mattybre_ has quit IRC20:48
*** mattybrennan has joined #openstack-mistral20:48
*** thrash is now known as thrash|g0ne21:06
*** toure is now known as toure|gone21:10
*** rbrady-biab is now known as rbrady-afk21:15
*** catintheroof has quit IRC21:22
*** mattybrennan has quit IRC21:23
*** catintheroof has joined #openstack-mistral21:29
*** mattybrennan has joined #openstack-mistral21:44
*** jkilpatr has quit IRC22:08
*** mattybrennan has quit IRC22:17
*** jkilpatr has joined #openstack-mistral22:27
*** bobh has quit IRC22:42
*** catintheroof has quit IRC23:40
*** catintheroof has joined #openstack-mistral23:48
*** catintheroof has quit IRC23:59

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