)]}'
{"neutron_tempest_plugin/api/base.py":[{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"a5da49396ec4a1f975460d9acdc36ce6b6716b9c","unresolved":false,"context_lines":[{"line_number":468,"context_line":""},{"line_number":469,"context_line":"    @classmethod"},{"line_number":470,"context_line":"    def reserve_subnet_cidr(cls, addr, **ipnetwork_kwargs):"},{"line_number":471,"context_line":"        \"\"\"Reserve given subnet CIDR making sure it is not used by created."},{"line_number":472,"context_line":""},{"line_number":473,"context_line":"        :param addr: the CIDR address to be reserved"},{"line_number":474,"context_line":"        It can be a str or netaddr.IPNetwork instance"}],"source_content_type":"text/x-python","patch_set":2,"id":"ffb9cba7_0eb9bde7","line":471,"updated":"2019-04-29 00:14:55.000000000","message":"not used \"by created\" what?","commit_id":"feae8eac15a2caeb604c1e3ec2105def07371da4"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"c1498e31c7bd1935bed82d79385469fecd4dfba5","unresolved":false,"context_lines":[{"line_number":468,"context_line":""},{"line_number":469,"context_line":"    @classmethod"},{"line_number":470,"context_line":"    def reserve_subnet_cidr(cls, addr, **ipnetwork_kwargs):"},{"line_number":471,"context_line":"        \"\"\"Reserve given subnet CIDR making sure it is not used by created."},{"line_number":472,"context_line":""},{"line_number":473,"context_line":"        :param addr: the CIDR address to be reserved"},{"line_number":474,"context_line":"        It can be a str or netaddr.IPNetwork instance"}],"source_content_type":"text/x-python","patch_set":2,"id":"ffb9cba7_65388fee","line":471,"in_reply_to":"ffb9cba7_0eb9bde7","updated":"2019-04-29 15:01:58.000000000","message":"I would just get rid of the word \u0027is\u0027 instead","commit_id":"feae8eac15a2caeb604c1e3ec2105def07371da4"}],"test-requirements.txt":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"eec48a2aaa3b658d2cf4570edba8ac455c1b14f3","unresolved":false,"context_lines":[{"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":""},{"line_number":5,"context_line":"hacking\u003e\u003d1.1.0,\u003c1.2.0 # Apache-2.0"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"coverage!\u003d4.4,\u003e\u003d4.0 # Apache-2.0"},{"line_number":8,"context_line":"flake8-import-order\u003d\u003d0.12 # LGPLv3"}],"source_content_type":"text/plain","patch_set":1,"id":"ffd0ebdf_4bc5d68d","line":5,"updated":"2019-01-04 20:36:56.000000000","message":"As in the neutron repo, this will not update hacking to the latest since it will restrict it to \u003c1.2.0","commit_id":"90fe6e17089b16244f3e49848cf7428a676b66cd"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"c1498e31c7bd1935bed82d79385469fecd4dfba5","unresolved":false,"context_lines":[{"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":""},{"line_number":5,"context_line":"hacking\u003e\u003d1.1.0,\u003c1.2.0 # Apache-2.0"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"coverage!\u003d4.4,\u003e\u003d4.0 # Apache-2.0"},{"line_number":8,"context_line":"flake8-import-order\u003d\u003d0.12 # LGPLv3"}],"source_content_type":"text/plain","patch_set":2,"id":"ffb9cba7_e5547f55","line":5,"updated":"2019-04-29 15:01:58.000000000","message":"Why the \u003c1.2.0 ?  neutron repo has \u003e\u003d1.1.0 and it would be good to keep the same if we could, are there other failures?","commit_id":"feae8eac15a2caeb604c1e3ec2105def07371da4"}],"tox.ini":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"c1498e31c7bd1935bed82d79385469fecd4dfba5","unresolved":false,"context_lines":[{"line_number":63,"context_line":"# W504 line break after binary operator"},{"line_number":64,"context_line":"# (W503 and W504 are incompatible and we need to choose one of them."},{"line_number":65,"context_line":"#  Existing codes follows W503, so we disable W504.)"},{"line_number":66,"context_line":"ignore \u003d E125,E126,E128,E129,N530,W504"},{"line_number":67,"context_line":"# H106: Don\u0027t put vim configuration in source files"},{"line_number":68,"context_line":"# H203: Use assertIs(Not)None to check for None"},{"line_number":69,"context_line":"# H904: Delay string interpolations at logging calls"}],"source_content_type":"text/x-properties","patch_set":2,"id":"ffb9cba7_2538573b","line":66,"updated":"2019-04-29 15:01:58.000000000","message":"Not sure you need the explanation, we didn\u0027t put it in the neutron repo when we added W504","commit_id":"feae8eac15a2caeb604c1e3ec2105def07371da4"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"396743d1f873450dc01e8c1f8364387607f35ba5","unresolved":false,"context_lines":[{"line_number":67,"context_line":"# H106: Don\u0027t put vim configuration in source files"},{"line_number":68,"context_line":"# H203: Use assertIs(Not)None to check for None"},{"line_number":69,"context_line":"# H904: Delay string interpolations at logging calls"},{"line_number":70,"context_line":"enable-extensions \u003d H106,H203,H904"},{"line_number":71,"context_line":"show-source \u003d true"},{"line_number":72,"context_line":"exclude \u003d ./.*,build,dist,doc,*egg*,releasenotes"},{"line_number":73,"context_line":"import-order-style \u003d pep8"}],"source_content_type":"text/x-properties","patch_set":2,"id":"ffb9cba7_e50c7f42","line":70,"updated":"2019-04-29 15:05:01.000000000","message":"And you might as well add H204/205 here as neutron does, seems to pass with both","commit_id":"feae8eac15a2caeb604c1e3ec2105def07371da4"}]}
