)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"91602d17d94806885ef18bb1df762b4a7a298117","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"3366c53b_31b71a8e","updated":"2026-02-03 15:13:58.000000000","message":"@sowmya.kamavaram@rackspace.com Hi.\n\nCould you please take a look at: https://bugs.launchpad.net/skyline-console/+bug/2139689\n\nSeems something is broken in URL copying.","commit_id":"bf0f87456b79e9c50d23927a63ef41ce2091e2dd"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"de1717bbd5d2e90d33af466bf4234d3fcca72277","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"916ca8b3_56f21145","updated":"2026-01-28 10:43:56.000000000","message":"recheck","commit_id":"bf0f87456b79e9c50d23927a63ef41ce2091e2dd"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"26fa2ef7246a09d2aa2505caffecb89dab93e561","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"89dffd1d_3d6d67ff","updated":"2026-01-28 13:26:47.000000000","message":"recheck (random errors)","commit_id":"bf0f87456b79e9c50d23927a63ef41ce2091e2dd"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"9b9c845ea251a793ced6a71dbc67b51777b2c443","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"93a901ae_27de4bab","in_reply_to":"24e74482_0a07275f","updated":"2026-02-06 12:32:27.000000000","message":"https://review.opendev.org/c/openstack/skyline-console/+/975903\n\nThanks you.","commit_id":"bf0f87456b79e9c50d23927a63ef41ce2091e2dd"},{"author":{"_account_id":34517,"name":"Sowmya Nethi","email":"sowmya.kamavaram@rackspace.com","username":"sowmya.kamavaram"},"change_message_id":"15af610e13d275032689af53616da3ff13b16479","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":5,"id":"24e74482_0a07275f","in_reply_to":"3366c53b_31b71a8e","updated":"2026-02-03 15:39:12.000000000","message":"Sure, I will check.","commit_id":"bf0f87456b79e9c50d23927a63ef41ce2091e2dd"}],"src/pages/storage/containers/Container/Detail/actions/CopyPublicUrl.jsx":[{"author":{"_account_id":30434,"name":"Jingwei.Zhang","email":"zhang.jingwei@algoblu.com","username":"jwzhang"},"change_message_id":"d3795e0dc22a32bd3fc3136cadb10f738c24b973","unresolved":true,"context_lines":[{"line_number":73,"context_line":"      return false;"},{"line_number":74,"context_line":"    }"},{"line_number":75,"context_line":""},{"line_number":76,"context_line":"    try {"},{"line_number":77,"context_line":"      const result \u003d await globalContainerStore.client.showMetadata(container);"},{"line_number":78,"context_line":"      const { headers \u003d {} } \u003d result;"},{"line_number":79,"context_line":"      const isPublic \u003d !!headers[\u0027x-container-read\u0027];"},{"line_number":80,"context_line":"      return isPublic;"},{"line_number":81,"context_line":"    } catch (e) {"},{"line_number":82,"context_line":"      return false;"},{"line_number":83,"context_line":"    }"},{"line_number":84,"context_line":"  };"},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"  getPublicUrl \u003d (container, objectPath) \u003d\u003e {"}],"source_content_type":"text/jsx","patch_set":3,"id":"cb0cc4eb_01120383","line":83,"range":{"start_line":76,"start_character":4,"end_line":83,"end_character":5},"updated":"2026-01-28 02:39:48.000000000","message":"For example, in the scenario of fetching the file list under the same container, the same API will be called repeatedly multiple times. You can adjust the listDidFetch and detailDidFetch methods in src/stores/swift/object.js to directly add the `isPublic` and `publicUrl` fields to each list item.","commit_id":"1284226167bdec7c3716390fc571785cda9749fe"},{"author":{"_account_id":34517,"name":"Sowmya Nethi","email":"sowmya.kamavaram@rackspace.com","username":"sowmya.kamavaram"},"change_message_id":"251930a708ea9893fa4845e3f2caf6a2ebbff98c","unresolved":false,"context_lines":[{"line_number":73,"context_line":"      return false;"},{"line_number":74,"context_line":"    }"},{"line_number":75,"context_line":""},{"line_number":76,"context_line":"    try {"},{"line_number":77,"context_line":"      const result \u003d await globalContainerStore.client.showMetadata(container);"},{"line_number":78,"context_line":"      const { headers \u003d {} } \u003d result;"},{"line_number":79,"context_line":"      const isPublic \u003d !!headers[\u0027x-container-read\u0027];"},{"line_number":80,"context_line":"      return isPublic;"},{"line_number":81,"context_line":"    } catch (e) {"},{"line_number":82,"context_line":"      return false;"},{"line_number":83,"context_line":"    }"},{"line_number":84,"context_line":"  };"},{"line_number":85,"context_line":""},{"line_number":86,"context_line":"  getPublicUrl \u003d (container, objectPath) \u003d\u003e {"}],"source_content_type":"text/jsx","patch_set":3,"id":"ef8bc710_7f9eaa97","line":83,"range":{"start_line":76,"start_character":4,"end_line":83,"end_character":5},"in_reply_to":"cb0cc4eb_01120383","updated":"2026-01-28 06:56:39.000000000","message":"Done","commit_id":"1284226167bdec7c3716390fc571785cda9749fe"}]}
