)]}'
{"mistral/engine/base.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":51,"context_line":"    @abc.abstractmethod"},{"line_number":52,"context_line":"    def start_task(self, task_ex_id, first_run, waiting,"},{"line_number":53,"context_line":"                   triggered_by, rerun, reset, **params):"},{"line_number":54,"context_line":"        \"\"\"Starts task sending a request to engine over RPC."},{"line_number":55,"context_line":"        \"\"\""},{"line_number":56,"context_line":"        raise NotImplementedError"},{"line_number":57,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_9b705674","line":54,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":52,"context_line":"    def start_task(self, task_ex_id, first_run, waiting,"},{"line_number":53,"context_line":"                   triggered_by, rerun, reset, **params):"},{"line_number":54,"context_line":"        \"\"\"Starts task sending a request to engine over RPC."},{"line_number":55,"context_line":"        \"\"\""},{"line_number":56,"context_line":"        raise NotImplementedError"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"    @abc.abstractmethod"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_fb6b5281","line":55,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"}],"mistral/engine/default_engine.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":27,"context_line":"from mistral.db.v2.sqlalchemy import models as db_models"},{"line_number":28,"context_line":"from mistral.engine import action_handler"},{"line_number":29,"context_line":"from mistral.engine import task_handler"},{"line_number":30,"context_line":"from mistral.engine import base"},{"line_number":31,"context_line":"from mistral.engine import post_tx_queue"},{"line_number":32,"context_line":"from mistral.engine import workflow_handler as wf_handler"},{"line_number":33,"context_line":"from mistral import exceptions"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_7b58e2f8","line":30,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.engine.task_handler, mistral.engine.base)","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"}],"mistral/engine/dispatcher.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from osprofiler import profiler"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from mistral import exceptions as exc"},{"line_number":20,"context_line":"from mistral.engine import post_tx_queue"},{"line_number":21,"context_line":"from mistral.workflow import commands"},{"line_number":22,"context_line":"from mistral.workflow import states"},{"line_number":23,"context_line":"from mistral.rpc import clients as rpc"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_3b62eaae","line":20,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.exceptions, mistral.engine.post_tx_queue)","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from mistral.engine import post_tx_queue"},{"line_number":21,"context_line":"from mistral.workflow import commands"},{"line_number":22,"context_line":"from mistral.workflow import states"},{"line_number":23,"context_line":"from mistral.rpc import clients as rpc"},{"line_number":24,"context_line":""},{"line_number":25,"context_line":"BACKLOG_KEY \u003d \u0027backlog_commands\u0027"},{"line_number":26,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_1b6566b5","line":23,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H306: imports not in alphabetical order (mistral.workflow.states, mistral.rpc.clients)","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"}],"mistral/engine/engine_server.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":169,"context_line":""},{"line_number":170,"context_line":"    def start_task(self, rpc_ctx, task_ex_id, first_run, waiting,"},{"line_number":171,"context_line":"                   triggered_by, rerun, **params):"},{"line_number":172,"context_line":"        \"\"\"Receives calls over RPC to start tasks on engine."},{"line_number":173,"context_line":"        \"\"\""},{"line_number":174,"context_line":"        LOG.info("},{"line_number":175,"context_line":"            \"Received RPC request \u0027start_task\u0027[task_ex_id\u003d%s, first_run\u003d%s]\","}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_5b5b5ef4","line":172,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":170,"context_line":"    def start_task(self, rpc_ctx, task_ex_id, first_run, waiting,"},{"line_number":171,"context_line":"                   triggered_by, rerun, **params):"},{"line_number":172,"context_line":"        \"\"\"Receives calls over RPC to start tasks on engine."},{"line_number":173,"context_line":"        \"\"\""},{"line_number":174,"context_line":"        LOG.info("},{"line_number":175,"context_line":"            \"Received RPC request \u0027start_task\u0027[task_ex_id\u003d%s, first_run\u003d%s]\","},{"line_number":176,"context_line":"            task_ex_id,"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_bb755a66","line":173,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"}],"mistral/rpc/clients.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":152,"context_line":"    @base.wrap_messaging_exception"},{"line_number":153,"context_line":"    def start_task(self, task_ex_id, first_run, waiting,"},{"line_number":154,"context_line":"                   triggered_by, rerun, reset, **params):"},{"line_number":155,"context_line":"        \"\"\"Starts task sending a request to engine over RPC."},{"line_number":156,"context_line":"        \"\"\""},{"line_number":157,"context_line":""},{"line_number":158,"context_line":"        return self._client.async_call("}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_db664ebb","line":155,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"52cb78e74d2fcaafc99d90f0b450d73f5b6c1802","unresolved":false,"context_lines":[{"line_number":153,"context_line":"    def start_task(self, task_ex_id, first_run, waiting,"},{"line_number":154,"context_line":"                   triggered_by, rerun, reset, **params):"},{"line_number":155,"context_line":"        \"\"\"Starts task sending a request to engine over RPC."},{"line_number":156,"context_line":"        \"\"\""},{"line_number":157,"context_line":""},{"line_number":158,"context_line":"        return self._client.async_call("},{"line_number":159,"context_line":"            auth_ctx.ctx(),"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_3b078acc","line":156,"updated":"2020-06-29 15:13:06.000000000","message":"pep8: H405: multi line docstring summary not separated with an empty line","commit_id":"1dd648a6b8f46007b41d6e2f3089eb3a6fc7c319"}]}
