)]}'
{"tacker/api/views/vnf_lcm.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23ad359b","line":19,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.objects.fields, tacker.conf)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_638e0d33","line":20,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8393615c","line":20,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf, ast)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c39d5967","line":22,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (re, json)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":25,"context_line":""},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"class ViewBuilder(object):"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"    def _get_links(self, vnf_instance):"},{"line_number":31,"context_line":"        links \u003d {"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3982575","line":28,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":92,"context_line":"                \"self\": {"},{"line_number":93,"context_line":"                    \"href\": \u0027%(endpoint)s/vnflcm/v1/subscriptions/%(id)s\u0027"},{"line_number":94,"context_line":"                            % {\"endpoint\": CONF.vnf_lcm.endpoint_url,"},{"line_number":95,"context_line":"                                        \"id\": decode_id}"},{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03891125","line":95,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"},{"line_number":99,"context_line":"    def _basic_subscription_info(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":100,"context_line":""},{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e38b3d1b","line":99,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E301 expected 1 blank line, found 0","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"},{"line_number":103,"context_line":"                LOG.debug(\"filter cnt %s\" % len(vnf_lcm_subscription.filter))"},{"line_number":104,"context_line":"                filter_dict\u003djson.loads(vnf_lcm_subscription.filter)"},{"line_number":105,"context_line":""},{"line_number":106,"context_line":"                return {"},{"line_number":107,"context_line":"                    \u0027id\u0027: vnf_lcm_subscription.id.decode(),"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43830905","line":104,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":119,"context_line":"                \u0027callbackUri\u0027: vnf_lcm_subscription.callback_uri,"},{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_2386d514","line":122,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"},{"line_number":126,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_837c0121","line":123,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":141,"context_line":"                            return True"},{"line_number":142,"context_line":"        return False"},{"line_number":143,"context_line":""},{"line_number":144,"context_line":"    def checkKeyNeq(self,checkData, keyStr, valueStr):"},{"line_number":145,"context_line":"        if not isinstance(checkData, str):"},{"line_number":146,"context_line":"            for key, value in checkData.items():"},{"line_number":147,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63772d3d","line":144,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":162,"context_line":"                            return False"},{"line_number":163,"context_line":"        return True"},{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    def checkKeyCon(self,checkData, keyStr, valueStr):"},{"line_number":166,"context_line":"        if not isinstance(checkData, str):"},{"line_number":167,"context_line":"            for key, value in checkData.items():"},{"line_number":168,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c376f93e","line":165,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3714547","line":187,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_038e3126","line":187,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (93 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3905d45","line":189,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43982969","line":191,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_239b7566","line":192,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83a1a198","line":192,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_639c4d5b","line":194,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3ab9972","line":196,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3a665aa","line":198,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03b751da","line":198,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3b97dcb","line":199,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43b149e1","line":202,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23b415d1","line":204,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3bf85a8","line":204,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3c43943","line":204,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83ca414c","line":204,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63c56d3d","line":204,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03dc7116","line":208,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3de9d0e","line":211,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43e669ea","line":213,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23e9b5b6","line":216,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83cfe155","line":218,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63ca8d46","line":221,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"},{"line_number":225,"context_line":"                if addFlg:"},{"line_number":226,"context_line":"                    return_str \u003d line"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3d9d922","line":223,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":228,"context_line":"                return_str \u003d line"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3d4a5ea","line":231,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0305917a","line":232,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e307bd80","line":235,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43ff8966","line":237,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23025570","line":241,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83f8817c","line":243,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"},{"line_number":247,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63f3ada0","line":247,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3f2799a","line":251,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3edc5b8","line":252,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_032ab1e5","line":254,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e32cdd02","line":255,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_4334a94a","line":257,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_2337f54f","line":260,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"},{"line_number":264,"context_line":""},{"line_number":265,"context_line":"        links \u003d self._get_subscription_links(vnf_lcm_subscription)"},{"line_number":266,"context_line":"        vnf_lcm_subscription_response.update(links)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_833d212e","line":263,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":268,"context_line":"        return vnf_lcm_subscription_response"},{"line_number":269,"context_line":""},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6338cd3a","line":271,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c34719bc","line":274,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"},{"line_number":278,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a342e5a9","line":275,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d50a7d6","line":19,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.objects.fields, tacker.conf)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":16,"context_line":"from oslo_log import log as logging"},{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd204d4c","line":19,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.objects.fields, tacker.conf)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d1be51b","line":20,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd63bfb0","line":20,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd1d8910","line":20,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from tacker.common import utils"},{"line_number":18,"context_line":"from tacker.objects import fields"},{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed6043a8","line":20,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d18a11b","line":22,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (re, json)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import tacker.conf"},{"line_number":20,"context_line":"import ast"},{"line_number":21,"context_line":"import re"},{"line_number":22,"context_line":"import json"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":25,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d5b5bf7","line":22,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (re, json)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":25,"context_line":""},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"class ViewBuilder(object):"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"    def _get_links(self, vnf_instance):"},{"line_number":31,"context_line":"        links \u003d {"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d5e57e5","line":28,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":25,"context_line":""},{"line_number":26,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"class ViewBuilder(object):"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"    def _get_links(self, vnf_instance):"},{"line_number":31,"context_line":"        links \u003d {"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7dd27d36","line":28,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":92,"context_line":"                \"self\": {"},{"line_number":93,"context_line":"                    \"href\": \u0027%(endpoint)s/vnflcm/v1/subscriptions/%(id)s\u0027"},{"line_number":94,"context_line":"                            % {\"endpoint\": CONF.vnf_lcm.endpoint_url,"},{"line_number":95,"context_line":"                                        \"id\": decode_id}"},{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5dd7b924","line":95,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":92,"context_line":"                \"self\": {"},{"line_number":93,"context_line":"                    \"href\": \u0027%(endpoint)s/vnflcm/v1/subscriptions/%(id)s\u0027"},{"line_number":94,"context_line":"                            % {\"endpoint\": CONF.vnf_lcm.endpoint_url,"},{"line_number":95,"context_line":"                                        \"id\": decode_id}"},{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d743369","line":95,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"},{"line_number":99,"context_line":"    def _basic_subscription_info(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":100,"context_line":""},{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d6faf91","line":99,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E301 expected 1 blank line, found 0","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                }"},{"line_number":97,"context_line":"            }"},{"line_number":98,"context_line":"        }"},{"line_number":99,"context_line":"    def _basic_subscription_info(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":100,"context_line":""},{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bddc1547","line":99,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E301 expected 1 blank line, found 0","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"},{"line_number":103,"context_line":"                LOG.debug(\"filter cnt %s\" % len(vnf_lcm_subscription.filter))"},{"line_number":104,"context_line":"                filter_dict\u003djson.loads(vnf_lcm_subscription.filter)"},{"line_number":105,"context_line":""},{"line_number":106,"context_line":"                return {"},{"line_number":107,"context_line":"                    \u0027id\u0027: vnf_lcm_subscription.id.decode(),"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9de15102","line":104,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":101,"context_line":"        if not filter:"},{"line_number":102,"context_line":"            if \u0027filter\u0027 in vnf_lcm_subscription:"},{"line_number":103,"context_line":"                LOG.debug(\"filter cnt %s\" % len(vnf_lcm_subscription.filter))"},{"line_number":104,"context_line":"                filter_dict\u003djson.loads(vnf_lcm_subscription.filter)"},{"line_number":105,"context_line":""},{"line_number":106,"context_line":"                return {"},{"line_number":107,"context_line":"                    \u0027id\u0027: vnf_lcm_subscription.id.decode(),"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad6e4b92","line":104,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":119,"context_line":"                \u0027callbackUri\u0027: vnf_lcm_subscription.callback_uri,"},{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d69c78c","line":122,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":119,"context_line":"                \u0027callbackUri\u0027: vnf_lcm_subscription.callback_uri,"},{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fde5ed0b","line":122,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"},{"line_number":126,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dde2a901","line":123,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":120,"context_line":"            }"},{"line_number":121,"context_line":""},{"line_number":122,"context_line":"    def checkKeyEq(self,checkData, keyStr, valueStr):"},{"line_number":123,"context_line":"        LOG.debug(\"checkData %s \\n type %s\" % (checkData,type(checkData)))"},{"line_number":124,"context_line":"        if not isinstance(checkData, str):"},{"line_number":125,"context_line":"            for key, value in checkData.items():"},{"line_number":126,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed05e3c3","line":123,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":141,"context_line":"                            return True"},{"line_number":142,"context_line":"        return False"},{"line_number":143,"context_line":""},{"line_number":144,"context_line":"    def checkKeyNeq(self,checkData, keyStr, valueStr):"},{"line_number":145,"context_line":"        if not isinstance(checkData, str):"},{"line_number":146,"context_line":"            for key, value in checkData.items():"},{"line_number":147,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3df005ca","line":144,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":141,"context_line":"                            return True"},{"line_number":142,"context_line":"        return False"},{"line_number":143,"context_line":""},{"line_number":144,"context_line":"    def checkKeyNeq(self,checkData, keyStr, valueStr):"},{"line_number":145,"context_line":"        if not isinstance(checkData, str):"},{"line_number":146,"context_line":"            for key, value in checkData.items():"},{"line_number":147,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd08dfda","line":144,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":162,"context_line":"                            return False"},{"line_number":163,"context_line":"        return True"},{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    def checkKeyCon(self,checkData, keyStr, valueStr):"},{"line_number":166,"context_line":"        if not isinstance(checkData, str):"},{"line_number":167,"context_line":"            for key, value in checkData.items():"},{"line_number":168,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1ded41ef","line":165,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":162,"context_line":"                            return False"},{"line_number":163,"context_line":"        return True"},{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    def checkKeyCon(self,checkData, keyStr, valueStr):"},{"line_number":166,"context_line":"        if not isinstance(checkData, str):"},{"line_number":167,"context_line":"            for key, value in checkData.items():"},{"line_number":168,"context_line":"                LOG.debug(\"key %s, value %s\" % (key, value))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d107b01","line":165,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d13f70e","line":187,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7dbb9de4","line":187,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5dc05951","line":187,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (93 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":184,"context_line":"                            return True"},{"line_number":185,"context_line":"        return False"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6df9d3c6","line":187,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (93 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4df4cfcf","line":189,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def _subscription_filter(self,subscription_data, filter, nextpage_opaque_marker, paging):"},{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdb535f1","line":189,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9dbaf1db","line":191,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        # filter processing"},{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad03ebb7","line":191,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dfee7ab","line":192,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdce8d81","line":192,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddcbc96f","line":192,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":189,"context_line":"        lcmsubscription\u003d[]"},{"line_number":190,"context_line":"        LOG.debug(\"subscription_data %s\" % subscription_data)"},{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed2e8341","line":192,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dc92578","line":194,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":191,"context_line":"        lastFlg\u003dFalse"},{"line_number":192,"context_line":"        startNum\u003dCONF.vnf_lcm.subscription_num * (paging-1)"},{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd31ffa4","line":194,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dc6e168","line":196,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":193,"context_line":"        LOG.debug(\"startNum %d\" % startNum)"},{"line_number":194,"context_line":"        wk_counter\u003d0"},{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d299b37","line":196,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d2c9745","line":198,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7da0bda6","line":198,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5da5f9b4","line":198,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":195,"context_line":"        for cnt, line in enumerate(subscription_data):"},{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d227354","line":198,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d1def0d","line":199,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":196,"context_line":"            LOG.debug(\"cnt %d,line %s\" % (cnt,line))"},{"line_number":197,"context_line":"            dic_line \u003d self._basic_subscription_info(line)"},{"line_number":198,"context_line":"            dic_line[\u0027href\u0027] \u003d CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\" + line.id.decode()"},{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdaa5582","line":199,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9daf9193","line":202,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":199,"context_line":"            "},{"line_number":200,"context_line":"            if filter:"},{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad1c8b12","line":202,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d1707ee","line":204,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd932d5b","line":204,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0de137ff","line":204,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d9b8172","line":204,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2ddebb3e","line":204,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d89dd24","line":204,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd90e951","line":204,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edd32337","line":204,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d9e4563","line":204,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                LOG.debug(\"filter: %s\" % filter)"},{"line_number":202,"context_line":"                addFlg\u003dTrue"},{"line_number":203,"context_line":"                for fil in filter.split(\u0027;\u0027):"},{"line_number":204,"context_line":"                    fil\u003dre.sub(\u0027\\(|\\)\u0027,\u0027\u0027,fil)"},{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdd61f28","line":204,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d8e992e","line":208,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":205,"context_line":"                    fil_method \u003d str(fil.split(\u0027,\u0027)[0])"},{"line_number":206,"context_line":"                    fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":207,"context_line":"                    fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6de71314","line":208,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4de20f03","line":211,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":208,"context_line":"                    return_str\u003d\u0027\u0027"},{"line_number":209,"context_line":""},{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd837504","line":211,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d883120","line":213,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":210,"context_line":"                    # check_eq"},{"line_number":211,"context_line":"                    if fil_method\u003d\u003d\u0027eq\u0027:"},{"line_number":212,"context_line":"                        if not self.checkKeyEq(dic_line, fil_name, fil_val):"},{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adf12bd0","line":213,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dec27f4","line":216,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":213,"context_line":"                            addFlg\u003dFalse"},{"line_number":214,"context_line":"                            break"},{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd7ccd21","line":216,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd790930","line":218,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":215,"context_line":"                    # check_neq"},{"line_number":216,"context_line":"                    if fil_method\u003d\u003d\u0027neq\u0027:"},{"line_number":217,"context_line":"                        if not self.checkKeyNeq(dic_line, fil_name, fil_val):"},{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edbcc3dd","line":218,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d77653d","line":221,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":218,"context_line":"                            addFlg\u003dFalse"},{"line_number":219,"context_line":"                            break"},{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdbf3fce","line":221,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"},{"line_number":225,"context_line":"                if addFlg:"},{"line_number":226,"context_line":"                    return_str \u003d line"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d742135","line":223,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":220,"context_line":"                    # check_cont"},{"line_number":221,"context_line":"                    if fil_method\u003d\u003d\u0027cont\u0027:"},{"line_number":222,"context_line":"                        if not self.checkKeyCon(dic_line, fil_name, fil_val):"},{"line_number":223,"context_line":"                            addFlg\u003dFalse"},{"line_number":224,"context_line":"                            break"},{"line_number":225,"context_line":"                if addFlg:"},{"line_number":226,"context_line":"                    return_str \u003d line"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2db7dbf8","line":223,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":228,"context_line":"                return_str \u003d line"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0dbad7dc","line":231,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":228,"context_line":"                return_str \u003d line"},{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d8efd27","line":231,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d933950","line":232,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":229,"context_line":""},{"line_number":230,"context_line":""},{"line_number":231,"context_line":"            if return_str:"},{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6dd0b320","line":232,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dcb2f71","line":235,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":232,"context_line":"                if startNum\u003ewk_counter:"},{"line_number":233,"context_line":"                    wk_counter \u003d wk_counter + 1"},{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd98956a","line":235,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d9dd15b","line":237,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":234,"context_line":"                else:"},{"line_number":235,"context_line":"                    if nextpage_opaque_marker and CONF.vnf_lcm.subscription_num \u003e len(lcmsubscription):"},{"line_number":236,"context_line":"                        # add lcmsubscription"},{"line_number":237,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adcacb69","line":237,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dc5475e","line":241,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":238,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":239,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fda16d97","line":241,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd9e2953","line":243,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":241,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003d\u003d len(lcmsubscription):"},{"line_number":242,"context_line":"                            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":243,"context_line":"                                lastFlg\u003dTrue"},{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_eda163ab","line":243,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"},{"line_number":247,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dac858b","line":247,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":244,"context_line":"                            break"},{"line_number":245,"context_line":"                    elif not nextpage_opaque_marker:"},{"line_number":246,"context_line":"                        # add lcmsubscription"},{"line_number":247,"context_line":"                        vnf_subscription_res \u003d self._basic_subscription_info(return_str)"},{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cda45fbc","line":247,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1da9c17a","line":251,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":248,"context_line":"                        links \u003d self._get_subscription_links(return_str)"},{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2dacfb9e","line":251,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0daf7794","line":252,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":249,"context_line":"                        vnf_subscription_res.update(links)"},{"line_number":250,"context_line":"                        lcmsubscription.append(vnf_subscription_res)"},{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7db71dda","line":252,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5dbcd9ba","line":254,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":251,"context_line":"                        if CONF.vnf_lcm.subscription_num \u003c len(lcmsubscription):"},{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d955340","line":254,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d904f4f","line":255,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":252,"context_line":"                            return 400,False"},{"line_number":253,"context_line":"            if cnt \u003d\u003d len(subscription_data) - 1:"},{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdb1b5e4","line":255,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9db671d9","line":257,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"                lastFlg\u003dTrue"},{"line_number":255,"context_line":"            "},{"line_number":256,"context_line":"        LOG.debug(\"len(lcmsubscription) %s\" % len(lcmsubscription))"},{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad9f6b5d","line":257,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d9a676b","line":260,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":257,"context_line":"        LOG.debug(\"CONF.vnf_lcm.subscription_num %s\" % CONF.vnf_lcm.subscription_num)"},{"line_number":258,"context_line":""},{"line_number":259,"context_line":""},{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdca0d4d","line":260,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"},{"line_number":264,"context_line":""},{"line_number":265,"context_line":"        links \u003d self._get_subscription_links(vnf_lcm_subscription)"},{"line_number":266,"context_line":"        vnf_lcm_subscription_response.update(links)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddc74945","line":263,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":260,"context_line":"        return lcmsubscription, lastFlg"},{"line_number":261,"context_line":""},{"line_number":262,"context_line":"    def _get_vnf_lcm_subscription(self, vnf_lcm_subscription, filter\u003dNone):"},{"line_number":263,"context_line":"        vnf_lcm_subscription_response \u003d self._basic_subscription_info(vnf_lcm_subscription, filter)"},{"line_number":264,"context_line":""},{"line_number":265,"context_line":"        links \u003d self._get_subscription_links(vnf_lcm_subscription)"},{"line_number":266,"context_line":"        vnf_lcm_subscription_response.update(links)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed8a0319","line":263,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":268,"context_line":"        return vnf_lcm_subscription_response"},{"line_number":269,"context_line":""},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dc5a53d","line":271,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":268,"context_line":"        return vnf_lcm_subscription_response"},{"line_number":269,"context_line":""},{"line_number":270,"context_line":""},{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd8d7f32","line":271,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dc26134","line":274,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":271,"context_line":"    def subscription_create(self, vnf_lcm_subscription, filter):"},{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d851b09","line":274,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"},{"line_number":278,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d88171d","line":275,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":272,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscription, filter)"},{"line_number":273,"context_line":""},{"line_number":274,"context_line":"    def subscription_list(self, vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging):"},{"line_number":275,"context_line":"        return self._subscription_filter(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":276,"context_line":""},{"line_number":277,"context_line":"    def subscription_show(self, vnf_lcm_subscriptions):"},{"line_number":278,"context_line":"        return self._get_vnf_lcm_subscription(vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7ddc3d18","line":275,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (103 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/api/vnflcm/v1/controller.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3005d03","line":17,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_utils.timeutils\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03fe3104","line":17,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (oslo_utils.uuidutils, oslo_utils.timeutils)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"},{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43082927","line":22,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (webob, ast)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"},{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_230b7524","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027os\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8311a156","line":29,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"},{"line_number":33,"context_line":"from six.moves.urllib import parse"},{"line_number":34,"context_line":"from tacker._i18n import _"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_630c4d39","line":32,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_utils.excutils\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":41,"context_line":"from tacker.common import utils"},{"line_number":42,"context_line":"from tacker.conductor.conductorrpc import vnf_lcm_rpc"},{"line_number":43,"context_line":"from tacker.extensions import nfvo"},{"line_number":44,"context_line":"from tacker.extensions import vnfm"},{"line_number":45,"context_line":"from tacker import objects"},{"line_number":46,"context_line":"from tacker.objects import fields"},{"line_number":47,"context_line":"from tacker.objects import vnf_lcm_subscriptions as subscription_obj"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c31b9970","line":44,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027tacker.extensions.vnfm\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":48,"context_line":"from tacker.policies import vnf_lcm as vnf_lcm_policies"},{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3166548","line":51,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.wsgi, tacker.manager)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":55,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_032751b8","line":52,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027tacker.plugins.common.constants\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":55,"context_line":""},{"line_number":56,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"def check_vnf_state(action, instantiation_state\u003dNone, task_state\u003d(None,)):"},{"line_number":59,"context_line":"    \"\"\"Decorator to check vnf states are valid for particular action."},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"    If the vnf is in the wrong state, it will raise conflict exception."}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3297d89","line":58,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":92,"context_line":""},{"line_number":93,"context_line":"class VnfLcmController(wsgi.Controller):"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_4321499f","line":95,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"},{"line_number":99,"context_line":"                       \u0027SCALE\u0027,"},{"line_number":100,"context_line":"                       \u0027SCALE_TO_LEVEL\u0027,"},{"line_number":101,"context_line":"                       \u0027CHANGE_FLAVOUR\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_232415af","line":98,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":104,"context_line":"                       \u0027OPERATE\u0027,"},{"line_number":105,"context_line":"                       \u0027CHANGE_EXT_CONN\u0027,"},{"line_number":106,"context_line":"                       \u0027MODIFY_INFO\u0027]"},{"line_number":107,"context_line":"    operationStateList\u003d[\u0027STARTING\u0027,"},{"line_number":108,"context_line":"                        \u0027PROCESSING\u0027,"},{"line_number":109,"context_line":"                        \u0027COMPLETED\u0027,"},{"line_number":110,"context_line":"                        \u0027FAILED_TEMP\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_833a41ca","line":107,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":113,"context_line":"                        \u0027determined\u0027,"},{"line_number":114,"context_line":"                        \u0027ROLLING_BACK\u0027,"},{"line_number":115,"context_line":"                        \u0027ROLLED_BACK\u0027]"},{"line_number":116,"context_line":"                        "},{"line_number":117,"context_line":"    _view_builder_class \u003d vnf_lcm_view.ViewBuilder"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def __init__(self):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63356ddb","line":116,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":205,"context_line":"            raise webob.exc.HTTPBadRequest(explanation\u003dmsg)"},{"line_number":206,"context_line":""},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":209,"context_line":"    @wsgi.expected_errors((http_client.BAD_REQUEST, http_client.FORBIDDEN))"},{"line_number":210,"context_line":"    @validation.schema(vnf_lcm.create)"},{"line_number":211,"context_line":"    def create(self, request, body):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c33439e1","line":208,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":234,"context_line":"            tenant_id\u003drequest.context.project_id)"},{"line_number":235,"context_line":""},{"line_number":236,"context_line":"        vnf_instance.create()"},{"line_number":237,"context_line":"        "},{"line_number":238,"context_line":"        result \u003d self._view_builder.create(vnf_instance)"},{"line_number":239,"context_line":"        headers \u003d {\"location\": self._get_vnf_instance_href(vnf_instance)}"},{"line_number":240,"context_line":"        return wsgi.ResponseObject(result, headers\u003dheaders)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a32f8586","line":237,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":369,"context_line":""},{"line_number":370,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_034c7174","line":372,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e34e9d6c","line":374,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43566908","line":377,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (97 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_2359b534","line":379,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_833fe1b3","line":380,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_633a8dc4","line":381,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c349d960","line":381,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a344a548","line":381,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03759198","line":384,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e377bd9e","line":386,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_436f89c4","line":387,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_237255ae","line":388,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_836881ba","line":388,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6363adde","line":388,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c36279d8","line":392,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a35dc516","line":394,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_039ab1c3","line":395,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (118 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e39cddc0","line":397,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""},{"line_number":401,"context_line":"        try:"},{"line_number":402,"context_line":"            vnf_lcm_subscription \u003d vnf_lcm_subscription.create(filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43a4a908","line":399,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23a7f50d","line":406,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63a8cdd8","line":406,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83ad21ec","line":406,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3b7193a","line":406,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3b2e547","line":407,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23809546","line":407,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e385fd5a","line":407,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0383d157","line":407,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_437dc96c","line":407,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (94 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6391ed9a","line":412,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8396c193","line":412,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c390b998","line":412,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a38b0566","line":415,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03e8f113","line":415,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3ea1d0c","line":418,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43f2e907","line":420,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23f535ee","line":423,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83db617b","line":426,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (92 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63d60d56","line":427,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3e5593a","line":427,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03d11158","line":429,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3e02528","line":429,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3d33d5e","line":429,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":432,"context_line":""},{"line_number":433,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43cb09a4","line":435,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23ced5b3","line":437,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83c40194","line":438,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63bf2dfc","line":439,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"},{"line_number":443,"context_line":"        if query_params:"},{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3bef9fd","line":444,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3b94516","line":447,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_033631b5","line":449,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3385da0","line":452,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43402908","line":452,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23437515","line":452,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8349a133","line":464,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63444d1a","line":464,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c35399e1","line":468,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_435949fc","line":468,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3617daa","line":468,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a34e6535","line":468,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_035f51e5","line":468,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_235c15ec","line":472,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8372417b","line":473,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_636d6d98","line":474,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c36c399e","line":474,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a36785b7","line":474,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_030471c5","line":477,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3069dcd","line":479,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_430e69e5","line":479,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_2311b505","line":479,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83f7e1d4","line":482,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63f28de5","line":485,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c301d9b1","line":485,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (136 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_032d9145","line":489,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3fca5b5","line":489,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e32fbd3b","line":489,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43278965","line":492,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_232a552b","line":493,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8320814b","line":494,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_631bad1b","line":494,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03d2b134","line":502,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a315c5e7","line":502,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c31a7915","line":502,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"},{"line_number":506,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3d4dd21","line":503,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":508,"context_line":""},{"line_number":509,"context_line":"    @wsgi.response(http_client.NO_CONTENT)"},{"line_number":510,"context_line":"    def delete_subscription(self, request, subscriptionId):"},{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43dca945","line":511,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23dff53a","line":514,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83e5210d","line":516,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63e0cdf9","line":517,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3ef19e7","line":517,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03bbd1e4","line":519,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3eae5d4","line":519,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3bdfdd7","line":519,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43b5c9ed","line":523,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23b895e3","line":523,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83cec180","line":526,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63c9ed77","line":528,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3c8b975","line":530,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3c30557","line":531,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03a0f1a4","line":532,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"},{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3a21dad","line":534,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"},{"line_number":538,"context_line":""},{"line_number":539,"context_line":"def create_resource():"},{"line_number":540,"context_line":"    return wsgi.Resource(VnfLcmController())"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43aae984","line":539,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d796f2d","line":17,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_utils.timeutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bde6d5e7","line":17,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_utils.timeutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5de179d0","line":17,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (oslo_utils.uuidutils, oslo_utils.timeutils)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"#    under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_utils import timeutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d7ef319","line":17,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (oslo_utils.uuidutils, oslo_utils.timeutils)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"},{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9deb11af","line":22,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (webob, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"import six"},{"line_number":20,"context_line":"from six.moves import http_client"},{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad780b2a","line":22,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (webob, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"},{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d73874d","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027os\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"import webob"},{"line_number":22,"context_line":"import ast"},{"line_number":23,"context_line":"import json"},{"line_number":24,"context_line":"import os"},{"line_number":25,"context_line":"import re"},{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdcfad54","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027os\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddcc6963","line":29,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":26,"context_line":"import tacker.conf"},{"line_number":27,"context_line":"import traceback"},{"line_number":28,"context_line":""},{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed8fa320","line":29,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"},{"line_number":33,"context_line":"from six.moves.urllib import parse"},{"line_number":34,"context_line":"from tacker._i18n import _"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3ddac516","line":32,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_utils.excutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":29,"context_line":"from oslo_config import cfg"},{"line_number":30,"context_line":"from oslo_log import log as logging"},{"line_number":31,"context_line":"from oslo_serialization import jsonutils"},{"line_number":32,"context_line":"from oslo_utils import excutils"},{"line_number":33,"context_line":"from six.moves.urllib import parse"},{"line_number":34,"context_line":"from tacker._i18n import _"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd929f4b","line":32,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_utils.excutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":41,"context_line":"from tacker.common import utils"},{"line_number":42,"context_line":"from tacker.conductor.conductorrpc import vnf_lcm_rpc"},{"line_number":43,"context_line":"from tacker.extensions import nfvo"},{"line_number":44,"context_line":"from tacker.extensions import vnfm"},{"line_number":45,"context_line":"from tacker import objects"},{"line_number":46,"context_line":"from tacker.objects import fields"},{"line_number":47,"context_line":"from tacker.objects import vnf_lcm_subscriptions as subscription_obj"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dd701f0","line":44,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.extensions.vnfm\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":41,"context_line":"from tacker.common import utils"},{"line_number":42,"context_line":"from tacker.conductor.conductorrpc import vnf_lcm_rpc"},{"line_number":43,"context_line":"from tacker.extensions import nfvo"},{"line_number":44,"context_line":"from tacker.extensions import vnfm"},{"line_number":45,"context_line":"from tacker import objects"},{"line_number":46,"context_line":"from tacker.objects import fields"},{"line_number":47,"context_line":"from tacker.objects import vnf_lcm_subscriptions as subscription_obj"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d9a3b62","line":44,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.extensions.vnfm\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":48,"context_line":"from tacker.policies import vnf_lcm as vnf_lcm_policies"},{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d9db758","line":51,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.wsgi, tacker.manager)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":48,"context_line":"from tacker.policies import vnf_lcm as vnf_lcm_policies"},{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d055d7a","line":51,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.wsgi, tacker.manager)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":55,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d0a198a","line":52,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.plugins.common.constants\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":49,"context_line":"from tacker.vnfm import vim_client"},{"line_number":50,"context_line":"from tacker import wsgi"},{"line_number":51,"context_line":"from tacker import manager"},{"line_number":52,"context_line":"from tacker.plugins.common import constants"},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":55,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6da3939f","line":52,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.plugins.common.constants\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":55,"context_line":""},{"line_number":56,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"def check_vnf_state(action, instantiation_state\u003dNone, task_state\u003d(None,)):"},{"line_number":59,"context_line":"    \"\"\"Decorator to check vnf states are valid for particular action."},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"    If the vnf is in the wrong state, it will raise conflict exception."}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d9e8f54","line":58,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":55,"context_line":""},{"line_number":56,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"def check_vnf_state(action, instantiation_state\u003dNone, task_state\u003d(None,)):"},{"line_number":59,"context_line":"    \"\"\"Decorator to check vnf states are valid for particular action."},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"    If the vnf is in the wrong state, it will raise conflict exception."}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdfff565","line":58,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":92,"context_line":""},{"line_number":93,"context_line":"class VnfLcmController(wsgi.Controller):"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d04b17d","line":95,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":92,"context_line":""},{"line_number":93,"context_line":"class VnfLcmController(wsgi.Controller):"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adadab89","line":95,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"},{"line_number":99,"context_line":"                       \u0027SCALE\u0027,"},{"line_number":100,"context_line":"                       \u0027SCALE_TO_LEVEL\u0027,"},{"line_number":101,"context_line":"                       \u0027CHANGE_FLAVOUR\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8da8a777","line":98,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":95,"context_line":"    notificationTypeList\u003d[\u0027VnfLcmOperationOccurrenceNotification\u0027,"},{"line_number":96,"context_line":"                          \u0027VnfIdentifierCreationNotification\u0027,"},{"line_number":97,"context_line":"                          \u0027VnfIdentifierDeletionNotification\u0027]"},{"line_number":98,"context_line":"    operationTypeList\u003d[\u0027INSTANTIATE\u0027,"},{"line_number":99,"context_line":"                       \u0027SCALE\u0027,"},{"line_number":100,"context_line":"                       \u0027SCALE_TO_LEVEL\u0027,"},{"line_number":101,"context_line":"                       \u0027CHANGE_FLAVOUR\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdf84d7d","line":98,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":104,"context_line":"                       \u0027OPERATE\u0027,"},{"line_number":105,"context_line":"                       \u0027CHANGE_EXT_CONN\u0027,"},{"line_number":106,"context_line":"                       \u0027MODIFY_INFO\u0027]"},{"line_number":107,"context_line":"    operationStateList\u003d[\u0027STARTING\u0027,"},{"line_number":108,"context_line":"                        \u0027PROCESSING\u0027,"},{"line_number":109,"context_line":"                        \u0027COMPLETED\u0027,"},{"line_number":110,"context_line":"                        \u0027FAILED_TEMP\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddf58985","line":107,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":104,"context_line":"                       \u0027OPERATE\u0027,"},{"line_number":105,"context_line":"                       \u0027CHANGE_EXT_CONN\u0027,"},{"line_number":106,"context_line":"                       \u0027MODIFY_INFO\u0027]"},{"line_number":107,"context_line":"    operationStateList\u003d[\u0027STARTING\u0027,"},{"line_number":108,"context_line":"                        \u0027PROCESSING\u0027,"},{"line_number":109,"context_line":"                        \u0027COMPLETED\u0027,"},{"line_number":110,"context_line":"                        \u0027FAILED_TEMP\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edb843c9","line":107,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":113,"context_line":"                        \u0027determined\u0027,"},{"line_number":114,"context_line":"                        \u0027ROLLING_BACK\u0027,"},{"line_number":115,"context_line":"                        \u0027ROLLED_BACK\u0027]"},{"line_number":116,"context_line":"                        "},{"line_number":117,"context_line":"    _view_builder_class \u003d vnf_lcm_view.ViewBuilder"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def __init__(self):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3df3e5a0","line":116,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":113,"context_line":"                        \u0027determined\u0027,"},{"line_number":114,"context_line":"                        \u0027ROLLING_BACK\u0027,"},{"line_number":115,"context_line":"                        \u0027ROLLED_BACK\u0027]"},{"line_number":116,"context_line":"                        "},{"line_number":117,"context_line":"    _view_builder_class \u003d vnf_lcm_view.ViewBuilder"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def __init__(self):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdbbbfc1","line":116,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":205,"context_line":"            raise webob.exc.HTTPBadRequest(explanation\u003dmsg)"},{"line_number":206,"context_line":""},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":209,"context_line":"    @wsgi.expected_errors((http_client.BAD_REQUEST, http_client.FORBIDDEN))"},{"line_number":210,"context_line":"    @validation.schema(vnf_lcm.create)"},{"line_number":211,"context_line":"    def create(self, request, body):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1df0a190","line":208,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":205,"context_line":"            raise webob.exc.HTTPBadRequest(explanation\u003dmsg)"},{"line_number":206,"context_line":""},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":209,"context_line":"    @wsgi.expected_errors((http_client.BAD_REQUEST, http_client.FORBIDDEN))"},{"line_number":210,"context_line":"    @validation.schema(vnf_lcm.create)"},{"line_number":211,"context_line":"    def create(self, request, body):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2db35bec","line":208,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":234,"context_line":"            tenant_id\u003drequest.context.project_id)"},{"line_number":235,"context_line":""},{"line_number":236,"context_line":"        vnf_instance.create()"},{"line_number":237,"context_line":"        "},{"line_number":238,"context_line":"        result \u003d self._view_builder.create(vnf_instance)"},{"line_number":239,"context_line":"        headers \u003d {\"location\": self._get_vnf_instance_href(vnf_instance)}"},{"line_number":240,"context_line":"        return wsgi.ResponseObject(result, headers\u003dheaders)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0db657da","line":237,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":234,"context_line":"            tenant_id\u003drequest.context.project_id)"},{"line_number":235,"context_line":""},{"line_number":236,"context_line":"        vnf_instance.create()"},{"line_number":237,"context_line":"        "},{"line_number":238,"context_line":"        result \u003d self._view_builder.create(vnf_instance)"},{"line_number":239,"context_line":"        headers \u003d {\"location\": self._get_vnf_instance_href(vnf_instance)}"},{"line_number":240,"context_line":"        return wsgi.ResponseObject(result, headers\u003dheaders)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d2a7de7","line":237,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":369,"context_line":""},{"line_number":370,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d2fb9f5","line":372,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":369,"context_line":""},{"line_number":370,"context_line":"    @wsgi.response(http_client.CREATED)"},{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6dcc336a","line":372,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dc7af46","line":374,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":371,"context_line":"    def register_subscription(self, request, body):"},{"line_number":372,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":373,"context_line":""},{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd34154c","line":374,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d395143","line":377,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (97 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":374,"context_line":"        subscription_request_data\u003d body"},{"line_number":375,"context_line":"        if subscription_request_data.get(\u0027filter\u0027):"},{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adc64b47","line":377,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (97 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dc1c731","line":379,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":376,"context_line":"            # notificationTypes check"},{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd3ded2c","line":379,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd3aa932","line":380,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":377,"context_line":"            notification_types \u003d subscription_request_data.get(\"filter\").get(\"notificationTypes\")"},{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_eddde314","line":380,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d4805cb","line":381,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cde0dfcf","line":381,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d4541b4","line":381,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2de87bb2","line":381,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0debf7af","line":381,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":378,"context_line":"            for notification_type in notification_types:"},{"line_number":379,"context_line":"                if not notification_type in self.notificationTypeList:"},{"line_number":380,"context_line":"                    msg \u003d _(\"notificationTypes value mismatch: %s\") % notification_type"},{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d139db9","line":381,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d1859d2","line":384,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":382,"context_line":""},{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6dd1d3fb","line":384,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dcccf60","line":386,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":383,"context_line":"            # operationTypes check"},{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd0d3592","line":386,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d12f1b0","line":387,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":384,"context_line":"            operation_types \u003d subscription_request_data.get(\"filter\").get(\"operationTypes\")"},{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_addbeb18","line":387,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dd6e7f0","line":388,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd268d16","line":388,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd23c904","line":388,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed068386","line":388,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d2125fd","line":388,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            for operation_type in operation_types:"},{"line_number":386,"context_line":"                if not operation_type in self.operationTypeList:"},{"line_number":387,"context_line":"                    msg \u003d _(\"operationTypes value mismatch: %s\") % operation_type"},{"line_number":388,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd09ff95","line":388,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d1ee1b9","line":392,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":389,"context_line":""},{"line_number":390,"context_line":"        subscription_id \u003d uuidutils.generate_uuid()"},{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d019b6c","line":392,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d04977a","line":394,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":391,"context_line":""},{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d78bdf7","line":394,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d7df9e5","line":395,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (118 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":392,"context_line":"        vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription(context\u003drequest.context)"},{"line_number":393,"context_line":"        vnf_lcm_subscription.id \u003d subscription_id"},{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6dfa7375","line":395,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (118 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4df5ef82","line":397,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":394,"context_line":"        vnf_lcm_subscription.callback_uri \u003d subscription_request_data.get(\u0027callbackUri\u0027)"},{"line_number":395,"context_line":"        vnf_lcm_subscription.subscription_authentication \u003d subscription_request_data.get(\u0027subscriptionAuthentication\u0027)"},{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd8255c7","line":397,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""},{"line_number":401,"context_line":"        try:"},{"line_number":402,"context_line":"            vnf_lcm_subscription \u003d vnf_lcm_subscription.create(filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d8791d8","line":399,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":396,"context_line":"        LOG.debug(\"filter %s \" % subscription_request_data.get(\u0027filter\u0027))"},{"line_number":397,"context_line":"        LOG.debug(\"filter type %s \" % type(subscription_request_data.get(\u0027filter\u0027)))"},{"line_number":398,"context_line":"        filter_uni \u003d subscription_request_data.get(\u0027filter\u0027)"},{"line_number":399,"context_line":"        filter \u003d ast.literal_eval(str(filter_uni).replace(\"u\u0027\",\"\u0027\"))"},{"line_number":400,"context_line":""},{"line_number":401,"context_line":"        try:"},{"line_number":402,"context_line":"            vnf_lcm_subscription \u003d vnf_lcm_subscription.create(filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adf48b87","line":399,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8def07af","line":406,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd6b2d1c","line":406,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d764508","line":406,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd2e1ff9","line":406,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd68e922","line":406,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed2b23e8","line":406,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d738117","line":406,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":403,"context_line":"            LOG.debug(\"vnf_lcm_subscription %s\" % vnf_lcm_subscription)"},{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d36bb53","line":406,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d393740","line":407,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d61dd39","line":407,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d3a0f34","line":407,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d4427b9","line":407,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd5b7585","line":407,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd54cd56","line":407,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d669953","line":407,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d3f1325","line":407,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d603135","line":407,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (94 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":404,"context_line":"        except Exception as e:"},{"line_number":405,"context_line":"            if re.search(\"^303\", str(e)):"},{"line_number":406,"context_line":"                res\u003dself._make_problem_detail(\"See Other\",303,title\u003d\u0027See Other\u0027)"},{"line_number":407,"context_line":"                link\u003d(\u0027LINK\u0027,CONF.vnf_lcm.endpoint_url+\"/vnflcm/v1/subscriptions/\"+str(e)[3:])"},{"line_number":408,"context_line":"                res.headerlist.append(link)"},{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad492bd1","line":407,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (94 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d4f65be","line":412,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd173fa3","line":412,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd510965","line":412,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed14c3a2","line":412,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d4c21c6","line":412,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":409,"context_line":"                return res"},{"line_number":410,"context_line":"            else:"},{"line_number":411,"context_line":"                LOG.error(traceback.format_exc())"},{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d0fdb89","line":412,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d12d7b1","line":415,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7dc6fd18","line":415,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5dcb391d","line":415,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":412,"context_line":"                return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":413,"context_line":""},{"line_number":414,"context_line":""},{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d28b3e1","line":415,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d232f06","line":418,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":415,"context_line":"        return self._view_builder.subscription_create(vnf_lcm_subscription, filter)"},{"line_number":416,"context_line":""},{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdd095cb","line":418,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9dd5d1bc","line":420,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":417,"context_line":""},{"line_number":418,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":419,"context_line":"    def subscription_show(self, request, subscriptionId):"},{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad22cbfe","line":420,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d1d47bf","line":423,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":420,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":421,"context_line":""},{"line_number":422,"context_line":"        try:"},{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdd96df4","line":423,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddd629c4","line":426,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (92 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":423,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_show("},{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed7963fc","line":426,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (92 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3de485ac","line":427,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd7c5fed","line":427,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1de1c19b","line":427,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":424,"context_line":"                request.context, subscriptionId)"},{"line_number":425,"context_line":"            if not vnf_lcm_subscriptions:"},{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d84fbd3","line":427,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d8777d9","line":429,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5df4d95b","line":429,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d6d5331","line":429,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7def1d87","line":429,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d684f20","line":429,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":426,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscriptions: %s\") % subscriptionId"},{"line_number":427,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":428,"context_line":"        except Exception as e:"},{"line_number":429,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":430,"context_line":""},{"line_number":431,"context_line":"        return self._view_builder.subscription_show(vnf_lcm_subscriptions)"},{"line_number":432,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bde9b581","line":429,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":432,"context_line":""},{"line_number":433,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9dee7186","line":435,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":432,"context_line":""},{"line_number":433,"context_line":"    @wsgi.response(http_client.OK)"},{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad776b02","line":435,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d726710","line":437,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":434,"context_line":"    def subscription_list(self, request):"},{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd020d3e","line":437,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddff4932","line":438,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":435,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed62033e","line":438,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dfda53a","line":439,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":436,"context_line":""},{"line_number":437,"context_line":"        filter\u003d\"\""},{"line_number":438,"context_line":"        nextpage_opaque_marker\u003d\"\""},{"line_number":439,"context_line":"        paging\u003d1"},{"line_number":440,"context_line":""},{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd657f47","line":439,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"},{"line_number":443,"context_line":"        if query_params:"},{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dfa6141","line":444,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":441,"context_line":"        re_url \u003d request.path_url"},{"line_number":442,"context_line":"        query_params \u003d request.query_string"},{"line_number":443,"context_line":"        if query_params:"},{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d5d1b7a","line":444,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d601732","line":447,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":444,"context_line":"            query_params\u003dparse.unquote(query_params)"},{"line_number":445,"context_line":"        LOG.debug(\"query_params %s\" % query_params)"},{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d943de9","line":447,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d99791d","line":449,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":446,"context_line":"        if query_params:"},{"line_number":447,"context_line":"            query_param_list\u003dquery_params.split(\u0027\u0026\u0027)"},{"line_number":448,"context_line":"            for query_param in query_param_list:"},{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d56f35e","line":449,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d516f62","line":452,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd9ed504","line":452,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9da31150","line":452,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad500b5f","line":452,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d4b87ae","line":452,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":449,"context_line":"                query_param_key_value\u003dquery_param.split(\u0027\u003d\u0027)"},{"line_number":450,"context_line":"                if len(query_param_key_value) !\u003d 2:"},{"line_number":451,"context_line":"                    msg \u003d _(\"Request query parameter error\")"},{"line_number":452,"context_line":"                    return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":453,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027filter\u0027:"},{"line_number":454,"context_line":"                    filter \u003d query_param_key_value[1]"},{"line_number":455,"context_line":"                if query_param_key_value[0] \u003d\u003d \u0027nextpage_opaque_marker\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd87adb5","line":452,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd8469b4","line":464,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edc7a311","line":464,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d92c5f7","line":464,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":461,"context_line":"        if filter:"},{"line_number":462,"context_line":"            if not re.search(CONF.vnf_lcm.subscription_regex, filter):"},{"line_number":463,"context_line":"                msg \u003d _(\"filter not match regular expression: %s\") % filter"},{"line_number":464,"context_line":"                return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdca9f18","line":464,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d8f01cd","line":468,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2dd23bd3","line":468,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dd68fc5","line":468,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9dbcb16a","line":468,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ade5abaa","line":468,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bdb7f586","line":468,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0dd5b7b9","line":468,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7dbd5d67","line":468,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5dc219eb","line":468,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":465,"context_line":""},{"line_number":466,"context_line":"            # check enum colmn"},{"line_number":467,"context_line":"            for fil in filter.split(\u0027;\u0027):"},{"line_number":468,"context_line":"                fil\u003dre.sub(\u0027\\(|\\)|\\\u0027\u0027,\u0027\u0027,fil)"},{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6ddb93ec","line":468,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8de0a798","line":472,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":469,"context_line":"                fil_name \u003d fil.split(\u0027,\u0027)[1]"},{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdb04d8e","line":472,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddad8932","line":473,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":470,"context_line":"                fil_val \u003d fil.split(\u0027,\u0027)[2]"},{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edf0436a","line":473,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dabe51d","line":474,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdf3bf72","line":474,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1da8a11d","line":474,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2deb5b79","line":474,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0dee5787","line":474,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":471,"context_line":"                if fil_name \u003d\u003d \u0027notificationTypes\u0027:"},{"line_number":472,"context_line":"                    if not fil_val in self.notificationTypeList:"},{"line_number":473,"context_line":"                        msg \u003d _(\"notificationTypes value mismatch: %s\") % fil_val"},{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d627d18","line":474,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d67b926","line":477,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":474,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":475,"context_line":""},{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d04334b","line":477,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E713 test for membership should be \u0027not in\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dffaf33","line":479,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd6c1509","line":479,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d7151e4","line":479,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adfe4b34","line":479,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8df9c74e","line":479,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":476,"context_line":"                if fil_name \u003d\u003d \u0027operationTypes\u0027:"},{"line_number":477,"context_line":"                    if not fil_val in self.operationTypeList:"},{"line_number":478,"context_line":"                        msg \u003d _(\"operationTypes value mismatch: %s\") % fil_val"},{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd75edcd","line":479,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (87 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd72a9e3","line":482,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":479,"context_line":"                        return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":480,"context_line":""},{"line_number":481,"context_line":"        try:"},{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed95e3e5","line":482,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d80058c","line":485,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd98df1c","line":485,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d7d41b1","line":485,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (136 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":482,"context_line":"            vnf_lcm_subscriptions \u003d subscription_obj.VnfLcmSubscription.vnf_lcm_subscriptions_list("},{"line_number":483,"context_line":"                request.context)"},{"line_number":484,"context_line":"            LOG.debug(\"vnf_lcm_subscriptions %s\" % vnf_lcm_subscriptions)"},{"line_number":485,"context_line":"            subscription_data,last \u003d self._view_builder.subscription_list(vnf_lcm_subscriptions, filter, nextpage_opaque_marker, paging)"},{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2da07b43","line":485,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (136 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0da3f750","line":489,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d505933","line":489,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d89d3c8","line":489,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d4b9d86","line":489,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d84cfb1","line":489,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":486,"context_line":"            LOG.debug(\"last %s\" % last)"},{"line_number":487,"context_line":"        except Exception as e:"},{"line_number":488,"context_line":"            LOG.error(traceback.format_exc())"},{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd453573","line":489,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d4af17d","line":492,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":489,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad93ebf9","line":492,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d8ee7cd","line":493,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":490,"context_line":""},{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd5e8d43","line":493,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd5bc951","line":494,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edbe8363","line":494,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d59255a","line":494,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":491,"context_line":""},{"line_number":492,"context_line":"        if subscription_data \u003d\u003d 400:"},{"line_number":493,"context_line":"            msg \u003d _(\"Number of records exceeds nextpage_opaque_marker: %s\") % filter"},{"line_number":494,"context_line":"            return self._make_problem_detail( msg, 400,title\u003d\u0027Bad Request\u0027)"},{"line_number":495,"context_line":""},{"line_number":496,"context_line":"        # make response"},{"line_number":497,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/json\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdc1ffe6","line":494,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d35f9f6","line":502,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6db27396","line":502,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0dbc9767","line":502,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d30bd08","line":502,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d56e12a","line":502,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":499,"context_line":"        res.status_int \u003d 200"},{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2db99b79","line":502,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"},{"line_number":506,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dadef2f","line":503,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":500,"context_line":"        if nextpage_opaque_marker:"},{"line_number":501,"context_line":"            if not last:"},{"line_number":502,"context_line":"                ln \u003d \u0027\u003c%s?page\u003d%s\u003e;rel\u003d\"next\"; title*\u003d\"next chapter\"\u0027 % (re_url,paging+1)"},{"line_number":503,"context_line":"                links\u003d(\u0027Link\u0027, ln)"},{"line_number":504,"context_line":"                res.headerlist.append(links)"},{"line_number":505,"context_line":"        LOG.debug(\"subscription_list res %s\" % res)"},{"line_number":506,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd3a55e4","line":503,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":508,"context_line":""},{"line_number":509,"context_line":"    @wsgi.response(http_client.NO_CONTENT)"},{"line_number":510,"context_line":"    def delete_subscription(self, request, subscriptionId):"},{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d3f91d5","line":511,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":508,"context_line":""},{"line_number":509,"context_line":"    @wsgi.response(http_client.NO_CONTENT)"},{"line_number":510,"context_line":"    def delete_subscription(self, request, subscriptionId):"},{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adac8b34","line":511,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F841 local variable \u0027context\u0027 is assigned to but never used","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8da70750","line":514,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":511,"context_line":"        context \u003d request.environ[\u0027tacker.context\u0027]"},{"line_number":512,"context_line":"        try:"},{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd232dbd","line":514,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd20e9b3","line":516,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":513,"context_line":"            vnf_lcm_subscription \u003d subscription_obj.VnfLcmSubscription.destroy("},{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed632319","line":516,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d2e45a5","line":517,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd661f2a","line":517,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d2b8194","line":517,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":514,"context_line":"                                        request.context, subscriptionId)"},{"line_number":515,"context_line":"            if vnf_lcm_subscription \u003d\u003d 404:"},{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d6ebb00","line":517,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d7137e1","line":519,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d1e9970","line":519,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d7713d6","line":519,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d19dd86","line":519,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d720fe5","line":519,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":516,"context_line":"                msg \u003d _(\"Can not find requested vnf lcm subscription: %s\") % subscriptionId"},{"line_number":517,"context_line":"                return self._make_problem_detail( msg, 404,title\u003d\u0027Not Found\u0027)"},{"line_number":518,"context_line":"        except Exception as e:"},{"line_number":519,"context_line":"            return self._make_problem_detail(str(e),500,title\u003d\u0027Internal Server Error\u0027)"},{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd137566","line":519,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d183182","line":523,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad812b92","line":523,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d7c27b6","line":523,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":520,"context_line":""},{"line_number":521,"context_line":""},{"line_number":522,"context_line":""},{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd0ccd43","line":523,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (89 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd090932","line":526,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":523,"context_line":"    def _make_problem_detail(self, detail, status, title\u003dNone, type\u003dNone, instance\u003dNone):"},{"line_number":524,"context_line":"        LOG.warn(detail)"},{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed4cc39f","line":526,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d07651f","line":528,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":525,"context_line":"        res \u003d webob.Response(content_type\u003d\u0027application/problem+json\u0027)"},{"line_number":526,"context_line":"        problemDetails\u003d{}"},{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd4f3f90","line":528,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d042117","line":530,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":527,"context_line":"        if type:"},{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d47db7a","line":530,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d4ad77e","line":531,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":528,"context_line":"            problemDetails[\u0027type\u0027]\u003dtype"},{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78fe0b06","line":531,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5803470e","line":532,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":529,"context_line":"        if title:"},{"line_number":530,"context_line":"            problemDetails[\u0027title\u0027]\u003dtitle"},{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d60b302","line":532,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"},{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d5b2f53","line":534,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":531,"context_line":"        problemDetails[\u0027detail\u0027]\u003ddetail"},{"line_number":532,"context_line":"        problemDetails[\u0027status\u0027]\u003dstatus"},{"line_number":533,"context_line":"        if instance:"},{"line_number":534,"context_line":"            problemDetails[\u0027instance\u0027]\u003dinstance"},{"line_number":535,"context_line":"        res.text \u003d json.dumps(problemDetails)"},{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b808a328","line":534,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"},{"line_number":538,"context_line":""},{"line_number":539,"context_line":"def create_resource():"},{"line_number":540,"context_line":"    return wsgi.Resource(VnfLcmController())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_980ddf39","line":539,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":536,"context_line":"        res.status_int \u003d status"},{"line_number":537,"context_line":"        return res"},{"line_number":538,"context_line":""},{"line_number":539,"context_line":"def create_resource():"},{"line_number":540,"context_line":"    return wsgi.Resource(VnfLcmController())"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad5acb4b","line":539,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/conf/__init__.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from tacker.conf import conductor"},{"line_number":20,"context_line":"from tacker.conf import coordination"},{"line_number":21,"context_line":"from tacker.conf import vnf_package"},{"line_number":22,"context_line":"from tacker.conf import vnf_lcm"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d cfg.CONF"},{"line_number":25,"context_line":"CONF.import_group(\u0027keystone_authtoken\u0027, \u0027keystonemiddleware.auth_token\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8611af56","line":22,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf.vnf_package, tacker.conf.vnf_lcm)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from tacker.conf import conductor"},{"line_number":20,"context_line":"from tacker.conf import coordination"},{"line_number":21,"context_line":"from tacker.conf import vnf_package"},{"line_number":22,"context_line":"from tacker.conf import vnf_lcm"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d cfg.CONF"},{"line_number":25,"context_line":"CONF.import_group(\u0027keystone_authtoken\u0027, \u0027keystonemiddleware.auth_token\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d554720","line":22,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf.vnf_package, tacker.conf.vnf_lcm)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":19,"context_line":"from tacker.conf import conductor"},{"line_number":20,"context_line":"from tacker.conf import coordination"},{"line_number":21,"context_line":"from tacker.conf import vnf_package"},{"line_number":22,"context_line":"from tacker.conf import vnf_lcm"},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"CONF \u003d cfg.CONF"},{"line_number":25,"context_line":"CONF.import_group(\u0027keystone_authtoken\u0027, \u0027keystonemiddleware.auth_token\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8117b55","line":22,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.conf.vnf_package, tacker.conf.vnf_lcm)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/conf/vnf_lcm.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c61ba770","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (447 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_4621579f","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_660c5b39","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_66357bdb","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e6298b89","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_06275fb8","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_863a4fca","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_262423af","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a6167348","line":24,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":36,"context_line":"               default\u003d10,"},{"line_number":37,"context_line":"               help\u003d\"Number of subscriptions\")"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"    ]"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"vnf_lcm_group \u003d cfg.OptGroup(\u0027vnf_lcm\u0027,"},{"line_number":42,"context_line":"    title\u003d\u0027vnf_lcm options\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c63447e1","line":39,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E123 closing bracket does not match indentation of opening bracket\u0027s line","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_381c9369","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (447 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd345ffe","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (447 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d204fb1","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b821c3a2","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d80e3731","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed31630d","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_582ce798","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d2553c2","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d83757e3","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed1a037b","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\)\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d3f77d6","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78272bb8","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d2a678d","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f83a1bcb","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\-\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1819cf78","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d3cfbe0","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98267fb7","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"               help\u003d\"endpoint_url\"),"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"    cfg.StrOpt(\u0027subscription_regex\u0027,"},{"line_number":24,"context_line":"               default\u003d\u0027^\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)(;\\((eq|neq|cont),(id|vnfdIds|vnfProvider|vnfProductName|vnfSoftwareVersion|vnfdVersions|vnfInstanceIds|vnfInstanceNames|notificationTypes|operationTypes|operationStates|callbackUri|href),[a-zA-Z0-9\\.\\-:/]+\\)){0,}$\u0027,"},{"line_number":25,"context_line":"               help\u003d\"Regex of Subscription-filter\"),"},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"    cfg.IntOpt(\u0027subscription_num\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad2f6b9f","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W605 invalid escape sequence \u0027\\.\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":36,"context_line":"               default\u003d10,"},{"line_number":37,"context_line":"               help\u003d\"Number of subscriptions\")"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"    ]"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"vnf_lcm_group \u003d cfg.OptGroup(\u0027vnf_lcm\u0027,"},{"line_number":42,"context_line":"    title\u003d\u0027vnf_lcm options\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3835b3db","line":39,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E123 closing bracket does not match indentation of opening bracket\u0027s line","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":36,"context_line":"               default\u003d10,"},{"line_number":37,"context_line":"               help\u003d\"Number of subscriptions\")"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"    ]"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"vnf_lcm_group \u003d cfg.OptGroup(\u0027vnf_lcm\u0027,"},{"line_number":42,"context_line":"    title\u003d\u0027vnf_lcm options\u0027,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd1d7f74","line":39,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E123 closing bracket does not match indentation of opening bracket\u0027s line","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/db/db_sqlalchemy/models.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":210,"context_line":"        primaryjoin\u003d\u0027and_(VnfInstantiatedInfo.vnf_instance_id \u003d\u003d \u0027"},{"line_number":211,"context_line":"        \u0027VnfInstance.id, VnfInstantiatedInfo.deleted \u003d\u003d 0)\u0027)"},{"line_number":212,"context_line":""},{"line_number":213,"context_line":"class VnfResource(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":214,"context_line":"                models.TimestampMixin, models_v1.HasId):"},{"line_number":215,"context_line":"    \"\"\"Resources belongs to the VNF\"\"\""},{"line_number":216,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_b10cee42","line":213,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":223,"context_line":"    resource_identifier \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":224,"context_line":"    resource_status \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":225,"context_line":""},{"line_number":226,"context_line":"class VnfLcmSubscriptions(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":227,"context_line":"                models.TimestampMixin):"},{"line_number":228,"context_line":"    \"\"\"Contains all info about vnf LCM Subscriptions.\"\"\""},{"line_number":229,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_91072a1e","line":226,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":245,"context_line":"    filter \u003d sa.Column(sa.JSON, nullable\u003dFalse)"},{"line_number":246,"context_line":"    notification_types \u003d sa.Column(sa.VARBINARY(255), nullable\u003dTrue)"},{"line_number":247,"context_line":"    notification_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_f1066620","line":248,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":252,"context_line":"                models.TimestampMixin):"},{"line_number":253,"context_line":"    \"\"\"VNF LCM OP OCCS Fields\"\"\""},{"line_number":254,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_d101a208","line":251,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":210,"context_line":"        primaryjoin\u003d\u0027and_(VnfInstantiatedInfo.vnf_instance_id \u003d\u003d \u0027"},{"line_number":211,"context_line":"        \u0027VnfInstance.id, VnfInstantiatedInfo.deleted \u003d\u003d 0)\u0027)"},{"line_number":212,"context_line":""},{"line_number":213,"context_line":"class VnfResource(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":214,"context_line":"                models.TimestampMixin, models_v1.HasId):"},{"line_number":215,"context_line":"    \"\"\"Resources belongs to the VNF\"\"\""},{"line_number":216,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18326ff2","line":213,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":210,"context_line":"        primaryjoin\u003d\u0027and_(VnfInstantiatedInfo.vnf_instance_id \u003d\u003d \u0027"},{"line_number":211,"context_line":"        \u0027VnfInstance.id, VnfInstantiatedInfo.deleted \u003d\u003d 0)\u0027)"},{"line_number":212,"context_line":""},{"line_number":213,"context_line":"class VnfResource(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":214,"context_line":"                models.TimestampMixin, models_v1.HasId):"},{"line_number":215,"context_line":"    \"\"\"Resources belongs to the VNF\"\"\""},{"line_number":216,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d151b4b","line":213,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":223,"context_line":"    resource_identifier \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":224,"context_line":"    resource_status \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":225,"context_line":""},{"line_number":226,"context_line":"class VnfLcmSubscriptions(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":227,"context_line":"                models.TimestampMixin):"},{"line_number":228,"context_line":"    \"\"\"Contains all info about vnf LCM Subscriptions.\"\"\""},{"line_number":229,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d18177f","line":226,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":223,"context_line":"    resource_identifier \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":224,"context_line":"    resource_status \u003d sa.Column(sa.String(255), nullable\u003dFalse)"},{"line_number":225,"context_line":""},{"line_number":226,"context_line":"class VnfLcmSubscriptions(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":227,"context_line":"                models.TimestampMixin):"},{"line_number":228,"context_line":"    \"\"\"Contains all info about vnf LCM Subscriptions.\"\"\""},{"line_number":229,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_784c4b76","line":226,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":245,"context_line":"    filter \u003d sa.Column(sa.JSON, nullable\u003dFalse)"},{"line_number":246,"context_line":"    notification_types \u003d sa.Column(sa.VARBINARY(255), nullable\u003dTrue)"},{"line_number":247,"context_line":"    notification_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5851870e","line":248,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":245,"context_line":"    filter \u003d sa.Column(sa.JSON, nullable\u003dFalse)"},{"line_number":246,"context_line":"    notification_types \u003d sa.Column(sa.VARBINARY(255), nullable\u003dTrue)"},{"line_number":247,"context_line":"    notification_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d0ef33b","line":248,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":252,"context_line":"                models.TimestampMixin):"},{"line_number":253,"context_line":"    \"\"\"VNF LCM OP OCCS Fields\"\"\""},{"line_number":254,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d096f2f","line":251,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":248,"context_line":"    operation_types \u003d sa.Column(sa.LargeBinary(length\u003d__maxsize__), nullable\u003dTrue)"},{"line_number":249,"context_line":"    operation_types_len \u003d sa.Column(sa.Integer, nullable\u003dTrue)"},{"line_number":250,"context_line":""},{"line_number":251,"context_line":"class VnfLcmOpOccs(model_base.BASE, models.SoftDeleteMixin,"},{"line_number":252,"context_line":"                models.TimestampMixin):"},{"line_number":253,"context_line":"    \"\"\"VNF LCM OP OCCS Fields\"\"\""},{"line_number":254,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b856e305","line":251,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/objects/vnf_lcm_subscriptions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":10,"context_line":"#    License for the specific language governing permissions and limitations"},{"line_number":11,"context_line":"#    under the License."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0313d1b9","line":13,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e315fd9c","line":16,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_utils.uuidutils\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_430dc98e","line":17,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027oslo_versionedobjects.base as ovoo_base\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_231095a8","line":18,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027sqlalchemy.orm.joinedload\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"},{"line_number":22,"context_line":"from tacker.common import exceptions"},{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8326c115","line":21,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027tacker._i18n._\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"},{"line_number":25,"context_line":"from tacker.db.db_sqlalchemy import models"},{"line_number":26,"context_line":"from tacker import objects"},{"line_number":27,"context_line":"from tacker.objects import base"},{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6321edfc","line":26,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027tacker.objects\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c320b9fa","line":31,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027webob\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0378f1f5","line":32,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027json\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a31b05c8","line":32,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (webob, json)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e37a1dee","line":33,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027re\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_238535d0","line":34,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_4382e9c9","line":34,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: H306: imports not in alphabetical order (re, ast)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":40,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":41,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":42,"context_line":""},{"line_number":43,"context_line":"def _make_list(value):"},{"line_number":44,"context_line":"    if isinstance(value, list):"},{"line_number":45,"context_line":"        res \u003d \"\""},{"line_number":46,"context_line":"        for i in range(len(value)):"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_836b611d","line":43,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":50,"context_line":"            else:"},{"line_number":51,"context_line":"                res \u003d res + \",\" + t"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63660d58","line":53,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c37559fc","line":55,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":62,"context_line":"                               operationTypes\u003dNone"},{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a370250a","line":65,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0361113a","line":66,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3633d40","line":67,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_435b0986","line":70,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_634f2dbe","line":72,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83540156","line":72,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_235ed575","line":72,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03c63117","line":74,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a34945b8","line":74,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c34ef9bf","line":74,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (113 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":80,"context_line":"                \" t1.id\u003dt2.subscription_uuid \""},{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3c85d22","line":83,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43d029ca","line":84,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23d375d7","line":87,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63d44dbc","line":89,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3e399a3","line":89,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83d9a1f5","line":89,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":97,"context_line":""},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"    result_list \u003d []"},{"line_number":100,"context_line":"    result \u003d context.session.execute(sql)"},{"line_number":101,"context_line":"    for line in result:"},{"line_number":102,"context_line":"        result_list.append(line)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3de65d7","line":99,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":104,"context_line":""},{"line_number":105,"context_line":""},{"line_number":106,"context_line":""},{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03ef5187","line":107,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3f17d6c","line":110,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43e9497e","line":111,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":115,"context_line":"            \"and deleted \u003d 0 \""},{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23ec158e","line":113,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"},{"line_number":117,"context_line":"    result_line \u003d \"\""},{"line_number":118,"context_line":"    try:"},{"line_number":119,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionId})"},{"line_number":120,"context_line":"        for line in result:"},{"line_number":121,"context_line":"            result_line \u003d line"},{"line_number":122,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8302413d","line":119,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":125,"context_line":"        raise e"},{"line_number":126,"context_line":"    return result_line"},{"line_number":127,"context_line":""},{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63fd6d3a","line":128,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3fc3940","line":131,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3f78559","line":132,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":136,"context_line":"            \"and deleted \u003d 0 \")"},{"line_number":137,"context_line":"    result_list \u003d []"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_039471e7","line":134,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":148,"context_line":"@db_api.context_manager.reader"},{"line_number":149,"context_line":"def _get_by_subscriptionid(context, subscriptionsId):"},{"line_number":150,"context_line":""},{"line_number":151,"context_line":"    sql\u003dtext(\"select id \""},{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3969def","line":151,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_439e6907","line":155,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"},{"line_number":159,"context_line":"            result_line \u003d line"},{"line_number":160,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23a1b547","line":157,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    return result_line"},{"line_number":166,"context_line":""},{"line_number":167,"context_line":"@db_api.context_manager.reader"},{"line_number":168,"context_line":"def _vnf_lcm_subscriptions_id_get(context,"},{"line_number":169,"context_line":"                                  callbackUri,"},{"line_number":170,"context_line":"                                  notificationTypes\u003dNone,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_8387e1b6","line":167,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":171,"context_line":"                                  operationTypes\u003dNone"},{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63828da7","line":174,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c391d9f3","line":175,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""},{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a38ca5d7","line":180,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03bd9167","line":182,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43b78987","line":182,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_83b0818d","line":182,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3bfbd5d","line":182,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23ba556d","line":182,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63abad1d","line":184,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c3aa7917","line":184,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3a5c549","line":186,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0362b116","line":188,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_236ff5fc","line":188,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_436ca907","line":188,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e364dd23","line":188,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_837521cf","line":188,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6370cddb","line":190,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c37f19a9","line":190,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a37ae5b6","line":191,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e34dfd99","line":191,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_034bd186","line":191,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (112 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":198,"context_line":"    except exceptions.NotFound:"},{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_4345c96f","line":201,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_23489585","line":202,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E117 over-indented","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"},{"line_number":206,"context_line":"                                    \"filter\": filter})"},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"            context.session.execute("},{"line_number":209,"context_line":"                models.VnfLcmFilters.__table__.insert(None),"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_835ec142","line":206,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":218,"context_line":"        if \u0027subscription_authentication\u0027 in values:"},{"line_number":219,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":220,"context_line":"                                \"callback_uri\": values.callback_uri,"},{"line_number":221,"context_line":"                                \"subscription_authentication\": values.subscription_authentication})"},{"line_number":222,"context_line":"        else:"},{"line_number":223,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":224,"context_line":"                                \"callback_uri\": values.callback_uri})"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_6359ed59","line":221,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":229,"context_line":"                new_entries)"},{"line_number":230,"context_line":""},{"line_number":231,"context_line":""},{"line_number":232,"context_line":"        callbackUri \u003d values.callback_uri"},{"line_number":233,"context_line":"        if filter:"},{"line_number":234,"context_line":"            notificationTypes \u003d filter.get(\u0027notificationTypes\u0027)"},{"line_number":235,"context_line":"            operationTypes \u003d filter.get(\u0027operationTypes\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c358b957","line":232,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":236,"context_line":""},{"line_number":237,"context_line":"            vnf_lcm_subscriptions_id \u003d _vnf_lcm_subscriptions_id_get(context,"},{"line_number":238,"context_line":"                                            callbackUri,"},{"line_number":239,"context_line":"                                            notificationTypes\u003dnotificationTypes,"},{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3530539","line":239,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_0330f106","line":243,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"},{"line_number":247,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e3321d0f","line":244,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":250,"context_line":"                                            callbackUri)"},{"line_number":251,"context_line":""},{"line_number":252,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":253,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_433ae9e6","line":253,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_832361be","line":257,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_233d35dd","line":257,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":262,"context_line":"def _destroy_vnf_lcm_subscription(context, subscriptionId):"},{"line_number":263,"context_line":"    now \u003d timeutils.utcnow()"},{"line_number":264,"context_line":"    updated_values \u003d {\u0027deleted\u0027: True,"},{"line_number":265,"context_line":"                      \u0027deleted_at\u0027 : now}"},{"line_number":266,"context_line":"    try:"},{"line_number":267,"context_line":"        api.model_query(context, models.VnfLcmSubscriptions). \\"},{"line_number":268,"context_line":"            filter_by(id\u003dsubscriptionId). \\"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_631e0d75","line":265,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":270,"context_line":"    except Exception as e:"},{"line_number":271,"context_line":"        raise e"},{"line_number":272,"context_line":""},{"line_number":273,"context_line":"@base.TackerObjectRegistry.register"},{"line_number":274,"context_line":"class VnfLcmSubscription(base.TackerObject, base.TackerPersistentObject):"},{"line_number":275,"context_line":""},{"line_number":276,"context_line":"    # Version 1.0: Initial version"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c32d59a9","line":273,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":279,"context_line":"    fields \u003d {"},{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3282597","line":282,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_03191187","line":283,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e31b3d7d","line":288,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E115 expected an indented block (comment)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_43130967","line":288,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_2316d556","line":290,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_63072d1f","line":291,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_830c0143","line":291,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""},{"line_number":295,"context_line":"        return db_vnf_lcm_subscriptions"},{"line_number":296,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_c306f920","line":293,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":297,"context_line":"    @base.remotable_classmethod"},{"line_number":298,"context_line":"    def vnf_lcm_subscriptions_show(cls, context, subscriptionId):"},{"line_number":299,"context_line":"        try:"},{"line_number":300,"context_line":"            vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_show(context, subscriptionId)"},{"line_number":301,"context_line":"        except Exception as e:"},{"line_number":302,"context_line":"            raise e"},{"line_number":303,"context_line":"        return vnf_lcm_subscriptions"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_a3014509","line":300,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":314,"context_line":""},{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_06fe3f04","line":317,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"},{"line_number":321,"context_line":"                                          operationTypes)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_e6006b03","line":318,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":323,"context_line":"    @base.remotable_classmethod"},{"line_number":324,"context_line":"    def destroy(cls, context, subscriptionId):"},{"line_number":325,"context_line":"        try:"},{"line_number":326,"context_line":"            get_subscriptionid \u003d _get_by_subscriptionid(context, subscriptionId)"},{"line_number":327,"context_line":"        except Exception as e:"},{"line_number":328,"context_line":"            raise e"},{"line_number":329,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_46083727","line":326,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"d5858feee52dcf25bade0d623c8697237301f55c","unresolved":false,"context_lines":[{"line_number":336,"context_line":"            raise e"},{"line_number":337,"context_line":""},{"line_number":338,"context_line":"        return 204"},{"line_number":339,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"bf51134e_260b8324","line":339,"updated":"2020-07-23 10:38:59.000000000","message":"pep8: W391 blank line at end of file","commit_id":"cfe313cf8968907994d9668954849a7874674e46"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":10,"context_line":"#    License for the specific language governing permissions and limitations"},{"line_number":11,"context_line":"#    under the License."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_985b1f2d","line":13,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":10,"context_line":"#    License for the specific language governing permissions and limitations"},{"line_number":11,"context_line":"#    under the License."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad080b2c","line":13,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_config.cfg\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d03870f","line":16,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_utils.uuidutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":13,"context_line":"from oslo_config import cfg"},{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f83fbbb2","line":16,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_utils.uuidutils\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d83c77c1","line":17,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027oslo_versionedobjects.base as ovoo_base\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"from oslo_log import log as logging"},{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f0ff78fe","line":17,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027oslo_versionedobjects.base as ovoo_base\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_384ad354","line":18,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027sqlalchemy.orm.joinedload\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":15,"context_line":"from oslo_utils import timeutils"},{"line_number":16,"context_line":"from oslo_utils import uuidutils"},{"line_number":17,"context_line":"from oslo_versionedobjects import base as ovoo_base"},{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d0023409","line":18,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027sqlalchemy.orm.joinedload\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"},{"line_number":22,"context_line":"from tacker.common import exceptions"},{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18470f4e","line":21,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker._i18n._\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":18,"context_line":"from sqlalchemy.orm import joinedload"},{"line_number":19,"context_line":"from sqlalchemy.sql import text"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"from tacker._i18n import _"},{"line_number":22,"context_line":"from tacker.common import exceptions"},{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_300a9020","line":21,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker._i18n._\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"},{"line_number":25,"context_line":"from tacker.db.db_sqlalchemy import models"},{"line_number":26,"context_line":"from tacker import objects"},{"line_number":27,"context_line":"from tacker.objects import base"},{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_100dcc36","line":26,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.objects\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":23,"context_line":"from tacker.db import api as db_api"},{"line_number":24,"context_line":"from tacker.db.db_sqlalchemy import api"},{"line_number":25,"context_line":"from tacker.db.db_sqlalchemy import models"},{"line_number":26,"context_line":"from tacker import objects"},{"line_number":27,"context_line":"from tacker.objects import base"},{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78756b98","line":26,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.objects\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_587a2788","line":31,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027webob\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":28,"context_line":"from tacker.objects import fields"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7013685d","line":31,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027webob\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9874bf9b","line":32,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027json\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b01d0068","line":32,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027json\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_500e2432","line":32,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (webob, json)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":29,"context_line":""},{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b86f03c4","line":32,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (webob, json)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9018bc75","line":33,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027re\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":30,"context_line":"import tacker.conf"},{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8685bbb","line":33,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027re\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3863f3de","line":34,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d02b547f","line":34,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027ast\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d86597e3","line":34,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (re, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":31,"context_line":"import webob"},{"line_number":32,"context_line":"import json"},{"line_number":33,"context_line":"import re"},{"line_number":34,"context_line":"import ast"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"_NO_DATA_SENTINEL \u003d object()"},{"line_number":37,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f0281887","line":34,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (re, ast)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":40,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":41,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":42,"context_line":""},{"line_number":43,"context_line":"def _make_list(value):"},{"line_number":44,"context_line":"    if isinstance(value, list):"},{"line_number":45,"context_line":"        res \u003d \"\""},{"line_number":46,"context_line":"        for i in range(len(value)):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1860afce","line":43,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":40,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":41,"context_line":"CONF \u003d tacker.conf.CONF"},{"line_number":42,"context_line":""},{"line_number":43,"context_line":"def _make_list(value):"},{"line_number":44,"context_line":"    if isinstance(value, list):"},{"line_number":45,"context_line":"        res \u003d \"\""},{"line_number":46,"context_line":"        for i in range(len(value)):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3023b0aa","line":43,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":50,"context_line":"            else:"},{"line_number":51,"context_line":"                res \u003d res + \",\" + t"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_10266cb8","line":53,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":50,"context_line":"            else:"},{"line_number":51,"context_line":"                res \u003d res + \",\" + t"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_789a8bc5","line":53,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_589fc7b3","line":55,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        res\u003d\"[\" + res + \"]\""},{"line_number":54,"context_line":"    else:"},{"line_number":55,"context_line":"        res\u003d\"[\\\"\" + str(value) + \"\\\"]\""},{"line_number":56,"context_line":"    return res"},{"line_number":57,"context_line":""},{"line_number":58,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_703c08c8","line":55,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":62,"context_line":"                               operationTypes\u003dNone"},{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_503744e4","line":65,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":62,"context_line":"                               operationTypes\u003dNone"},{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8a4230a","line":65,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98a95fe1","line":66,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":63,"context_line":"                               ):"},{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b036a0e5","line":66,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9031dcef","line":67,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":64,"context_line":""},{"line_number":65,"context_line":"    if notificationTypes\u003d\u003d\u0027VnfLcmOperationOccurrenceNotification\u0027:"},{"line_number":66,"context_line":"        sql \u003d ( \"select\""},{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8adfbea","line":67,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8aab7d0","line":70,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":67,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":68,"context_line":"                \" from \""},{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f04db872","line":70,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_105b0c2e","line":72,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18b54f32","line":72,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3058d030","line":72,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7883ab57","line":72,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_38b81329","line":72,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":69,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":70,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d050740d","line":72,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_503c64be","line":74,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9882ff4e","line":74,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b04b4057","line":74,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b87d4370","line":74,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_58886770","line":74,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (113 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":71,"context_line":"                \" where \""},{"line_number":72,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":73,"context_line":"                \" and \""},{"line_number":74,"context_line":"                \" (operation_types_len \u003d 0 or JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027)) \""},{"line_number":75,"context_line":"                \" order by \""},{"line_number":76,"context_line":"                \"         notification_types_len desc,\""},{"line_number":77,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7041a839","line":74,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (113 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":80,"context_line":"                \" t1.id\u003dt2.subscription_uuid \""},{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9046fc4e","line":83,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":80,"context_line":"                \" t1.id\u003dt2.subscription_uuid \""},{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8969b94","line":83,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E201 whitespace after \u0027(\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d893d7a2","line":84,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":81,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":82,"context_line":"    else:"},{"line_number":83,"context_line":"        sql \u003d ( \"select\""},{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f07658a4","line":84,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3891339b","line":87,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":84,"context_line":"                \" t1.id,t1.callback_uri,t1.subscription_authentication,t2.filter \""},{"line_number":85,"context_line":"                \" from \""},{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d0799493","line":87,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (82 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1074ac98","line":89,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_58ed0724","line":89,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_706a48b3","line":89,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78e8cb15","line":89,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_188eef77","line":89,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":86,"context_line":"                \" vnf_lcm_subscriptions t1, \""},{"line_number":87,"context_line":"                \" (select distinct subscription_uuid,filter from vnf_lcm_filters \""},{"line_number":88,"context_line":"                \" where \""},{"line_number":89,"context_line":"                \" (notification_types_len \u003d 0 or JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027)) \""},{"line_number":90,"context_line":"                \" order by \""},{"line_number":91,"context_line":"                \"         notification_types_len desc,\""},{"line_number":92,"context_line":"                \"         operation_types_len desc\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3071f0aa","line":89,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (122 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":97,"context_line":""},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"    result_list \u003d []"},{"line_number":100,"context_line":"    result \u003d context.session.execute(sql)"},{"line_number":101,"context_line":"    for line in result:"},{"line_number":102,"context_line":"        result_list.append(line)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_506584e0","line":99,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":96,"context_line":"                \" and t1.deleted\u003d0\")"},{"line_number":97,"context_line":""},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"    result_list \u003d []"},{"line_number":100,"context_line":"    result \u003d context.session.execute(sql)"},{"line_number":101,"context_line":"    for line in result:"},{"line_number":102,"context_line":"        result_list.append(line)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8f26305","line":99,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":104,"context_line":""},{"line_number":105,"context_line":""},{"line_number":106,"context_line":""},{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98f79ff6","line":107,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":104,"context_line":""},{"line_number":105,"context_line":""},{"line_number":106,"context_line":""},{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b064e0e5","line":107,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (3)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_905f1c0d","line":110,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":107,"context_line":"@db_api.context_manager.reader"},{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8db3b7a","line":110,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8d8f780","line":111,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":108,"context_line":"def _vnf_lcm_subscriptions_show(context, subscriptionId):"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f09bf8c5","line":111,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":115,"context_line":"            \"and deleted \u003d 0 \""},{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_38e65346","line":113,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":110,"context_line":"    sql\u003dtext(\"select \""},{"line_number":111,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":112,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":113,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":114,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":115,"context_line":"            \"and deleted \u003d 0 \""},{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d09eb4b6","line":113,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"},{"line_number":117,"context_line":"    result_line \u003d \"\""},{"line_number":118,"context_line":"    try:"},{"line_number":119,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionId})"},{"line_number":120,"context_line":"        for line in result:"},{"line_number":121,"context_line":"            result_line \u003d line"},{"line_number":122,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18e38f35","line":119,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":116,"context_line":"            \"and t1.id \u003d :subsc_id\")"},{"line_number":117,"context_line":"    result_line \u003d \"\""},{"line_number":118,"context_line":"    try:"},{"line_number":119,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionId})"},{"line_number":120,"context_line":"        for line in result:"},{"line_number":121,"context_line":"            result_line \u003d line"},{"line_number":122,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_30a61012","line":119,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":125,"context_line":"        raise e"},{"line_number":126,"context_line":"    return result_line"},{"line_number":127,"context_line":""},{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_10a94cde","line":128,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":125,"context_line":"        raise e"},{"line_number":126,"context_line":"    return result_line"},{"line_number":127,"context_line":""},{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78d1eb57","line":128,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_58d6a751","line":131,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":128,"context_line":"@db_api.context_manager.reader"},{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_70afe8e2","line":131,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_50aaa4d1","line":132,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":129,"context_line":"def _vnf_lcm_subscriptions_all(context):"},{"line_number":130,"context_line":""},{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8cb83a3","line":132,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":136,"context_line":"            \"and deleted \u003d 0 \")"},{"line_number":137,"context_line":"    result_list \u003d []"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98d03f53","line":134,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":131,"context_line":"    sql\u003dtext(\"select \""},{"line_number":132,"context_line":"                \"t1.id,t1.callback_uri,t2.filter \""},{"line_number":133,"context_line":"            \"from vnf_lcm_subscriptions t1, \""},{"line_number":134,"context_line":"                \"(select distinct subscription_uuid,filter from vnf_lcm_filters) t2 \""},{"line_number":135,"context_line":"            \"where t1.id \u003d t2.subscription_uuid \""},{"line_number":136,"context_line":"            \"and deleted \u003d 0 \")"},{"line_number":137,"context_line":"    result_list \u003d []"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b0b9802f","line":134,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":148,"context_line":"@db_api.context_manager.reader"},{"line_number":149,"context_line":"def _get_by_subscriptionid(context, subscriptionsId):"},{"line_number":150,"context_line":""},{"line_number":151,"context_line":"    sql\u003dtext(\"select id \""},{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_90b43c37","line":151,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":148,"context_line":"@db_api.context_manager.reader"},{"line_number":149,"context_line":"def _get_by_subscriptionid(context, subscriptionsId):"},{"line_number":150,"context_line":""},{"line_number":151,"context_line":"    sql\u003dtext(\"select id \""},{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8c4db94","line":151,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8c11783","line":155,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":152,"context_line":"             \"from vnf_lcm_subscriptions \""},{"line_number":153,"context_line":"             \"where id \u003d :subsc_id \""},{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f0849860","line":155,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"},{"line_number":159,"context_line":"            result_line \u003d line"},{"line_number":160,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_38bf73fc","line":157,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":154,"context_line":"             \"and deleted \u003d 0 \")"},{"line_number":155,"context_line":"    result_line\u003d\"\""},{"line_number":156,"context_line":"    try:"},{"line_number":157,"context_line":"        result \u003d context.session.execute(sql, {\u0027subsc_id\u0027:subscriptionsId})"},{"line_number":158,"context_line":"        for line in result:"},{"line_number":159,"context_line":"            result_line \u003d line"},{"line_number":160,"context_line":"    except exceptions.NotFound:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d087d460","line":157,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    return result_line"},{"line_number":166,"context_line":""},{"line_number":167,"context_line":"@db_api.context_manager.reader"},{"line_number":168,"context_line":"def _vnf_lcm_subscriptions_id_get(context,"},{"line_number":169,"context_line":"                                  callbackUri,"},{"line_number":170,"context_line":"                                  notificationTypes\u003dNone,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18bc2f04","line":167,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":164,"context_line":""},{"line_number":165,"context_line":"    return result_line"},{"line_number":166,"context_line":""},{"line_number":167,"context_line":"@db_api.context_manager.reader"},{"line_number":168,"context_line":"def _vnf_lcm_subscriptions_id_get(context,"},{"line_number":169,"context_line":"                                  callbackUri,"},{"line_number":170,"context_line":"                                  notificationTypes\u003dNone,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_307f3068","line":167,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":171,"context_line":"                                  operationTypes\u003dNone"},{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1082ec4f","line":174,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":171,"context_line":"                                  operationTypes\u003dNone"},{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78360bb7","line":174,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_583b479b","line":175,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":172,"context_line":"                                  ):"},{"line_number":173,"context_line":""},{"line_number":174,"context_line":"    sql \u003d(\"select \""},{"line_number":175,"context_line":"            \"t1.id \""},{"line_number":176,"context_line":"            \"from \""},{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_709888bf","line":175,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""},{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5093c4a3","line":180,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":177,"context_line":"            \"vnf_lcm_subscriptions t1, \""},{"line_number":178,"context_line":"            \"(select subscription_uuid from vnf_lcm_filters \""},{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b840a309","line":180,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9845df1a","line":182,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b092209d","line":182,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1851cfd9","line":182,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_30f450f2","line":182,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_908d5c7d","line":182,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8463722","line":182,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f0e9381a","line":182,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8497b32","line":182,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_385493ca","line":182,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":179,"context_line":"            \"where \")"},{"line_number":180,"context_line":"    "},{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d0ecf42a","line":182,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (90 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_10f78cf7","line":184,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_785f2be5","line":184,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5864e7b9","line":184,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    if notificationTypes:"},{"line_number":182,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(notification_types, \u0027\"+_make_list(notificationTypes)+\"\u0027) \""},{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_70dd286f","line":184,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_50d8e47d","line":186,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":183,"context_line":"    else:"},{"line_number":184,"context_line":"        sql\u003dsql+\" notification_types_len\u003d0 \""},{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b859c3ff","line":186,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W293 blank line contains whitespace","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_985e7fe4","line":188,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b0e7c040","line":188,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_386db398","line":188,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_90e27c2e","line":188,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d0d51445","line":188,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d86f5790","line":188,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f0d2d85b","line":188,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8721b7c","line":188,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_186a6f7f","line":188,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    sql \u003d sql + \"and \""},{"line_number":186,"context_line":"    "},{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_30cd70b8","line":188,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_10d02c50","line":190,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78044bc7","line":190,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E225 missing whitespace around operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_580987db","line":190,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":187,"context_line":"    if operationTypes:"},{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_70c6c89c","line":190,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_50c10480","line":191,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_90bb9c0c","line":191,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b80ee3e2","line":191,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8f7bbd3","line":191,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98131f0e","line":191,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (112 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":188,"context_line":"        sql\u003dsql+\" JSON_CONTAINS(operation_types, \u0027\"+_make_list(operationTypes)+\"\u0027) \""},{"line_number":189,"context_line":"    else:"},{"line_number":190,"context_line":"        sql\u003dsql+\" operation_types_len\u003d0 \""},{"line_number":191,"context_line":"    sql \u003d sql + \") t2 where t1.id\u003dt2.subscription_uuid and t1.callback_uri\u003d \u0027\"+callbackUri+\"\u0027 and t1.deleted\u003d0 \""},{"line_number":192,"context_line":"    LOG.debug(\"sql[%s]\" % sql)"},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"    try:"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b0c0607d","line":191,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (112 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":198,"context_line":"    except exceptions.NotFound:"},{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8f477d2","line":201,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":198,"context_line":"    except exceptions.NotFound:"},{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f03778af","line":201,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3802d3b5","line":202,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E117 over-indented","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":199,"context_line":"        return \u0027\u0027"},{"line_number":200,"context_line":""},{"line_number":201,"context_line":"def _add_filter_data(context, subscription_id, filter):"},{"line_number":202,"context_line":"        with db_api.context_manager.writer.using(context):"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d03a3496","line":202,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E117 over-indented","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"},{"line_number":206,"context_line":"                                    \"filter\": filter})"},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"            context.session.execute("},{"line_number":209,"context_line":"                models.VnfLcmFilters.__table__.insert(None),"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18ff0fab","line":206,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":203,"context_line":""},{"line_number":204,"context_line":"            new_entries \u003d []"},{"line_number":205,"context_line":"            new_entries.append({\"subscription_uuid\": subscription_id,"},{"line_number":206,"context_line":"                                    \"filter\": filter})"},{"line_number":207,"context_line":""},{"line_number":208,"context_line":"            context.session.execute("},{"line_number":209,"context_line":"                models.VnfLcmFilters.__table__.insert(None),"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_30429011","line":206,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":218,"context_line":"        if \u0027subscription_authentication\u0027 in values:"},{"line_number":219,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":220,"context_line":"                                \"callback_uri\": values.callback_uri,"},{"line_number":221,"context_line":"                                \"subscription_authentication\": values.subscription_authentication})"},{"line_number":222,"context_line":"        else:"},{"line_number":223,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":224,"context_line":"                                \"callback_uri\": values.callback_uri})"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1045cc17","line":221,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":218,"context_line":"        if \u0027subscription_authentication\u0027 in values:"},{"line_number":219,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":220,"context_line":"                                \"callback_uri\": values.callback_uri,"},{"line_number":221,"context_line":"                                \"subscription_authentication\": values.subscription_authentication})"},{"line_number":222,"context_line":"        else:"},{"line_number":223,"context_line":"            new_entries.append({\"id\": values.id,"},{"line_number":224,"context_line":"                                \"callback_uri\": values.callback_uri})"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_782d6b45","line":221,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (99 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":229,"context_line":"                new_entries)"},{"line_number":230,"context_line":""},{"line_number":231,"context_line":""},{"line_number":232,"context_line":"        callbackUri \u003d values.callback_uri"},{"line_number":233,"context_line":"        if filter:"},{"line_number":234,"context_line":"            notificationTypes \u003d filter.get(\u0027notificationTypes\u0027)"},{"line_number":235,"context_line":"            operationTypes \u003d filter.get(\u0027operationTypes\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_583227a9","line":232,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":229,"context_line":"                new_entries)"},{"line_number":230,"context_line":""},{"line_number":231,"context_line":""},{"line_number":232,"context_line":"        callbackUri \u003d values.callback_uri"},{"line_number":233,"context_line":"        if filter:"},{"line_number":234,"context_line":"            notificationTypes \u003d filter.get(\u0027notificationTypes\u0027)"},{"line_number":235,"context_line":"            operationTypes \u003d filter.get(\u0027operationTypes\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_704b682a","line":232,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":236,"context_line":""},{"line_number":237,"context_line":"            vnf_lcm_subscriptions_id \u003d _vnf_lcm_subscriptions_id_get(context,"},{"line_number":238,"context_line":"                                            callbackUri,"},{"line_number":239,"context_line":"                                            notificationTypes\u003dnotificationTypes,"},{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_50462423","line":239,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":236,"context_line":""},{"line_number":237,"context_line":"            vnf_lcm_subscriptions_id \u003d _vnf_lcm_subscriptions_id_get(context,"},{"line_number":238,"context_line":"                                            callbackUri,"},{"line_number":239,"context_line":"                                            notificationTypes\u003dnotificationTypes,"},{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8270365","line":239,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_982cbf48","line":243,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":240,"context_line":"                                            operationTypes\u003doperationTypes)"},{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b05500c9","line":243,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"},{"line_number":247,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9050bcd6","line":244,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":241,"context_line":""},{"line_number":242,"context_line":""},{"line_number":243,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":244,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"            _add_filter_data(context, values.id, filter)"},{"line_number":247,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8205b4c","line":244,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":250,"context_line":"                                            callbackUri)"},{"line_number":251,"context_line":""},{"line_number":252,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":253,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d81d9710","line":253,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":250,"context_line":"                                            callbackUri)"},{"line_number":251,"context_line":""},{"line_number":252,"context_line":"            if vnf_lcm_subscriptions_id:"},{"line_number":253,"context_line":"                raise Exception(\"303\"+vnf_lcm_subscriptions_id.id.decode())"},{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f06018a8","line":253,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E226 missing whitespace around arithmetic operator","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1818af1b","line":257,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_305bb0f7","line":257,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_381bf31b","line":257,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":254,"context_line":"            _add_filter_data(context, values.id, {})"},{"line_number":255,"context_line":""},{"line_number":256,"context_line":""},{"line_number":257,"context_line":"    #return vnf_lcm_subscriptions"},{"line_number":258,"context_line":"    return values"},{"line_number":259,"context_line":""},{"line_number":260,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d06354b0","line":257,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":262,"context_line":"def _destroy_vnf_lcm_subscription(context, subscriptionId):"},{"line_number":263,"context_line":"    now \u003d timeutils.utcnow()"},{"line_number":264,"context_line":"    updated_values \u003d {\u0027deleted\u0027: True,"},{"line_number":265,"context_line":"                      \u0027deleted_at\u0027 : now}"},{"line_number":266,"context_line":"    try:"},{"line_number":267,"context_line":"        api.model_query(context, models.VnfLcmSubscriptions). \\"},{"line_number":268,"context_line":"            filter_by(id\u003dsubscriptionId). \\"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_105e6ce5","line":265,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":262,"context_line":"def _destroy_vnf_lcm_subscription(context, subscriptionId):"},{"line_number":263,"context_line":"    now \u003d timeutils.utcnow()"},{"line_number":264,"context_line":"    updated_values \u003d {\u0027deleted\u0027: True,"},{"line_number":265,"context_line":"                      \u0027deleted_at\u0027 : now}"},{"line_number":266,"context_line":"    try:"},{"line_number":267,"context_line":"        api.model_query(context, models.VnfLcmSubscriptions). \\"},{"line_number":268,"context_line":"            filter_by(id\u003dsubscriptionId). \\"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78d28b36","line":265,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":270,"context_line":"    except Exception as e:"},{"line_number":271,"context_line":"        raise e"},{"line_number":272,"context_line":""},{"line_number":273,"context_line":"@base.TackerObjectRegistry.register"},{"line_number":274,"context_line":"class VnfLcmSubscription(base.TackerObject, base.TackerPersistentObject):"},{"line_number":275,"context_line":""},{"line_number":276,"context_line":"    # Version 1.0: Initial version"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_58d7c724","line":273,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":270,"context_line":"    except Exception as e:"},{"line_number":271,"context_line":"        raise e"},{"line_number":272,"context_line":""},{"line_number":273,"context_line":"@base.TackerObjectRegistry.register"},{"line_number":274,"context_line":"class VnfLcmSubscription(base.TackerObject, base.TackerPersistentObject):"},{"line_number":275,"context_line":""},{"line_number":276,"context_line":"    # Version 1.0: Initial version"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_70740869","line":273,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":279,"context_line":"    fields \u003d {"},{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_506f4491","line":282,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":279,"context_line":"    fields \u003d {"},{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8dc2347","line":282,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98e15f02","line":283,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":280,"context_line":"        \u0027id\u0027: fields.UUIDField(nullable\u003dFalse),"},{"line_number":281,"context_line":"        \u0027callback_uri\u0027: fields.StringField(nullable\u003dFalse),"},{"line_number":282,"context_line":"        \u0027subscription_authentication\u0027: fields.DictOfStringsField(nullable\u003dTrue),"},{"line_number":283,"context_line":"        \u0027filter\u0027 : fields.StringField(nullable\u003dTrue)"},{"line_number":284,"context_line":"    }"},{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b06ea092","line":283,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9069dc8c","line":288,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E115 expected an indented block (comment)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8e5fb0b","line":288,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E115 expected an indented block (comment)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8e2b701","line":288,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":285,"context_line":""},{"line_number":286,"context_line":"    @base.remotable"},{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f005b8c3","line":288,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_38f013ca","line":290,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":287,"context_line":"    def create(self, filter):"},{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d00874da","line":290,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E265 block comment should start with \u0027# \u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_10130c0f","line":291,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_78bbabe4","line":291,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_18ed4fef","line":291,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":288,"context_line":"    #def create(self):"},{"line_number":289,"context_line":"        updates \u003d self.obj_clone()"},{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3010d001","line":291,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (95 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""},{"line_number":295,"context_line":"        return db_vnf_lcm_subscriptions"},{"line_number":296,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_58c06751","line":293,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":290,"context_line":"        #filter \u003d updates.pop(\u0027filter\u0027, None)"},{"line_number":291,"context_line":"        db_vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_create(self._context, updates,filter)"},{"line_number":292,"context_line":""},{"line_number":293,"context_line":"        LOG.debug(\u0027test_log: db_vnf_lcm_subscriptions %s\u0027 % db_vnf_lcm_subscriptions)"},{"line_number":294,"context_line":""},{"line_number":295,"context_line":"        return db_vnf_lcm_subscriptions"},{"line_number":296,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_70f9a8c6","line":293,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":297,"context_line":"    @base.remotable_classmethod"},{"line_number":298,"context_line":"    def vnf_lcm_subscriptions_show(cls, context, subscriptionId):"},{"line_number":299,"context_line":"        try:"},{"line_number":300,"context_line":"            vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_show(context, subscriptionId)"},{"line_number":301,"context_line":"        except Exception as e:"},{"line_number":302,"context_line":"            raise e"},{"line_number":303,"context_line":"        return vnf_lcm_subscriptions"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_50f464cf","line":300,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":297,"context_line":"    @base.remotable_classmethod"},{"line_number":298,"context_line":"    def vnf_lcm_subscriptions_show(cls, context, subscriptionId):"},{"line_number":299,"context_line":"        try:"},{"line_number":300,"context_line":"            vnf_lcm_subscriptions \u003d _vnf_lcm_subscriptions_show(context, subscriptionId)"},{"line_number":301,"context_line":"        except Exception as e:"},{"line_number":302,"context_line":"            raise e"},{"line_number":303,"context_line":"        return vnf_lcm_subscriptions"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b8b543f1","line":300,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":314,"context_line":""},{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_98baffdb","line":317,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":314,"context_line":""},{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_b00340b8","line":317,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"},{"line_number":321,"context_line":"                                          operationTypes)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_90fefcab","line":318,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":315,"context_line":"    @base.remotable_classmethod"},{"line_number":316,"context_line":"    def vnf_lcm_subscriptions_get(cls, context,"},{"line_number":317,"context_line":"                                       notificationTypes,"},{"line_number":318,"context_line":"                                       operationTypes\u003dNone):"},{"line_number":319,"context_line":"        return _vnf_lcm_subscriptions_get(context,"},{"line_number":320,"context_line":"                                          notificationTypes,"},{"line_number":321,"context_line":"                                          operationTypes)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f8ce9b81","line":318,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E127 continuation line over-indented for visual indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":323,"context_line":"    @base.remotable_classmethod"},{"line_number":324,"context_line":"    def destroy(cls, context, subscriptionId):"},{"line_number":325,"context_line":"        try:"},{"line_number":326,"context_line":"            get_subscriptionid \u003d _get_by_subscriptionid(context, subscriptionId)"},{"line_number":327,"context_line":"        except Exception as e:"},{"line_number":328,"context_line":"            raise e"},{"line_number":329,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d8cbd76f","line":326,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":323,"context_line":"    @base.remotable_classmethod"},{"line_number":324,"context_line":"    def destroy(cls, context, subscriptionId):"},{"line_number":325,"context_line":"        try:"},{"line_number":326,"context_line":"            get_subscriptionid \u003d _get_by_subscriptionid(context, subscriptionId)"},{"line_number":327,"context_line":"        except Exception as e:"},{"line_number":328,"context_line":"            raise e"},{"line_number":329,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_f02e5841","line":326,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (80 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":336,"context_line":"            raise e"},{"line_number":337,"context_line":""},{"line_number":338,"context_line":"        return 204"},{"line_number":339,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_38c93378","line":339,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W391 blank line at end of file","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":336,"context_line":"            raise e"},{"line_number":337,"context_line":""},{"line_number":338,"context_line":"        return 204"},{"line_number":339,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_d03194a4","line":339,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W391 blank line at end of file","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/tests/unit/objects/fakes.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":50,"context_line":"    \u0027type\u0027: \u0027tosca.artifacts.nfv.SwImage\u0027,"},{"line_number":51,"context_line":"    \u0027algorithm\u0027: \u0027sha512\u0027, \u0027hash\u0027: uuidsentinel.hash}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d02c5b5","line":53,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (570 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":50,"context_line":"    \u0027type\u0027: \u0027tosca.artifacts.nfv.SwImage\u0027,"},{"line_number":51,"context_line":"    \u0027algorithm\u0027: \u0027sha512\u0027, \u0027hash\u0027: uuidsentinel.hash}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd3a9f96","line":53,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (570 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dff01ab","line":56,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d423b11","line":56,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d45b717","line":56,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":53,"context_line":"filter \u003d {\"usageState\": [\"NOT_IN_USE\"], \"vnfPkgId\": [\"f04857cb-abdc-405f-8254-01501f3fa059\"], \"vnfdId\": [\"b1bb0ce7-5555-0001-95ed-4840d70a1209\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}, {\"vnfProvider\": \"xxxxx\", \"vnfProducts\": [{\"vnfProductName\": \"artifactVNF\", \"versions\": [{\"vnfSoftwareVersion\": \"1.0\", \"vnfdVersions\": [\"v2.2\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"operationalState\": [\"ENABLED\"]}"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d2d5d45","line":56,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d3219a9","line":57,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":54,"context_line":""},{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d4b932a","line":57,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"fake_vnf_package_response \u003d copy.deepcopy(vnf_package_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d468f23","line":58,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":55,"context_line":"subscription_data \u003d {"},{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"fake_vnf_package_response \u003d copy.deepcopy(vnf_package_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd27f564","line":58,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E203 whitespace before \u0027:\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"fake_vnf_package_response \u003d copy.deepcopy(vnf_package_data)"},{"line_number":62,"context_line":"fake_vnf_package_response.pop(\u0027user_data\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d2cb148","line":59,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":56,"context_line":"               \u0027id\u0027 : \"c3e5ea85-8e3d-42df-a636-3b7857cbd7f9\","},{"line_number":57,"context_line":"               \u0027callback_uri\u0027 : \"fake_url\","},{"line_number":58,"context_line":"               \u0027created_at\u0027 : \"2020-06-11 09:39:58\""},{"line_number":59,"context_line":"            }"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"fake_vnf_package_response \u003d copy.deepcopy(vnf_package_data)"},{"line_number":62,"context_line":"fake_vnf_package_response.pop(\u0027user_data\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad55abc8","line":59,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E126 continuation line over-indented for hanging indent","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}],"tacker/tests/unit/objects/test_vnf_lcm_subscriptions.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":14,"context_line":"# limitations under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"import mock"},{"line_number":17,"context_line":"from tacker.common import exceptions"},{"line_number":18,"context_line":"from tacker import context"},{"line_number":19,"context_line":"from tacker import objects"},{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8db42737","line":17,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.common.exceptions\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":14,"context_line":"# limitations under the License."},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"import mock"},{"line_number":17,"context_line":"from tacker.common import exceptions"},{"line_number":18,"context_line":"from tacker import context"},{"line_number":19,"context_line":"from tacker import objects"},{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdc4cd94","line":17,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.common.exceptions\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"},{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3dbf65fc","line":23,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.objects.vnf_lcm_subscriptions\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"},{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cd873f61","line":23,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.objects.vnf_lcm_subscriptions\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"},{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddc10983","line":23,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.tests.uuidsentinel, tacker.objects.vnf_lcm_subscriptions)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":20,"context_line":"from tacker.tests.unit.db.base import SqlTestCase"},{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed84c360","line":23,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.tests.uuidsentinel, tacker.objects.vnf_lcm_subscriptions)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0d82d74f","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: F401 \u0027tacker.db.nfvo.nfvo_db\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d36fdb6","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: F401 \u0027tacker.db.nfvo.nfvo_db\u0027 imported but unused","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1dbc2104","line":24,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.objects.vnf_lcm_subscriptions, tacker.db.nfvo.nfvo_db)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":21,"context_line":"from tacker.tests.unit.objects import fakes"},{"line_number":22,"context_line":"from tacker.tests import uuidsentinel"},{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2d7fdb67","line":24,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: H306: imports not in alphabetical order (tacker.objects.vnf_lcm_subscriptions, tacker.db.nfvo.nfvo_db)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"    def setUp(self):"},{"line_number":29,"context_line":"        super(TestVnfd, self).setUp()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d3b399b","line":26,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":23,"context_line":"from tacker.objects import vnf_lcm_subscriptions"},{"line_number":24,"context_line":"from tacker.db.nfvo import nfvo_db"},{"line_number":25,"context_line":""},{"line_number":26,"context_line":"class TestVnfd(SqlTestCase):"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"    def setUp(self):"},{"line_number":29,"context_line":"        super(TestVnfd, self).setUp()"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6d98b3bf","line":26,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E302 expected 2 blank lines, found 1","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        return vnf_pack_vnfd_obj"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4d932fa4","line":55,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":52,"context_line":""},{"line_number":53,"context_line":"        return vnf_pack_vnfd_obj"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd409509","line":55,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":53,"context_line":"        return vnf_pack_vnfd_obj"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d45d11a","line":56,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":53,"context_line":"        return vnf_pack_vnfd_obj"},{"line_number":54,"context_line":""},{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ad92cb9c","line":56,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"},{"line_number":60,"context_line":"        subscription_obj.create(filter)"},{"line_number":61,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8d8d477d","line":58,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (1071 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":55,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"},{"line_number":60,"context_line":"        subscription_obj.create(filter)"},{"line_number":61,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd496d32","line":58,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (1071 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"},{"line_number":60,"context_line":"        subscription_obj.create(filter)"},{"line_number":61,"context_line":""},{"line_number":62,"context_line":"        return subscription_obj"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd462922","line":59,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (124 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":56,"context_line":"    def _create_subscription(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":57,"context_line":"        filter \u003d fakes.filter"},{"line_number":58,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":59,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription(context\u003dself.context, **fakes.subscription_data)"},{"line_number":60,"context_line":"        subscription_obj.create(filter)"},{"line_number":61,"context_line":""},{"line_number":62,"context_line":"        return subscription_obj"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ede9631a","line":59,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (124 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":61,"context_line":""},{"line_number":62,"context_line":"        return subscription_obj"},{"line_number":63,"context_line":""},{"line_number":64,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":65,"context_line":"    def test_create(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d5485ca","line":64,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":61,"context_line":""},{"line_number":62,"context_line":"        return subscription_obj"},{"line_number":63,"context_line":""},{"line_number":64,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":65,"context_line":"    def test_create(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdec5f2b","line":64,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":62,"context_line":"        return subscription_obj"},{"line_number":63,"context_line":""},{"line_number":64,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":65,"context_line":"    def test_create(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":68,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d51c1d9","line":65,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":62,"context_line":"        return subscription_obj"},{"line_number":63,"context_line":""},{"line_number":64,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_create\u0027)"},{"line_number":65,"context_line":"    def test_create(self,mock_vnf_lcm_subscriptions_create):"},{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":68,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2df4fbf1","line":65,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":68,"context_line":"            context\u003dself.context)"},{"line_number":69,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":70,"context_line":""},{"line_number":71,"context_line":"        result \u003d subscription_obj.create(filter)"},{"line_number":72,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0df777f7","line":69,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (1071 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":66,"context_line":"        filter \u003d fakes.filter"},{"line_number":67,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":68,"context_line":"            context\u003dself.context)"},{"line_number":69,"context_line":"        mock_vnf_lcm_subscriptions_create.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":70,"context_line":""},{"line_number":71,"context_line":"        result \u003d subscription_obj.create(filter)"},{"line_number":72,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d5f1de5","line":69,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (1071 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":72,"context_line":"        self.assertTrue(filter, result)"},{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d64d9b9","line":75,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":72,"context_line":"        self.assertTrue(filter, result)"},{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6ddd536f","line":75,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":72,"context_line":"        self.assertTrue(filter, result)"},{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dd84f7e","line":75,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":72,"context_line":"        self.assertTrue(filter, result)"},{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd59b5ff","line":75,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (84 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":79,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d5e71e4","line":76,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":73,"context_line":""},{"line_number":74,"context_line":""},{"line_number":75,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_show\u0027)"},{"line_number":76,"context_line":"    def test_show(self,mock_vnf_lcm_subscriptions_show):"},{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":79,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ade76b40","line":76,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":79,"context_line":"            context\u003dself.context)"},{"line_number":80,"context_line":"        mock_vnf_lcm_subscriptions_show.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8de2672e","line":80,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (1069 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":77,"context_line":"        filter \u003d fakes.filter"},{"line_number":78,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":79,"context_line":"            context\u003dself.context)"},{"line_number":80,"context_line":"        mock_vnf_lcm_subscriptions_show.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fd720d7c","line":80,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (1069 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":79,"context_line":"            context\u003dself.context)"},{"line_number":80,"context_line":"        mock_vnf_lcm_subscriptions_show.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_dd6f4990","line":82,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (96 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":79,"context_line":"            context\u003dself.context)"},{"line_number":80,"context_line":"        mock_vnf_lcm_subscriptions_show.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_edd2035c","line":82,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (96 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"},{"line_number":86,"context_line":"    def test_list(self,mock_vnf_lcm_subscriptions_all):"},{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_3d6da598","line":85,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":82,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_show(self.context, self.subscription.id)"},{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"},{"line_number":86,"context_line":"    def test_list(self,mock_vnf_lcm_subscriptions_all):"},{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_cdd57f45","line":85,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (83 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"},{"line_number":86,"context_line":"    def test_list(self,mock_vnf_lcm_subscriptions_all):"},{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":89,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_1d6a617f","line":86,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":83,"context_line":"        self.assertTrue(filter, result)"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_vnf_lcm_subscriptions_all\u0027)"},{"line_number":86,"context_line":"    def test_list(self,mock_vnf_lcm_subscriptions_all):"},{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":89,"context_line":"            context\u003dself.context)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2dcd1bb8","line":86,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E231 missing whitespace after \u0027,\u0027","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":89,"context_line":"            context\u003dself.context)"},{"line_number":90,"context_line":"        mock_vnf_lcm_subscriptions_all.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_list(self.context)"},{"line_number":93,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_0dd01750","line":90,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (1068 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":87,"context_line":"        filter \u003d fakes.filter"},{"line_number":88,"context_line":"        subscription_obj \u003d objects.vnf_lcm_subscriptions.VnfLcmSubscription("},{"line_number":89,"context_line":"            context\u003dself.context)"},{"line_number":90,"context_line":"        mock_vnf_lcm_subscriptions_all.return_value \u003d \u0027{\"filter\": \"{\"operationStates\": [\"COMPLETED\"], \"vnfInstanceNames\": [\"xxxxxxxxxxxxxxxxxx\"], \"operationTypes\": [\"INSTANTIATE\"], \"vnfdIds\": [\"405d73c7-e964-4c8b-a914-41478ccd7c42\"], \"vnfProductsFromProviders\": [{\"vnfProvider\": \"x2x\", \"vnfProducts\": [{\"vnfProductName\": \"x2xx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx2XX\", \"vnfdVersions\": [\"ss2\"]}]}]}, {\"vnfProvider\": \"z2z\", \"vnfProducts\": [{\"vnfProductName\": \"z2zx\", \"versions\": [{\"vnfSoftwareVersion\": \"xx3XX\", \"vnfdVersions\": [\"s3sx\", \"s3sa\"]}]}, {\"vnfProductName\": \"zz3ex\", \"versions\": [{\"vnfSoftwareVersion\": \"xxe3eXz\", \"vnfdVersions\": [\"ss3xz\", \"s3esaz\"]}, {\"vnfSoftwareVersion\": \"xxeeeXw\", \"vnfdVersions\": [\"ss3xw\", \"ss3w\"]}]}]}], \"notificationTypes\": [\"VnfLcmOperationOccurrenceNotification\"], \"vnfInstanceIds\": [\"fb0b9a12-4b55-47ac-9ca8-5fdd52c4c07f\"]}\", \"callbackUri\": \"http://localhost/xxx\", \"_links\": {\"self\": {\"href\": \"http://localhost:9890//vnflcm/v1/subscriptions/530a3c43-043a-4b84-9d65-aa0df49f7ced\"}}, \"id\": \"530a3c43-043a-4b84-9d65-aa0df49f7ced\"}\u0027"},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"        result \u003d subscription_obj.vnf_lcm_subscriptions_list(self.context)"},{"line_number":93,"context_line":"        self.assertTrue(filter, result)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7d043dc7","line":90,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (1068 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":93,"context_line":"        self.assertTrue(filter, result)"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_5d0979db","line":96,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":93,"context_line":"        self.assertTrue(filter, result)"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_6dc6f39c","line":96,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E303 too many blank lines (2)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":93,"context_line":"        self.assertTrue(filter, result)"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_4dc16f80","line":96,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":93,"context_line":"        self.assertTrue(filter, result)"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bd0ed5e2","line":96,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (86 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""},{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9d13110e","line":98,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_destroy_vnf_lcm_subscription\u0027)"},{"line_number":97,"context_line":"    @mock.patch.object(objects.vnf_lcm_subscriptions, \u0027_get_by_subscriptionid\u0027)"},{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""},{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_adc00b7d","line":98,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (91 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""},{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"},{"line_number":102,"context_line":""},{"line_number":103,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_8dbb870c","line":101,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: E501 line too long (97 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":98,"context_line":"    def test_destroy(self, mock_get_by_subscriptionid, mock_vnf_lcm_subscriptions_destroy):"},{"line_number":99,"context_line":"        mock_get_by_subscriptionid.result_value \u003d \"OK\""},{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"},{"line_number":102,"context_line":""},{"line_number":103,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_fdf7add3","line":101,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: E501 line too long (97 \u003e 79 characters)","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"082112f60362f026a8c958f9d3658847d89120c5","unresolved":false,"context_lines":[{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"},{"line_number":102,"context_line":""},{"line_number":103,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ddf469d2","line":103,"updated":"2020-07-27 11:20:05.000000000","message":"pep8: W391 blank line at end of file","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"89c52137933c816095a2f6de4c11043f5bea422c","unresolved":false,"context_lines":[{"line_number":100,"context_line":"        self.subscription.destroy(self.context, self.subscription.id)"},{"line_number":101,"context_line":"        mock_vnf_lcm_subscriptions_destroy.assert_called_with(self.context, self.subscription.id)"},{"line_number":102,"context_line":""},{"line_number":103,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ed37a3af","line":103,"updated":"2020-07-31 11:43:12.000000000","message":"pep8: W391 blank line at end of file","commit_id":"5aa4b002bebbcb25cc37b1d9d7f14f6b850c04e0"}]}
