Show a patch.

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

{
    "id": 142,
    "url": "https://patchwork.libcamera.org/api/patches/142/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/142/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "<20190103013110.6849-8-laurent.pinchart@ideasonboard.com>",
    "date": "2019-01-03T01:31:09",
    "name": "[libcamera-devel,8/9] libcamera: pipeline_handler: Remove unneeded forward declaration",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "386890587935da4decdefa6288ce44ea9161b01b",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/142/mbox/",
    "series": [
        {
            "id": 51,
            "url": "https://patchwork.libcamera.org/api/series/51/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=51",
            "date": "2019-01-03T01:31:02",
            "name": "[libcamera-devel,1/9] libcamera: camera_manager: Remove put() method",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/51/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/142/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/142/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CCB6A60B31\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  3 Jan 2019 02:30:15 +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 4B196505\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  3 Jan 2019 02:30:15 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546479015;\n\tbh=mSIEpG/QTxfe8yGjk2dU822k2Iy4YNqZtFVYTE1x6s4=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=mwVgE5tzhLz6JdScZ5aX5dDfirZkrrNQiYSywoT4FYbvRpUFcCC+JdkSwbnxmp7vZ\n\tkbG3ZXjFsxg0a3oiMSxFYUNva0nnxOAN1IuZpWKBYpxYAI62yK/204EDVlp4oxxtF7\n\tL01Eph/gouxB28lLAib+OOuhrUBz6GyU8TJh7xf8=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Thu,  3 Jan 2019 03:31:09 +0200",
        "Message-Id": "<20190103013110.6849-8-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.19.2",
        "In-Reply-To": "<20190103013110.6849-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20190103013110.6849-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 8/9] libcamera: pipeline_handler: Remove\n\tunneeded forward declaration",
        "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": "Thu, 03 Jan 2019 01:30:16 -0000"
    },
    "content": "There's no need to forward-declare the PipelineManagerFactory class.\nRemove it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/include/pipeline_handler.h | 1 -\n 1 file changed, 1 deletion(-)",
    "diff": "diff --git a/src/libcamera/include/pipeline_handler.h b/src/libcamera/include/pipeline_handler.h\nindex 00568c7052c0..fdf8b8db2e0a 100644\n--- a/src/libcamera/include/pipeline_handler.h\n+++ b/src/libcamera/include/pipeline_handler.h\n@@ -16,7 +16,6 @@\n namespace libcamera {\n \n class DeviceEnumerator;\n-class PipelineHandlerFactory;\n \n class PipelineHandler\n {\n",
    "prefixes": [
        "libcamera-devel",
        "8/9"
    ]
}