)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"f0375bfd61337f70fb9c3e0bfc3c7414137b24ee","unresolved":true,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Fix Octavia cert generation"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"I have no clue how it worked previously in CI, but now it\u0027s using default path to the inventory - which does"},{"line_number":10,"context_line":"not exist."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"In addition to that, type\u003dint in cliff will default to"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":13,"id":"01cf0b25_ef83e91a","line":9,"updated":"2024-11-01 09:40:41.000000000","message":"nit: very long line","commit_id":"f63aacaf3fdd5f2a9bebcdaf2e32473456c6cbca"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"d1cc3e0745070ab9683e42ae15cb7cfc6b9f02a0","unresolved":false,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Fix Octavia cert generation"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"I have no clue how it worked previously in CI, but now it\u0027s using default path to the inventory - which does"},{"line_number":10,"context_line":"not exist."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"In addition to that, type\u003dint in cliff will default to"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":13,"id":"6c6888db_e25cc30c","line":9,"in_reply_to":"01cf0b25_ef83e91a","updated":"2024-11-01 10:50:31.000000000","message":"Done","commit_id":"f63aacaf3fdd5f2a9bebcdaf2e32473456c6cbca"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"52bbf389c8bbee3103ea307ed2c24797f55e26c4","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":16,"id":"3c6f4ad1_aebf382b","updated":"2024-11-01 20:55:00.000000000","message":"there not the dict?","commit_id":"0bd7c61b5e14cda7bd140f9bc84fe7d904410f9d"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"49961c1b52fcacf073caf47c5aca4e95b57954ed","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"86b9e385_d4c04c6e","in_reply_to":"301f4957_33610914","updated":"2024-11-03 08:19:18.000000000","message":"And due to type int it\u0027s always there.","commit_id":"0bd7c61b5e14cda7bd140f9bc84fe7d904410f9d"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"98cf680e0c3c5911863b673908c89bb284180938","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":16,"id":"301f4957_33610914","in_reply_to":"3c6f4ad1_aebf382b","updated":"2024-11-03 08:16:40.000000000","message":"it\u0027s an object, not a dict.","commit_id":"0bd7c61b5e14cda7bd140f9bc84fe7d904410f9d"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"dd35d61f8736788eed827e0879082a302abe13c3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":18,"id":"91ad32e2_a64c1b3e","updated":"2024-11-03 11:26:45.000000000","message":"Let\u0027s get over with it for backports and final release","commit_id":"cd8ecfc8f25759192d52c610433330f70eac3ab3"}],"kolla_ansible/cli/commands.py":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"f0375bfd61337f70fb9c3e0bfc3c7414137b24ee","unresolved":true,"context_lines":[{"line_number":201,"context_line":"    def take_action(self, parsed_args):"},{"line_number":202,"context_line":"        extra_vars \u003d {}"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"        if parsed_args.check_expiry:"},{"line_number":205,"context_line":"            self.app.LOG.info(\"Checking if certificates expire \""},{"line_number":206,"context_line":"                              \"within given number of days.\")"},{"line_number":207,"context_line":"            extra_vars[\"octavia_certs_check_expiry\"] \u003d \"yes\""}],"source_content_type":"text/x-python","patch_set":13,"id":"13297cc7_16c0a95c","line":204,"range":{"start_line":204,"start_character":11,"end_line":204,"end_character":35},"updated":"2024-11-01 09:40:41.000000000","message":"parsed_args.get(\u0027check_expiry\u0027) ?","commit_id":"f63aacaf3fdd5f2a9bebcdaf2e32473456c6cbca"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"d1cc3e0745070ab9683e42ae15cb7cfc6b9f02a0","unresolved":false,"context_lines":[{"line_number":201,"context_line":"    def take_action(self, parsed_args):"},{"line_number":202,"context_line":"        extra_vars \u003d {}"},{"line_number":203,"context_line":""},{"line_number":204,"context_line":"        if parsed_args.check_expiry:"},{"line_number":205,"context_line":"            self.app.LOG.info(\"Checking if certificates expire \""},{"line_number":206,"context_line":"                              \"within given number of days.\")"},{"line_number":207,"context_line":"            extra_vars[\"octavia_certs_check_expiry\"] \u003d \"yes\""}],"source_content_type":"text/x-python","patch_set":13,"id":"4fc1a3e9_2a21288f","line":204,"range":{"start_line":204,"start_character":11,"end_line":204,"end_character":35},"in_reply_to":"13297cc7_16c0a95c","updated":"2024-11-01 10:50:31.000000000","message":"It\u0027s always there as None, but whatever.","commit_id":"f63aacaf3fdd5f2a9bebcdaf2e32473456c6cbca"}]}
