)]}'
{"cinder/scheduler/manager.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":146,"context_line":"        # If we received the timestamp we have to deserialize it"},{"line_number":147,"context_line":"        elif timestamp:"},{"line_number":148,"context_line":"            timestamp \u003d datetime.datetime.strptime(timestamp,"},{"line_number":149,"context_line":"                                                   timeutils.PERFECT_TIME_FORMAT)"},{"line_number":150,"context_line":""},{"line_number":151,"context_line":"        self.driver.update_service_capabilities(service_name,"},{"line_number":152,"context_line":"                                                host,"}],"source_content_type":"text/x-python","patch_set":2,"id":"7dba4a17_607c4209","line":149,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":164,"context_line":"        # If we received the timestamp we have to deserialize it"},{"line_number":165,"context_line":"        elif timestamp:"},{"line_number":166,"context_line":"            timestamp \u003d datetime.datetime.strptime(timestamp,"},{"line_number":167,"context_line":"                                                   timeutils.PERFECT_TIME_FORMAT)"},{"line_number":168,"context_line":"        backend \u003d backend or host"},{"line_number":169,"context_line":"        self.driver.notify_service_capabilities(service_name,"},{"line_number":170,"context_line":"                                                backend,"}],"source_content_type":"text/x-python","patch_set":2,"id":"7a8d2099_56ff2199","line":167,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: E501 line too long (81 \u003e 79 characters)","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"}],"cinder/tests/unit/scheduler/test_host_manager.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":17,"context_line":"from datetime import timedelta"},{"line_number":18,"context_line":"from unittest import mock"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":"import datetime"},{"line_number":21,"context_line":"import ddt"},{"line_number":22,"context_line":"from oslo_config import cfg"},{"line_number":23,"context_line":"from oslo_serialization import jsonutils"}],"source_content_type":"text/x-python","patch_set":2,"id":"c09f5a25_09556343","line":20,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: I202 Additional newline in a group of imports. \u0027import datetime\u0027 is identified as Stdlib and \u0027from unittest import mock\u0027 is identified as Stdlib.","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":18,"context_line":"from unittest import mock"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":"import datetime"},{"line_number":21,"context_line":"import ddt"},{"line_number":22,"context_line":"from oslo_config import cfg"},{"line_number":23,"context_line":"from oslo_serialization import jsonutils"},{"line_number":24,"context_line":"from oslo_utils import timeutils"}],"source_content_type":"text/x-python","patch_set":2,"id":"7137c63f_61a7d740","line":21,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: I201 Missing newline between import groups. \u0027import ddt\u0027 is identified as Third Party and \u0027import datetime\u0027 is identified as Stdlib.","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":140,"context_line":""},{"line_number":141,"context_line":"        service_name \u003d \u0027volume\u0027"},{"line_number":142,"context_line":"        # The host manager receives a deserialized timestamp"},{"line_number":143,"context_line":"        timestamp \u003d datetime.datetime.strptime(timestamp, timeutils.PERFECT_TIME_FORMAT)"},{"line_number":144,"context_line":"        self.host_manager.update_service_capabilities(service_name, \u0027host1\u0027,"},{"line_number":145,"context_line":"                                                      host1_volume_capabs,"},{"line_number":146,"context_line":"                                                      None, timestamp)"}],"source_content_type":"text/x-python","patch_set":2,"id":"c339a9cf_746f362e","line":143,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"}],"cinder/volume/drivers/open_e/jovian_common/jdss_common.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"111a0ffeebbd780214d7a0711b0c810e54f56ad7","unresolved":false,"context_lines":[{"line_number":148,"context_line":"    newest_date \u003d None"},{"line_number":149,"context_line":"    sname \u003d None"},{"line_number":150,"context_line":"    for snap in snapshots:"},{"line_number":151,"context_line":"        current_date \u003d datetime.datetime.strptime(snap[\u0027creation\u0027], \"%Y-%m-%d %H:%M:%S\")"},{"line_number":152,"context_line":"        if newest_date is None or current_date \u003e newest_date:"},{"line_number":153,"context_line":"            newest_date \u003d current_date"},{"line_number":154,"context_line":"            sname \u003d snap[\u0027name\u0027]"}],"source_content_type":"text/x-python","patch_set":2,"id":"ebf164de_4a356a89","line":151,"updated":"2026-06-19 00:27:52.000000000","message":"pep8: E501 line too long (88 \u003e 79 characters)","commit_id":"d59bebe80baada8b1bd04c888b7270cdede127e9"}]}
