)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":8556,"name":"Ghanshyam Maan","display_name":"Ghanshyam Maan","email":"gmaan.os14@gmail.com","username":"ghanshyam"},"change_message_id":"6b8375c47a438d645bef3e962a5ea40f5d7ab963","unresolved":true,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"add unit test for show endpoint details interface"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"add unit test for show endpoint details interface in"},{"line_number":10,"context_line":"test_endpoints_client.py file"},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: I52bb142775b635a35de229e721b43684a0ed4636"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"c9426763_9d75b4e2","line":9,"updated":"2022-01-22 20:02:14.000000000","message":"these are already existing, please add reason of modifying those","commit_id":"90aeae270e46eeeda7f5ac29448efb1b60e21979"}],"tempest/tests/lib/services/identity/v3/test_endpoints_client.py":[{"author":{"_account_id":26458,"name":"Brin Zhang","email":"zhangbailin@inspur.com","username":"zhangbailin"},"change_message_id":"e62a0deb8ec31b77753c1a7737698f8230c2cb73","unresolved":false,"context_lines":[{"line_number":32,"context_line":""},{"line_number":33,"context_line":"    FAKE_ENDPOINT_DETAILS \u003d {"},{"line_number":34,"context_line":"        \"endpoint\": {"},{"line_number":35,"context_line":"            \"enabled\": true,"},{"line_number":36,"context_line":"            \"id\": \"01c3d5b92f7841ac83fb4b26173c12c7\","},{"line_number":37,"context_line":"            \"interface\": \"admin\","},{"line_number":38,"context_line":"            \"links\": {"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_20f23e6a","line":35,"range":{"start_line":35,"start_character":23,"end_line":35,"end_character":27},"updated":"2020-01-09 09:04:35.000000000","message":"s/true/True/","commit_id":"9fb542f81eabfc3ada058543c2a43f37e204b33c"},{"author":{"_account_id":26458,"name":"Brin Zhang","email":"zhangbailin@inspur.com","username":"zhangbailin"},"change_message_id":"e62a0deb8ec31b77753c1a7737698f8230c2cb73","unresolved":false,"context_lines":[{"line_number":36,"context_line":"            \"id\": \"01c3d5b92f7841ac83fb4b26173c12c7\","},{"line_number":37,"context_line":"            \"interface\": \"admin\","},{"line_number":38,"context_line":"            \"links\": {"},{"line_number":39,"context_line":"                \"self\": \"http://example.com/identity/v3/endpoints\" + "},{"line_number":40,"context_line":"                        \"/01c3d5b92f7841ac83fb4b26173c12c7\""},{"line_number":41,"context_line":"            },"},{"line_number":42,"context_line":"            \"region\": \"RegionOne\","}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_20cf9e54","line":39,"range":{"start_line":39,"start_character":68,"end_line":39,"end_character":69},"updated":"2020-01-09 09:04:35.000000000","message":"redundant white space","commit_id":"9fb542f81eabfc3ada058543c2a43f37e204b33c"},{"author":{"_account_id":26458,"name":"Brin Zhang","email":"zhangbailin@inspur.com","username":"zhangbailin"},"change_message_id":"e62a0deb8ec31b77753c1a7737698f8230c2cb73","unresolved":false,"context_lines":[{"line_number":105,"context_line":"            self.client.show_endpoint,"},{"line_number":106,"context_line":"            \u0027tempest.lib.common.rest_client.RestClient.get\u0027,"},{"line_number":107,"context_line":"            self.FAKE_ENDPOINT_DETAILS,"},{"line_number":108,"context_line":"            bytes_body)"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"    def test_create_endpoint_with_str_body(self):"},{"line_number":111,"context_line":"        self._test_create_endpoint()"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_00f7025c","line":108,"range":{"start_line":108,"start_character":22,"end_line":108,"end_character":23},"updated":"2020-01-09 09:04:35.000000000","message":"Lack of a parameter \", endpoint_id\u003d1\"\n\nThe Show endpoint details has a parameter need to provide, so you need to add this parameter.\n\nShow endpoint details API https://docs.openstack.org/api-ref/identity/v3/index.html?expanded\u003dshow-endpoint-details-detail#show-endpoint-details","commit_id":"9fb542f81eabfc3ada058543c2a43f37e204b33c"},{"author":{"_account_id":23186,"name":"Felipe Monteiro","email":"felipe.carneiro.monteiro@gmail.com","username":"felipe.monteiro"},"change_message_id":"bc34d4c9990029e91d4c16472b0777bb83ff310a","unresolved":false,"context_lines":[{"line_number":39,"context_line":"                \"self\": \"http://example.com/identity/v3/endpoints\" +"},{"line_number":40,"context_line":"                        \"/01c3d5b92f7841ac83fb4b26173c12c7\""},{"line_number":41,"context_line":"            },"},{"line_number":42,"context_line":"            \"region\": \"RegionOne\","},{"line_number":43,"context_line":"            \"region_id\": \"RegionOne\","},{"line_number":44,"context_line":"            \"service_id\": \"3b2d6ad7e02c4cde8498a547601f1b8f\","},{"line_number":45,"context_line":"            \"url\": \"http://23.253.211.234:9696/\""},{"line_number":46,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_1808b5d6","line":43,"range":{"start_line":42,"start_character":12,"end_line":43,"end_character":37},"updated":"2020-01-12 20:23:00.000000000","message":"Are you sure that both are here? While the example under https://docs.openstack.org/api-ref/identity/v3/?expanded\u003dshow-endpoint-details-detail#id725 lists this, the response parameters in the documentation make no mention of \"region_id\", only that \"region\" is deprecated.","commit_id":"d8146cd3d1ab8405bee88c0c6da5de5123686914"},{"author":{"_account_id":30409,"name":"wangzhiguang","email":"wangzhiguang@inspur.com","username":"wangzhiguang"},"change_message_id":"5096e107918bb9270f00e0bb849e193c90c6bd83","unresolved":false,"context_lines":[{"line_number":39,"context_line":"                \"self\": \"http://example.com/identity/v3/endpoints\" +"},{"line_number":40,"context_line":"                        \"/01c3d5b92f7841ac83fb4b26173c12c7\""},{"line_number":41,"context_line":"            },"},{"line_number":42,"context_line":"            \"region\": \"RegionOne\","},{"line_number":43,"context_line":"            \"region_id\": \"RegionOne\","},{"line_number":44,"context_line":"            \"service_id\": \"3b2d6ad7e02c4cde8498a547601f1b8f\","},{"line_number":45,"context_line":"            \"url\": \"http://23.253.211.234:9696/\""},{"line_number":46,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_13773691","line":43,"range":{"start_line":42,"start_character":12,"end_line":43,"end_character":37},"in_reply_to":"3fa7e38b_1808b5d6","updated":"2020-01-13 01:38:47.000000000","message":"@Felipe Monteiro\nThanks for your review.\nI tested that these two fields exist in the return response body of the interface","commit_id":"d8146cd3d1ab8405bee88c0c6da5de5123686914"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"5377473d52faf4a8e2582ec010f117878b3b42a6","unresolved":true,"context_lines":[{"line_number":146,"context_line":"        self._test_show_endpoint()"},{"line_number":147,"context_line":""},{"line_number":148,"context_line":"    def test_show_endpoint_with_bytes_body(self):"},{"line_number":149,"context_line":"        self._test_show_endpoint(bytes_body\u003dTrue)"},{"line_number":150,"context_line":""},{"line_number":151,"context_line":"    def test_create_endpoint_with_str_body(self):"},{"line_number":152,"context_line":"        self._test_create_endpoint()"}],"source_content_type":"text/x-python","patch_set":4,"id":"7f999f6b_23ffb1f0","side":"PARENT","line":149,"updated":"2021-09-03 13:39:40.000000000","message":"why are these methods moved?","commit_id":"663787ee794df54e7ded41e5f3e8ae246e9b4288"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"5377473d52faf4a8e2582ec010f117878b3b42a6","unresolved":true,"context_lines":[{"line_number":31,"context_line":"    }"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"    FAKE_ENDPOINT_DETAILS \u003d {"},{"line_number":34,"context_line":"        \"endpoint\": {"},{"line_number":35,"context_line":"            \"enabled\": True,"},{"line_number":36,"context_line":"            \"id\": \"01c3d5b92f7841ac83fb4b26173c12c7\","},{"line_number":37,"context_line":"            \"interface\": \"admin\","},{"line_number":38,"context_line":"            \"links\": {"},{"line_number":39,"context_line":"                \"self\": \"http://example.com/identity/v3/endpoints\" +"},{"line_number":40,"context_line":"                        \"/01c3d5b92f7841ac83fb4b26173c12c7\""},{"line_number":41,"context_line":"            },"},{"line_number":42,"context_line":"            \"region\": \"RegionOne\","},{"line_number":43,"context_line":"            \"region_id\": \"RegionOne\","},{"line_number":44,"context_line":"            \"service_id\": \"3b2d6ad7e02c4cde8498a547601f1b8f\","},{"line_number":45,"context_line":"            \"url\": \"http://23.253.211.234:9696/\""},{"line_number":46,"context_line":"        }"},{"line_number":47,"context_line":"    }"},{"line_number":48,"context_line":""},{"line_number":49,"context_line":"    FAKE_LIST_ENDPOINTS \u003d {"},{"line_number":50,"context_line":"        \"endpoints\": ["}],"source_content_type":"text/x-python","patch_set":4,"id":"379e7115_13c16bfc","line":47,"range":{"start_line":34,"start_character":0,"end_line":47,"end_character":5},"updated":"2021-09-03 13:39:40.000000000","message":"this is the same as in FAKE_SHOW_ENDPOINT below, almost, the only difference is the length of the id under links","commit_id":"90aeae270e46eeeda7f5ac29448efb1b60e21979"}]}
