)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"9cbe6b873f274b42d4f5794ee00a6ecf92edb8c6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e23e5156_62c2478c","updated":"2022-05-25 21:06:03.000000000","message":"Thank you for this fix Maurice.. Could you please add a small bugfix release note - would be useful to backport!","commit_id":"128f0c7f9fc53052e6a44a8261afeb94b2339153"},{"author":{"_account_id":32919,"name":"kiran pawar","display_name":"Kiran Pawar","email":"kinpaa@gmail.com","username":"kpdev"},"change_message_id":"1f3bc2af4c432e1c73bae5b16393486c42b1dfdb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bf6aa655_31074992","in_reply_to":"e23e5156_62c2478c","updated":"2022-05-30 20:40:50.000000000","message":"Add release note","commit_id":"128f0c7f9fc53052e6a44a8261afeb94b2339153"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"f7ec5e09e4f59a9c0f559d488d2c1744fcd32425","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"181e1cc7_ee1cf29c","updated":"2022-08-25 18:35:33.000000000","message":"LGTM, thanks for the update Kiran!","commit_id":"a2ebe1eb9a54e15f842cdd85d32212f497e21c02"},{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"5f55323d9b3db337f02b5f3840eab81b44dc6f94","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"7a67a140_221e2efa","updated":"2022-09-13 21:54:26.000000000","message":"Looking good, thank you for the fix.","commit_id":"a2ebe1eb9a54e15f842cdd85d32212f497e21c02"},{"author":{"_account_id":32919,"name":"kiran pawar","display_name":"Kiran Pawar","email":"kinpaa@gmail.com","username":"kpdev"},"change_message_id":"992c1ff0db3cd66dd9601d70bb51ec351ff93019","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"0bd57f6d_d5da6420","updated":"2022-08-25 12:45:07.000000000","message":"recheck","commit_id":"a2ebe1eb9a54e15f842cdd85d32212f497e21c02"}],"manila/scheduler/evaluator/evaluator.py":[{"author":{"_account_id":33493,"name":"chenwei","display_name":"chenwei","email":"jzpcoming@163.com","username":"chenwei"},"change_message_id":"7deac2ffa510258eed83f1c1f62e09b1e9e18531","unresolved":true,"context_lines":[{"line_number":58,"context_line":"                result \u003d float(result)"},{"line_number":59,"context_line":"            except ValueError:"},{"line_number":60,"context_line":"                if isinstance(result, str):"},{"line_number":61,"context_line":"                    result \u003d result.replace(\u0027\"\u0027, \u0027\u0027).replace(\u0027\\\u0027\u0027, \u0027\u0027)"},{"line_number":62,"context_line":""},{"line_number":63,"context_line":"        return result"},{"line_number":64,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"5f78c95e_c5cd7366","line":61,"range":{"start_line":61,"start_character":20,"end_line":61,"end_character":70},"updated":"2022-05-31 00:31:40.000000000","message":"if str is \u0027helloword---weo123\", here is exception, no deal with it","commit_id":"eda6588b03812eab95df126752726c84e8210374"},{"author":{"_account_id":32919,"name":"kiran pawar","display_name":"Kiran Pawar","email":"kinpaa@gmail.com","username":"kpdev"},"change_message_id":"504e8b11b1c37f85bc43564ba37a31df1032948a","unresolved":true,"context_lines":[{"line_number":58,"context_line":"                result \u003d float(result)"},{"line_number":59,"context_line":"            except ValueError:"},{"line_number":60,"context_line":"                if isinstance(result, str):"},{"line_number":61,"context_line":"                    result \u003d result.replace(\u0027\"\u0027, \u0027\u0027).replace(\u0027\\\u0027\u0027, \u0027\u0027)"},{"line_number":62,"context_line":""},{"line_number":63,"context_line":"        return result"},{"line_number":64,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"70a021e4_6926b03f","line":61,"range":{"start_line":61,"start_character":20,"end_line":61,"end_character":70},"in_reply_to":"5f78c95e_c5cd7366","updated":"2022-07-19 08:03:27.000000000","message":"Please note, these values are added in config file by admin and it is expected to add sensible values. \nThe intention here to consider string object which was ignored earlier (only int/float allowed) and not to make sure string object is valid (though we consider it after removing [\"] and [\u0027]).","commit_id":"eda6588b03812eab95df126752726c84e8210374"},{"author":{"_account_id":32919,"name":"kiran pawar","display_name":"Kiran Pawar","email":"kinpaa@gmail.com","username":"kpdev"},"change_message_id":"3663b6379e5afa1da253db058ab549d05f9d3fb4","unresolved":false,"context_lines":[{"line_number":58,"context_line":"                result \u003d float(result)"},{"line_number":59,"context_line":"            except ValueError:"},{"line_number":60,"context_line":"                if isinstance(result, str):"},{"line_number":61,"context_line":"                    result \u003d result.replace(\u0027\"\u0027, \u0027\u0027).replace(\u0027\\\u0027\u0027, \u0027\u0027)"},{"line_number":62,"context_line":""},{"line_number":63,"context_line":"        return result"},{"line_number":64,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"13bf508a_7052ce12","line":61,"range":{"start_line":61,"start_character":20,"end_line":61,"end_character":70},"in_reply_to":"70a021e4_6926b03f","updated":"2022-08-17 11:45:05.000000000","message":"Done","commit_id":"eda6588b03812eab95df126752726c84e8210374"}]}
