)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"6b5913ac7b5e4927c1ffbf8f083dbefce3131f24","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"2183dfb9_32892f60","updated":"2023-04-19 16:16:04.000000000","message":"I might be wrong, but I believe my question is worth double-checking.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"},{"author":{"_account_id":29313,"name":"Vishal Manchanda","email":"manchandavishal143@gmail.com","username":"vishalmanchanda"},"change_message_id":"371fbee88047121d4cdd38e89672e47c4f5dcb82","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"a1453719_3eb1366f","updated":"2023-04-17 04:27:55.000000000","message":"recheck, random failure.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"},{"author":{"_account_id":6914,"name":"Tatiana Ovchinnikova","email":"t.v.ovtchinnikova@gmail.com","username":"tmazur"},"change_message_id":"ee19f05df5122860c7926a965f91c6355e4eea8c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"a2139c44_c4251a94","updated":"2023-04-26 20:38:42.000000000","message":"recheck, random failure","commit_id":"2d6cdae1467f4999c6ae5d636f35026ee1bc71a6"},{"author":{"_account_id":29313,"name":"Vishal Manchanda","email":"manchandavishal143@gmail.com","username":"vishalmanchanda"},"change_message_id":"2683936702d9714dd9be854b4f09469c74fc5648","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"9352f2b3_2c88cae8","updated":"2023-04-20 04:24:50.000000000","message":"recheck, random failure.","commit_id":"2d6cdae1467f4999c6ae5d636f35026ee1bc71a6"}],"horizon/static/horizon/js/horizon.tables.js":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"6b5913ac7b5e4927c1ffbf8f083dbefce3131f24","unresolved":true,"context_lines":[{"line_number":29,"context_line":"      // Wait and try to update again in next interval instead"},{"line_number":30,"context_line":"      setTimeout(horizon.datatables.update, interval);"},{"line_number":31,"context_line":"      // Remove interval decay, since this will not hit server"},{"line_number":32,"context_line":"      $table.prop(\u0027decay_constant\u0027, null);"},{"line_number":33,"context_line":"      return;"},{"line_number":34,"context_line":"    }"},{"line_number":35,"context_line":""}],"source_content_type":"text/javascript","patch_set":2,"id":"e84fae37_757990c5","line":32,"updated":"2023-04-19 16:16:04.000000000","message":"question: decay_constant is not a property but an attribute.\nWhy do you need to use .prop()?\n\nProperty and attribute are different concepts. If a property is defined as a DOM object and we would like to change such property, .prop() is the right way, but I am not sure about this case.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"},{"author":{"_account_id":29313,"name":"Vishal Manchanda","email":"manchandavishal143@gmail.com","username":"vishalmanchanda"},"change_message_id":"0d4016140e9576787646b793ac4cdce941ba1209","unresolved":false,"context_lines":[{"line_number":29,"context_line":"      // Wait and try to update again in next interval instead"},{"line_number":30,"context_line":"      setTimeout(horizon.datatables.update, interval);"},{"line_number":31,"context_line":"      // Remove interval decay, since this will not hit server"},{"line_number":32,"context_line":"      $table.prop(\u0027decay_constant\u0027, null);"},{"line_number":33,"context_line":"      return;"},{"line_number":34,"context_line":"    }"},{"line_number":35,"context_line":""}],"source_content_type":"text/javascript","patch_set":2,"id":"d19e34af_4bb8c22e","line":32,"in_reply_to":"e84fae37_757990c5","updated":"2023-04-19 20:23:31.000000000","message":"yes, you are right. Let\u0027s keep it as it is for now.\nIf we get some deprecation warning after migrating to jQuery version 3.5.1.1\nthen we will update it here.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"}],"openstack_dashboard/contrib/developer/static/dashboard/developer/theme-preview/theme-preview.directive.js":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"6b5913ac7b5e4927c1ffbf8f083dbefce3131f24","unresolved":true,"context_lines":[{"line_number":139,"context_line":"    $.each($frag.find(\u0027[translate]\u0027), function(ndx, elem) {"},{"line_number":140,"context_line":"      var $elem \u003d $(elem);"},{"line_number":141,"context_line":"      $elem"},{"line_number":142,"context_line":"        .prop(\u0027translate\u0027, false)"},{"line_number":143,"context_line":"        .html($elem.find(\u0027\u003e span\u0027).html());"},{"line_number":144,"context_line":"    });"},{"line_number":145,"context_line":"    $frag.find(\u0027.ng-scope\u0027).removeClass(\u0027ng-scope\u0027);"}],"source_content_type":"text/javascript","patch_set":2,"id":"92e8b083_79105a90","line":142,"updated":"2023-04-19 16:16:04.000000000","message":"Same question as for decay_constant in horizon.table.js.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"},{"author":{"_account_id":29313,"name":"Vishal Manchanda","email":"manchandavishal143@gmail.com","username":"vishalmanchanda"},"change_message_id":"0d4016140e9576787646b793ac4cdce941ba1209","unresolved":false,"context_lines":[{"line_number":139,"context_line":"    $.each($frag.find(\u0027[translate]\u0027), function(ndx, elem) {"},{"line_number":140,"context_line":"      var $elem \u003d $(elem);"},{"line_number":141,"context_line":"      $elem"},{"line_number":142,"context_line":"        .prop(\u0027translate\u0027, false)"},{"line_number":143,"context_line":"        .html($elem.find(\u0027\u003e span\u0027).html());"},{"line_number":144,"context_line":"    });"},{"line_number":145,"context_line":"    $frag.find(\u0027.ng-scope\u0027).removeClass(\u0027ng-scope\u0027);"}],"source_content_type":"text/javascript","patch_set":2,"id":"6957a1e4_4cc4764d","line":142,"in_reply_to":"92e8b083_79105a90","updated":"2023-04-19 20:23:31.000000000","message":"yes, you are right. Let\u0027s keep it as it is for now.\nIf we get some deprecation warning after migrating to jQuery version 3.5.1.1\nthen we will update it here.","commit_id":"77211286a001a66205335506a7c9cf86041c8464"}]}
