)]}'
{"mistralclient/api/v2/workflows.py":[{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"67d59a14cebd88e6e67f441bfd8b6758c30b3235","unresolved":true,"context_lines":[{"line_number":94,"context_line":"    def delete(self, identifier, namespace\u003dNone):"},{"line_number":95,"context_line":"        self._ensure_not_empty(identifier\u003didentifier)"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"        url \u003d \u0027/workflows/%s\u0027 % identifier"},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"        if namespace:"},{"line_number":100,"context_line":"            url \u003d url + \u0027?namespace\u003d%s\u0027 % namespace"}],"source_content_type":"text/x-python","patch_set":9,"id":"85469da6_d3b5e1e2","line":97,"range":{"start_line":97,"start_character":8,"end_line":97,"end_character":12},"updated":"2020-12-08 14:23:11.000000000","message":"I like the original path name. This is not a URL.","commit_id":"eab0b89087f04308d25a7d6359f0a8e2ecee6347"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"e21e578d921cf016dfeccac9162aed7d89f0f4a0","unresolved":true,"context_lines":[{"line_number":94,"context_line":"    def delete(self, identifier, namespace\u003dNone):"},{"line_number":95,"context_line":"        self._ensure_not_empty(identifier\u003didentifier)"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"        url \u003d \u0027/workflows/%s\u0027 % identifier"},{"line_number":98,"context_line":""},{"line_number":99,"context_line":"        if namespace:"},{"line_number":100,"context_line":"            url \u003d url + \u0027?namespace\u003d%s\u0027 % namespace"}],"source_content_type":"text/x-python","patch_set":9,"id":"8635b584_528933cf","line":97,"range":{"start_line":97,"start_character":8,"end_line":97,"end_character":12},"in_reply_to":"85469da6_d3b5e1e2","updated":"2020-12-09 04:42:21.000000000","message":"Yeah, I agree. I renamed it though just to be consistent with the name of the argument in the base method.","commit_id":"eab0b89087f04308d25a7d6359f0a8e2ecee6347"}],"mistralclient/commands/v2/action_executions.py":[{"author":{"_account_id":19134,"name":"Eyal","email":"eyalb1@gmail.com","username":"eyalb"},"change_message_id":"2e1d6c78470721ef1a3c45243e965eba3899272f","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                action_ex.updated_at or \u0027\u003cnone\u003e\u0027"},{"line_number":78,"context_line":"            )"},{"line_number":79,"context_line":"        else:"},{"line_number":80,"context_line":"            data \u003d (tuple(\u0027\u0027 for _ in range(len(columns))),)"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        return columns, data"},{"line_number":83,"context_line":""}],"source_content_type":"text/x-python","patch_set":9,"id":"665cf418_c1831c2a","line":80,"range":{"start_line":80,"start_character":11,"end_line":80,"end_character":60},"updated":"2020-12-08 07:44:00.000000000","message":"maybe \n\ndata \u003d (\u0027\u0027,)*len(columns),\n\nis more pythonic ?","commit_id":"eab0b89087f04308d25a7d6359f0a8e2ecee6347"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"e21e578d921cf016dfeccac9162aed7d89f0f4a0","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                action_ex.updated_at or \u0027\u003cnone\u003e\u0027"},{"line_number":78,"context_line":"            )"},{"line_number":79,"context_line":"        else:"},{"line_number":80,"context_line":"            data \u003d (tuple(\u0027\u0027 for _ in range(len(columns))),)"},{"line_number":81,"context_line":""},{"line_number":82,"context_line":"        return columns, data"},{"line_number":83,"context_line":""}],"source_content_type":"text/x-python","patch_set":9,"id":"e8d47dd9_15f521c7","line":80,"range":{"start_line":80,"start_character":11,"end_line":80,"end_character":60},"in_reply_to":"665cf418_c1831c2a","updated":"2020-12-09 04:42:21.000000000","message":"I can change it, yes. Although I didn\u0027t really pay attention to this place since it already existed.","commit_id":"eab0b89087f04308d25a7d6359f0a8e2ecee6347"}],"test-requirements.txt":[{"author":{"_account_id":19134,"name":"Eyal","email":"eyalb1@gmail.com","username":"eyalb"},"change_message_id":"5be467fb212c890a1a5caeb68db87cc8ed6e8c28","unresolved":true,"context_lines":[{"line_number":1,"context_line":"# The order of packages is significant, because pip processes them in the order"},{"line_number":2,"context_line":"# of appearance. Changing the order has an impact on the overall integration"},{"line_number":3,"context_line":"# process, which may cause wedges in the gate later."},{"line_number":4,"context_line":"hacking\u003e\u003d3.0.1,\u003c3.1.0 # Apache-2.0"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"coverage\u003e\u003d4.0 # Apache-2.0"},{"line_number":7,"context_line":"hacking\u003e\u003d3.0.1,\u003c3.1.0 # Apache-2.0"}],"source_content_type":"text/plain","patch_set":12,"id":"39530b61_c28473cb","line":4,"range":{"start_line":4,"start_character":0,"end_line":4,"end_character":34},"updated":"2020-12-09 08:00:55.000000000","message":"twice ?","commit_id":"44ee1e6716abf737e20897fd0edd3943cd7aa929"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"415d5af63f433110d9744a946ab5b12d6329702b","unresolved":false,"context_lines":[{"line_number":1,"context_line":"# The order of packages is significant, because pip processes them in the order"},{"line_number":2,"context_line":"# of appearance. Changing the order has an impact on the overall integration"},{"line_number":3,"context_line":"# process, which may cause wedges in the gate later."},{"line_number":4,"context_line":"hacking\u003e\u003d3.0.1,\u003c3.1.0 # Apache-2.0"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"coverage\u003e\u003d4.0 # Apache-2.0"},{"line_number":7,"context_line":"hacking\u003e\u003d3.0.1,\u003c3.1.0 # Apache-2.0"}],"source_content_type":"text/plain","patch_set":12,"id":"4804de81_da8dba26","line":4,"range":{"start_line":4,"start_character":0,"end_line":4,"end_character":34},"in_reply_to":"39530b61_c28473cb","updated":"2020-12-09 08:27:51.000000000","message":"Done","commit_id":"44ee1e6716abf737e20897fd0edd3943cd7aa929"}]}
