)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"bb46d46f7e694df924e31b88fbb3edacf48929c9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"f6cf6406_45b432c2","updated":"2025-05-06 20:35:41.000000000","message":"@dcu995@gmail.com please add release notes about.","commit_id":"7dbb9bfd501f43c3058e68046fb3d115d4be3a1f"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"06375c2c2447cc843cab98eef34b825e16e8c839","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":7,"id":"b90a0de4_aefc5787","updated":"2025-05-06 18:21:11.000000000","message":"@dcu995@gmail.com please test it.","commit_id":"7dbb9bfd501f43c3058e68046fb3d115d4be3a1f"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"f47fa20ba69d749b2a95128fcd3d3a256cf3c73d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"a1ad217d_756a4ae6","in_reply_to":"580d04d0_fd9d052f","updated":"2025-05-06 23:13:31.000000000","message":"Done","commit_id":"7dbb9bfd501f43c3058e68046fb3d115d4be3a1f"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"a5a8a0458d7390153a485379b26700d775890993","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"87588cde_9a415b0a","in_reply_to":"b90a0de4_aefc5787","updated":"2025-05-06 20:28:47.000000000","message":"LGTM, works as expected.","commit_id":"7dbb9bfd501f43c3058e68046fb3d115d4be3a1f"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"813d15e110cae2a2754f0436bc4801b08e8f8973","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":7,"id":"580d04d0_fd9d052f","in_reply_to":"f6cf6406_45b432c2","updated":"2025-05-06 20:35:59.000000000","message":"need add.","commit_id":"7dbb9bfd501f43c3058e68046fb3d115d4be3a1f"}],"openstack_dashboard/dashboards/project/instances/tables.py":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"353ec45b03b2c0ce5486a034685d95166c9ede6a","unresolved":false,"context_lines":[{"line_number":1246,"context_line":"        (\"rescue\", True),"},{"line_number":1247,"context_line":"        (\"shelved\", True),"},{"line_number":1248,"context_line":"        (\"shelved_offloaded\", True),"},{"line_number":1249,"context_line":"        (\"deleted\", True),"},{"line_number":1250,"context_line":"    )"},{"line_number":1251,"context_line":"    name \u003d tables.WrappingColumn(\"name\","},{"line_number":1252,"context_line":"                                 link\u003dget_server_detail_link,"}],"source_content_type":"text/x-python","patch_set":1,"id":"9fdfeff1_3e588754","line":1249,"updated":"2019-02-23 19:58:14.000000000","message":"In addition to my previous comment, only admin can query \"deleted\" servers, so it does not make sense to me to support this in the project table.","commit_id":"6b49856e9594b6d5a276489ba86c3e5566ea2eb2"},{"author":{"_account_id":27822,"name":"pengyuesheng","email":"pengyuesheng@gohighsec.com","username":"pengyuesheng"},"change_message_id":"436d206c4c17ba78a8ccd247a96d80765003530d","unresolved":false,"context_lines":[{"line_number":1246,"context_line":"        (\"rescue\", True),"},{"line_number":1247,"context_line":"        (\"shelved\", True),"},{"line_number":1248,"context_line":"        (\"shelved_offloaded\", True),"},{"line_number":1249,"context_line":"        (\"deleted\", True),"},{"line_number":1250,"context_line":"    )"},{"line_number":1251,"context_line":"    name \u003d tables.WrappingColumn(\"name\","},{"line_number":1252,"context_line":"                                 link\u003dget_server_detail_link,"}],"source_content_type":"text/x-python","patch_set":1,"id":"9fdfeff1_7482aba7","line":1249,"in_reply_to":"9fdfeff1_3e588754","updated":"2019-02-25 01:33:52.000000000","message":"If you don\u0027t add it, the paging function will have problems","commit_id":"6b49856e9594b6d5a276489ba86c3e5566ea2eb2"},{"author":{"_account_id":8648,"name":"Radomir Dopieralski","email":"openstack@dopieralski.pl","username":"thesheep"},"change_message_id":"d3e63fcce3c2e061a0cd01e8b08749466a2f774c","unresolved":false,"context_lines":[{"line_number":83,"context_line":"def is_deleted(instance):"},{"line_number":84,"context_line":"    status \u003d getattr(instance, \"status\", None)"},{"line_number":85,"context_line":"    if not status:"},{"line_number":86,"context_line":"        return False"},{"line_number":87,"context_line":"    return status \u003d\u003d \"DELETED\""},{"line_number":88,"context_line":""},{"line_number":89,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"9fb8cfa7_eb080d29","line":86,"updated":"2022-05-18 11:07:09.000000000","message":"I think those two lines are not needed — if status is anything else than the string \"DELETED\" you will get False anyways.","commit_id":"7045b846c3169ab41b9726e4e7f10bc03d13a830"},{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"f3b9c70147a2793cd502e4adfb3e2dc2f61cb577","unresolved":false,"context_lines":[{"line_number":83,"context_line":"def is_deleted(instance):"},{"line_number":84,"context_line":"    status \u003d getattr(instance, \"status\", None)"},{"line_number":85,"context_line":"    if not status:"},{"line_number":86,"context_line":"        return False"},{"line_number":87,"context_line":"    return status \u003d\u003d \"DELETED\""},{"line_number":88,"context_line":""},{"line_number":89,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"da3f5ac8_5a47da9e","line":86,"in_reply_to":"9fb8cfa7_eb080d29","updated":"2022-05-18 13:27:00.000000000","message":"+1\n\nbut I think the original author no longer works on OpenStack.","commit_id":"7045b846c3169ab41b9726e4e7f10bc03d13a830"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"c3044df53cb1c5e890f1de999aa7d510a4e5a508","unresolved":true,"context_lines":[{"line_number":1262,"context_line":"        (\"rescue\", True),"},{"line_number":1263,"context_line":"        (\"shelved\", True),"},{"line_number":1264,"context_line":"        (\"shelved_offloaded\", True),"},{"line_number":1265,"context_line":"        (\"deleted\", True),"},{"line_number":1266,"context_line":"    )"},{"line_number":1267,"context_line":"    name \u003d tables.WrappingColumn(\"name\","},{"line_number":1268,"context_line":"                                 link\u003dget_server_detail_link,"}],"source_content_type":"text/x-python","patch_set":5,"id":"8a947bcc_23359577","line":1265,"updated":"2025-03-10 15:11:35.000000000","message":"Need to remove the comma","commit_id":"b2de6f4776cca50764443a96eddbda3f3ff4f112"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"954f16e55077f009e38bbd94f88921a1c0f37b17","unresolved":false,"context_lines":[{"line_number":1262,"context_line":"        (\"rescue\", True),"},{"line_number":1263,"context_line":"        (\"shelved\", True),"},{"line_number":1264,"context_line":"        (\"shelved_offloaded\", True),"},{"line_number":1265,"context_line":"        (\"deleted\", True),"},{"line_number":1266,"context_line":"    )"},{"line_number":1267,"context_line":"    name \u003d tables.WrappingColumn(\"name\","},{"line_number":1268,"context_line":"                                 link\u003dget_server_detail_link,"}],"source_content_type":"text/x-python","patch_set":5,"id":"637902ab_520da4fa","line":1265,"in_reply_to":"8a947bcc_23359577","updated":"2025-03-10 15:14:45.000000000","message":"Done","commit_id":"b2de6f4776cca50764443a96eddbda3f3ff4f112"}]}
