)]}'
{"mistral/tests/unit/services/test_workflow_service.py":[{"author":{"_account_id":19134,"name":"Eyal","email":"eyalb1@gmail.com","username":"eyalb"},"change_message_id":"1595c7b47920e1cb1eba7979ff76ec8432891d02","unresolved":false,"context_lines":[{"line_number":190,"context_line":""},{"line_number":191,"context_line":"        wf1_db \u003d self._assert_single_item(db_wfs, name\u003d\u0027wf1\u0027)"},{"line_number":192,"context_line":"        wf1_def \u003d wf1_db.definition"},{"line_number":193,"context_line":"        wf1_publish \u003d list(map("},{"line_number":194,"context_line":"            lambda x: x.strip(),"},{"line_number":195,"context_line":"            wf1_def.splitlines()[-3:]"},{"line_number":196,"context_line":"        ))"},{"line_number":197,"context_line":"        self.assertEqual("},{"line_number":198,"context_line":"            [\u0027we: 1\u0027, \u0027dont_want: 2\u0027, \u0027to_be_sorted: 3\u0027],"},{"line_number":199,"context_line":"            wf1_publish"}],"source_content_type":"text/x-python","patch_set":5,"id":"3fa7e38b_d09fedb0","line":196,"range":{"start_line":193,"start_character":8,"end_line":196,"end_character":10},"updated":"2020-01-19 11:20:11.000000000","message":"I think it is more pythonic and clearer to do\n\npublished_values \u003d wf1_def.splitlines()[-3:]\nwf1_publish \u003d [\n    item.strip() \n    for item in published_values\n]","commit_id":"410ce0f524bd466a1d29bc870b27c02a729d6bd3"}],"requirements.txt":[{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"7a6e2c8b86c78caf87b8fcab6fcbe3b5704f975c","unresolved":false,"context_lines":[{"line_number":62,"context_line":"SQLAlchemy\u003e\u003d1.2.5 # MIT"},{"line_number":63,"context_line":"stevedore\u003e\u003d1.20.0 # Apache-2.0"},{"line_number":64,"context_line":"WSME\u003e\u003d0.8.0 # MIT"},{"line_number":65,"context_line":"yamlloader\u003e\u003d0.5.5 # BSD"},{"line_number":66,"context_line":"yaql\u003e\u003d1.1.3 # Apache 2.0 License"},{"line_number":67,"context_line":"tooz\u003e\u003d1.58.0 # Apache-2.0"},{"line_number":68,"context_line":"zake\u003e\u003d0.1.6 # Apache-2.0"}],"source_content_type":"text/plain","patch_set":2,"id":"9fdfeff1_4ccec05a","line":65,"range":{"start_line":65,"start_character":0,"end_line":65,"end_character":10},"updated":"2019-02-14 04:46:11.000000000","message":"Oleg, the problem is that this requirement does not exist in the global requirements (https://github.com/openstack/requirements/blob/master/global-requirements.txt) If we really want to use it you\u0027ll have to ask people responsible for global requirements to include this library by sending an email in openstack-discuss list. Just use [requirements] tag in the email subject and provide your reasoning why you can\u0027t implement this functionality with something that\u0027s already included in the global requirements.","commit_id":"8f306d063181489c0a2d7e5d374baa08010c964f"}]}
