Show a patch.

GET /api/1.1/patches/171/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 171,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/171/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/171/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190107231151.23291-9-laurent.pinchart@ideasonboard.com>",
    "date": "2019-01-07T23:11:48",
    "name": "[libcamera-devel,v2,08/11] test: Rename list test to list-cameras",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "6750cc87254bee011eaba4555597c9a9405fc9fc",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/171/mbox/",
    "series": [
        {
            "id": 56,
            "url": "https://patchwork.libcamera.org/api/1.1/series/56/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=56",
            "date": "2019-01-07T23:11:40",
            "name": "libcamera: Add event notification and timers",
            "version": 2,
            "mbox": "https://patchwork.libcamera.org/series/56/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/171/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/171/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8A1C260B3A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  8 Jan 2019 00:10:50 +0100 (CET)",
            "from avalon.bb.dnainternet.fi\n\t(dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id DDC82E4E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  8 Jan 2019 00:10:49 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546902650;\n\tbh=q/MK6T7+X50nZAAvplPMZSHn42sNXzDv4+8ni+PC0l8=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=B3Zi9E5YdFPj2X+3YrN0R0PcVAcousV7Obkzsp3bdvvy6nqZa24gQpzMTAx6PZ0yG\n\trnyYPkIL8YEfr0RYaut6y2C+Pf1aAGmEkyW6O4KRskXx1fsQx/OTOQjoapatZLXaJR\n\ttXQ8bAsjy3+vQZ1jsJrjAs/lEzLJVlxmKN8LO9zM=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue,  8 Jan 2019 01:11:48 +0200",
        "Message-Id": "<20190107231151.23291-9-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.19.2",
        "In-Reply-To": "<20190107231151.23291-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20190107231151.23291-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v2 08/11] test: Rename list test to\n\tlist-cameras",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Mon, 07 Jan 2019 23:10:50 -0000"
    },
    "content": "The list test generates a list binary in the test directory, which\nconflicts with the C++ std::list header of the same name. The binary\ngets included instead of the header file, breaking compilation.\n\nRename the test to avoid this.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nReviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\n---\nChanges since v1:\n\n- Rename list.cpp to list-cameras.cpp\n---\n test/{list.cpp => list-cameras.cpp} | 0\n test/meson.build                    | 2 +-\n 2 files changed, 1 insertion(+), 1 deletion(-)\n rename test/{list.cpp => list-cameras.cpp} (100%)",
    "diff": "diff --git a/test/list.cpp b/test/list-cameras.cpp\nsimilarity index 100%\nrename from test/list.cpp\nrename to test/list-cameras.cpp\ndiff --git a/test/meson.build b/test/meson.build\nindex 184a7eeb5e27..30350d2219a1 100644\n--- a/test/meson.build\n+++ b/test/meson.build\n@@ -3,7 +3,7 @@ subdir('libtest')\n subdir('media_device')\n \n public_tests = [\n-    ['list',            'list.cpp'],\n+    ['list-cameras',    'list-cameras.cpp'],\n ]\n \n internal_tests = [\n",
    "prefixes": [
        "libcamera-devel",
        "v2",
        "08/11"
    ]
}