Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 107,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 37558
},
"pushed_at": "2025-11-21T15:03:59Z",
"created_at": "2014-09-09T18:24:00Z",
"owner_type": "User",
"updated_at": "2026-07-21T05:57:13Z",
"description": "a fake clock for golang",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Nell Boulle",
"type": "User",
"login": "jonboulle",
"company": null,
"location": "Germany",
"followers": 239,
"avatar_url": "https://avatars.githubusercontent.com/u/2601015?v=4",
"created_at": "2012-10-19T16:51:11Z",
"is_verified": null,
"public_repos": 154,
"account_age_days": 5028
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-01-02T13:07:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-04-01T18:44:08Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-04-21T10:37:41Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2022-03-24T08:18:52Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2020-09-29T17:19:30Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2020-09-10T04:11:03Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-07-06T12:20:51Z"
}
],
"recent_commits": [
{
"oid": "6d8d032a18422c2e3ef651170a8a55012d1f704c",
"body": "Remove firer interface & fixt ticker reset\r\n\r\nIt also fixes an issue where ticker resets were not storing the new ticker duration. This would manifest as a ticker whose time was reset, but only for 1 tick, after which it would revert to the original time.",
"is_bot": false,
"headline": "Remove firer struct & fix ticker reset (#95)",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2024-11-29T18:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d2c0adaca249481d9c61dd194383fa62d30826",
"body": null,
"is_bot": false,
"headline": "Add contexts that use FakeClock rather than the system time. (#92)",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2024-11-28T22:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e524bd2b23863a60332249b53a095fc9370603a",
"body": "Each test had a slightly different style, this attempts to\r\nmake a few of them use the same pattern.",
"is_bot": false,
"headline": "Standardize tests for core clockwork functions. (#91)",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2024-10-17T23:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a247d8fc82069355fd024bc08d4ad4366c0013",
"body": null,
"is_bot": false,
"headline": "Remove some duplication & use slices package. (#90)",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2024-10-17T03:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe91b0de93b9f79240e9f4ed093120db61f49ee7",
"body": null,
"is_bot": false,
"headline": "Bump Go verison to 1.21.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2024-10-17T03:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33fc064cceda86a937e85a0b01309974970c6a52",
"body": null,
"is_bot": false,
"headline": "add Until method on clocks",
"author_name": "William Matthews",
"author_login": "WillMatthews",
"committed_at": "2024-08-23T16:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc59783b0293939df2ade8872f0e8cfd87c9dbfe",
"body": "Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v2...v3)\n\n-\n[…]\n-\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github/codeql-action from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-24T15:26:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c13cb81e3298b37d5623bda1034c01e324de26e",
"body": "…ns/setup-go-5\n\nbuild(deps): bump actions/setup-go from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #80 from jonboulle/dependabot/github_actions/actio…",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-12-24T15:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72da535d7ba42700d02c4976b2dc4fd95e716b1d",
"body": null,
"is_bot": false,
"headline": "Update documentaiton on interactions with context.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-12-24T15:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5508bca6cc96e1dcbb467049b40ec773b64c5d77",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-07T15:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95528df9e875ea870ca94c5764a51aec0d11b7af",
"body": " Add security policy",
"is_bot": false,
"headline": "Merge pull request #78 from pnacht/security-policy",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-11-30T04:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa1b44533bd961f5bd2a7332a992d4591c6f8e31",
"body": "Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>",
"is_bot": false,
"headline": " Add security policy",
"author_name": "Pedro Kaj Kjellerup Nacht",
"author_login": "pnacht",
"committed_at": "2023-11-13T14:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bed6a6382227478a2996126b4beacff0c52a1a6",
"body": "Set minimal workflow permissions",
"is_bot": false,
"headline": "Merge pull request #75 from pnacht/token-permissions",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-10-02T15:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df7e06750259cb3d705bf35619959c195193c39",
"body": "…ns/checkout-4\n\nbuild(deps): bump actions/checkout from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #73 from jonboulle/dependabot/github_actions/actio…",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-10-02T15:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e40ac690ec1d53ede78b3f14b6ad68e41120da6",
"body": "Fix typos and grammar issue",
"is_bot": false,
"headline": "Merge pull request #72 from alexandear/fix-typo-grammar",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-10-02T15:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f3e3bf0b994311f7076d79ecc662cb2639ecc2",
"body": "Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>",
"is_bot": false,
"headline": "Set minimal workflow permissions",
"author_name": "Pedro Kaj Kjellerup Nacht",
"author_login": "pnacht",
"committed_at": "2023-09-04T15:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46dc934cb808df150b6c6cf5b03c48812e0a9d6c",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-04T15:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735435810d5dffc4e331699f7d467c040cbb4370",
"body": null,
"is_bot": false,
"headline": "Fix typos and grammar issue",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-08-09T09:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1209715e43cd07817b440950f61705e544f20a7",
"body": "This change ensures future modifications to FakeClock will not break users.\r\n\r\nUnfortunately, this change does break current users who use FakeClock as an argument, return value, or embed it in a struct or interface. With limtied exception, build errors can be fixed by running:\r\n```\r\n$ grep -rl 'clo\n[…]\nre complicated (multi-step), needs to be done to the same code points, and results in runtime failures when using type conversions (whereas direct replacement fails deterministically at complie-time).",
"is_bot": false,
"headline": "Convert FakeClock to a struct.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-07-17T05:03:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f22247a9f9ea0d51173629ffa5e9aa43f3288a07",
"body": "This change ensures future modifications to FakeClock will not break users.\n\nHowever, this change does break current users who use FakeClock as an argument,\nreturn value, or embed it in a struct or interface.\n\nWith limtied exception, build errors can be fixed by running:\n```\n$ grep -rl 'clockwork.Fa\n[…]\neplacement, because the migration is\nmore complicated, harder to execute, needs to be done to the same code points,\nand results in runtime failures (whereas this approach can be complie-time\nchecked).",
"is_bot": false,
"headline": "Convert FakeClock to a struct.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-07-17T00:46:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "44a3d4768aa88614aab84d55af06b7538ed58b5b",
"body": "Make NewTicker panic if d<=0, like time.NewTicker. This more closely follows the standard library function behavior.\r\n\r\nIt is directly copied from the standard library: https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/time/tick.go;l=23-25\r\n\r\nAlthough panicking is generally bad, it is pref\n[…]\ntandard library so users see the same behavior between clockwork and the golang standard library.\r\n\r\nWithout this, some tests can pass with a no op where a real time.Ticker implementation would crash.",
"is_bot": false,
"headline": "Merge pull request #70 from jonboulle/panic",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-07-16T02:13:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b054768f80b61c3bfbef0aeae25413a66b85c9ac",
"body": "This more closely follows the standard library function behavior.\n\nIt is directly copied from the standard library: https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/time/tick.go;l=23-25\n\nAlthough panicking is generally bad, it is preferable to mimic the standard library so users see the same behavior between clockwork and the golang standard library.\n\nWithout this, some tests can pass with a no op where a real time.Ticker implementation would crash.",
"is_bot": false,
"headline": "Make NewTicker panic if d<=0, like time.NewTicker.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-07-16T02:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a29bc122650db93cecf642b2a37701ff6ec2332",
"body": null,
"is_bot": false,
"headline": "Create codeql.yaml",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-04-01T18:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606c48b92358fcca153952b56fb0d14d6845f84a",
"body": "Use the current time for NewFakeClock's initial value",
"is_bot": false,
"headline": "Merge pull request #55 from DPJacques/rand",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-04-01T18:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684ad582f8a97247c1860387846452b7b4528833",
"body": "ci: add Go 1.20 as a build target",
"is_bot": false,
"headline": "Merge pull request #62 from jonboulle/go120",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-04-01T18:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5b10631ecfea63fc202bc8409d7dc5d4713ee7",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "ci: add Go 1.20 as a build target",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2023-04-01T18:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd6ef9296f1eea351758381aa7acaaff6d24c13",
"body": "This prevents callers from building tests that rely on implementation\ndetails. Typically by expecting a string containing a static, default\nvalue of NewFakeClock().\n\nThis philosophy of preventing users from relying on implementation\ninternals is similar to Go's random map iteration behavior.\n\nFor users who depend on the initial clock time, NewFakeClockAt provides\nthe behavior they need, and makes their expectations clear in tests.",
"is_bot": false,
"headline": "Use current time for NewFakeClock's initial value",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-04-01T17:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ef7fe4dac7ca694f2dbdb754457551e94c30c6",
"body": "Add BlockUntilContext, which respects context cancellation.",
"is_bot": false,
"headline": "Merge pull request #56 from DPJacques/context",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-03-25T23:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7c02c3881070f1896909eeb2ea6509688085bd",
"body": "BlockUntil is easy to misjudge and when callers get that wrong, the test\nblocks forever and eventually times out.\n\nAlso deletes notifyBlockers and its test, inlining this function at its\nonly call point.",
"is_bot": false,
"headline": "Add BlockUntilContext, which respects context cancellation.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-03-25T19:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d24090b21b3f4248823a9aa007fcf5b57a9c7fd",
"body": "…ns/setup-go-4",
"is_bot": true,
"headline": "Merge pull request #59 from jonboulle/dependabot/github_actions/actio…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-24T12:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c735640565e0ed78321abbd650be4cbec488026",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-15T16:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040794bb09472a588ce799c76af05ed3f50c74bf",
"body": "fix typo",
"is_bot": false,
"headline": "Merge pull request #58 from rockspore/typo",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-03-08T06:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fdc183e99a0d3bda3dcd0f9a93283881be34d6c",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Luwei Ge",
"author_login": "rockspore",
"committed_at": "2023-03-07T17:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a89700cec744f743e878de5ea7cfa89d88f90682",
"body": "Move lock logic to fakeClock. Reduce Ticker and Timer code complexity.",
"is_bot": false,
"headline": "Merge pull request #52 from DPJacques/locks",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-01-17T16:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e4a9b82b542b7a2c55b323ae220dbd5ba08ad4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'jonboulle:master' into locks",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-01-17T01:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06dd11a7ee730f615b6b12990d0d92c03b20a72",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "ci: disable fail fast on matrix build",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2023-01-16T08:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf7c97282048238cbb3a1a410cdc55f05585b36",
"body": "chore: bump minimum Go version to 1.15",
"is_bot": false,
"headline": "Merge pull request #53 from jonboulle/bump-go-version",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-01-16T08:21:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2cf3dd0d364ab6dfe84ecb551fc5ff8269ff514",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "chore: bump minimum Go version to 1.15",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2023-01-16T08:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27067ce12c06a07851ab452a90265274778e02bc",
"body": "- Minimize the custom logic of Tickers and Timers.\n- Don't allow Tickers and Timers access to the lock of the fakeClock\n that controls them. Use closures instead.\n- Use a common `expirer` interface for Timers and Tickers, rather than\n resuing Timers for both.\n- Create a `firer` struct to handle co\n[…]\n documentation on what the mutex\n protects.\n- Change field names from \"sleeper\" to \"waiter\" and add documentation.\n- Various documentation updates.\n- Update go.mod to reflect requriement for go 1.15.",
"is_bot": false,
"headline": "Move logic to fakeClock to reduce Ticker and Timer code complexity.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2023-01-14T19:43:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c27886b1c6efa19322768621d95a67d6bc9ce11",
"body": "Fix flaky clockwork tests from #44.",
"is_bot": false,
"headline": "Merge pull request #51 from DPJacques/fix_tests",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2023-01-13T09:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9b4e2cce7b34d2597c6bed3fdcc47377f91b9e4",
"body": "- Minimize the custom logic of Tickers and Timers.\n- Don't allow Tickers and Timers access to the lock of the fakeClock\n that controls them. Use closures instead.\n- Use a common `expirer` interface for Timers and Tickers, rather than\n resuing Timers for both.\n- Create a `firer` struct to handle co\n[…]\ner or AfterFunc.\n- Use the mutex hat pattern and add documentation on what the mutex\n protects.\n- Change field names from \"sleeper\" to \"waiter\" and add documentation.\n- Various documentation updates.",
"is_bot": false,
"headline": "Move logic to fakeClock to reduce Ticker and Timer code complexity.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2022-12-31T00:37:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "138fb988ed265a6134bbee6499c7860e9e548fdf",
"body": "- Only run TestFakeTicker_DeliveryOrder once per invocation.\n- Use channels to avoid race condition in TestFakeClockTimer_ResetRace.\n- Run tests in parallel.\n\nTested:\n- Run 10,000 times with 2 timeout flakes.\n- Ran with `-race`, no race conditions reported.",
"is_bot": false,
"headline": "Fix clockwork tests.",
"author_name": "Darren Jacques",
"author_login": "DPJacques",
"committed_at": "2022-12-30T16:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f9aa2dfeae0a45c4d81b66d7259597e228e0ac",
"body": "Refactor to avoid channels and goroutines",
"is_bot": false,
"headline": "Merge pull request #44 from gagern/AfterFunc",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2022-10-08T07:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71412a5ef1eb7fa3c7671ac4e596fb13735473bb",
"body": "Repeating the same invocation in multiple places is harly idiomatic, so\ninstead of making the invocation complicated for the sake of test cases,\nthis makes the test case slightly more complicated for the sake of a concise\nmethod notation outside tests.",
"is_bot": false,
"headline": "Make notifyBlockers a method",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-27T17:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b242d7350a0e064b3237d1553bee0d8878104e",
"body": "This avoids the separate goroutine and several levels of indirection.\n\nIt replaces the previous approach of skipping a number of events with an\napproach that at least conceptually delivers each tick to the channel if\npossible without blocking. That is easier to reason about and will more\nclearly ensure correct ordering of events, as demonstrated by the new test\ncase which had a high probability to fail with the previous implementation.",
"is_bot": false,
"headline": "Switch ticker implementation to timers as a basis",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-27T17:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d574a97c1e79cc70d6ee2a5e6e690a6f1be6be3b",
"body": "Since the timer is internally using a callback now, switching from a channel\nsend to go routine invocation is straight forward.",
"is_bot": false,
"headline": "Add AfterFunc implementation",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-27T17:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5087041d1ebfdab5936b36b92985aa7b2fec4957",
"body": "A timer with an event in the future is essentially the same thing as a\nsleeper. So this commit merges the two, using the `fakeTimer` structure\nwhere `sleeper` had been used before. Since management of sleepers is\nperformed while holding the lock of the fake clock, this means that the\nbasic timer o\n[…]\nized using these locks as well, which\nshould go a long way to making all operations easier to reason about without\nmessing around with atomics.\n\nFixes https://github.com/jonboulle/clockwork/issues/42.",
"is_bot": false,
"headline": "Merge the concepts of sleeper and timer",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-27T10:28:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74de232f2f1842c73dc50b39b661dd13f8afd8bd",
"body": null,
"is_bot": false,
"headline": "Sort sleepers to ensure delivery in the correct order",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-27T09:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2cf8ea5ba19372e0538e3abf512a4db66d46e00",
"body": "This has been reported in https://github.com/jonboulle/clockwork/issues/42.\nA subsequent commit should address the problem.",
"is_bot": false,
"headline": "Expose race condition for multiple Reset events",
"author_name": "Martin von Gagern",
"author_login": "gagern",
"committed_at": "2022-06-22T14:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea84af180bdf2e460e5c526ec421768a469f6e2",
"body": "…ns/setup-go-3",
"is_bot": true,
"headline": "Merge pull request #41 from jonboulle/dependabot/github_actions/actio…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-21T10:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78a536ec9c7be9346229594a1de4d5e6a9882eac",
"body": "…ns/checkout-3",
"is_bot": true,
"headline": "Merge pull request #40 from jonboulle/dependabot/github_actions/actio…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-21T10:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ac2057e6f940fa0df2ad2c34b6ba2ab201ed9d5",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-21T10:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6881e71052b8a9f940019911a6d1db363d51a435",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-21T10:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a247c35607b17156e639c6e0606887fa6fc304f",
"body": "Tweak CI config",
"is_bot": false,
"headline": "Merge pull request #39 from jonboulle/tweak-github-config",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2022-04-21T10:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9610f832f3132cbafea219ebf3d88339bd8c705c",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "chore: tweak CI config",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2022-04-21T10:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df58822ea66a20881d16a794148cbb94dcbc7cdd",
"body": "Add Timers",
"is_bot": false,
"headline": "Merge pull request #38 from rosstimothy/master",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2022-04-21T09:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2eb5578ef081df8a4c5d4ad2422db3fa838edb7",
"body": "Implement fake timers in a manner similar to fake tickers",
"is_bot": false,
"headline": "Add Timers",
"author_name": "Tim Ross",
"author_login": "rosstimothy",
"committed_at": "2022-04-09T13:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601f21d379cef3dfc7b82ac52f4c5e52f3eb6d7a",
"body": "Go 1.18",
"is_bot": false,
"headline": "Merge pull request #37 from jonboulle/go118",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2022-03-24T08:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e53091e7ba9360d2820ab496e71a46e0aed4872",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "ci: run tests with Go 1.18",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2022-03-24T08:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8363671dfea539cbda33bc2cf4c246e1d98b8380",
"body": "fix: fixes a deadlock in BlockUntil",
"is_bot": false,
"headline": "Merge pull request #36 from tilt-dev/nicks/blockuntil",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2022-03-24T08:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556fee8b4e70a645dbede2d83b7ac21a20ca4eda",
"body": "fixes https://github.com/jonboulle/clockwork/issues/35",
"is_bot": false,
"headline": "fix: fixes a deadlock in BlockUntil",
"author_name": "Nick Santos",
"author_login": "nicks",
"committed_at": "2022-03-23T20:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f974ef32655d8615cfb17ea7b030deb8c2c6d590",
"body": "feat: Add context helpers to package.",
"is_bot": false,
"headline": "Merge pull request #33 from connyay/ctx-helpers",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2021-11-29T22:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d7ea2a273f85d8bdee999731c25822501a7f3e",
"body": "AddTo -> AddToContext\nFrom -> FromContext",
"is_bot": false,
"headline": "Remove AddTo convenience from fakeclock.",
"author_name": "Connor Hindley",
"author_login": null,
"committed_at": "2021-11-29T16:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b2d3557460acff880acc3594174266ae2ccc91",
"body": "Ci updates",
"is_bot": false,
"headline": "Merge pull request #34 from jonboulle/ci-updates",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2021-11-27T14:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84f3272a33aae738f115d0f329411d9f2f47cb2e",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "ci: add more Go versions",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2021-11-27T14:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169a38169ed5644ea47501b3465a8bce294f163d",
"body": "Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>",
"is_bot": false,
"headline": "ci: rename workflow file",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2021-11-27T13:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75271172881a9f0349862bbecb5e74f2552ee20",
"body": "This change adds new methods .AddTo() and .From() to assist with\nthreading clocks through code paths via context. Enables\nsimple fake clock usage in test where needed.\n\nCloses #32",
"is_bot": false,
"headline": "feat: Add context helpers to package.",
"author_name": "Connor Hindley",
"author_login": null,
"committed_at": "2021-11-24T21:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ce4728e887d0503c30133699687076bb6beb43",
"body": "Fix the NewTicker race and add regression tests.",
"is_bot": false,
"headline": "Merge pull request #29 from tanium/fix-race",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-09-29T17:17:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4104c996c80e582d43a8ef7527eb62635812008d",
"body": "This is an incredibly unlikely race, but it shows up when running the\ntest 30k+ times on my system. The problem is that it's possible for:\n* the fake clock to unblock the ticker\n* the test attempt to read from the channel before the ticker sends\n\nThis is more likely in the new implementation than the old\nimplementation before there is slightly more logic between the next\ntick reception and the tick send.",
"is_bot": false,
"headline": "Fix a slight race in a ticker test.",
"author_name": "Augusto Roman",
"author_login": "misterpickypants",
"committed_at": "2020-09-29T14:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06008c23c44c7c1ea0cbbd5f49bc1ef8078f1442",
"body": "This fixes the race described by #17. The test provided in that issue is\nadded along with another similar test that also reproduced the racy\nbehavior.\n\nThe fix is to synchronously create the wait channel for the ticker\nrather that lazily create it. This must also occur on each tick: the\nnext waiter must be initialized before the tick is sent.\n\nFixes https://github.com/jonboulle/clockwork/issues/17",
"is_bot": false,
"headline": "Fix the NewTicker race and add regression tests.",
"author_name": "Augusto Roman",
"author_login": "misterpickypants",
"committed_at": "2020-09-29T14:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123636d77bf22ceaeebda943243afbbadc220e18",
"body": "FakeClock.After should short-circuit for negative inputs",
"is_bot": false,
"headline": "Merge pull request #24 from lyonssp/master",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-09-10T03:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56678c9ed265c35c6b7189fbdda2b8a257f6753a",
"body": "Improvements",
"is_bot": false,
"headline": "Merge pull request #28 from jonboulle/improvements",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4ec00e1235d62a62668168bc8c35cffe0ef3de",
"body": null,
"is_bot": false,
"headline": "Improve readme and badges",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6c238a8033b169ef13e7831a1104daae48e63c9",
"body": null,
"is_bot": false,
"headline": "Update gitignore",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ef4248cd1a26c1bd46fee8f4cd4b322cb5c1e1",
"body": null,
"is_bot": false,
"headline": "Add editorconfig",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b45b308bf6d1e88b777f1dc841d475bd7b416e0",
"body": "Remove travis config",
"is_bot": false,
"headline": "Merge pull request #27 from jonboulle/remove-travis",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8111df4a72e5b384d4655b6736114552d4b72c58",
"body": null,
"is_bot": false,
"headline": "Remove travis config",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ea6010291a085b3f31742175be75cef37397a6",
"body": "Add GitHub actions build",
"is_bot": false,
"headline": "Merge pull request #26 from jonboulle/github-actions",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T12:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869fc2de69159b21060a7cf1c4c3a2f0da8b89e8",
"body": null,
"is_bot": false,
"headline": "Add GitHub actions build",
"author_name": "Mark Sagi-Kazar",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T11:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "405a54bdf0918e03f2ff41c2b99a631c234ab176",
"body": "add go.mod",
"is_bot": false,
"headline": "Merge pull request #23 from vitoordaz/master",
"author_name": "Márk Sági-Kazár",
"author_login": "sagikazarmark",
"committed_at": "2020-07-06T11:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "297dc9344a6ad6566cd1a620628ace28d3893e3a",
"body": null,
"is_bot": false,
"headline": "Added failing test",
"author_name": "lyonssp",
"author_login": "lyonssp",
"committed_at": "2020-03-21T20:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527c2c39147ce7f371e87ce7b2546d8328fd7b91",
"body": null,
"is_bot": false,
"headline": "add go.mod",
"author_name": "Victor Ordaz",
"author_login": "vitoordaz",
"committed_at": "2020-01-19T04:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041ef15406b9aa0af376633a4a24f92397392b29",
"body": null,
"is_bot": false,
"headline": "FakeClock.After should short-circuit when duration is negative",
"author_name": "lyonssp",
"author_login": "lyonssp",
"committed_at": "2019-10-22T04:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fb9bc030d14f92c58df3c1601e50a0e445edef",
"body": null,
"is_bot": false,
"headline": "*: replace snakecase with camelcase for golint",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2019-01-14T14:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8c388191d920163589b1ea25988f19c81b76dc",
"body": null,
"is_bot": false,
"headline": "README.md: add Go syntax highlighting",
"author_name": "Bo-Yi Wu",
"author_login": "appleboy",
"committed_at": "2019-01-14T14:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c6d408fd5c44ee1e1d8b79ae32b426afae1f28",
"body": "I'm not sure when this changed, but the current Golang page has a TOC\r\nanchor:\r\n\r\n $ curl -s https://blog.golang.org/playground | grep 'Faking time'\r\n <h4 id=\"TOC_3.1.\">Faking time</h4>\r\n\r\nThe old \"Faking time\" anchor is from e61ab69f (*: add clockwork,\r\ntests, and example test, 2014-10-13), and at least GitHub's Markdown\r\nrender took issue with the literal space there (spaces should be\r\npercent-encoded for fragments [1]).\r\n\r\n[1]: https://tools.ietf.org/html/rfc3986#section-3.5",
"is_bot": false,
"headline": "README: Fix \"Faking time\" Golang playground anchor (#16)",
"author_name": "W. Trevor King",
"author_login": "wking",
"committed_at": "2018-07-16T11:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c224fc8c85123ca3a02f4ac6c0860ed60f3c3be2",
"body": null,
"is_bot": false,
"headline": "travis: bump go version (#15)",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2018-07-13T10:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1a7152968c778a12a79a3ebf9f8c4cd4cb08b3",
"body": null,
"is_bot": false,
"headline": "Add support for fake tickers (#8)",
"author_name": "tflach",
"author_login": "tflach",
"committed_at": "2018-07-13T10:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcac9884e7502bb2b474c0339d889cb981a2f27f",
"body": "Updated README example.",
"is_bot": false,
"headline": "Merge pull request #9 from ezzatron/update-readme-example",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2016-09-07T12:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24312f7156accd1a1f8a19dbf4b025b73b90bca3",
"body": null,
"is_bot": false,
"headline": "Updated README example.",
"author_name": "Erin Millard",
"author_login": "ezzatron",
"committed_at": "2016-08-24T09:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3653ace2d63753697e0e5b07b9393971c0bba9d",
"body": "Add clock.Since() function to replicate time.Since() behavior",
"is_bot": false,
"headline": "Merge pull request #7 from tflach/master",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2016-08-03T12:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a0c594fc3f73a3265d2aa595bf33ff410be3f3",
"body": null,
"is_bot": false,
"headline": "Add clock.Since() function to replicate time.Since() behavior",
"author_name": "Tobias Flach",
"author_login": "tflach",
"committed_at": "2016-07-28T21:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eee05ed794112d45db504eb05aa693efd2b8b09",
"body": "Fix up godoc for NewFakeClockAt",
"is_bot": false,
"headline": "Merge pull request #6 from doherty/master",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2016-06-15T17:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ef48d945c0c89d86530bf9e195a0b1943b170a",
"body": "Fixes gh-5",
"is_bot": false,
"headline": "Fix up godoc for NewFakeClockAt",
"author_name": "Mike Doherty",
"author_login": "doherty",
"committed_at": "2016-06-15T17:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed104f61ea4877bea08af6f759805674861e968d",
"body": "Only grab a read-lock in Now().",
"is_bot": false,
"headline": "Merge pull request #4 from tsuna/master",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2015-11-21T00:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef9ef0bcff8f7752fc06097e7ac740bea514715",
"body": null,
"is_bot": false,
"headline": "Only grab a read-lock in Now().",
"author_name": "Benoit Sigoure",
"author_login": "tsuna",
"committed_at": "2015-11-20T19:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fad208dd89dbc316a149043e332a192477f0e2a2",
"body": "Make default time after the Unix Epoch",
"is_bot": false,
"headline": "Merge pull request #3 from ecnahc515/patch-1",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2015-09-11T21:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a31a465b8db09c403913c5c3508774656bea07",
"body": null,
"is_bot": false,
"headline": "travis: set sudo to false for fasters tests",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2015-09-11T21:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276013b7b35d157f1a3e88c12ba6cf7480f8669f",
"body": null,
"is_bot": false,
"headline": "Make default time after the Unix Epoch",
"author_name": "Chance Zibolski",
"author_login": "chancez",
"committed_at": "2015-09-11T21:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c30457ecaf841a445abbaf6a184400abb4741bb8",
"body": "This allows users to instantiate a FakeClock at a particular point in\ntime.",
"is_bot": false,
"headline": "*: add NewFakeClockAt",
"author_name": "Jonathan Boulle",
"author_login": "jonboulle",
"committed_at": "2015-08-24T15:47:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2025-01-02T13:07:11Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 247,
"active_weeks_last_year": 0,
"days_since_latest_release": 570,
"mean_days_between_releases": 273.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/jonboulle/clockwork",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/jonboulle/clockwork",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/jonboulle/clockwork",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-11-29T18:02:53Z",
"latest_version_yanked": null,
"days_since_latest_publish": 604
}
]
},
"popularity": {
"forks": 63,
"stars": 726,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2015-09-11",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2017-03-05",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-10-01",
"count": 2
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-09-03",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 57,
"total_forks": 63
},
"star_history": null,
"open_issues_and_prs": 12
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 9032,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 46,
"open_issues": 6,
"closed_ratio": 0.812,
"closed_issues": 26,
"closed_unmerged_prs": 21
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "sagikazarmark",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/1226384?v=4"
},
{
"type": "User",
"login": "jonboulle",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/2601015?v=4"
},
{
"type": "User",
"login": "DPJacques",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/25536621?v=4"
},
{
"type": "User",
"login": "gagern",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/190759?v=4"
},
{
"type": "User",
"login": "misterpickypants",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/38142441?v=4"
},
{
"type": "User",
"login": "pnacht",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/15221358?v=4"
},
{
"type": "User",
"login": "lyonssp",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4372241?v=4"
},
{
"type": "User",
"login": "tflach",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2964370?v=4"
},
{
"type": "User",
"login": "WillMatthews",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23275864?v=4"
},
{
"type": "User",
"login": "wking",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/209920?v=4"
}
],
"contributors_sampled": 21,
"top_contributor_share": 0.308
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"codeql.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 18 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 7/16 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 7,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6d8d032a18422c2e3ef651170a8a55012d1f704c",
"ran_at": "2026-07-27T00:22:30Z",
"aggregate_score": 6.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T14:07:19Z",
"oldest_open_prs": [
{
"number": 96,
"created_at": "2025-01-28T06:14:26Z",
"last_comment_at": "2025-01-28T06:17:30Z",
"last_comment_author": "Psykar"
},
{
"number": 99,
"created_at": "2025-04-17T18:39:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 102,
"created_at": "2025-08-25T13:34:17Z",
"last_comment_at": "2025-08-28T15:13:13Z",
"last_comment_author": "kriakable"
},
{
"number": 103,
"created_at": "2025-09-04T15:15:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2025-10-08T15:16:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 107,
"created_at": "2025-11-21T15:03:55Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-11-29T18:02:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 82,
"created_at": "2024-02-25T03:37:55Z",
"last_comment_at": "2024-11-22T16:46:04Z",
"last_comment_author": "DPJacques"
},
{
"number": 83,
"created_at": "2024-02-25T05:09:52Z",
"last_comment_at": "2025-06-24T01:39:36Z",
"last_comment_author": "Groxx"
},
{
"number": 84,
"created_at": "2024-06-02T09:08:49Z",
"last_comment_at": "2024-06-04T16:45:10Z",
"last_comment_author": "DPJacques"
},
{
"number": 97,
"created_at": "2025-02-21T02:11:24Z",
"last_comment_at": "2025-03-27T00:06:00Z",
"last_comment_author": "skheyfets-asapp"
},
{
"number": 98,
"created_at": "2025-03-11T11:42:39Z",
"last_comment_at": "2025-09-15T15:36:25Z",
"last_comment_author": "DPJacques"
},
{
"number": 100,
"created_at": "2025-05-13T20:45:07Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jonboulle/clockwork",
"host": "github.com",
"name": "clockwork",
"owner": "jonboulle"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 44,
"inputs": {
"security": 61,
"vitality": 23,
"community": 59,
"governance": 69,
"engineering": 52,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 52,
"overall_after_abandonment_multiplier": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 23,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.91,
"days_since_last_push": 247,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 247 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 247
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 570,
"mean_days_between_releases": 273.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 570 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 570
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~273.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 273.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"unanswered_contributions",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 604,
"days_since_last_human_commit": 604,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 604 days; 2 unmet obligation(s): pull requests unanswered, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 604,
"count": 2,
"signals": "pull requests unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 63,
"stars": 726,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "726 stars",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 726
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "63 forks",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 63
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 21,
"top_contributor_share": 0.308
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 31% of commits",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 31
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "21 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 21
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 46,
"open_issues": 6,
"closed_issues": 26,
"issue_closed_ratio": 0.812,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "81% of issues closed",
"points": 38,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 81
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "46/67 decided PRs merged",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 46,
"decided": 67
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/16 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 239,
"owner_type": "User",
"is_verified": null,
"owner_login": "jonboulle",
"public_repos": 154,
"account_age_days": 5028
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "239 followers of jonboulle",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 239,
"login": "jonboulle"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "154 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 154
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"github.com/jonboulle/clockwork"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 604
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 604 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 604
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 18 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 18 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/16 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 3.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.692,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "63 of 91 human commits state their intent (structured subject or explanatory body)",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 91
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.09
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "9 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 9,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 9032,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T00:22:50.897212Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jonboulle/clockwork.svg",
"full_name": "jonboulle/clockwork",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}