)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"be0487878c395284c5329e5267a5448420463e42","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"843eb2f0_e4274282","updated":"2024-02-14 10:12:46.000000000","message":"(just a note from release team perspective: this week is the Feature Freeze week for Oslo [1] for 2024.1 Caracal)\n\n[1] https://releases.openstack.org/caracal/schedule.html","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"b1e19693822216265a139f92d4850f58aa566614","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"7e4a3d74_9c6d54f7","updated":"2024-02-13 14:27:21.000000000","message":"I\u0027m also not an oslo core reviewer, nor am i familiar with oslo team\u0027s feature handling process, but the code looks sane and well tested, so LGTM.\n\n@Hervé when you have time, could you also take a look at this patch? o:) Thanks in advance!","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"1a0739f281f8bf75314f600520653ceee6ec00dd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"4ce05b6b_e90dfc91","updated":"2024-02-09 12:29:43.000000000","message":"If I understand well this is needed by Ironic (I am dumb for Ironic but there are hints where it would be useful: https://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/modules/redfish/raid.py#L264 )","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"8bc37cbf3c7aa070e73897f8ea6f65cfde11769b","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"36fce594_5d71d018","updated":"2024-02-14 09:48:44.000000000","message":"The idea looks reasonable to me, but it\u0027d be probably better to discuss the plan to support the use cases which need to reject the boundary values.\n\nI wonder if it makes sense to modify the syntax like\n\n```\nrange-in [ min max ]\n```\n\nso that we can describe whether the range limit can be included.\n\neg.\n```\nrange-in ( 0 1 ]     0 \u003c x \u003c\u003d 1\nrange-in [ 0 1 )     0 \u003c\u003d x \u003c 1\nrange-in [ 0 1 ]     0 \u003c\u003d x \u003c\u003d 1\nrange-in ( 0 1 )     0 \u003c x \u003c 1\n```","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":35233,"name":"Adam Rozman","email":"adam.rozman@est.tech","username":"rozzix"},"change_message_id":"71bd6ee055553642aa10d7a06e377eb847cafb50","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b713d6f2_2de4e08f","in_reply_to":"2f7a9c68_90ae2a11","updated":"2024-02-19 08:16:18.000000000","message":"I am fine with incorporating the boundary value management according to your proposal.","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"117763232b54b63fd5093b83778bbbee509e5a47","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"3c568be9_8c130d99","in_reply_to":"36fce594_5d71d018","updated":"2024-02-14 11:47:44.000000000","message":"See the example change https://review.opendev.org/c/openstack/oslo.utils/+/908987/","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":35233,"name":"Adam Rozman","email":"adam.rozman@est.tech","username":"rozzix"},"change_message_id":"fe9ef88f991028b31857fb4b24df12d06d798fa4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"2f7a9c68_90ae2a11","in_reply_to":"3c568be9_8c130d99","updated":"2024-02-19 08:06:35.000000000","message":"Acknowledged","commit_id":"3b971d6ef7ea34e973e38ca0ddbfb2b86dcc8602"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"30b6171eacc958a7c1d007ae151e270718be60e8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"70cf73ae_890632e1","updated":"2024-02-19 10:40:47.000000000","message":"I\u0027ve merged the subsequent proposal patch into this one, with commit message and release note updated. Release note is simplified a bit. Probably we should document details somewhere in the document, rather than a release note, but that may be left for follow-up","commit_id":"425dfc3e8e848457a9769d7fdf846825d2103c0d"},{"author":{"_account_id":28522,"name":"Hervé Beraud","email":"herveberaud.pro@gmail.com","username":"hberaud"},"change_message_id":"9d44747428e2b3aa16e45ea7fb3881831829c7b0","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":6,"id":"3c6e5e0a_fb513fb3","updated":"2024-02-19 12:40:12.000000000","message":"LGTM, the feature freeze is over but these changes are well isolated and tested, so I think we can merge this patch by sending a feature freeze exception on the mailing list. As Daniel managed the feature freeze, I\u0027ll let him handle this case (+W) and send the FFE mail.","commit_id":"72c80f6993714816a33d8ce22019cee5b8180069"},{"author":{"_account_id":31245,"name":"Daniel Bengtsson","email":"dbengt@redhat.com","username":"damani42"},"change_message_id":"5a992295989a6348c872eadb89b9a8d5f98e2c9b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"b47e8862_128d04f3","updated":"2024-02-19 14:18:30.000000000","message":"Ok everyone agree we can merge it without exception.","commit_id":"72c80f6993714816a33d8ce22019cee5b8180069"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"80887562f644479ecc98821be55bb2328de70d94","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"324ce869_ef1011d4","updated":"2024-02-19 11:35:00.000000000","message":"Thanks !","commit_id":"72c80f6993714816a33d8ce22019cee5b8180069"},{"author":{"_account_id":35233,"name":"Adam Rozman","email":"adam.rozman@est.tech","username":"rozzix"},"change_message_id":"57bd0f50311ee58479ff8f36b9b5b108729ed3c2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"3a83afca_f8be9e8a","updated":"2024-02-19 11:25:38.000000000","message":"between patch 2 and 6 I have fixed a few minor typos and a variable name, I have also added you Takashi Kajinami as a Co-Author, thanks for the guidance!","commit_id":"72c80f6993714816a33d8ce22019cee5b8180069"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"5a29967d07af391a52cd3a3299b7e580b7270062","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"118ae63f_8dee8bab","updated":"2024-02-19 13:30:53.000000000","message":"thanks for your work","commit_id":"72c80f6993714816a33d8ce22019cee5b8180069"}]}
