)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"904b995f88669908cd3a4440e88f0df338bfc2c4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"18b24a2c_8d675330","updated":"2024-05-15 20:00:31.000000000","message":"This fix makes sense; however, some unit tests and linting tests are failing.. Could you please check the logs and fix them appropriately?\n\nAlso can you include a release note with your next patch: https://docs.openstack.org/python-manilaclient/latest/contributor/adding_release_notes.html","commit_id":"805443e105e64d96cc0096fbbdb976a814047304"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"49fb25343462e63e9829928df51520826a5d2c0e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"ab222d10_c16bb9ab","updated":"2024-05-17 19:27:13.000000000","message":"Thank you; LGTM.. if you need to make another patch, please fixup the release note issue","commit_id":"b8b1cfaf804ff3ca3362dbea205eca1856b30e73"},{"author":{"_account_id":30407,"name":"haixin","email":"haixin_haixin@qq.com","username":"haixin"},"change_message_id":"0b5682c76e62a8f5d0167c6cf5407f849ae43d13","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"81fa0ad2_430d2195","updated":"2024-05-21 00:53:18.000000000","message":"code LGTM, just need to fix release note.","commit_id":"b8b1cfaf804ff3ca3362dbea205eca1856b30e73"},{"author":{"_account_id":30407,"name":"haixin","email":"haixin_haixin@qq.com","username":"haixin"},"change_message_id":"695e328555cbfe3b5118debb0ce92b1784bf77b6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"4750ee6f_df28b2ce","updated":"2024-05-22 00:57:03.000000000","message":"LGTM, it\u0027s good to go.","commit_id":"ae363bdf089831685ca963a829514ebfb69c640e"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"c27450fd581b5345235ba759242db3fadefc119b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"3d3f6d81_1694c315","updated":"2024-05-21 15:46:06.000000000","message":"LGTM; thank you","commit_id":"ae363bdf089831685ca963a829514ebfb69c640e"}],"manilaclient/osc/v2/share_networks.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"49fb25343462e63e9829928df51520826a5d2c0e","unresolved":false,"context_lines":[{"line_number":317,"context_line":"        if availability_zone:"},{"line_number":318,"context_line":"            kwargs[\u0027availability_zone\u0027] \u003d availability_zone"},{"line_number":319,"context_line":"        share_network \u003d share_client.share_networks.create(**kwargs)"},{"line_number":320,"context_line":"        "},{"line_number":321,"context_line":"        share_network_data \u003d share_network._info"},{"line_number":322,"context_line":"        share_network_data.pop(\u0027links\u0027, None)"},{"line_number":323,"context_line":"        if parsed_args.formatter \u003d\u003d \u0027table\u0027:"}],"source_content_type":"text/x-python","patch_set":6,"id":"1494fe79_cb199e20","line":320,"in_reply_to":"cb5ebe61_7d9b91a3","updated":"2024-05-17 19:27:13.000000000","message":"Done","commit_id":"805443e105e64d96cc0096fbbdb976a814047304"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"904b995f88669908cd3a4440e88f0df338bfc2c4","unresolved":true,"context_lines":[{"line_number":317,"context_line":"        if availability_zone:"},{"line_number":318,"context_line":"            kwargs[\u0027availability_zone\u0027] \u003d availability_zone"},{"line_number":319,"context_line":"        share_network \u003d share_client.share_networks.create(**kwargs)"},{"line_number":320,"context_line":"        "},{"line_number":321,"context_line":"        share_network_data \u003d share_network._info"},{"line_number":322,"context_line":"        share_network_data.pop(\u0027links\u0027, None)"},{"line_number":323,"context_line":"        if parsed_args.formatter \u003d\u003d \u0027table\u0027:"}],"source_content_type":"text/x-python","patch_set":6,"id":"cb5ebe61_7d9b91a3","line":320,"in_reply_to":"d54620b3_5b0bc80e","updated":"2024-05-15 20:00:31.000000000","message":"\u003e pep8: W293 blank line contains whitespace\n\nPlease fix.","commit_id":"805443e105e64d96cc0096fbbdb976a814047304"}],"releasenotes/notes/bug-2065769-fix-share-network-create-fa76f38f1b640001.yaml":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"49fb25343462e63e9829928df51520826a5d2c0e","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Share network create command failed with 2.32 version of api, due to set "},{"line_number":5,"context_line":"    availability zone argument for old version of create function, which doesn\u0027t have"},{"line_number":6,"context_line":"    this argument. The bug was fixed by adding a check that the user set the "},{"line_number":7,"context_line":"    availability zone in query."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"fcff9ac1_b82f2b3b","line":4,"range":{"start_line":4,"start_character":69,"end_line":4,"end_character":75},"updated":"2024-05-17 19:27:13.000000000","message":"please remove trailing white space after this line, and the third line in this note..","commit_id":"b8b1cfaf804ff3ca3362dbea205eca1856b30e73"},{"author":{"_account_id":37033,"name":"Morozov Aleksey","display_name":"Aleksey","email":"morozovalekseywot@gmail.com","username":"morozovalekseywot"},"change_message_id":"cfa6cafe812f29ccb3f4d5fec0e79732e7e722fd","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Share network create command failed with 2.32 version of api, due to set "},{"line_number":5,"context_line":"    availability zone argument for old version of create function, which doesn\u0027t have"},{"line_number":6,"context_line":"    this argument. The bug was fixed by adding a check that the user set the "},{"line_number":7,"context_line":"    availability zone in query."}],"source_content_type":"text/x-yaml","patch_set":7,"id":"48838b4c_97a206cf","line":4,"range":{"start_line":4,"start_character":69,"end_line":4,"end_character":75},"in_reply_to":"fcff9ac1_b82f2b3b","updated":"2024-05-21 12:07:12.000000000","message":"Done","commit_id":"b8b1cfaf804ff3ca3362dbea205eca1856b30e73"}]}
