)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"dfdb7f71fd5aa71d1a065b455b942b65fd291e08","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bb15519e_2eb514b8","updated":"2026-07-17 17:31:52.000000000","message":"LGTM, thank you for working on this change. Could you please add a (or a few) functional test to manila-tempest-plugin?","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":30025,"name":"Vida Haririan","display_name":"Vida Haririan","email":"vhariria@redhat.com","username":"vhari"},"change_message_id":"b74a3d07f6835b8c0c40135bd90a7438180be8f8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"7b198bbc_69acbeae","updated":"2026-07-14 15:00:09.000000000","message":"Looks good, thank you. Fixes the filter side and target microversion.","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"77d908ea75c5d4c40c96bef4143b325275942000","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"cf2e6619_dfe972d2","updated":"2026-07-24 07:10:08.000000000","message":"Thank you @inyong.hong@samsung.com!","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":36686,"name":"Inyong Hong","display_name":"hongp","email":"inyong.hong@samsung.com","username":"hong-p"},"change_message_id":"03da201f7809c2314e37f90effe566faa2316021","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8c20942c_f4ce67bc","in_reply_to":"bb15519e_2eb514b8","updated":"2026-07-23 14:35:58.000000000","message":"Of course, I will do that.","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"}],"manila/api/openstack/api_version_request.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"77d908ea75c5d4c40c96bef4143b325275942000","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"90810f62_d7d49a26","updated":"2026-07-24 07:10:08.000000000","message":"When this file is modified, `rest_api_version_history.rst` must be modified too.. please do as a separate change","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":36180,"name":"Gireesh Awasthi","display_name":"Gireesh","email":"gawasthi2010@gmail.com","username":"agireesh","status":"NetApp"},"change_message_id":"55dbe5a41a0ddba97299db0d254f40e3a458ac54","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b50e5b69_39b1bbde","in_reply_to":"90810f62_d7d49a26","updated":"2026-07-24 16:59:13.000000000","message":"Due to merge conflict, I was rebasing my share server replica code and I have also notice that it is missing in rest_api_version_history.rst file.","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":36686,"name":"Inyong Hong","display_name":"hongp","email":"inyong.hong@samsung.com","username":"hong-p"},"change_message_id":"be01fd0a56bf97d21a3689fa68b44f17c1b1d875","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a411cb56_0f748f3d","in_reply_to":"b50e5b69_39b1bbde","updated":"2026-07-25 07:47:52.000000000","message":"Oh, I\u0027m sorry, @gawasthi2010@gmail.com I just submitted a change to update `rest_api_version_history.rst` https://review.opendev.org/c/openstack/manila/+/998696","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"}],"manila/share/api.py":[{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"dfdb7f71fd5aa71d1a065b455b942b65fd291e08","unresolved":true,"context_lines":[{"line_number":2461,"context_line":"                az \u003d self.db.availability_zone_get(context, az_name)"},{"line_number":2462,"context_line":"                filters[\u0027availability_zone_id\u0027] \u003d az[\u0027id\u0027]"},{"line_number":2463,"context_line":"            except exception.AvailabilityZoneNotFound:"},{"line_number":2464,"context_line":"                return (0, []) if show_count else []"},{"line_number":2465,"context_line":""},{"line_number":2466,"context_line":"        if \u0027metadata\u0027 in search_opts:"},{"line_number":2467,"context_line":"            filters[\u0027metadata\u0027] \u003d search_opts.pop(\u0027metadata\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"e59fe3b1_965b8ca5","line":2464,"range":{"start_line":2464,"start_character":15,"end_line":2464,"end_character":52},"updated":"2026-07-17 17:31:52.000000000","message":"++ this grants backwards compatibility, so thanks for not raising an exception here :)","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"},{"author":{"_account_id":36686,"name":"Inyong Hong","display_name":"hongp","email":"inyong.hong@samsung.com","username":"hong-p"},"change_message_id":"03da201f7809c2314e37f90effe566faa2316021","unresolved":false,"context_lines":[{"line_number":2461,"context_line":"                az \u003d self.db.availability_zone_get(context, az_name)"},{"line_number":2462,"context_line":"                filters[\u0027availability_zone_id\u0027] \u003d az[\u0027id\u0027]"},{"line_number":2463,"context_line":"            except exception.AvailabilityZoneNotFound:"},{"line_number":2464,"context_line":"                return (0, []) if show_count else []"},{"line_number":2465,"context_line":""},{"line_number":2466,"context_line":"        if \u0027metadata\u0027 in search_opts:"},{"line_number":2467,"context_line":"            filters[\u0027metadata\u0027] \u003d search_opts.pop(\u0027metadata\u0027)"}],"source_content_type":"text/x-python","patch_set":1,"id":"2b2493df_27dbda91","line":2464,"range":{"start_line":2464,"start_character":15,"end_line":2464,"end_character":52},"in_reply_to":"e59fe3b1_965b8ca5","updated":"2026-07-23 14:35:58.000000000","message":"Done","commit_id":"f30ff783ded943d482cdcac6f60ad3c05b7ff0f3"}]}
