)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"7a40205b008f3fab072f4173c3cf96878573ea66","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"63dcb9ab_7076f68d","updated":"2024-10-29 05:41:40.000000000","message":"recheck","commit_id":"665cb056e7f5bcc5e3999236654979ffca7d8041"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"28d5f8a8545dc0ca4623d66d1f8bf7b056498324","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"6810ced2_c9473298","updated":"2024-10-29 08:48:32.000000000","message":"recheck debugging registry issue","commit_id":"665cb056e7f5bcc5e3999236654979ffca7d8041"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"7d22deb62bd2a519a2cd3446307bbe1dda2a515d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"bd12a8d9_a9c72ce8","updated":"2024-10-29 10:15:44.000000000","message":"recheck different failure now looks unstable","commit_id":"665cb056e7f5bcc5e3999236654979ffca7d8041"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"cb09c90d10ae8ef3ed41e58e6614b709e0fac154","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"4ba63f35_7b604696","updated":"2024-10-25 13:09:31.000000000","message":"recheck the failure is related to cinder qos which is irrelevant.","commit_id":"665cb056e7f5bcc5e3999236654979ffca7d8041"}],"openstackclient/identity/common.py":[{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"0afae10cb371529cdc958a72d794931536a0013b","unresolved":true,"context_lines":[{"line_number":185,"context_line":""},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"def _get_domain_id_if_requested(identity_client, domain_name_or_id):"},{"line_number":188,"context_line":"    if not domain_name_or_id:"},{"line_number":189,"context_line":"        return None"},{"line_number":190,"context_line":"    domain \u003d find_domain(identity_client, domain_name_or_id)"},{"line_number":191,"context_line":"    return domain.id"},{"line_number":192,"context_line":""},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"def find_domain(identity_client, name_or_id):"}],"source_content_type":"text/x-python","patch_set":5,"id":"0fb1ceda_f61581a9","side":"PARENT","line":191,"range":{"start_line":188,"start_character":0,"end_line":191,"end_character":20},"updated":"2024-10-29 11:51:26.000000000","message":"Is this...","commit_id":"7c6b47b451f30d1d3965358c515baae87955d7dc"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"f9751042a29e021556bbbf5d137c5069e8645b04","unresolved":false,"context_lines":[{"line_number":185,"context_line":""},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"def _get_domain_id_if_requested(identity_client, domain_name_or_id):"},{"line_number":188,"context_line":"    if not domain_name_or_id:"},{"line_number":189,"context_line":"        return None"},{"line_number":190,"context_line":"    domain \u003d find_domain(identity_client, domain_name_or_id)"},{"line_number":191,"context_line":"    return domain.id"},{"line_number":192,"context_line":""},{"line_number":193,"context_line":""},{"line_number":194,"context_line":"def find_domain(identity_client, name_or_id):"}],"source_content_type":"text/x-python","patch_set":5,"id":"4aa478c6_48ec4459","side":"PARENT","line":191,"range":{"start_line":188,"start_character":0,"end_line":191,"end_character":20},"in_reply_to":"0fb1ceda_f61581a9","updated":"2024-10-29 13:14:17.000000000","message":"Done","commit_id":"7c6b47b451f30d1d3965358c515baae87955d7dc"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"0afae10cb371529cdc958a72d794931536a0013b","unresolved":true,"context_lines":[{"line_number":204,"context_line":"            identity_client.groups, name_or_id, groups.Group"},{"line_number":205,"context_line":"        )"},{"line_number":206,"context_line":"    else:"},{"line_number":207,"context_line":"        domain_id \u003d find_domain(identity_client, domain_id).id"},{"line_number":208,"context_line":"        return _find_identity_resource("},{"line_number":209,"context_line":"            identity_client.groups,"},{"line_number":210,"context_line":"            name_or_id,"}],"source_content_type":"text/x-python","patch_set":5,"id":"4c234175_afd19614","side":"PARENT","line":207,"updated":"2024-10-29 11:51:26.000000000","message":"...and this not doing the same thing, on account of the guard above on line 202? How about we just delete the `_get_domain_id_if_requested` function and calls to same and keep these here?","commit_id":"7c6b47b451f30d1d3965358c515baae87955d7dc"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"f9751042a29e021556bbbf5d137c5069e8645b04","unresolved":false,"context_lines":[{"line_number":204,"context_line":"            identity_client.groups, name_or_id, groups.Group"},{"line_number":205,"context_line":"        )"},{"line_number":206,"context_line":"    else:"},{"line_number":207,"context_line":"        domain_id \u003d find_domain(identity_client, domain_id).id"},{"line_number":208,"context_line":"        return _find_identity_resource("},{"line_number":209,"context_line":"            identity_client.groups,"},{"line_number":210,"context_line":"            name_or_id,"}],"source_content_type":"text/x-python","patch_set":5,"id":"a6604af7_31b4c13c","side":"PARENT","line":207,"in_reply_to":"4c234175_afd19614","updated":"2024-10-29 13:14:17.000000000","message":"I\u0027ve updated according to the suggestion but lmk in case I misunderstood your intention.","commit_id":"7c6b47b451f30d1d3965358c515baae87955d7dc"}]}
