)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":32586,"name":"Elvira García Ruiz","display_name":"Elvira","email":"egarciar@redhat.com","username":"elvira"},"change_message_id":"02ea216416cdacd2717e904ead64b48b139a0536","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"66e64938_a41bf46a","updated":"2021-11-16 09:07:11.000000000","message":"Thanks for your patch Rodolfo! \n\nJust a small nit (please don\u0027t feel obligated to fix it unless you need to make other changes): Maybe it would have been good to have the \"manually cherry picked from commit [commit hash]\" message in order to see easily the other backports for this patch.","commit_id":"7498a7e9fed68b4564f94a3af48e92a962a0149f"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"9fbc4ca7db4a47ac7c1a6cc8c4b21dcc4bfb177b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":8,"id":"21089fda_94a4803a","in_reply_to":"66e64938_a41bf46a","updated":"2021-11-25 14:27:44.000000000","message":"Done","commit_id":"7498a7e9fed68b4564f94a3af48e92a962a0149f"},{"author":{"_account_id":32586,"name":"Elvira García Ruiz","display_name":"Elvira","email":"egarciar@redhat.com","username":"elvira"},"change_message_id":"c8fc961836dbe00f8629a6155868c8efa39708ff","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"40252206_89ee73fa","updated":"2021-11-25 18:39:57.000000000","message":"recheck","commit_id":"99b8de16f96fc796f4aa41b05b01fe50d42e36ae"}],"networking_ovn/ovsdb/ovsdb_monitor.py":[{"author":{"_account_id":32586,"name":"Elvira García Ruiz","display_name":"Elvira","email":"egarciar@redhat.com","username":"elvira"},"change_message_id":"02ea216416cdacd2717e904ead64b48b139a0536","unresolved":true,"context_lines":[{"line_number":577,"context_line":""},{"line_number":578,"context_line":""},{"line_number":579,"context_line":"@contextlib.contextmanager"},{"line_number":580,"context_line":"def short_living_ovsdb_api(api_class, idl):"},{"line_number":581,"context_line":"    \"\"\"Context manager for short living connections to the database."},{"line_number":582,"context_line":""},{"line_number":583,"context_line":"    :param api_class: Class implementing the database calls"},{"line_number":584,"context_line":"                      (e.g. from the impl_idl module)"},{"line_number":585,"context_line":"    :param idl: An instance of IDL class (e.g. instance of OvnNbIdl)"},{"line_number":586,"context_line":"    \"\"\""},{"line_number":587,"context_line":"    conn \u003d connection.Connection("},{"line_number":588,"context_line":"        idl, timeout\u003dovn_config.get_ovn_ovsdb_timeout())"},{"line_number":589,"context_line":"    api \u003d api_class(conn)"},{"line_number":590,"context_line":"    try:"},{"line_number":591,"context_line":"        yield api"},{"line_number":592,"context_line":"    finally:"},{"line_number":593,"context_line":"        api.ovsdb_connection.stop()"}],"source_content_type":"text/x-python","patch_set":8,"id":"47e85ac2_89a553e6","line":593,"range":{"start_line":580,"start_character":0,"end_line":593,"end_character":35},"updated":"2021-11-16 09:07:11.000000000","message":"Just asking: I\u0027ve seen this function is from patch 711404. Is it not worth it to backport that change and upload both in a relation chain?","commit_id":"7498a7e9fed68b4564f94a3af48e92a962a0149f"},{"author":{"_account_id":32586,"name":"Elvira García Ruiz","display_name":"Elvira","email":"egarciar@redhat.com","username":"elvira"},"change_message_id":"883066e0c46d19576adad809152a40c519c180a6","unresolved":false,"context_lines":[{"line_number":577,"context_line":""},{"line_number":578,"context_line":""},{"line_number":579,"context_line":"@contextlib.contextmanager"},{"line_number":580,"context_line":"def short_living_ovsdb_api(api_class, idl):"},{"line_number":581,"context_line":"    \"\"\"Context manager for short living connections to the database."},{"line_number":582,"context_line":""},{"line_number":583,"context_line":"    :param api_class: Class implementing the database calls"},{"line_number":584,"context_line":"                      (e.g. from the impl_idl module)"},{"line_number":585,"context_line":"    :param idl: An instance of IDL class (e.g. instance of OvnNbIdl)"},{"line_number":586,"context_line":"    \"\"\""},{"line_number":587,"context_line":"    conn \u003d connection.Connection("},{"line_number":588,"context_line":"        idl, timeout\u003dovn_config.get_ovn_ovsdb_timeout())"},{"line_number":589,"context_line":"    api \u003d api_class(conn)"},{"line_number":590,"context_line":"    try:"},{"line_number":591,"context_line":"        yield api"},{"line_number":592,"context_line":"    finally:"},{"line_number":593,"context_line":"        api.ovsdb_connection.stop()"}],"source_content_type":"text/x-python","patch_set":8,"id":"ee57fbc6_fb302d34","line":593,"range":{"start_line":580,"start_character":0,"end_line":593,"end_character":35},"in_reply_to":"47849867_45653aff","updated":"2021-11-25 18:39:18.000000000","message":"Ack","commit_id":"7498a7e9fed68b4564f94a3af48e92a962a0149f"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"9fbc4ca7db4a47ac7c1a6cc8c4b21dcc4bfb177b","unresolved":true,"context_lines":[{"line_number":577,"context_line":""},{"line_number":578,"context_line":""},{"line_number":579,"context_line":"@contextlib.contextmanager"},{"line_number":580,"context_line":"def short_living_ovsdb_api(api_class, idl):"},{"line_number":581,"context_line":"    \"\"\"Context manager for short living connections to the database."},{"line_number":582,"context_line":""},{"line_number":583,"context_line":"    :param api_class: Class implementing the database calls"},{"line_number":584,"context_line":"                      (e.g. from the impl_idl module)"},{"line_number":585,"context_line":"    :param idl: An instance of IDL class (e.g. instance of OvnNbIdl)"},{"line_number":586,"context_line":"    \"\"\""},{"line_number":587,"context_line":"    conn \u003d connection.Connection("},{"line_number":588,"context_line":"        idl, timeout\u003dovn_config.get_ovn_ovsdb_timeout())"},{"line_number":589,"context_line":"    api \u003d api_class(conn)"},{"line_number":590,"context_line":"    try:"},{"line_number":591,"context_line":"        yield api"},{"line_number":592,"context_line":"    finally:"},{"line_number":593,"context_line":"        api.ovsdb_connection.stop()"}],"source_content_type":"text/x-python","patch_set":8,"id":"47849867_45653aff","line":593,"range":{"start_line":580,"start_character":0,"end_line":593,"end_character":35},"in_reply_to":"47e85ac2_89a553e6","updated":"2021-11-25 14:27:44.000000000","message":"This patch is adding the functionality of creating the \"neutron_pg_drop\" Port Group. This should not be in this stable release. This is why I\u0027m just adding this missing method here, used in 711404. But we should not backport the whole patch.","commit_id":"7498a7e9fed68b4564f94a3af48e92a962a0149f"}]}
