)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"67ba6275627f672a15c0824f147b466a7f63b70c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"f5c5f7a9_6388593b","updated":"2022-09-28 11:05:45.000000000","message":"Good idea. This needs tests and a release note along with some other comments I\u0027ve called out. Otherwise, fine by me.","commit_id":"330626adab38e4faf5a4eaad5460c8cd5c196573"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"244c298d898881b841f226a16e6684dbf5a2311f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"dab35db9_3d4a053e","updated":"2022-10-26 09:15:41.000000000","message":"Almost there. Still missing tests though...","commit_id":"84f310a06819b3df692e9d23567e58dbe4562ec3"},{"author":{"_account_id":34208,"name":"Rafael Castillo","email":"rcastill@redhat.com","username":"rcastill"},"change_message_id":"5c41e346442ea1846e70907897cbde756de47cd7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"2ae8c729_f662fd90","in_reply_to":"dab35db9_3d4a053e","updated":"2022-11-01 22:51:32.000000000","message":"Done.","commit_id":"84f310a06819b3df692e9d23567e58dbe4562ec3"},{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"f8a16d1a086830bebccfad01d9be63a03d918e70","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":11,"id":"10348d0a_af9de186","updated":"2023-01-16 13:24:27.000000000","message":"recheck because of unrelated issue","commit_id":"afee1796aa3008e282391f1d44e758293916ab75"}],"openstack/compute/v2/_proxy.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"67ba6275627f672a15c0824f147b466a7f63b70c","unresolved":true,"context_lines":[{"line_number":648,"context_line":"        else:"},{"line_number":649,"context_line":"            self._delete(_server.Server, server, ignore_missing\u003dignore_missing)"},{"line_number":650,"context_line":""},{"line_number":651,"context_line":"    def find_server(self, name_or_id, ignore_missing\u003dTrue, all_projects\u003dFalse):"},{"line_number":652,"context_line":"        \"\"\"Find a single server"},{"line_number":653,"context_line":""},{"line_number":654,"context_line":"        :param name_or_id: The name or ID of a server."}],"source_content_type":"text/x-python","patch_set":3,"id":"f277cdcf_8949daf1","line":651,"updated":"2022-09-28 11:05:45.000000000","message":"Can you make this a kwarg-only argument?\n\n  def find_server(\n      self,\n      name_or_id,\n      ignore_missing\u003dTrue,\n      *,\n      all_projects\u003dFalse,\n  ):","commit_id":"330626adab38e4faf5a4eaad5460c8cd5c196573"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"244c298d898881b841f226a16e6684dbf5a2311f","unresolved":false,"context_lines":[{"line_number":648,"context_line":"        else:"},{"line_number":649,"context_line":"            self._delete(_server.Server, server, ignore_missing\u003dignore_missing)"},{"line_number":650,"context_line":""},{"line_number":651,"context_line":"    def find_server(self, name_or_id, ignore_missing\u003dTrue, all_projects\u003dFalse):"},{"line_number":652,"context_line":"        \"\"\"Find a single server"},{"line_number":653,"context_line":""},{"line_number":654,"context_line":"        :param name_or_id: The name or ID of a server."}],"source_content_type":"text/x-python","patch_set":3,"id":"0304a22d_30fc4e06","line":651,"in_reply_to":"f277cdcf_8949daf1","updated":"2022-10-26 09:15:41.000000000","message":"Done","commit_id":"330626adab38e4faf5a4eaad5460c8cd5c196573"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"67ba6275627f672a15c0824f147b466a7f63b70c","unresolved":true,"context_lines":[{"line_number":656,"context_line":"            :class:`~openstack.exceptions.ResourceNotFound` will be"},{"line_number":657,"context_line":"            raised when the resource does not exist."},{"line_number":658,"context_line":"            When set to ``True``, None will be returned when"},{"line_number":659,"context_line":"            attempting to find a nonexistent resource."},{"line_number":660,"context_line":"        :returns: One :class:`~openstack.compute.v2.server.Server` or None"},{"line_number":661,"context_line":"        \"\"\""},{"line_number":662,"context_line":"        params \u003d {}"}],"source_content_type":"text/x-python","patch_set":3,"id":"460c90b4_fdb54dbd","line":659,"updated":"2022-09-28 11:05:45.000000000","message":"You need documentation for the option here. Two points worth noting. Firstly, the chances of a conflict due to finding two servers with the same name increases significantly with additional servers. Secondly, this is admin-only. Please indicate both.","commit_id":"330626adab38e4faf5a4eaad5460c8cd5c196573"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"244c298d898881b841f226a16e6684dbf5a2311f","unresolved":false,"context_lines":[{"line_number":656,"context_line":"            :class:`~openstack.exceptions.ResourceNotFound` will be"},{"line_number":657,"context_line":"            raised when the resource does not exist."},{"line_number":658,"context_line":"            When set to ``True``, None will be returned when"},{"line_number":659,"context_line":"            attempting to find a nonexistent resource."},{"line_number":660,"context_line":"        :returns: One :class:`~openstack.compute.v2.server.Server` or None"},{"line_number":661,"context_line":"        \"\"\""},{"line_number":662,"context_line":"        params \u003d {}"}],"source_content_type":"text/x-python","patch_set":3,"id":"5d26abc9_754afed3","line":659,"in_reply_to":"460c90b4_fdb54dbd","updated":"2022-10-26 09:15:41.000000000","message":"Done","commit_id":"330626adab38e4faf5a4eaad5460c8cd5c196573"}],"releasenotes/notes/add-all_projects-to-find-server-7dc75485e2d058cb.yaml":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"244c298d898881b841f226a16e6684dbf5a2311f","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Add the all_projects option to the compute proxy\u0027s find_server method. "}],"source_content_type":"text/x-yaml","patch_set":6,"id":"abe25a22_758fd149","line":4,"range":{"start_line":4,"start_character":74,"end_line":4,"end_character":75},"updated":"2022-10-26 09:15:41.000000000","message":"nit","commit_id":"84f310a06819b3df692e9d23567e58dbe4562ec3"},{"author":{"_account_id":34208,"name":"Rafael Castillo","email":"rcastill@redhat.com","username":"rcastill"},"change_message_id":"5c41e346442ea1846e70907897cbde756de47cd7","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Add the all_projects option to the compute proxy\u0027s find_server method. "}],"source_content_type":"text/x-yaml","patch_set":6,"id":"27a3cf11_bc14aae1","line":4,"range":{"start_line":4,"start_character":74,"end_line":4,"end_character":75},"in_reply_to":"abe25a22_758fd149","updated":"2022-11-01 22:51:32.000000000","message":"Done","commit_id":"84f310a06819b3df692e9d23567e58dbe4562ec3"}]}
