)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6f5c6450875d501a0e2ba129801af0c8935acd87","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"6808da32_7a349a61","updated":"2021-07-15 22:07:00.000000000","message":"Great job with this commit message, looks like you had amazing mentors :)","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"}],"manilaclient/tests/unit/osc/v2/test_quotas.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":18,"context_line":"from openstackclient.tests.unit.identity.v3 import fakes as identity_fakes"},{"line_number":19,"context_line":""},{"line_number":20,"context_line":"from manilaclient import api_versions"},{"line_number":21,"context_line":"from manilaclient.api_versions import MAX_VERSION"},{"line_number":22,"context_line":"from manilaclient.common.apiclient.exceptions import BadRequest"},{"line_number":23,"context_line":"from manilaclient.osc.v2 import quotas as osc_quotas"},{"line_number":24,"context_line":"from manilaclient.tests.unit.osc.v2 import fakes as manila_fakes"}],"source_content_type":"text/x-python","patch_set":1,"id":"6f887203_581d1da4","line":21,"range":{"start_line":21,"start_character":17,"end_line":21,"end_character":49},"updated":"2021-07-15 22:05:21.000000000","message":"import modules, not objects.. https://docs.openstack.org/hacking/latest/user/hacking.html#imports\n\nthe module\u0027s already been imported above","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":33,"context_line":"        self.quotas_mock.reset_mock()"},{"line_number":34,"context_line":""},{"line_number":35,"context_line":"        self.app.client_manager.share.api_version \u003d api_versions.APIVersion("},{"line_number":36,"context_line":"            MAX_VERSION"},{"line_number":37,"context_line":"        )"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"411c2efe_5b503e20","line":36,"range":{"start_line":36,"start_character":12,"end_line":36,"end_character":23},"updated":"2021-07-15 22:05:21.000000000","message":"api_versions.MAX_VERSION","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"}],"manilaclient/tests/unit/osc/v2/test_share_access_rules.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":13,"context_line":"from osc_lib import utils as oscutils"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from manilaclient import api_versions"},{"line_number":16,"context_line":"from manilaclient.api_versions import MAX_VERSION"},{"line_number":17,"context_line":"from manilaclient.osc.v2 import share_access_rules as osc_share_access_rules"},{"line_number":18,"context_line":"from manilaclient.tests.unit.osc.v2 import fakes as manila_fakes"},{"line_number":19,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"ce718f00_4e803d53","line":16,"range":{"start_line":16,"start_character":0,"end_line":16,"end_character":49},"updated":"2021-07-15 22:05:21.000000000","message":"same comment here, the module\u0027s already being imported in this file; so you can remove this and set line 41 to api_versions.MAX_VERSION","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"}],"manilaclient/tests/unit/osc/v2/test_share_snapshots.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":21,"context_line":"from osc_lib import utils as oscutils"},{"line_number":22,"context_line":""},{"line_number":23,"context_line":"from manilaclient import api_versions"},{"line_number":24,"context_line":"from manilaclient.api_versions import MAX_VERSION"},{"line_number":25,"context_line":"from manilaclient.common import cliutils"},{"line_number":26,"context_line":"from manilaclient.osc.v2 import share_snapshots as osc_share_snapshots"},{"line_number":27,"context_line":"from manilaclient.tests.unit.osc import osc_utils"}],"source_content_type":"text/x-python","patch_set":1,"id":"abd891b0_3ad40c11","line":24,"range":{"start_line":24,"start_character":0,"end_line":24,"end_character":49},"updated":"2021-07-15 22:05:21.000000000","message":"same comment as other files.","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":54,"context_line":"        self.snapshots_mock \u003d self.app.client_manager.share.share_snapshots"},{"line_number":55,"context_line":"        self.snapshots_mock.reset_mock()"},{"line_number":56,"context_line":"        self.app.client_manager.share.api_version \u003d api_versions.APIVersion("},{"line_number":57,"context_line":"            MAX_VERSION)"},{"line_number":58,"context_line":""},{"line_number":59,"context_line":"        self.export_locations_mock \u003d ("},{"line_number":60,"context_line":"            self.app.client_manager.share.share_snapshot_export_locations)"}],"source_content_type":"text/x-python","patch_set":1,"id":"d7f31c9c_f3748cb2","line":57,"range":{"start_line":57,"start_character":12,"end_line":57,"end_character":23},"updated":"2021-07-15 22:05:21.000000000","message":"api_versions.MAX_VERSION","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"}],"manilaclient/tests/unit/osc/v2/test_share_type.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":17,"context_line":"from osc_lib import utils as oscutils"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from manilaclient import api_versions"},{"line_number":20,"context_line":"from manilaclient.api_versions import MAX_VERSION"},{"line_number":21,"context_line":"from manilaclient.common.apiclient.exceptions import BadRequest"},{"line_number":22,"context_line":"from manilaclient.common.apiclient.exceptions import NotFound"},{"line_number":23,"context_line":"from manilaclient.osc.v2 import share_types as osc_share_types"}],"source_content_type":"text/x-python","patch_set":1,"id":"930ee509_b0a5bf7a","line":20,"range":{"start_line":20,"start_character":0,"end_line":20,"end_character":49},"updated":"2021-07-15 22:05:21.000000000","message":"remove","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"6e3f6e62647da8938ee9dbb95bd6ceb2303ca04b","unresolved":true,"context_lines":[{"line_number":43,"context_line":"        self.shares_mock \u003d self.app.client_manager.share.share_types"},{"line_number":44,"context_line":"        self.shares_mock.reset_mock()"},{"line_number":45,"context_line":"        self.app.client_manager.share.api_version \u003d api_versions.APIVersion("},{"line_number":46,"context_line":"            MAX_VERSION)"},{"line_number":47,"context_line":""},{"line_number":48,"context_line":""},{"line_number":49,"context_line":"class TestShareTypeCreate(TestShareType):"}],"source_content_type":"text/x-python","patch_set":1,"id":"7aff8a9d_1e2007d7","line":46,"range":{"start_line":46,"start_character":12,"end_line":46,"end_character":23},"updated":"2021-07-15 22:05:21.000000000","message":"api_versions.MAX_VERSION","commit_id":"7f0357145fdc14ec404fa4b63ab896eb5cd58f10"}]}
