)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":16222,"name":"witek","email":"witold.bedyk@suse.com","username":"witek"},"change_message_id":"1e88c77c0ae8ef51e582e89d39fe4352bb1bd06f","unresolved":false,"context_lines":[{"line_number":9,"context_line":"Falcon 2.0.0 introduces some breaking changes. The relevant ones here are:"},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"- falcon.testing.TestCase.api property was removed"},{"line_number":12,"context_line":"-falcon.testing.TestBase class was removed"},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"Additionally, the default behaviour for handling trailing slashes on"},{"line_number":15,"context_line":"URIs also changed:"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"bfb3d3c7_c2795f2f","line":12,"range":{"start_line":12,"start_character":0,"end_line":12,"end_character":1},"updated":"2019-05-23 10:02:01.000000000","message":"nit: space missing","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"},{"author":{"_account_id":26141,"name":"Adrian Czarnecki","email":"adrian.czarnecki@ts.fujitsu.com","username":"czarneckia"},"change_message_id":"396e53760018975cc6266144c8ecf69869134c7b","unresolved":false,"context_lines":[{"line_number":9,"context_line":"Falcon 2.0.0 introduces some breaking changes. The relevant ones here are:"},{"line_number":10,"context_line":""},{"line_number":11,"context_line":"- falcon.testing.TestCase.api property was removed"},{"line_number":12,"context_line":"-falcon.testing.TestBase class was removed"},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"Additionally, the default behaviour for handling trailing slashes on"},{"line_number":15,"context_line":"URIs also changed:"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9fb8cfa7_0f9780ee","line":12,"range":{"start_line":12,"start_character":0,"end_line":12,"end_character":1},"in_reply_to":"bfb3d3c7_c2795f2f","updated":"2019-06-10 12:17:39.000000000","message":"Done","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"}],"monasca_log_api/app/base/validation.py":[{"author":{"_account_id":16222,"name":"witek","email":"witold.bedyk@suse.com","username":"witek"},"change_message_id":"1e88c77c0ae8ef51e582e89d39fe4352bb1bd06f","unresolved":false,"context_lines":[{"line_number":207,"context_line":"        )"},{"line_number":208,"context_line":""},{"line_number":209,"context_line":"    if payload_size \u003e\u003d max_size:"},{"line_number":210,"context_line":"        raise falcon.HTTPPayloadTooLarge("},{"line_number":211,"context_line":"            title\u003d\u0027Log payload size exceeded\u0027,"},{"line_number":212,"context_line":"            description\u003d\u0027Maximum allowed size is %d bytes\u0027 % max_size"},{"line_number":213,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":1,"id":"bfb3d3c7_c2c15f82","line":210,"range":{"start_line":210,"start_character":14,"end_line":210,"end_character":40},"updated":"2019-05-23 10:02:01.000000000","message":"Changed in 2.0. Please mention in the commit message.","commit_id":"87ccdd103c8ee9786c24cad819872d0f05a41da6"}],"monasca_log_api/tests/base.py":[{"author":{"_account_id":16222,"name":"witek","email":"witold.bedyk@suse.com","username":"witek"},"change_message_id":"1e88c77c0ae8ef51e582e89d39fe4352bb1bd06f","unresolved":false,"context_lines":[{"line_number":204,"context_line":"        # NOTE(czarneckia): Falcon 2.0.0 switches the default for this from True"},{"line_number":205,"context_line":"        # to False so we explicitly set it here to prevent the behaviour"},{"line_number":206,"context_line":"        # changing between versions."},{"line_number":207,"context_line":"        self.app.req_options.strip_url_path_trailing_slash \u003d True"}],"source_content_type":"text/x-python","patch_set":2,"id":"bfb3d3c7_222f1b40","line":207,"range":{"start_line":207,"start_character":8,"end_line":207,"end_character":65},"updated":"2019-05-23 10:02:01.000000000","message":"Shouldn\u0027t we add this as well in `monasca_log_api.app.api.create_api_app` ?","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"},{"author":{"_account_id":26141,"name":"Adrian Czarnecki","email":"adrian.czarnecki@ts.fujitsu.com","username":"czarneckia"},"change_message_id":"396e53760018975cc6266144c8ecf69869134c7b","unresolved":false,"context_lines":[{"line_number":204,"context_line":"        # NOTE(czarneckia): Falcon 2.0.0 switches the default for this from True"},{"line_number":205,"context_line":"        # to False so we explicitly set it here to prevent the behaviour"},{"line_number":206,"context_line":"        # changing between versions."},{"line_number":207,"context_line":"        self.app.req_options.strip_url_path_trailing_slash \u003d True"}],"source_content_type":"text/x-python","patch_set":2,"id":"9fb8cfa7_cf9c0810","line":207,"range":{"start_line":207,"start_character":8,"end_line":207,"end_character":65},"in_reply_to":"bfb3d3c7_222f1b40","updated":"2019-06-10 12:17:39.000000000","message":"Done","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"}],"monasca_log_api/tests/test_healthchecks.py":[{"author":{"_account_id":16222,"name":"witek","email":"witold.bedyk@suse.com","username":"witek"},"change_message_id":"1e88c77c0ae8ef51e582e89d39fe4352bb1bd06f","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"import falcon"},{"line_number":16,"context_line":"import mock"},{"line_number":17,"context_line":"import simplejson as json"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from monasca_log_api.app.controller import healthchecks"},{"line_number":20,"context_line":"from monasca_log_api.healthcheck import kafka_check as healthcheck"}],"source_content_type":"text/x-python","patch_set":2,"id":"bfb3d3c7_42c00f51","line":17,"updated":"2019-05-23 10:02:01.000000000","message":"Not needed anymore.","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"},{"author":{"_account_id":26141,"name":"Adrian Czarnecki","email":"adrian.czarnecki@ts.fujitsu.com","username":"czarneckia"},"change_message_id":"396e53760018975cc6266144c8ecf69869134c7b","unresolved":false,"context_lines":[{"line_number":14,"context_line":""},{"line_number":15,"context_line":"import falcon"},{"line_number":16,"context_line":"import mock"},{"line_number":17,"context_line":"import simplejson as json"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"from monasca_log_api.app.controller import healthchecks"},{"line_number":20,"context_line":"from monasca_log_api.healthcheck import kafka_check as healthcheck"}],"source_content_type":"text/x-python","patch_set":2,"id":"9fb8cfa7_efa1cc47","line":17,"in_reply_to":"bfb3d3c7_42c00f51","updated":"2019-06-10 12:17:39.000000000","message":"Done","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"}],"monasca_log_api/tests/test_versions.py":[{"author":{"_account_id":16222,"name":"witek","email":"witold.bedyk@suse.com","username":"witek"},"change_message_id":"1e88c77c0ae8ef51e582e89d39fe4352bb1bd06f","unresolved":false,"context_lines":[{"line_number":13,"context_line":"# under the License."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"import falcon"},{"line_number":16,"context_line":"import ujson as json"},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"from monasca_log_api.app.controller import versions"},{"line_number":19,"context_line":"from monasca_log_api.tests import base"}],"source_content_type":"text/x-python","patch_set":2,"id":"bfb3d3c7_c2907f51","line":16,"updated":"2019-05-23 10:02:01.000000000","message":"Unused import.","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"},{"author":{"_account_id":26141,"name":"Adrian Czarnecki","email":"adrian.czarnecki@ts.fujitsu.com","username":"czarneckia"},"change_message_id":"396e53760018975cc6266144c8ecf69869134c7b","unresolved":false,"context_lines":[{"line_number":13,"context_line":"# under the License."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"import falcon"},{"line_number":16,"context_line":"import ujson as json"},{"line_number":17,"context_line":""},{"line_number":18,"context_line":"from monasca_log_api.app.controller import versions"},{"line_number":19,"context_line":"from monasca_log_api.tests import base"}],"source_content_type":"text/x-python","patch_set":2,"id":"9fb8cfa7_8f8a90bc","line":16,"in_reply_to":"bfb3d3c7_c2907f51","updated":"2019-06-10 12:17:39.000000000","message":"Done","commit_id":"d14c2ba126f8a350fffd4c885d3732e19d326223"}],"requirements.txt":[{"author":{"_account_id":14123,"name":"Stefano Canepa","email":"sc@linux.it","username":"sc"},"change_message_id":"5c81989f652bf9786c3aaf7229d9e8ee6caaa980","unresolved":false,"context_lines":[{"line_number":4,"context_line":""},{"line_number":5,"context_line":"pbr!\u003d2.1.0,\u003e\u003d2.0.0 # Apache-2.0"},{"line_number":6,"context_line":"Paste\u003e\u003d2.0.2 # MIT"},{"line_number":7,"context_line":"falcon\u003d\u003d2.0.0 # Apache-2.0"},{"line_number":8,"context_line":"keystonemiddleware\u003e\u003d4.17.0 # Apache-2.0"},{"line_number":9,"context_line":"oslo.config\u003e\u003d5.2.0 # Apache-2.0"},{"line_number":10,"context_line":"oslo.context\u003e\u003d2.19.2 # Apache-2.0"}],"source_content_type":"text/plain","patch_set":4,"id":"bfb3d3c7_cfda9176","line":7,"updated":"2019-05-29 14:09:06.000000000","message":"changing to \u003e\u003d is enabling this to pass dependancy_check. I run it locally.","commit_id":"f2309d5bffcb8632bec2c15a2c9f7d82bb48f201"},{"author":{"_account_id":26141,"name":"Adrian Czarnecki","email":"adrian.czarnecki@ts.fujitsu.com","username":"czarneckia"},"change_message_id":"396e53760018975cc6266144c8ecf69869134c7b","unresolved":false,"context_lines":[{"line_number":4,"context_line":""},{"line_number":5,"context_line":"pbr!\u003d2.1.0,\u003e\u003d2.0.0 # Apache-2.0"},{"line_number":6,"context_line":"Paste\u003e\u003d2.0.2 # MIT"},{"line_number":7,"context_line":"falcon\u003d\u003d2.0.0 # Apache-2.0"},{"line_number":8,"context_line":"keystonemiddleware\u003e\u003d4.17.0 # Apache-2.0"},{"line_number":9,"context_line":"oslo.config\u003e\u003d5.2.0 # Apache-2.0"},{"line_number":10,"context_line":"oslo.context\u003e\u003d2.19.2 # Apache-2.0"}],"source_content_type":"text/plain","patch_set":4,"id":"9fb8cfa7_af8754b5","line":7,"in_reply_to":"bfb3d3c7_cfda9176","updated":"2019-06-10 12:17:39.000000000","message":"Done","commit_id":"f2309d5bffcb8632bec2c15a2c9f7d82bb48f201"}]}
