)]}'
{"octavia/api/v2/controllers/quotas.py":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"3f329c9affd1e4d36c453297cdeac9109d91946a","unresolved":true,"context_lines":[{"line_number":91,"context_line":"        with context.session.begin():"},{"line_number":92,"context_line":"            self.repositories.quotas.delete(context.session, project_id)"},{"line_number":93,"context_line":"        db_quotas \u003d self._get_db_quotas(context.session, project_id)"},{"line_number":94,"context_line":"        return self._convert_db_to_type(db_quotas, quota_types.QuotaResponse)"},{"line_number":95,"context_line":""},{"line_number":96,"context_line":"    @pecan_expose()"},{"line_number":97,"context_line":"    def _lookup(self, project_id, *remainder):"}],"source_content_type":"text/x-python","patch_set":1,"id":"9f2aabaf_3ffe24de","line":94,"range":{"start_line":94,"start_character":8,"end_line":94,"end_character":77},"updated":"2024-10-18 10:43:41.000000000","message":"DELETE currently returns non-empty body so we should NOT use 204.\n\nI guess the current implementation is intentional one so that API returns the default quota in case the project-specific quota is deleted, so we may want to keep the behavior and fix the documentation.","commit_id":"95f0043662622c9cc42f6784a54e248dafbca089"}]}
