)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"9cc072fcb62f09e75ca91d2ffa5f943e16e8c293","unresolved":true,"context_lines":[{"line_number":10,"context_line":""},{"line_number":11,"context_line":"Change-Id: I9c0156c26372b75c5f6afe3f86a234a44a8b2500"},{"line_number":12,"context_line":"Signed-off-by: Dmitriy Chubinidze \u003cdcu995@gmail.com\u003e"},{"line_number":13,"context_line":"Closes-Bug: #2120790"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":3,"id":"2a6212e1_1fbf4081","line":13,"updated":"2025-08-18 00:39:55.000000000","message":"Move this line before Change-Id","commit_id":"4289f2e405b24bd6c223dd3891b0871c26d38597"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"d19bbe4ca5c0d7e76fcb78b04232b299068effcd","unresolved":false,"context_lines":[{"line_number":10,"context_line":""},{"line_number":11,"context_line":"Change-Id: I9c0156c26372b75c5f6afe3f86a234a44a8b2500"},{"line_number":12,"context_line":"Signed-off-by: Dmitriy Chubinidze \u003cdcu995@gmail.com\u003e"},{"line_number":13,"context_line":"Closes-Bug: #2120790"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":3,"id":"ea1033a3_00e662d7","line":13,"in_reply_to":"2a6212e1_1fbf4081","updated":"2025-08-18 08:10:21.000000000","message":"Done","commit_id":"4289f2e405b24bd6c223dd3891b0871c26d38597"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"8ee0144e7f88cadbd002ff79a49100861892c6ff","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"c4fe19fa_b2c8d3bc","updated":"2025-08-18 11:20:20.000000000","message":"@dcu995@gmail.com please add release note.","commit_id":"033a2ee86155c86454dd2dde6f4891c40ef363c4"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"38fe2691b683ad30519fa760f82a1efb27020b79","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"09f0c99f_2abbe178","updated":"2025-08-18 09:43:19.000000000","message":"recheck","commit_id":"033a2ee86155c86454dd2dde6f4891c40ef363c4"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"f5f38f63d7b6db3640b0d07d8afafbbfb7ca952e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"abf342f3_46191ce9","updated":"2025-08-18 09:52:40.000000000","message":"recheck","commit_id":"033a2ee86155c86454dd2dde6f4891c40ef363c4"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"f9e642aae1021964d777b8e79d5288d139e612d4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"f7ce63b6_0279b8f4","in_reply_to":"c4fe19fa_b2c8d3bc","updated":"2025-08-18 11:34:09.000000000","message":"Done","commit_id":"033a2ee86155c86454dd2dde6f4891c40ef363c4"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"68329d256b334e39b03951ec80af5e14f1a70020","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":5,"id":"b1a27368_b5330626","updated":"2025-09-03 15:51:44.000000000","message":"@dcu995@gmail.com after this MR merged, please add translations for new phrases, for prevent future problems.","commit_id":"62ed47d664fc3f2108440e0ba24d093acb0a14c9"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"12a04f547d82e1cbe64240d59574d893d9378eca","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"ef1e758e_fc84fab4","in_reply_to":"b1a27368_b5330626","updated":"2025-09-03 22:26:40.000000000","message":"Done","commit_id":"62ed47d664fc3f2108440e0ba24d093acb0a14c9"}],"openstack_dashboard/dashboards/project/routers/views.py":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"83180afff97dc3a437ac2f0367609a3978535b47","unresolved":true,"context_lines":[{"line_number":115,"context_line":"            router \u003d api.neutron.router_get(self.request, router_id)"},{"line_number":116,"context_line":"            router.set_id_as_name_if_empty(length\u003d0)"},{"line_number":117,"context_line":"            router.admin_state_label \u003d ("},{"line_number":118,"context_line":"                _(\"UP\") if router.is_admin_state_up else _(\"DOWN\")"},{"line_number":119,"context_line":"            )"},{"line_number":120,"context_line":"        except Exception:"},{"line_number":121,"context_line":"            msg \u003d _(\u0027Unable to retrieve details for router \"%s\".\u0027) \\"}],"source_content_type":"text/x-python","patch_set":3,"id":"582e994b_fc6c1c1b","line":118,"updated":"2025-08-18 00:39:32.000000000","message":"```suggestion\n                # Translators: Admin state status for router.\n                _(\"UP\") if router.is_admin_state_up else _(\"DOWN\")\n```","commit_id":"4289f2e405b24bd6c223dd3891b0871c26d38597"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"d19bbe4ca5c0d7e76fcb78b04232b299068effcd","unresolved":false,"context_lines":[{"line_number":115,"context_line":"            router \u003d api.neutron.router_get(self.request, router_id)"},{"line_number":116,"context_line":"            router.set_id_as_name_if_empty(length\u003d0)"},{"line_number":117,"context_line":"            router.admin_state_label \u003d ("},{"line_number":118,"context_line":"                _(\"UP\") if router.is_admin_state_up else _(\"DOWN\")"},{"line_number":119,"context_line":"            )"},{"line_number":120,"context_line":"        except Exception:"},{"line_number":121,"context_line":"            msg \u003d _(\u0027Unable to retrieve details for router \"%s\".\u0027) \\"}],"source_content_type":"text/x-python","patch_set":3,"id":"afc9f99e_b9678486","line":118,"in_reply_to":"582e994b_fc6c1c1b","updated":"2025-08-18 08:10:21.000000000","message":"Fix applied.","commit_id":"4289f2e405b24bd6c223dd3891b0871c26d38597"}]}
