)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"bfc57d371d7ef01521a5e4b7d6d69b67c548ead8","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"5bfae405_5b2529b7","updated":"2025-09-13 23:57:43.000000000","message":"Let\u0027s go ahead and grab the `system.uuid` and store that as `system_vendor[\u0027system_uuid\u0027]`","commit_id":"aa77139454850c07321e1051d6b2b009ebff24c9"},{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"75aab159e2657c77e8f77de156fe70ffc94ba41b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"516d724d_0936ec23","in_reply_to":"5bfae405_5b2529b7","updated":"2025-09-15 13:47:29.000000000","message":"Done","commit_id":"aa77139454850c07321e1051d6b2b009ebff24c9"},{"author":{"_account_id":10342,"name":"Jay Faulkner","display_name":"JayF","email":"jay@jvf.cc","username":"JayF","status":"youtube.com/@oss-gr / podcast.gr-oss.io"},"change_message_id":"1b9ba37dc2f822ad84f42692a40b41d9745d50e3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"f8276c46_88b56ca8","updated":"2025-09-15 17:46:21.000000000","message":"recheck   - Curl error (28): Timeout was reached for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/repodata/repomd.xml [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]","commit_id":"217030928bccd1ea08e81dc2a97b27c98c721d70"}],"ironic/drivers/modules/redfish/inspect.py":[{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"de69a58233d9822a14fde47a83b7d39365d05d95","unresolved":true,"context_lines":[{"line_number":158,"context_line":"        if system.manufacturer:"},{"line_number":159,"context_line":"            system_vendor[\u0027manufacturer\u0027] \u003d str(system.manufacturer)"},{"line_number":160,"context_line":""},{"line_number":161,"context_line":"        if hasattr(system, \u0027sku\u0027) and system.sku:"},{"line_number":162,"context_line":"            system_vendor[\u0027sku\u0027] \u003d str(system.sku)"},{"line_number":163,"context_line":""},{"line_number":164,"context_line":"        if system_vendor:"}],"source_content_type":"text/x-python","patch_set":4,"id":"31ba3b8d_8f5099f8","line":161,"updated":"2025-09-13 23:49:00.000000000","message":"```suggestion\n        if system.sku:\n```\n\nYou\u0027ll always have that field from Sushy.","commit_id":"aa77139454850c07321e1051d6b2b009ebff24c9"},{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"290764faeb409d35c755ef3649dad570a6bd9edf","unresolved":false,"context_lines":[{"line_number":158,"context_line":"        if system.manufacturer:"},{"line_number":159,"context_line":"            system_vendor[\u0027manufacturer\u0027] \u003d str(system.manufacturer)"},{"line_number":160,"context_line":""},{"line_number":161,"context_line":"        if hasattr(system, \u0027sku\u0027) and system.sku:"},{"line_number":162,"context_line":"            system_vendor[\u0027sku\u0027] \u003d str(system.sku)"},{"line_number":163,"context_line":""},{"line_number":164,"context_line":"        if system_vendor:"}],"source_content_type":"text/x-python","patch_set":4,"id":"e4738ea4_adf526b0","line":161,"in_reply_to":"31ba3b8d_8f5099f8","updated":"2025-09-15 13:47:09.000000000","message":"Done","commit_id":"aa77139454850c07321e1051d6b2b009ebff24c9"},{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"290764faeb409d35c755ef3649dad570a6bd9edf","unresolved":true,"context_lines":[{"line_number":160,"context_line":""},{"line_number":161,"context_line":"        if system.sku:"},{"line_number":162,"context_line":"            system_vendor[\u0027sku\u0027] \u003d str(system.sku)"},{"line_number":163,"context_line":"            "},{"line_number":164,"context_line":"        if system.uuid:"},{"line_number":165,"context_line":"            system_vendor[\u0027system_uuid\u0027] \u003d str(system.uuid)"},{"line_number":166,"context_line":""}],"source_content_type":"text/x-python","patch_set":6,"id":"e5e5d934_95850410","line":163,"updated":"2025-09-15 13:47:09.000000000","message":"```suggestion\n\n```\n\nYou should install `pre-commit` in your checkout with `pre-commit install` and that will catch this whitespace issue locally.","commit_id":"5d40f282f1ec00077c1851d65d6559a8e6161d43"},{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"6789f74c0a58f2ba00db54ce3dda4e5b1e20084b","unresolved":false,"context_lines":[{"line_number":160,"context_line":""},{"line_number":161,"context_line":"        if system.sku:"},{"line_number":162,"context_line":"            system_vendor[\u0027sku\u0027] \u003d str(system.sku)"},{"line_number":163,"context_line":"            "},{"line_number":164,"context_line":"        if system.uuid:"},{"line_number":165,"context_line":"            system_vendor[\u0027system_uuid\u0027] \u003d str(system.uuid)"},{"line_number":166,"context_line":""}],"source_content_type":"text/x-python","patch_set":6,"id":"d7714937_2cdfb22d","line":163,"in_reply_to":"e5e5d934_95850410","updated":"2025-09-15 20:40:47.000000000","message":"Done","commit_id":"5d40f282f1ec00077c1851d65d6559a8e6161d43"}]}
