)]}'
{"openstackclient/image/v2/image.py":[{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2c6a862fa631a384e4e3f28e7fa6777cf6086d86","unresolved":true,"context_lines":[{"line_number":594,"context_line":"        parser.add_argument("},{"line_number":595,"context_line":"            \u0027--project\u0027,"},{"line_number":596,"context_line":"            metavar\u003d\u0027\u003cproject\u003e\u0027,"},{"line_number":597,"context_line":"            default\u003dNone,"},{"line_number":598,"context_line":"            help\u003d_(\"Filter images based on project.\")"},{"line_number":599,"context_line":"        )"},{"line_number":600,"context_line":"        parser.add_argument("}],"source_content_type":"text/x-python","patch_set":1,"id":"153161a3_9fa51c5e","line":597,"range":{"start_line":597,"start_character":12,"end_line":597,"end_character":25},"updated":"2020-12-10 20:02:00.000000000","message":"I think default\u003dNone is implied, so no neeed to put it.","commit_id":"38f185338990677ace591c5b706efa75b28b7971"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2c6a862fa631a384e4e3f28e7fa6777cf6086d86","unresolved":true,"context_lines":[{"line_number":595,"context_line":"            \u0027--project\u0027,"},{"line_number":596,"context_line":"            metavar\u003d\u0027\u003cproject\u003e\u0027,"},{"line_number":597,"context_line":"            default\u003dNone,"},{"line_number":598,"context_line":"            help\u003d_(\"Filter images based on project.\")"},{"line_number":599,"context_line":"        )"},{"line_number":600,"context_line":"        parser.add_argument("},{"line_number":601,"context_line":"            \u0027--tag\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"b3b45bcc_3eeeb664","line":598,"range":{"start_line":598,"start_character":20,"end_line":598,"end_character":51},"updated":"2020-12-10 20:02:00.000000000","message":"Nova uses this help string, let\u0027s use the same one so translation works nicely\n\n\"Search by project (admin only) (name or ID)\"","commit_id":"38f185338990677ace591c5b706efa75b28b7971"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2c6a862fa631a384e4e3f28e7fa6777cf6086d86","unresolved":true,"context_lines":[{"line_number":597,"context_line":"            default\u003dNone,"},{"line_number":598,"context_line":"            help\u003d_(\"Filter images based on project.\")"},{"line_number":599,"context_line":"        )"},{"line_number":600,"context_line":"        parser.add_argument("},{"line_number":601,"context_line":"            \u0027--tag\u0027,"},{"line_number":602,"context_line":"            metavar\u003d\u0027\u003ctag\u003e\u0027,"},{"line_number":603,"context_line":"            default\u003dNone,"}],"source_content_type":"text/x-python","patch_set":1,"id":"274b1b04_a4077654","line":600,"updated":"2020-12-10 20:02:00.000000000","message":"I think you\u0027ll also have to add:\n\nidentity_common.add_project_domain_option_to_parser(parser)\n\nSee\n\nhttps://github.com/openstack/python-openstackclient/blob/master/openstackclient/compute/v2/server.py#L1432","commit_id":"38f185338990677ace591c5b706efa75b28b7971"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2c6a862fa631a384e4e3f28e7fa6777cf6086d86","unresolved":true,"context_lines":[{"line_number":672,"context_line":"                identity_client,"},{"line_number":673,"context_line":"                parsed_args.project,"},{"line_number":674,"context_line":"            ).id"},{"line_number":675,"context_line":"            kwargs[\u0027owner_id\u0027] \u003d project_id"},{"line_number":676,"context_line":"        if parsed_args.long:"},{"line_number":677,"context_line":"            columns \u003d ("},{"line_number":678,"context_line":"                \u0027ID\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"014f2b17_ffa126b6","line":675,"range":{"start_line":675,"start_character":20,"end_line":675,"end_character":28},"updated":"2020-12-10 20:02:00.000000000","message":"It\u0027s owner not owner_id","commit_id":"38f185338990677ace591c5b706efa75b28b7971"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2c6a862fa631a384e4e3f28e7fa6777cf6086d86","unresolved":true,"context_lines":[{"line_number":672,"context_line":"                identity_client,"},{"line_number":673,"context_line":"                parsed_args.project,"},{"line_number":674,"context_line":"            ).id"},{"line_number":675,"context_line":"            kwargs[\u0027owner_id\u0027] \u003d project_id"},{"line_number":676,"context_line":"        if parsed_args.long:"},{"line_number":677,"context_line":"            columns \u003d ("},{"line_number":678,"context_line":"                \u0027ID\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"4df9db70_d217de27","line":675,"updated":"2020-12-10 20:02:00.000000000","message":"This might need to be adjusted to be similar to Nova for the find project.","commit_id":"38f185338990677ace591c5b706efa75b28b7971"}],"openstackclient/tests/unit/image/v2/test_image.py":[{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"2d6aad603364e4720b5ea34eb31109bba76df223","unresolved":true,"context_lines":[{"line_number":700,"context_line":"        self.assertItemsEqual(datalist, tuple(data))"},{"line_number":701,"context_line":""},{"line_number":702,"context_line":""},{"line_number":703,"context_line":"    @mock.patch(\u0027osc_lib.api.utils.simple_filter\u0027)"},{"line_number":704,"context_line":"    def test_image_list_property_option(self, sf_mock):"},{"line_number":705,"context_line":"        sf_mock.return_value \u003d [copy.deepcopy(self._image)]"},{"line_number":706,"context_line":""}],"source_content_type":"text/x-python","patch_set":6,"id":"a42822d8_89166dbc","line":703,"in_reply_to":"1a969f6e_e0a60340","updated":"2020-12-14 21:43:07.000000000","message":"\u003e pep8: E303 too many blank lines (2)\n\nPlease fix, just need to remove this extra line and we\u0027ll be good to land this. 😊","commit_id":"8ae0ed552866aa8a00d41ce1640942ded9e6eaf3"}]}
