openstackgerrit | caoyuan proposed openstack/mistral master: Update auth_uri option to www_authenticate_uri https://review.openstack.org/560462 | 00:56 |
---|---|---|
*** rbrady has quit IRC | 00:57 | |
openstackgerrit | caoyuan proposed openstack/mistral master: Update auth_uri option to www_authenticate_uri https://review.openstack.org/560462 | 00:57 |
*** rbrady has joined #openstack-mistral | 01:12 | |
*** rbrady has quit IRC | 01:12 | |
*** rbrady has joined #openstack-mistral | 01:12 | |
*** weshay_ has joined #openstack-mistral | 02:01 | |
*** weshay has quit IRC | 02:03 | |
*** weshay has joined #openstack-mistral | 02:03 | |
*** weshay_ has quit IRC | 02:06 | |
*** rbrady has quit IRC | 02:29 | |
*** d0ugal_ has joined #openstack-mistral | 03:15 | |
*** d0ugal has quit IRC | 03:16 | |
*** d0ugal_ has quit IRC | 04:03 | |
*** d0ugal__ has joined #openstack-mistral | 04:03 | |
*** hardikjasani has joined #openstack-mistral | 04:13 | |
openstackgerrit | Qi Peng proposed openstack/mistral master: Fix error about SenlinAction https://review.openstack.org/549729 | 06:07 |
openstackgerrit | Vitalii Solodilov proposed openstack/mistral master: WIP: All of before task policies must be executed when task was rerun. https://review.openstack.org/561795 | 06:46 |
openstackgerrit | Vitalii Solodilov proposed openstack/mistral master: Replaced action timeout with action deadline https://review.openstack.org/561118 | 06:59 |
openstackgerrit | Vitalii Solodilov proposed openstack/mistral master: Concurrency and timeout policies must be executed when task was rerun. https://review.openstack.org/561795 | 07:20 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Optimizing big 'on-XXX' clauses https://review.openstack.org/561175 | 07:30 |
*** AlexeyAbashkin has joined #openstack-mistral | 07:31 | |
*** shardy has joined #openstack-mistral | 07:54 | |
*** jpich has joined #openstack-mistral | 08:04 | |
*** d0ugal__ has quit IRC | 08:05 | |
*** d0ugal has joined #openstack-mistral | 08:05 | |
*** d0ugal has quit IRC | 08:05 | |
*** d0ugal has joined #openstack-mistral | 08:05 | |
*** jtomasek has quit IRC | 08:08 | |
openstackgerrit | Kevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api https://review.openstack.org/555030 | 08:26 |
rakhmerov | apetrich, d0ugal: hi, please take a look at https://review.openstack.org/#/c/561175/ when you have a chance | 08:33 |
rakhmerov | a very performance influencing change | 08:33 |
apetrich | rakhmerov, will do | 08:34 |
rakhmerov | thanks | 08:34 |
*** jtomasek has joined #openstack-mistral | 08:57 | |
openstackgerrit | Dougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message https://review.openstack.org/561853 | 09:36 |
d0ugal | rakhmerov: ^ | 09:36 |
d0ugal | apetrich: ^ | 09:36 |
d0ugal | Tiny patch that we need to merge and backport. | 09:36 |
rakhmerov | d0ugal: sure | 09:37 |
rakhmerov | ok | 09:37 |
rakhmerov | d0ugal: btw, thanks for reviewing and approving mine | 09:37 |
d0ugal | rakhmerov: np, I'm glad the large on-XXX problem was quite easy to fix in the end - it sounded like it would be harder. | 09:37 |
d0ugal | actually, I am going to add a release note since this will be backported. | 09:38 |
apetrich | d0ugal, good catch | 09:39 |
rakhmerov | d0ugal: yeah, but I'm planning to do some more changes there | 09:40 |
openstackgerrit | Dougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message https://review.openstack.org/561853 | 09:40 |
d0ugal | apetrich: thanks to you for pointing out it wasn't a unicode bug, I was fixated on that as the cause | 09:40 |
rakhmerov | this helps a lot but I'm sure we can do even better. I'd like to avoid merging all dicts in one loop, it may still create problems on large data sets | 09:41 |
d0ugal | yup, makes sense | 09:41 |
openstackgerrit | Dougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message https://review.openstack.org/561853 | 09:41 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly https://review.openstack.org/561899 | 10:41 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly https://review.openstack.org/561899 | 10:46 |
*** jtomasek has quit IRC | 10:59 | |
openstackgerrit | Adriano Petrich proposed openstack/python-mistralclient master: Add the force parameter to delete executions https://review.openstack.org/561159 | 11:03 |
*** AlexeyAbashkin has quit IRC | 11:07 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly https://review.openstack.org/561899 | 11:13 |
*** jaosorior has quit IRC | 11:24 | |
*** jaosorior has joined #openstack-mistral | 11:27 | |
*** AlexeyAbashkin has joined #openstack-mistral | 11:28 | |
*** jtomasek has joined #openstack-mistral | 11:39 | |
d0ugal | Looks like we have some unstable devstack tests again. Interesting that it hasn't been a problem for a while. | 11:57 |
openstackgerrit | Merged openstack/mistral master: Optimizing big 'on-XXX' clauses https://review.openstack.org/561175 | 11:58 |
d0ugal | ^ but some stuff is obviously passing :) | 11:58 |
openstackgerrit | Vitalii Solodilov proposed openstack/mistral master: Replaced action timeout with action deadline https://review.openstack.org/561118 | 12:09 |
apetrich | d0ugal, yeah I was planning to investigate in a moment | 12:19 |
openstackgerrit | Kevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api https://review.openstack.org/555030 | 12:26 |
openstackgerrit | Kevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api https://review.openstack.org/555030 | 12:39 |
*** hardikjasani has quit IRC | 13:13 | |
pgaxatte | hello | 13:41 |
pgaxatte | I'm trying to see if I can implement a simple way to disable actions from the configuration (instead of removing them in setup.cfg) | 13:43 |
pgaxatte | would the worklow.lookup_utils.find_action_definition_by_name be a good place to do that? | 13:44 |
*** bobh has joined #openstack-mistral | 14:14 | |
*** hardikjasani has joined #openstack-mistral | 14:31 | |
d0ugal | pgaxatte: yes, I think that would be a good place. You want to add a new config option for this? | 15:02 |
d0ugal | toure: btw I am using the source execution thing all the time now. Super useful. | 15:03 |
d0ugal | I didn't think it would be so useful, but it is! | 15:03 |
pgaxatte | d0ugal: yeah I imagined something like a list of disabled actions | 15:04 |
pgaxatte | d0ugal: also maybe a list of modules to disable in the openstack_actions section to avoid proposing some parts of the openstack API | 15:05 |
*** thrash is now known as thrash|biab | 16:15 | |
*** harlowja has joined #openstack-mistral | 16:23 | |
*** jpich has quit IRC | 16:25 | |
*** harlowja has quit IRC | 16:52 | |
*** shardy has quit IRC | 16:53 | |
*** harlowja has joined #openstack-mistral | 16:57 | |
*** harlowja has quit IRC | 17:20 | |
toure | d0ugal good to hear, I am glad one of my features is helping some one...now if I can solve this client issue for WFEA I would be happy | 17:22 |
toure | WFEA = workflow error analysis | 17:22 |
d0ugal | I guessed :) | 17:45 |
*** AlexeyAbashkin has quit IRC | 18:02 | |
*** hardikjasani has quit IRC | 18:21 | |
*** thrash|biab is now known as thrash | 18:37 | |
*** apetrich_ has joined #openstack-mistral | 18:38 | |
*** bobh has quit IRC | 18:55 | |
*** apetrich_ has quit IRC | 19:04 | |
openstackgerrit | Merged openstack/mistral master: Correct the string formatting in a info log message https://review.openstack.org/561853 | 19:18 |
*** apetrich has quit IRC | 19:18 | |
*** apetrich has joined #openstack-mistral | 19:19 | |
*** AlexeyAbashkin has joined #openstack-mistral | 19:25 | |
*** bobh has joined #openstack-mistral | 19:34 | |
*** AlexeyAbashkin has quit IRC | 19:34 | |
*** bobh has quit IRC | 19:39 | |
*** pgaxatte1 has joined #openstack-mistral | 19:49 | |
*** harlowja has joined #openstack-mistral | 19:50 | |
*** pgaxatte has quit IRC | 19:51 | |
*** apetrich has quit IRC | 19:54 | |
*** apetrich has joined #openstack-mistral | 19:55 | |
*** toure is now known as toure|biab | 20:03 | |
*** bobh has joined #openstack-mistral | 20:14 | |
openstackgerrit | Dougal Matthews proposed openstack/mistral stable/queens: Correct the string formatting in a info log message https://review.openstack.org/562045 | 20:42 |
openstackgerrit | Dougal Matthews proposed openstack/mistral stable/pike: Correct the string formatting in a info log message https://review.openstack.org/562046 | 20:42 |
*** jtomasek has quit IRC | 20:49 | |
openstackgerrit | Doug Hellmann proposed openstack/mistral master: add lower-constraints job https://review.openstack.org/555824 | 21:15 |
*** bobh has quit IRC | 22:22 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!