)]}'
{"mistral/actions/adhoc.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        for transformer in self._output_transformers:"},{"line_number":55,"context_line":"            "},{"line_number":56,"context_line":""},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"class AdHocActionDescriptor(action_providers_base.ActionDescriptorBase):"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_4a00cc34","line":55,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":55,"context_line":"            "},{"line_number":56,"context_line":""},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"class AdHocActionDescriptor(action_providers_base.ActionDescriptorBase):"},{"line_number":59,"context_line":"    def __init__(self, action_def):"},{"line_number":60,"context_line":"        super(AdHocActionDescriptor, self).__init__("},{"line_number":61,"context_line":"            action_def.name,"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_8af6645c","line":58,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: E112 expected an indented block","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":55,"context_line":"            "},{"line_number":56,"context_line":""},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"class AdHocActionDescriptor(action_providers_base.ActionDescriptorBase):"},{"line_number":59,"context_line":"    def __init__(self, action_def):"},{"line_number":60,"context_line":"        super(AdHocActionDescriptor, self).__init__("},{"line_number":61,"context_line":"            action_def.name,"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_aafb6844","line":58,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":55,"context_line":"            "},{"line_number":56,"context_line":""},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"class AdHocActionDescriptor(action_providers_base.ActionDescriptorBase):"},{"line_number":59,"context_line":"    def __init__(self, action_def):"},{"line_number":60,"context_line":"        super(AdHocActionDescriptor, self).__init__("},{"line_number":61,"context_line":"            action_def.name,"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_ea9600f0","line":58,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: E999 IndentationError: expected an indented block","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_cf3866a1","line":17,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            # TODO(rakhmerov): for async actions we\u0027ll have to add something"},{"line_number":50,"context_line":"            # to the ActionDescriptor interface so that we could convert"},{"line_number":51,"context_line":"            # action output after it\u0027s been delivered."},{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        for transformer_expr in self._output_transformers:"},{"line_number":55,"context_line":"            if transformer_expr is not None:"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_af3b7299","line":52,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: F901 \u0027raise NotImplemented\u0027 should be \u0027raise NotImplementedError\u0027","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_26c2d5e9","line":17,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            # TODO(rakhmerov): for async actions we\u0027ll have to add something"},{"line_number":50,"context_line":"            # to the ActionDescriptor interface so that we could convert"},{"line_number":51,"context_line":"            # action output after it\u0027s been delivered."},{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        if not isinstance(result, ml_actions.Result):"},{"line_number":55,"context_line":"            result \u003d ml_actions.Result(data\u003dresult)"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_86b5a180","line":52,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: F901 \u0027raise NotImplemented\u0027 should be \u0027raise NotImplementedError\u0027","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_20462bc2","line":17,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            # TODO(rakhmerov): for async actions we\u0027ll have to add something"},{"line_number":50,"context_line":"            # to the ActionDescriptor interface so that we could convert"},{"line_number":51,"context_line":"            # action output after it\u0027s been delivered."},{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        if not isinstance(result, ml_actions.Result):"},{"line_number":55,"context_line":"            result \u003d ml_actions.Result(data\u003dresult)"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_004327b1","line":52,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: F901 \u0027raise NotImplemented\u0027 should be \u0027raise NotImplementedError\u0027","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_8ecbbd48","line":17,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            # TODO(rakhmerov): for async actions we\u0027ll have to add something"},{"line_number":50,"context_line":"            # to the ActionDescriptor interface so that we could convert"},{"line_number":51,"context_line":"            # action output after it\u0027s been delivered."},{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        if not isinstance(result, ml_actions.Result):"},{"line_number":55,"context_line":"            result \u003d ml_actions.Result(data\u003dresult)"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_eed8791f","line":52,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: F901 \u0027raise NotImplemented\u0027 should be \u0027raise NotImplementedError\u0027","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_d44d44c5","line":17,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            # TODO(rakhmerov): for async actions we\u0027ll have to add something"},{"line_number":50,"context_line":"            # to the ActionDescriptor interface so that we could convert"},{"line_number":51,"context_line":"            # action output after it\u0027s been delivered."},{"line_number":52,"context_line":"            raise NotImplemented"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"        if not isinstance(result, ml_actions.Result):"},{"line_number":55,"context_line":"            result \u003d ml_actions.Result(data\u003dresult)"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_b44a50a9","line":52,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: F901 \u0027raise NotImplemented\u0027 should be \u0027raise NotImplementedError\u0027","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from oslo_config import cfg"},{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":20,"context_line":"from mistral_lib.actions.providers import base as action_providers_base"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_11b6a9dd","line":17,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: F401 \u0027osprofiler.profiler\u0027 imported but unused","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":57,"context_line":"            result \u003d ml_actions.Result(data\u003dresult)"},{"line_number":58,"context_line":""},{"line_number":59,"context_line":"        return result"},{"line_number":60,"context_line":"    @property"},{"line_number":61,"context_line":"    def base_action(self):"},{"line_number":62,"context_line":"        return self._base_action"},{"line_number":63,"context_line":""}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_57163f4b","line":60,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E301 expected 1 blank line, found 0","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"c66da1a3359c07adf9a2badcb560228f8b2a1c0d","unresolved":false,"context_lines":[{"line_number":43,"context_line":""},{"line_number":44,"context_line":"    def run(self, context):"},{"line_number":45,"context_line":"        # Just run the base action. Note that the result of the base"},{"line_number":46,"context_line":"        # action gets converted by the corresponding \"convert_result\""},{"line_number":47,"context_line":"        # method of the ad-hoc action descriptor. It allows to implement"},{"line_number":48,"context_line":"        # asynchronous execution model when a result of the base"},{"line_number":49,"context_line":"        # action is delivered by a 3rd party and then it gets converted"}],"source_content_type":"text/x-python","patch_set":32,"id":"9f560f44_b8cc87bb","line":46,"range":{"start_line":46,"start_character":54,"end_line":46,"end_character":68},"updated":"2020-09-24 09:03:06.000000000","message":"I think we ended up renaming this to post_process_result","commit_id":"492aec40cc5bc1bc5a633878b3a65c6387252173"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"62a1885b89c2384ecb2132ff985fd5b4f308001b","unresolved":false,"context_lines":[{"line_number":43,"context_line":""},{"line_number":44,"context_line":"    def run(self, context):"},{"line_number":45,"context_line":"        # Just run the base action. Note that the result of the base"},{"line_number":46,"context_line":"        # action gets converted by the corresponding \"convert_result\""},{"line_number":47,"context_line":"        # method of the ad-hoc action descriptor. It allows to implement"},{"line_number":48,"context_line":"        # asynchronous execution model when a result of the base"},{"line_number":49,"context_line":"        # action is delivered by a 3rd party and then it gets converted"}],"source_content_type":"text/x-python","patch_set":32,"id":"9f560f44_5ea9c1da","line":46,"range":{"start_line":46,"start_character":54,"end_line":46,"end_character":68},"in_reply_to":"9f560f44_b8cc87bb","updated":"2020-09-24 09:26:34.000000000","message":"Yes, it\u0027s a left over.","commit_id":"492aec40cc5bc1bc5a633878b3a65c6387252173"},{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"c66da1a3359c07adf9a2badcb560228f8b2a1c0d","unresolved":false,"context_lines":[{"line_number":43,"context_line":""},{"line_number":44,"context_line":"    def run(self, context):"},{"line_number":45,"context_line":"        # Just run the base action. Note that the result of the base"},{"line_number":46,"context_line":"        # action gets converted by the corresponding \"convert_result\""},{"line_number":47,"context_line":"        # method of the ad-hoc action descriptor. It allows to implement"},{"line_number":48,"context_line":"        # asynchronous execution model when a result of the base"},{"line_number":49,"context_line":"        # action is delivered by a 3rd party and then it gets converted"}],"source_content_type":"text/x-python","patch_set":33,"id":"9f560f44_29a5cb9f","line":46,"range":{"start_line":46,"start_character":54,"end_line":46,"end_character":68},"updated":"2020-09-24 09:03:06.000000000","message":"post_process_result","commit_id":"2657cb2c9964182f9232230f385514d8cdb455b3"}],"mistral/actions/test.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_c0380f3d","line":19,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_ced5b5e7","line":19,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_14c5fc0a","line":19,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_f1ba15be","line":19,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_771b8372","line":19,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_2a750b99","line":19,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_c738b8a0","line":19,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":16,"context_line":""},{"line_number":17,"context_line":"from oslo_config import cfg"},{"line_number":18,"context_line":"from oslo_log import log as logging"},{"line_number":19,"context_line":"from stevedore import extension"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from mistral_lib import actions as ml_actions"},{"line_number":22,"context_line":"from mistral_lib.utils import inspect_utils as i_utils"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_26f523cc","line":19,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: F401 \u0027stevedore.extension\u0027 imported but unused","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/api/controllers/v2/action.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"c06513886fc7464ee36572458a7a8f6146ec7dea","unresolved":false,"context_lines":[{"line_number":281,"context_line":""},{"line_number":282,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":283,"context_line":""},{"line_number":284,"context_line":"        # TODO"},{"line_number":285,"context_line":""},{"line_number":286,"context_line":"        filters \u003d {}"},{"line_number":287,"context_line":""}],"source_content_type":"text/x-python","patch_set":33,"id":"9f560f44_44ef46b0","line":284,"updated":"2020-09-09 13:02:26.000000000","message":"pep8: H101: Use TODO(NAME)","commit_id":"2657cb2c9964182f9232230f385514d8cdb455b3"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5452039f4d0cdcef4c50319eda729f0cc64e6fd9","unresolved":false,"context_lines":[{"line_number":281,"context_line":""},{"line_number":282,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":283,"context_line":""},{"line_number":284,"context_line":"        # TODO"},{"line_number":285,"context_line":""},{"line_number":286,"context_line":"        filters \u003d {}"},{"line_number":287,"context_line":""}],"source_content_type":"text/x-python","patch_set":35,"id":"9f560f44_4c22b6a4","line":284,"updated":"2020-09-10 10:03:30.000000000","message":"pep8: H101: Use TODO(NAME)","commit_id":"7897329b5a8f6a4ec3e64dcedbbe1c989a1a7d7f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b1a9e11b0450b56f5f3d7a0c423ee682b57acaaf","unresolved":false,"context_lines":[{"line_number":288,"context_line":""},{"line_number":289,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":290,"context_line":""},{"line_number":291,"context_line":"        # TODO"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        filters \u003d {}"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":36,"id":"9f560f44_df5c144e","line":291,"updated":"2020-09-18 09:33:53.000000000","message":"pep8: H101: Use TODO(NAME)","commit_id":"a9e40b95df8459b24d1daee1ae4b1241b8edb82a"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"de41e3fa750ddb8cab6854d3181c5c85c6655927","unresolved":false,"context_lines":[{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":297,"context_line":""},{"line_number":298,"context_line":"        # TODO"},{"line_number":299,"context_line":""},{"line_number":300,"context_line":"        filters \u003d {}"},{"line_number":301,"context_line":""}],"source_content_type":"text/x-python","patch_set":37,"id":"9f560f44_1b6fa0fa","line":298,"updated":"2020-09-21 14:40:12.000000000","message":"pep8: H101: Use TODO(NAME)","commit_id":"0e005ac49d6674445b1a3c7824b32bea8b6eada0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b335496b359742c11616088065a1c720920359bb","unresolved":false,"context_lines":[{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":297,"context_line":""},{"line_number":298,"context_line":"        # TODO"},{"line_number":299,"context_line":""},{"line_number":300,"context_line":"        filters \u003d {}"},{"line_number":301,"context_line":""}],"source_content_type":"text/x-python","patch_set":39,"id":"9f560f44_e22e6ef8","line":298,"updated":"2020-09-22 11:01:11.000000000","message":"pep8: H101: Use TODO(NAME)","commit_id":"d17d4dbb8468a22eb0d4096053b4713332472761"},{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"c66da1a3359c07adf9a2badcb560228f8b2a1c0d","unresolved":false,"context_lines":[{"line_number":88,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":89,"context_line":""},{"line_number":90,"context_line":"        # Here we assume that the action search might involve DB operations"},{"line_number":91,"context_line":"        # so we need to apply the regular retrying logic as everywhere else."},{"line_number":92,"context_line":"        action_desc \u003d rest_utils.rest_retry_on_db_error("},{"line_number":93,"context_line":"            action_provider.find"},{"line_number":94,"context_line":"        )(identifier, namespace\u003dnamespace)"}],"source_content_type":"text/x-python","patch_set":44,"id":"9f560f44_e3a3e2af","line":91,"range":{"start_line":91,"start_character":8,"end_line":91,"end_character":76},"updated":"2020-09-24 09:03:06.000000000","message":"could we defer this to the provider? it would be simpler in mistral core.","commit_id":"56a2f413bbc7c32342af56aa3473572e30911cba"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"62a1885b89c2384ecb2132ff985fd5b4f308001b","unresolved":false,"context_lines":[{"line_number":88,"context_line":"        action_provider \u003d action_service.get_system_action_provider()"},{"line_number":89,"context_line":""},{"line_number":90,"context_line":"        # Here we assume that the action search might involve DB operations"},{"line_number":91,"context_line":"        # so we need to apply the regular retrying logic as everywhere else."},{"line_number":92,"context_line":"        action_desc \u003d rest_utils.rest_retry_on_db_error("},{"line_number":93,"context_line":"            action_provider.find"},{"line_number":94,"context_line":"        )(identifier, namespace\u003dnamespace)"}],"source_content_type":"text/x-python","patch_set":44,"id":"9f560f44_7e55a54f","line":91,"range":{"start_line":91,"start_character":8,"end_line":91,"end_character":76},"in_reply_to":"9f560f44_e3a3e2af","updated":"2020-09-24 09:26:34.000000000","message":"Well yes, you\u0027re probably right, I don\u0027t like this place myself either. The reason I did this is that the method find() of action providers is called from within a DB transaction in the engine and the engine operations control this retrying logic. So here I assume that action provider logic doesn\u0027t manage transactions itself (we need to clearly describe it in the docs). That\u0027s why I added this logic in the controller.\n\nPlease let me think about it more, I\u0027ll try to come up with a better solution.","commit_id":"56a2f413bbc7c32342af56aa3473572e30911cba"}],"mistral/engine/actions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_46642922","line":50,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_20f10b97","line":50,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_2e04317e","line":50,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_f4c96825","line":50,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_51b021de","line":50,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_9729f78a","line":50,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_ca5d6f16","line":50,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_27409407","line":50,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":47,"context_line":"    Mistral engine or its components in order to manipulate with actions."},{"line_number":48,"context_line":"    \"\"\""},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    def __init__(self, action_desc, action_ex\u003dNone, task_ex\u003dNone, task_ctx\u003dNone):"},{"line_number":51,"context_line":"        self.action_desc \u003d action_desc"},{"line_number":52,"context_line":"        self.action_ex \u003d action_ex"},{"line_number":53,"context_line":"        self.namespace \u003d action_desc.namespace if action_desc else None"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_86feafac","line":50,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/executors/executor_server.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_0f3ffe86","line":23,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_66b84d74","line":23,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_c0f3ef9e","line":23,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_0e096d94","line":23,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_54cf7428","line":23,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_31b5adce","line":23,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_170cc737","line":23,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_ea495360","line":23,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_e735fca9","line":23,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":22,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":23,"context_line":"from mistral_lib import utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"CONF \u003d cfg.CONF"},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_66fb9bbd","line":23,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: F401 \u0027mistral_lib.utils\u0027 imported but unused","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5452039f4d0cdcef4c50319eda729f0cc64e6fd9","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from mistral.rpc import base as rpc"},{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import actions as action_service"},{"line_number":22,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":23,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":35,"id":"9f560f44_6c1fba5a","line":22,"updated":"2020-09-10 10:03:30.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.services.actions, mistral.services.action_heartbeat_sender)","commit_id":"7897329b5a8f6a4ec3e64dcedbbe1c989a1a7d7f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b1a9e11b0450b56f5f3d7a0c423ee682b57acaaf","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from mistral.rpc import base as rpc"},{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import actions as action_service"},{"line_number":22,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":23,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":36,"id":"9f560f44_7f46a87d","line":22,"updated":"2020-09-18 09:33:53.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.services.actions, mistral.services.action_heartbeat_sender)","commit_id":"a9e40b95df8459b24d1daee1ae4b1241b8edb82a"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"de41e3fa750ddb8cab6854d3181c5c85c6655927","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from mistral.rpc import base as rpc"},{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import actions as action_service"},{"line_number":22,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":23,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":37,"id":"9f560f44_7b7e9caf","line":22,"updated":"2020-09-21 14:40:12.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.services.actions, mistral.services.action_heartbeat_sender)","commit_id":"0e005ac49d6674445b1a3c7824b32bea8b6eada0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b335496b359742c11616088065a1c720920359bb","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from mistral.rpc import base as rpc"},{"line_number":20,"context_line":"from mistral.service import base as service_base"},{"line_number":21,"context_line":"from mistral.services import actions as action_service"},{"line_number":22,"context_line":"from mistral.services import action_heartbeat_sender"},{"line_number":23,"context_line":"from mistral.utils import profiler as profiler_utils"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":39,"id":"9f560f44_4230fa55","line":22,"updated":"2020-09-22 11:01:11.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.services.actions, mistral.services.action_heartbeat_sender)","commit_id":"d17d4dbb8468a22eb0d4096053b4713332472761"}],"mistral/services/actions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_e03b9336","line":72,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_cec0152e","line":72,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_14605c35","line":72,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_f1917548","line":72,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_b726bbb9","line":72,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_ca444f4a","line":72,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_c7d3985e","line":72,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":69,"context_line":""},{"line_number":70,"context_line":"    return _TEST_PROVIDER"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":"def get_system_action_provider():"},{"line_number":73,"context_line":"    \"\"\"Returns a singleton for the system action provider."},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    In fact, this method serves a facade for the entire action subsystem."}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_86698f8d","line":72,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/tests/unit/actions/test_adhoc_action_provider.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_2a9d9809","line":30,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_0aa09441","line":38,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: W291 trailing whitespace","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_4f4c5641","line":30,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_2f47621f","line":38,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: W291 trailing whitespace","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_a6ad4532","line":30,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_06a99122","line":38,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: W291 trailing whitespace","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_a0323b5d","line":30,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_8037374e","line":38,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: W291 trailing whitespace","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_0ee04dcc","line":30,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_6ee589dc","line":38,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: W291 trailing whitespace","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_545ad482","line":30,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_345f6073","line":38,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: W291 trailing whitespace","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_319c8d5c","line":30,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_91a0f993","line":38,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: W291 trailing whitespace","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_d7236fa6","line":30,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_373aabcc","line":38,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: W291 trailing whitespace","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_6a6f03c5","line":30,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_4a72ffae","line":38,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: W291 trailing whitespace","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_07ce30b3","line":30,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_67c44c93","line":38,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: W291 trailing whitespace","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"        action_txt \u003d \"\"\""},{"line_number":29,"context_line":"        version: \u00272.0\u0027"},{"line_number":30,"context_line":"        "},{"line_number":31,"context_line":"        my_adhoc_action:"},{"line_number":32,"context_line":"          base: std.echo"},{"line_number":33,"context_line":"          base-input:"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_6666fbbd","line":30,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":35,"context_line":"          input:"},{"line_number":36,"context_line":"            - s1: \"a\""},{"line_number":37,"context_line":"            - s2"},{"line_number":38,"context_line":"          output: \"\u003c% $ %\u003e and \u003c% $ %\u003e\"        "},{"line_number":39,"context_line":"        \"\"\""},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"        adhoc_action_service.create_actions(action_txt)"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_c60427c9","line":38,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: W291 trailing whitespace","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/tests/unit/api/v2/test_actions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"c06513886fc7464ee36572458a7a8f6146ec7dea","unresolved":false,"context_lines":[{"line_number":94,"context_line":"ACTION_DEF \u003d models.ActionDefinition()"},{"line_number":95,"context_line":"ACTION_DEF.update(ACTION)"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"ACTION_DESC"},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"SYSTEM_ACTION_DB \u003d models.ActionDefinition()"},{"line_number":100,"context_line":"SYSTEM_ACTION_DB.update(SYSTEM_ACTION)"}],"source_content_type":"text/x-python","patch_set":33,"id":"9f560f44_e4f5ba84","line":97,"updated":"2020-09-09 13:02:26.000000000","message":"pep8: F821 undefined name \u0027ACTION_DESC\u0027","commit_id":"2657cb2c9964182f9232230f385514d8cdb455b3"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b1a9e11b0450b56f5f3d7a0c423ee682b57acaaf","unresolved":false,"context_lines":[{"line_number":153,"context_line":"            \u0027Ad-hoc action definition does not exist [name\u003d%s]\u0027 % action_name"},{"line_number":154,"context_line":"        )"},{"line_number":155,"context_line":""},{"line_number":156,"context_line":"        "},{"line_number":157,"context_line":"        print(action_json)"},{"line_number":158,"context_line":""},{"line_number":159,"context_line":"    def test_get(self):"}],"source_content_type":"text/x-python","patch_set":36,"id":"9f560f44_3f4c309c","line":156,"updated":"2020-09-18 09:33:53.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"a9e40b95df8459b24d1daee1ae4b1241b8edb82a"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b1a9e11b0450b56f5f3d7a0c423ee682b57acaaf","unresolved":false,"context_lines":[{"line_number":154,"context_line":"        )"},{"line_number":155,"context_line":""},{"line_number":156,"context_line":"        "},{"line_number":157,"context_line":"        print(action_json)"},{"line_number":158,"context_line":""},{"line_number":159,"context_line":"    def test_get(self):"},{"line_number":160,"context_line":"        # Create an adhoc action for the purpose of the test."}],"source_content_type":"text/x-python","patch_set":36,"id":"9f560f44_9f43bc6c","line":157,"updated":"2020-09-18 09:33:53.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"a9e40b95df8459b24d1daee1ae4b1241b8edb82a"}],"mistral/tests/unit/base.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"616d32789022b514f943e3d7dd11e41d07ff759d","unresolved":false,"context_lines":[{"line_number":269,"context_line":""},{"line_number":270,"context_line":"        db_api.setup_db()"},{"line_number":271,"context_line":""},{"line_number":272,"context_line":"        #action_manager.sync_db()"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def _clean_db(self):"},{"line_number":275,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":10,"id":"9f560f44_ca997c1f","line":272,"updated":"2020-08-26 05:33:41.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"7a6524102d62528c55b76470589731355f5e6037"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"995294f63cec400ec6a7305ecda26f2db7f1a64b","unresolved":false,"context_lines":[{"line_number":269,"context_line":""},{"line_number":270,"context_line":"        db_api.setup_db()"},{"line_number":271,"context_line":""},{"line_number":272,"context_line":"        #action_manager.sync_db()"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def _clean_db(self):"},{"line_number":275,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":11,"id":"9f560f44_ef41ea0b","line":272,"updated":"2020-08-26 12:03:29.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5c58bf2d8a3cc2115355902031b4e8bea9f4e1d0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":269,"context_line":""},{"line_number":270,"context_line":"        db_api.setup_db()"},{"line_number":271,"context_line":""},{"line_number":272,"context_line":"        #action_manager.sync_db()"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def _clean_db(self):"},{"line_number":275,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_c6b2f993","line":272,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":261,"context_line":""},{"line_number":262,"context_line":"        db_api.setup_db()"},{"line_number":263,"context_line":""},{"line_number":264,"context_line":"        #action_manager.sync_db()"},{"line_number":265,"context_line":""},{"line_number":266,"context_line":"    def _clean_db(self):"},{"line_number":267,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_00ee87b3","line":264,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":261,"context_line":""},{"line_number":262,"context_line":"        db_api.setup_db()"},{"line_number":263,"context_line":""},{"line_number":264,"context_line":"        #action_manager.sync_db()"},{"line_number":265,"context_line":""},{"line_number":266,"context_line":"    def _clean_db(self):"},{"line_number":267,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_2edb9121","line":264,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":261,"context_line":""},{"line_number":262,"context_line":"        db_api.setup_db()"},{"line_number":263,"context_line":""},{"line_number":264,"context_line":"        #action_manager.sync_db()"},{"line_number":265,"context_line":""},{"line_number":266,"context_line":"    def _clean_db(self):"},{"line_number":267,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_f464c84b","line":264,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":266,"context_line":""},{"line_number":267,"context_line":"        db_api.setup_db()"},{"line_number":268,"context_line":""},{"line_number":269,"context_line":"        #action_manager.sync_db()"},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def _clean_db(self):"},{"line_number":272,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_5197813b","line":269,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":266,"context_line":""},{"line_number":267,"context_line":"        db_api.setup_db()"},{"line_number":268,"context_line":""},{"line_number":269,"context_line":"        #action_manager.sync_db()"},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def _clean_db(self):"},{"line_number":272,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_f720339e","line":269,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":266,"context_line":""},{"line_number":267,"context_line":"        db_api.setup_db()"},{"line_number":268,"context_line":""},{"line_number":269,"context_line":"        #action_manager.sync_db()"},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def _clean_db(self):"},{"line_number":272,"context_line":"        db_api._ACTION_DEF_CACHE.clear()"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_0a78078d","line":269,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"}],"mistral/tests/unit/engine/base.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":54,"context_line":"        # TODO(rakhmerov): This is a temporary config change that we need"},{"line_number":55,"context_line":"        # to roll back when we fix the serialization mechanism so that it"},{"line_number":56,"context_line":"        # properly serialises/deserialises action instances."},{"line_number":57,"context_line":"        #self.override_config(\u0027type\u0027, \u0027local\u0027, \u0027executor\u0027)"},{"line_number":58,"context_line":""},{"line_number":59,"context_line":"        # Get transport here to let oslo.messaging setup default config"},{"line_number":60,"context_line":"        # before changing the rpc_backend to the fake driver; otherwise,"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_1735e7db","line":57,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"}],"mistral/tests/unit/engine/test_action_heartbeat_checker.py":[{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"c66da1a3359c07adf9a2badcb560228f8b2a1c0d","unresolved":false,"context_lines":[{"line_number":36,"context_line":""},{"line_number":37,"context_line":"        super(ActionHeartbeatCheckerTest, self).setUp()"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"        self.override_config(\u0027type\u0027, \u0027remote\u0027, \u0027executor\u0027)"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"    # Make sure actions are not sent to an executor."},{"line_number":42,"context_line":"    @mock.patch.object("}],"source_content_type":"text/x-python","patch_set":44,"id":"9f560f44_e333e211","line":39,"range":{"start_line":39,"start_character":8,"end_line":39,"end_character":58},"updated":"2020-09-24 09:03:06.000000000","message":"is action heartbeating actually turned off with local executors? that would be a problem.","commit_id":"56a2f413bbc7c32342af56aa3473572e30911cba"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"62a1885b89c2384ecb2132ff985fd5b4f308001b","unresolved":false,"context_lines":[{"line_number":36,"context_line":""},{"line_number":37,"context_line":"        super(ActionHeartbeatCheckerTest, self).setUp()"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"        self.override_config(\u0027type\u0027, \u0027remote\u0027, \u0027executor\u0027)"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"    # Make sure actions are not sent to an executor."},{"line_number":42,"context_line":"    @mock.patch.object("}],"source_content_type":"text/x-python","patch_set":44,"id":"9f560f44_7e03e542","line":39,"range":{"start_line":39,"start_character":8,"end_line":39,"end_character":58},"in_reply_to":"9f560f44_e333e211","updated":"2020-09-24 09:26:34.000000000","message":"No-no, it\u0027s just better to use a remote executor in the tests because it is more representative. Local executor still does that.","commit_id":"56a2f413bbc7c32342af56aa3473572e30911cba"}],"mistral/tests/unit/engine/test_adhoc_actions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b52061ce8959aab8312c297dc02d9d4ceb4cecc3","unresolved":false,"context_lines":[{"line_number":385,"context_line":""},{"line_number":386,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":387,"context_line":""},{"line_number":388,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":12,"id":"9f560f44_e6a3bd41","line":388,"updated":"2020-08-27 14:06:44.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"cbb61c263f259d020eea24b386b24dcddb1688e2"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":385,"context_line":""},{"line_number":386,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":387,"context_line":""},{"line_number":388,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_602823ee","line":388,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":385,"context_line":""},{"line_number":386,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":387,"context_line":""},{"line_number":388,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_aece8158","line":388,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":385,"context_line":""},{"line_number":386,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":387,"context_line":""},{"line_number":388,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_7450b85f","line":388,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":291,"context_line":"              - my_param"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"            base: std.async_noop"},{"line_number":294,"context_line":"            output: (((\u003c% $ %\u003e))) "},{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        workflows:"},{"line_number":297,"context_line":"          my_wf:"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_d1aa716f","line":294,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: W291 trailing whitespace","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":410,"context_line":""}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_b1a7fda7","line":407,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":291,"context_line":"              - my_param"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"            base: std.async_noop"},{"line_number":294,"context_line":"            output: (((\u003c% $ %\u003e))) "},{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        workflows:"},{"line_number":297,"context_line":"          my_wf:"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_572f5f87","line":294,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: W291 trailing whitespace","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":410,"context_line":""}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_b74b5b5d","line":407,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":291,"context_line":"              - my_param"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"            base: std.async_noop"},{"line_number":294,"context_line":"            output: (((\u003c% $ %\u003e))) "},{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        workflows:"},{"line_number":297,"context_line":"          my_wf:"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_aa68fbb9","line":294,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: W291 trailing whitespace","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":410,"context_line":""}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_8a6377dd","line":407,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":291,"context_line":"              - my_param"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"            base: std.async_noop"},{"line_number":294,"context_line":"            output: (((\u003c% $ %\u003e))) "},{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        workflows:"},{"line_number":297,"context_line":"          my_wf:"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_47bf88fb","line":294,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: W291 trailing whitespace","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":410,"context_line":""}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_a7be64fc","line":407,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":291,"context_line":"              - my_param"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"            base: std.async_noop"},{"line_number":294,"context_line":"            output: (((\u003c% $ %\u003e))) "},{"line_number":295,"context_line":""},{"line_number":296,"context_line":"        workflows:"},{"line_number":297,"context_line":"          my_wf:"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_a60933de","line":294,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: W291 trailing whitespace","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"            self.assertEqual(1, len(action_execs))"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"            context \u003d action_execs[0].runtime_context"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"            self.assertEqual(namespace, action_execs[0].workflow_namespace)"},{"line_number":410,"context_line":""}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_060bbfd4","line":407,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/tests/unit/engine/test_run_action.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f6598651af546ce89d0b3cb9064a144e76df1c37","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":14,"id":"9f560f44_402d1ffc","line":407,"updated":"2020-08-28 11:36:24.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"46bcbe995ef2cce6daf4c728d79c321170f42f8f"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"98e688ed0c10b58a334fabc16987a9937c39a831","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":15,"id":"9f560f44_4eea45ac","line":407,"updated":"2020-09-01 07:20:00.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"46732072389a7a0abba785589dfb772586a0f244"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"9dfa20fa5412d6cafcd2bbf666d83326bf0d69af","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":16,"id":"9f560f44_9453cc6c","line":407,"updated":"2020-09-01 09:48:11.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"57afb01127fd0da1185cc6d917973fd9d6effe0c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"747d6792d264b091049fbb2ce8356ff99a231533","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":17,"id":"9f560f44_719d6556","line":407,"updated":"2020-09-01 12:55:26.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"27baf787ba8133af614e54919c9fca64a91d6b11"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"eb96a626883327467f79b930dfef4fc6c09dc55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":18,"id":"9f560f44_773423df","line":407,"updated":"2020-09-02 12:08:25.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"ab5aaa5401cb00074aa56e2236a4ec12d1c44417"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"084e056c458801ad28014c62c97137b02771f647","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":20,"id":"9f560f44_ea62f3d7","line":407,"updated":"2020-09-03 13:36:06.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"3678891d01fe498aab8cc1cbb5defcc2565400b8"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_87b9a016","line":407,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":404,"context_line":""},{"line_number":405,"context_line":"        self.register_action_class(\u0027fake_action\u0027, FakeAction)"},{"line_number":406,"context_line":""},{"line_number":407,"context_line":"        action_ex \u003d self.engine.start_action(\u0027fake_action\u0027, {\u0027param1\u0027: \u0027Hello\u0027})"},{"line_number":408,"context_line":""},{"line_number":409,"context_line":"        self.assertDictEqual({\u0027param1\u0027: \u0027Hello\u0027}, action_ex.input)"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_e60fabdd","line":407,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}],"mistral/tests/unit/executors/test_local_executor.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"5b491eb0f87243a5929c5dbd419856d78748bff3","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":"from mistral.actions import std_actions"},{"line_number":21,"context_line":"from mistral.db.v2 import api as db_api"},{"line_number":22,"context_line":"from mistral.executors import base as exe"},{"line_number":23,"context_line":"from mistral.executors import remote_executor as r_exe"},{"line_number":24,"context_line":"from mistral.services import workbooks as wb_svc"},{"line_number":25,"context_line":"from mistral.tests.unit.executors import base"}],"source_content_type":"text/x-python","patch_set":21,"id":"9f560f44_27cb74a5","line":22,"updated":"2020-09-04 10:25:27.000000000","message":"pep8: F401 \u0027mistral.executors.base as exe\u0027 imported but unused","commit_id":"48afc55413e2c8495c9a8eb1a04a504f6da2a536"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"f97d788c699102402f2e6a7b040b8e8984f3d8ea","unresolved":false,"context_lines":[{"line_number":19,"context_line":""},{"line_number":20,"context_line":"from mistral.actions import std_actions"},{"line_number":21,"context_line":"from mistral.db.v2 import api as db_api"},{"line_number":22,"context_line":"from mistral.executors import base as exe"},{"line_number":23,"context_line":"from mistral.executors import remote_executor as r_exe"},{"line_number":24,"context_line":"from mistral.services import workbooks as wb_svc"},{"line_number":25,"context_line":"from mistral.tests.unit.executors import base"}],"source_content_type":"text/x-python","patch_set":23,"id":"9f560f44_46f817c3","line":22,"updated":"2020-09-07 05:51:19.000000000","message":"pep8: F401 \u0027mistral.executors.base as exe\u0027 imported but unused","commit_id":"eaad8103388af60505b12e0a84bd35bfa4dbfe1e"}]}
