GET /api/v2/github/opensearch-project/repos/job-scheduler/commits/?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 779,
    "next": "http://api.codecov.io/api/v2/github/opensearch-project/repos/job-scheduler/commits/?format=api&page=29",
    "previous": "http://api.codecov.io/api/v2/github/opensearch-project/repos/job-scheduler/commits/?format=api&page=27",
    "results": [
        {
            "commitid": "6892ef0a27ad40788576404f13944c762dbf9a9d",
            "message": null,
            "timestamp": "2023-04-03T19:35:26.666493Z",
            "ci_passed": null,
            "author": null,
            "branch": "main",
            "totals": {
                "files": 22,
                "lines": 1178,
                "hits": 339,
                "misses": 818,
                "partials": 21,
                "coverage": 28.77,
                "branches": 109,
                "methods": 222,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 379.0,
                "complexity_ratio": 25.59,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "d39c74dc81be2d3010a9a103b97249924c41f97e",
            "message": "Update to Gradle 8.0.2 (#348)\n\n* Update to Gradle 8.0.2\n\nSigned-off-by: Craig Perkins <cwperx@amazon.com>\n\n* Add validateNebulaPom.enabled = false back in\n\nSigned-off-by: Craig Perkins <cwperx@amazon.com>\n\n* Run spotlessApply\n\nSigned-off-by: Craig Perkins <cwperx@amazon.com>\n\n---------\n\nSigned-off-by: Craig Perkins <cwperx@amazon.com>\n(cherry picked from commit 6892ef0a27ad40788576404f13944c762dbf9a9d)",
            "timestamp": "2023-04-03T19:15:24Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "cwperks",
                "name": "Craig Perkins"
            },
            "branch": "backport/backport-348-to-2.x",
            "totals": {
                "files": 8,
                "lines": 449,
                "hits": 235,
                "misses": 195,
                "partials": 19,
                "coverage": 52.33,
                "branches": 50,
                "methods": 80,
                "sessions": 2,
                "complexity": 65.0,
                "complexity_total": 148.0,
                "complexity_ratio": 43.91,
                "diff": 0
            },
            "state": "complete",
            "parent": "5f11ac5c4bca152f4249d2f75095b0ddfb78cd1d"
        },
        {
            "commitid": "a95ede1cff3f4af7c0e766ff20cc7e60c85a9045",
            "message": "Baseline CODEOWNERS and MAINTAINERS with current team\n\nSigned-off-by: Daniel Widdis <widdis@gmail.com>",
            "timestamp": "2023-04-02T21:19:56Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "dbwiddis",
                "name": "Daniel Widdis"
            },
            "branch": "baseline-codeowners",
            "totals": {
                "files": 22,
                "lines": 1178,
                "hits": 341,
                "misses": 816,
                "partials": 21,
                "coverage": 28.94,
                "branches": 109,
                "methods": 222,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 379.0,
                "complexity_ratio": 25.59,
                "diff": 0
            },
            "state": "complete",
            "parent": "cf6c78e4e4a96019110c0c62357984267dc1d226"
        },
        {
            "commitid": "5f11ac5c4bca152f4249d2f75095b0ddfb78cd1d",
            "message": "Fixing xcontent imports (#353)\n\n* Fixing xcontent imports\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Updating parsefield import\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-28T23:43:23Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "2.x",
            "totals": {
                "files": 8,
                "lines": 449,
                "hits": 235,
                "misses": 195,
                "partials": 19,
                "coverage": 52.33,
                "branches": 50,
                "methods": 80,
                "sessions": 2,
                "complexity": 65.0,
                "complexity_total": 148.0,
                "complexity_ratio": 43.91,
                "diff": 0
            },
            "state": "complete",
            "parent": "5b963209c377e5ed1f202e320ec1fbd567768709"
        },
        {
            "commitid": "b9fd175c235cb3fb154138e34c2236d00670049c",
            "message": null,
            "timestamp": "2023-03-28T23:14:47.725915Z",
            "ci_passed": true,
            "author": null,
            "branch": "fix2.x",
            "totals": {
                "files": 8,
                "lines": 449,
                "hits": 235,
                "misses": 195,
                "partials": 19,
                "coverage": 52.33,
                "branches": 50,
                "methods": 80,
                "sessions": 2,
                "complexity": 65.0,
                "complexity_total": 148.0,
                "complexity_ratio": 43.91,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "cf6c78e4e4a96019110c0c62357984267dc1d226",
            "message": "Fixes serde logic for JobParameterRequest/JobRunnerRequest. Removes extra trimming of request bytes for the streaminput constructor for the JobParameter/RunnerRequest, as this is already trimmed by the SDK prior to forwarding the actionrequest to the transport action (#351)\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-27T22:29:49Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "main",
            "totals": {
                "files": 23,
                "lines": 1182,
                "hits": 341,
                "misses": 820,
                "partials": 21,
                "coverage": 28.84,
                "branches": 109,
                "methods": 222,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 379.0,
                "complexity_ratio": 25.59,
                "diff": 0
            },
            "state": "complete",
            "parent": "9d6e9765d83c443faaf5c751d0f6f340a63a88ae"
        },
        {
            "commitid": "f81c6376356f8ae2f25f3fd726602534133a09a1",
            "message": null,
            "timestamp": "2023-03-27T22:02:49.773842Z",
            "ci_passed": null,
            "author": null,
            "branch": "proxy",
            "totals": {
                "files": 23,
                "lines": 1182,
                "hits": 341,
                "misses": 820,
                "partials": 21,
                "coverage": 28.84,
                "branches": 109,
                "methods": 222,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 379.0,
                "complexity_ratio": 25.59,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "9d6e9765d83c443faaf5c751d0f6f340a63a88ae",
            "message": "Fixes serde logic for proxy scheduled jobrunner/parser requests/responses (#349)\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-27T19:18:10Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "main",
            "totals": {
                "files": 23,
                "lines": 1188,
                "hits": 340,
                "misses": 826,
                "partials": 22,
                "coverage": 28.61,
                "branches": 110,
                "methods": 224,
                "sessions": 2,
                "complexity": 96.0,
                "complexity_total": 383.0,
                "complexity_ratio": 25.06,
                "diff": 0
            },
            "state": "complete",
            "parent": "00bd2d4a8424f0e0068cb200f80c6c8bf660a872"
        },
        {
            "commitid": "9b77de83ade19276e531eca9318ad35e637c7680",
            "message": "Fixes serde logic for proxy scheduled jobrunner/parser requests/responses\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-24T23:02:51Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "proxy",
            "totals": {
                "files": 23,
                "lines": 1188,
                "hits": 341,
                "misses": 826,
                "partials": 21,
                "coverage": 28.7,
                "branches": 110,
                "methods": 224,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 383.0,
                "complexity_ratio": 25.32,
                "diff": 0
            },
            "state": "complete",
            "parent": "00bd2d4a8424f0e0068cb200f80c6c8bf660a872"
        },
        {
            "commitid": "00bd2d4a8424f0e0068cb200f80c6c8bf660a872",
            "message": "Increasing JobDetailsService request timeoufrom 10 to 15, since the initial job detail registration request will initialize the job details metadata index, which takes some time (#346)\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-23T23:58:13Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "main",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 341,
                "misses": 809,
                "partials": 21,
                "coverage": 29.12,
                "branches": 109,
                "methods": 221,
                "sessions": 1,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": "4649c3d55f1485a3734ba86f4ff4024367e28192"
        },
        {
            "commitid": "21f3bb8ef2040ef2b8c7b949add25f0d4d95b7ff",
            "message": null,
            "timestamp": "2023-03-23T19:56:03.576730Z",
            "ci_passed": true,
            "author": null,
            "branch": "system-index",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 345,
                "misses": 805,
                "partials": 21,
                "coverage": 29.46,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 99.0,
                "complexity_total": 378.0,
                "complexity_ratio": 26.19,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "48d1cba19ef3a2e1fdf7d8da3ab6d9d2ae52364e",
            "message": null,
            "timestamp": "2023-03-23T19:55:17.080862Z",
            "ci_passed": null,
            "author": null,
            "branch": "system-index",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 345,
                "misses": 805,
                "partials": 21,
                "coverage": 29.46,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 99.0,
                "complexity_total": 378.0,
                "complexity_ratio": 26.19,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "6985d615b2dcbebc0555101c0cf1ddb0f11ebaac",
            "message": "Run spotlessApply\n\nSigned-off-by: Craig Perkins <cwperx@amazon.com>",
            "timestamp": "2023-03-23T13:55:07Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "cwperks",
                "name": "Craig Perkins"
            },
            "branch": "gradle8",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 339,
                "misses": 811,
                "partials": 21,
                "coverage": 28.94,
                "branches": 109,
                "methods": 221,
                "sessions": 4,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": "4649c3d55f1485a3734ba86f4ff4024367e28192"
        },
        {
            "commitid": "84f9d816d6c48384794b79600460b01503a37991",
            "message": null,
            "timestamp": "2023-03-21T23:48:08.549002Z",
            "ci_passed": null,
            "author": null,
            "branch": "timeout",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 341,
                "misses": 809,
                "partials": 21,
                "coverage": 29.12,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": null
        },
        {
            "commitid": "4649c3d55f1485a3734ba86f4ff4024367e28192",
            "message": "[Extensions] Add all fields of LockModel to RestGetLockAction response (#342)\n\n* Modifies the RestGetLockAction response to include all fields of the lock model object, rather than the lock model object itself\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Removing unused fields\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* reverting field removal\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Adding lockID to back to response\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Adding checks to multinode get lock rest integration tests to ensure that all response fields are populated\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* fixing lock time parsing\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Adds a new Response class to house serde logic for RestGetLockAction response\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Moving parser.nextToken() within AcquireLockResponse.parse()\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Implementing toXContentObject for AcquireLockRequest\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n* Moving AcquireLockResponse to transpor package\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-10T03:45:55Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "main",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 341,
                "misses": 809,
                "partials": 21,
                "coverage": 29.12,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": "90d25f0b971fc15b41be7025bf470ca4d95c0bac"
        },
        {
            "commitid": "e8085c5a8885dad0a6ab509998b2be056df07f88",
            "message": "Moving AcquireLockResponse to transpor package\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-10T00:36:12Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "acquireLock",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 341,
                "misses": 809,
                "partials": 21,
                "coverage": 29.12,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": "629d3cae2c6aaa830f0b8c21768f7da418dbb85d"
        },
        {
            "commitid": "629d3cae2c6aaa830f0b8c21768f7da418dbb85d",
            "message": "Implementing toXContentObject for AcquireLockRequest\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-10T00:19:38Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "acquireLock",
            "totals": {
                "files": 23,
                "lines": 1171,
                "hits": 341,
                "misses": 809,
                "partials": 21,
                "coverage": 29.12,
                "branches": 109,
                "methods": 221,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 378.0,
                "complexity_ratio": 25.66,
                "diff": 0
            },
            "state": "complete",
            "parent": "6768df16291c2169d8e232c6866a78815e647e07"
        },
        {
            "commitid": "6768df16291c2169d8e232c6866a78815e647e07",
            "message": "Moving parser.nextToken() within AcquireLockResponse.parse()\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-09T23:27:44Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "acquireLock",
            "totals": {
                "files": 23,
                "lines": 1165,
                "hits": 341,
                "misses": 803,
                "partials": 21,
                "coverage": 29.27,
                "branches": 109,
                "methods": 220,
                "sessions": 2,
                "complexity": 97.0,
                "complexity_total": 377.0,
                "complexity_ratio": 25.72,
                "diff": 0
            },
            "state": "complete",
            "parent": "ca04a663a6e5b60a561f9a004f1388e5896ad0f2"
        },
        {
            "commitid": "ca04a663a6e5b60a561f9a004f1388e5896ad0f2",
            "message": "Adds a new Response class to house serde logic for RestGetLockAction response\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-09T23:22:39Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "acquireLock",
            "totals": {
                "files": 23,
                "lines": 1165,
                "hits": 340,
                "misses": 803,
                "partials": 22,
                "coverage": 29.18,
                "branches": 109,
                "methods": 220,
                "sessions": 2,
                "complexity": 96.0,
                "complexity_total": 377.0,
                "complexity_ratio": 25.46,
                "diff": 0
            },
            "state": "complete",
            "parent": "6dbfc54c92501584908c8aad4607d6eae5fa1dfe"
        },
        {
            "commitid": "6dbfc54c92501584908c8aad4607d6eae5fa1dfe",
            "message": "Adding lockID to back to response\n\nSigned-off-by: Joshua Palis <jpalis@amazon.com>",
            "timestamp": "2023-03-09T00:22:32Z",
            "ci_passed": true,
            "author": {
                "service": "github",
                "username": "joshpalis",
                "name": "Joshua Palis"
            },
            "branch": "acquireLock",
            "totals": {
                "files": 22,
                "lines": 1134,
                "hits": 340,
                "misses": 772,
                "partials": 22,
                "coverage": 29.98,
                "branches": 107,
                "methods": 213,
                "sessions": 2,
                "complexity": 96.0,
                "complexity_total": 365.0,
                "complexity_ratio": 26.3,
                "diff": 0
            },
            "state": "complete",
            "parent": "9afba43f53eda51cf7346cf738e98fe32a21f2b7"
        }
    ],
    "total_pages": 39
}