Show a cover letter.

GET /api/1.1/covers/121/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 121,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/121/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/121/",
    "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": "<20190101212947.28098-1-kieran.bingham@ideasonboard.com>",
    "date": "2019-01-01T21:29:42",
    "name": "[libcamera-devel,0/5] test: Unit Test Improvements",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/121/mbox/",
    "series": [
        {
            "id": 46,
            "url": "https://patchwork.libcamera.org/api/1.1/series/46/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=46",
            "date": "2019-01-01T21:29:42",
            "name": "test: Unit Test Improvements",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/46/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/121/comments/",
    "headers": {
        "Return-Path": "<kieran.bingham@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 DE4CF60B31\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  1 Jan 2019 22:29:51 +0100 (CET)",
            "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 4F26A505;\n\tTue,  1 Jan 2019 22:29:51 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546378191;\n\tbh=sXdRvE+rjsw5wy9Rn2NH4Yg8T0PjKTCjzION6MD6RAI=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=vbDHezIsnohlP5PEs/TumvyvONeKBOG1dDX5qu+n357tV39wcoi/p1Eh3wmUvfQ4l\n\tdUyUFw2kCCmAhMz0NgcVs9y/OJXOzn+2+LqHSmlmejhY+63SFudwwqVLRsvvjS0+RC\n\tVY0IuPOgvCHDJL+ULQP7N1P/tYjyHg3iveKqpt/s=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Tue,  1 Jan 2019 21:29:42 +0000",
        "Message-Id": "<20190101212947.28098-1-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 0/5] test: Unit Test Improvements",
        "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": "Tue, 01 Jan 2019 21:29:52 -0000"
    },
    "content": "A cleanup and refresh now that more patches have been integrated.\n\nFirstly, fix the location of the test definition for the media_device,\nthen provide a refreshed implementation of the \"test: Use foreach\niterators to simplify definitions\" patch.\n\nWith this change added, the definitions for the test includes somewhat\nclutter the base test/meson.build and it seems appropriate that they\nlive as part of the libtest definitions - so move them there\naccordingly.\n\nThen update the media_device suite meson.build to use the foreach syntax\nto allow for the unit tests to be extended here.\n\nFinally, with actual classes implemented in the library there is no\nfurther need for the early 'init' test and fake library implementation,\nand so this is removed and cleaned up.\n\n\nKieran Bingham (4):\n  test: media_device: Move test definition\n  test: Use foreach iterators to simplify definitions\n  test: Move include definitions to libtest\n  test: media_device: Convert to foreach\n\nLaurent Pinchart (1):\n  libcamera: Remove libcamera class\n\n include/libcamera/libcamera.h | 10 ----------\n src/libcamera/main.cpp        | 19 -------------------\n src/libcamera/meson.build     |  1 -\n test/init.cpp                 | 16 ----------------\n test/libtest/meson.build      | 12 ++++++++++++\n test/media_device/meson.build | 14 +++++++++++---\n test/meson.build              | 33 ++++++++++++++++-----------------\n 7 files changed, 39 insertions(+), 66 deletions(-)\n delete mode 100644 src/libcamera/main.cpp\n delete mode 100644 test/init.cpp"
}