Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 308,
"has_wiki": false,
"homepage": "http://redis.io",
"languages": {
"Ruby": 70296
},
"pushed_at": "2024-08-02T02:01:11Z",
"created_at": "2009-10-13T21:48:43Z",
"owner_type": "Organization",
"updated_at": "2026-05-30T07:22:31Z",
"description": "This gem adds a Redis::Namespace class which can be used to namespace Redis keys.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Resque",
"type": "Organization",
"login": "resque",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/3876747?v=4",
"created_at": "2013-03-15T16:41:45Z",
"is_verified": null,
"public_repos": 14,
"account_age_days": 4876
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2023-06-08T15:58:29Z"
},
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2022-12-21T03:12:54Z"
},
{
"tag": "v1.9",
"kind": "other",
"published_at": "2022-08-14T12:20:25Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2019-04-18T03:57:50Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2013-11-03T01:51:28Z"
}
],
"recent_commits": [
{
"oid": "f9259a65e79bfa032e06d685b0c5730d3eb4870f",
"body": "https://redis.io/commands/lpos/",
"is_bot": false,
"headline": "Add LPOS command",
"author_name": "François Ferrandis",
"author_login": "francois-ferrandis",
"committed_at": "2024-03-07T19:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44447f2a739b76dd8069ce349734e091d52fc957",
"body": null,
"is_bot": false,
"headline": "Add 3.2 to the list of Ruby CI versions",
"author_name": "Igor Drozdov",
"author_login": "igor-drozdov",
"committed_at": "2023-08-11T15:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7829923d32b3e2d3b822ebb559a021a6c87a0651",
"body": null,
"is_bot": false,
"headline": "Support for `bitfield` command",
"author_name": "Vasily Fedoseyev",
"author_login": "Vasfed",
"committed_at": "2023-07-25T01:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "313909f8d39869e4329c821988f412eeb9e53541",
"body": null,
"is_bot": false,
"headline": "Version 1.11.0",
"author_name": "Patrick Tulskie",
"author_login": "PatrickTulskie",
"committed_at": "2023-06-08T14:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6e6573873601339bb2b3690f2b01dbf216d8e3",
"body": null,
"is_bot": false,
"headline": "add support for expiretime and pexpiretime",
"author_name": "Mitchell Henke",
"author_login": null,
"committed_at": "2023-06-08T13:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639551555d09f18bdc4b9650edba8e779e529e0d",
"body": null,
"is_bot": false,
"headline": "FIX add srem_returns_boolean method to namespace (#224)",
"author_name": "Neil Chandler",
"author_login": "neilchandler",
"committed_at": "2023-06-03T00:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0826717b1ca65105604290d00d7ca66c3ceb10f3",
"body": null,
"is_bot": false,
"headline": "Fix `srem?` not being namespaced",
"author_name": "Jonathan del Strother",
"author_login": "jdelStrother",
"committed_at": "2023-05-25T17:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd8ad23484e41b07551395098922a1c2f6068af",
"body": null,
"is_bot": false,
"headline": "CI: Name the test job for clearer output",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2022-12-22T16:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051e75da6025c8eb7b36f8262bbfcbe6aac29a09",
"body": null,
"is_bot": false,
"headline": "Release version 1.10.0",
"author_name": "Patrick Tulskie",
"author_login": "PatrickTulskie",
"committed_at": "2022-12-21T03:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62bf0021a9738c9e5283f4d60f60e6f5e0a172e3",
"body": null,
"is_bot": false,
"headline": "Add ability to clear namespaces (#202)",
"author_name": "fatkodima",
"author_login": "fatkodima",
"committed_at": "2022-12-13T22:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b949b5da9527e18cc16b9b8354bae1d81855db20",
"body": "* Add sadd_returns_boolean + sadd? method\r\n\r\n* adding comment about said var\r\n\r\nCo-authored-by: Michael Bianco <iloveitaly@gmail.com>",
"is_bot": false,
"headline": "Add sadd_returns_boolean + sadd? method (#217)",
"author_name": "Ryan Bigg",
"author_login": "radar",
"committed_at": "2022-12-13T22:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7094eda9252184351c36b5fbc0ef5e23c899aff",
"body": "* Add support for connection_pool gem\r\n\r\n* Refactor ConnectionPool command send logic\r\n\r\n* Add ConnectionPool calls assertions to specs",
"is_bot": false,
"headline": "Add support for connection_pool gem (#215)",
"author_name": "danila",
"author_login": "danila",
"committed_at": "2022-10-27T12:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85433296127dbd4d90dc4155e342a2e1561a7857",
"body": null,
"is_bot": false,
"headline": "Remove broken link to source code (#214)",
"author_name": "Sunny Ripert",
"author_login": "sunny",
"committed_at": "2022-10-26T21:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1ae0f3c4b06b92712461dea387234a40a8164b",
"body": "It's been the recommended way to close the connection\r\nfor a good decade, and it's the method ued by connection_pool\r\ngem.\r\n\r\nCo-authored-by: Jean Boussier <jean.boussier@gmail.com>",
"is_bot": false,
"headline": "Allow Redis#close (#209)",
"author_name": "Jean byroot Boussier",
"author_login": "casperisfine",
"committed_at": "2022-09-01T12:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06cf8031edc01500a6ce1a765a2ea3b36681b64",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v2...v3)\r\n\r\n---\r\nupdated-dep\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 2 to 3 (#206)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-08-16T13:41:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "627aa6e75bef1d001832891c4f99c9aa4b33a6ea",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Michael Bianco",
"author_login": "iloveitaly",
"committed_at": "2022-08-13T22:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a692a78212293d25094506d98167fca7c58ddcce",
"body": "* Redis matrix on ci\r\n\r\n* Adding codeql\r\n\r\n* Adding dependabot\r\n\r\n* Test latest redis versions first\r\n\r\n* Split codeql into separate job, test earlier redis versions\r\n\r\n* Only test redis >= 4\r\n\r\n* Bump redis requirement\r\n\r\n* Require mfa on rubygems\r\n\r\n* Changelog update",
"is_bot": false,
"headline": "Redis matrix test, dependabot, codeql, and redis upgrade (#205)",
"author_name": "Michael Bianco",
"author_login": "iloveitaly",
"committed_at": "2022-08-13T14:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "640bc92d6d3e060466686f993601a9efde41cbe9",
"body": "Co-authored-by: Lokanadham <lokanadham.m@voonik.com>\r\n\r\nCo-authored-by: Lokanadham <lokanadham.m@voonik.com>",
"is_bot": false,
"headline": "Accept Proc as a namespace (#203)",
"author_name": "fatkodima",
"author_login": "fatkodima",
"committed_at": "2022-08-13T14:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a7f86ba633c3f9b1bf2fa67b4b53a057c5a964",
"body": "…edis-current\n\n[spec] Fix Deprecation warning in spec: Redis.current is deprecated",
"is_bot": false,
"headline": "Merge pull request #196 from a5-stable/spec/fix-deprecation-warning-r…",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-07-04T18:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d578eb51c7503109c3d22d5ea10da66162167d33",
"body": "Fix mset/msetnx to handle key/value pairs passed as arrays",
"is_bot": false,
"headline": "Merge pull request #201 from fatkodima/mset-arrays",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-07-04T18:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45b08f49ecb828708289920c1d1ec0586abb178",
"body": null,
"is_bot": false,
"headline": "Fix mset/msetnx to handle key/value pairs passed as arrays",
"author_name": "fatkodima",
"author_login": "fatkodima",
"committed_at": "2022-07-03T13:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f601632a9975bbb0f3a38327535a4923a81c78",
"body": "Support smismember command",
"is_bot": false,
"headline": "Merge pull request #200 from fetlife/add-smismember",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-06-28T13:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed3e121b535c67a4b495936ea1126d8c999f0e9b",
"body": null,
"is_bot": false,
"headline": "Support smismember command",
"author_name": "Andrii Dmytrenko",
"author_login": "Antti",
"committed_at": "2022-06-13T20:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbfcd55c677fc66b9bc0e967a398cee19ebff97",
"body": "Update namespace.rb",
"is_bot": false,
"headline": "Merge pull request #197 from parikshit223933/patch-1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-05-21T16:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848fa067d7fd355121cc1391c8439ab6ced17aed",
"body": "Add support for getex",
"is_bot": false,
"headline": "Merge pull request #199 from Nerian/add_support_for_getex",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-05-21T16:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dbefbdb942336859e612d113a4862c9619c3f39",
"body": null,
"is_bot": false,
"headline": "Add support for getex",
"author_name": "Nerian",
"author_login": "Nerian",
"committed_at": "2022-05-20T14:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289235816bd9e3a7c0bf88c1102d4ee94239f5c6",
"body": null,
"is_bot": false,
"headline": "Update namespace.rb",
"author_name": "Parikshit Singh",
"author_login": "parikshit223933",
"committed_at": "2022-05-19T16:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1507f98d79bc3261bc35582a615240212d726fb",
"body": "… be removed in 5.0.0.",
"is_bot": false,
"headline": "Fix Deprecation warning in spec: REDIS.current is deprecated and will…",
"author_name": "a5-stable",
"author_login": "a5-stable",
"committed_at": "2022-05-03T14:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de6c3b9b01658b37e3ea776c52cf2eec3a89dcb3",
"body": "…emoved in 5.0 (#190)\n\n* Update redis_spec.rb\r\n\r\n* Update namespace.rb\r\n\r\n* Update CHANGELOG.md",
"is_bot": false,
"headline": "Fix of Deprecation warning: Redis.current is deprecated and will be r…",
"author_name": "Pedro Furtado",
"author_login": "pedrofurtado",
"committed_at": "2022-03-21T13:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d853787d73241cefe38fc9a4ba6718c79a9b7b1",
"body": "Update CHANGELOG.md",
"is_bot": false,
"headline": "Merge pull request #194 from danlo/master",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-03-13T21:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b581041a2a33cfb99be7d11d8445bd683244da5a",
"body": "Corrected typo in documentation.",
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Daniel Lo",
"author_login": "danlo",
"committed_at": "2022-03-13T00:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff35f331fedaee5db53b525d355b5ba587c122f",
"body": null,
"is_bot": false,
"headline": "Release 1.8.2",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-03-07T14:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0769ffadab0518f2e69284d31250a4cb7136be5f",
"body": "Fix compatibility with redis-rb 4.6.0",
"is_bot": false,
"headline": "Merge pull request #192 from casperisfine/redis-rb-4.6-compat",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-03-07T14:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f76249932a3048bd9b08a8e509b42b862ef75e3",
"body": "Fix: https://github.com/resque/redis-namespace/issues/191\nFix: https://github.com/redis/redis-rb/issues/1088\n\nIn redis-rb 4.6.0, the object yielded by `multi` and `pipelined`\nis an unsynchronized `PipelinedConnection` object.\n\nThis changed opened a thread safety issue in Redis::Namespace:\n\n - T1: `redis.multi do`, sets `Namespace#redis = PipelinedConnection`\n - T2: any command called before T1 exists the `multi` block is called on the pipelined connection",
"is_bot": false,
"headline": "Fix compatibility with redis-rb 4.6.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2022-03-07T12:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e43f2d1e64747955f9e6dd0ded9e37661bd7100",
"body": null,
"is_bot": false,
"headline": "Switch to Github workflows and add Ruby 3.0 and 3.1",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-01-08T21:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2c9e549959373ca131b87ca18d6f6f7c0598a1",
"body": "Warnings suppressed by the `:warning` key, not `:warnings` :)",
"is_bot": false,
"headline": "Typo in README",
"author_name": "Aliaksandr Buhayeu",
"author_login": "aliaksandrb",
"committed_at": "2022-01-08T15:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95dcb968b4b2ef41d604cbdc2e22a1f79ae23e6",
"body": "Update Changelog for 1.8.1",
"is_bot": false,
"headline": "Merge pull request #180 from stim371/patch-1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-05-12T07:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422110b364fd827a838c760257a0153a31a0db2a",
"body": null,
"is_bot": false,
"headline": "Update Changelog for 1.8.1",
"author_name": "Joel Stimson",
"author_login": "stim371",
"committed_at": "2021-05-12T01:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f1bb31bbddd2efc9e16c53759d986b29206a12e",
"body": null,
"is_bot": false,
"headline": "Release 1.8.1",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2021-02-04T18:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31e63dc3cd5e59ef5ea394d4d46ac60d1e6f82e",
"body": null,
"is_bot": false,
"headline": "Update ruby_version requirement to allow ruby 3.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-09-16T22:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30526eb069edb3b9b9833e8a75d65c7db5a546e2",
"body": null,
"is_bot": false,
"headline": "Prepare to 1.8.0",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2020-08-19T16:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7f45ef73390e7874a0009cfb967e0796a1551d",
"body": "Support variadic exists and exists?",
"is_bot": false,
"headline": "Merge pull request #171 from Tolsto/feature/new-exists-api",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2020-08-19T15:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b6764ed76a1596c51ebd718b432d6c7d29efb3",
"body": "Test against ruby 2.7 and fix warnings",
"is_bot": false,
"headline": "Merge pull request #169 from casperisfine/ruby-2.7",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2020-08-19T15:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc09dc3477d924bf5bfb447275b5a8c01c22c9e3",
"body": "redis-rb 4.2.0 made `exists` variadic and introduced `exists?`",
"is_bot": false,
"headline": "Support variadic exists and exists?",
"author_name": "Nils Mueller",
"author_login": "Tolsto",
"committed_at": "2020-06-22T13:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a7d35e0cab371b560aaa0c5ea2a9959f673463",
"body": null,
"is_bot": false,
"headline": "Test against ruby 2.7",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-06-09T14:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27abd8bf7b8216eda9028d29c6696ed5eba86dd6",
"body": "…es-to-inspect\n\nAdd final namespace prefix to inspect",
"is_bot": false,
"headline": "Merge pull request #164 from woarewe/improvements/add-nested-namespac…",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-13T14:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e282846e95d81fa1fb49e38d2008637abcfd2fcc",
"body": "Previously, if you have a nested redis inspect showed you only last\nnamespace, for example:\n\nparent = Redis::Namespace.new(:parent)\nchild = Redis::Namespace.new(:child, parent)\nchild.inspect # => <Redis::Namespace v1.6.0 with client v4.1.3 for\nredis://127.0.0.1:6379/0/child>\n\nBut now inspect shows full prefix, by which key will be stored in\nredis:\n\nchild.inspect # => <Redis::Namespace v1.6.0 with client v4.1.3 for\nredis://127.0.0.1:6379/0/parent:child>",
"is_bot": false,
"headline": "Add final namespace prefix to inspect",
"author_name": "woarewe",
"author_login": "woarewe",
"committed_at": "2019-12-13T13:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54066a5f576d7854351c8a4989098950c7303767",
"body": "* Use TLS in homepage URI\r\n* Add project metadata to the gemspec\r\n\r\nAs per https://guides.rubygems.org/specification-reference/#metadata,\r\nadd metadata to the gemspec file. This'll allow people to more easily\r\naccess the source code, raise issues and read the changelog. These\r\n`bug_tracker_uri`, `ch\n[…]\nlog_uri`, `documentation_uri` and\r\n`source_code_uri` links will appear on the rubygems page at\r\nhttps://rubygems.org/gems/redis-namespace and be available via the\r\nRubygems API after the next release.",
"is_bot": false,
"headline": "Add project metadata to the gemspec (#168)",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2019-12-13T00:31:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e722410b73ac7adb5204f85b0cde38bca97a6e4a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T21:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a49727d65b43bb39e9100edbf83534d5c7b5f13",
"body": "Release v1.7.0",
"is_bot": false,
"headline": "Merge pull request #167 from larouxn/release_v1.7.0",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T21:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ebaebd900777dedcaa9973f76579f2297afa22",
"body": "This conversion is done by Transpec 3.4.0 with the following command:\n transpec\n\n* 155 conversions\n from: obj.should\n to: expect(obj).to\n\n* 28 conversions\n from: =~ [1, 2]\n to: match_array([1, 2])\n\n* 6 conversions\n from: == expected\n to: eq(expected)\n\n* 2 conversions\n f\n[…]\nhould_not ... }\n to: it { is_expected.not_to ... }\n\n* 1 conversion\n from: >= expected\n to: be >= expected\n\nFor more details: https://github.com/yujinakayama/transpec#supported-conversions",
"is_bot": false,
"headline": "Convert specs to RSpec 3.9.0 syntax with Transpec",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T20:35:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e251c95762ef2bea6d2a5a26b5a0a1789bdcaeca",
"body": null,
"is_bot": false,
"headline": "Add missing tests",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T20:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7aa14c5a9df3eb11ae3fc8d1682b8a9d4a68647",
"body": "ZRANGEBYLEX command",
"is_bot": false,
"headline": "Merge pull request #117 from sineed/sineed-zrangebylex",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T20:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a71706e7aff9e74c511ed55706d4a80b72b724b",
"body": "Add method to read the full namespace",
"is_bot": false,
"headline": "Merge pull request #93 from sdepold/feature/full-namespace",
"author_name": "Rafael Mendonça França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T20:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887a633ea08ef899db211efd078c8e2a581cc44a",
"body": "Adding example about get object without namespace into README.md",
"is_bot": false,
"headline": "Merge pull request #134 from douglasresende/improve_readme_example",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T20:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf7e9720dcb769b75fd7cda8cb50a3c79037547",
"body": "Update namespace.rb for consistent spacing",
"is_bot": false,
"headline": "Merge pull request #110 from kmwhite/master",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T19:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72df6b26a5d0cfb28fd3f26e3a1b8459b2431999",
"body": "Remove outdated rubies from travis.yml",
"is_bot": false,
"headline": "Merge pull request #166 from larouxn/update_travis_config",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T19:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ceb50fcb49b1655ca3ec04f525815f57579206",
"body": "Fix README formatting and LICENSE",
"is_bot": false,
"headline": "Merge pull request #133 from anothermh/master",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T19:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc7f96dfed3a1263806146467ce8953469d00b7",
"body": "modify ruby syntax",
"is_bot": false,
"headline": "Merge pull request #141 from chelomg/fix/readme_ruby_syntax",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-12-11T19:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657d20d158b0115ac42aacb27bde8481543402d1",
"body": null,
"is_bot": false,
"headline": "Release v1.7.0",
"author_name": "Nicholas La Roux",
"author_login": "larouxn",
"committed_at": "2019-11-18T02:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32840a54b88d35569abd34991b48f4d88828933b",
"body": null,
"is_bot": false,
"headline": "Add Ruby 2.4 minimum version to gemspec",
"author_name": "Nicholas La Roux",
"author_login": "larouxn",
"committed_at": "2019-10-18T22:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ada4846d37ce40df52ade80a61f596465b2042",
"body": null,
"is_bot": false,
"headline": "Remove outdated rubies from travis.yml",
"author_name": "Nicholas La Roux",
"author_login": "larouxn",
"committed_at": "2019-10-18T22:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fe23acc79f0b12c4d9dc8090aa70955355455f",
"body": "Remove deprecated has_rdoc config",
"is_bot": false,
"headline": "Merge pull request #165 from larouxn/remove_deprecated_has_rdoc_config",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-10-18T19:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c33f0f15018832a1a77358eeb16c2330a89db9",
"body": null,
"is_bot": false,
"headline": "Remove deprecated has_rdoc config",
"author_name": "Nicholas La Roux",
"author_login": "larouxn",
"committed_at": "2019-10-18T18:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7da8a2bc63f27cccb4bda70bb580d470212d39d",
"body": null,
"is_bot": false,
"headline": "Add support for `BITPOS` command",
"author_name": "Sergey Ponomarev",
"author_login": null,
"committed_at": "2019-06-17T15:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f5ba34312e8645d1edde59f2886b6c492467872",
"body": "redis-namespace delegates `[]` and `[]=` to redis-rb client, but it\ndoesn't respond to these methods. All the previous versions down to 0.2.0 doens't respond too.\n\nRemoved `[]` and `[]=` delegation.",
"is_bot": false,
"headline": "Remove nonexistent Redis commands",
"author_name": "Alex Klyanchin",
"author_login": "jbmeerkat",
"committed_at": "2019-06-03T19:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa6f7d627d4f541225b6f17ef91cfa77672a1045",
"body": "Respect `deprecations?` regarding logging when using `client` method",
"is_bot": false,
"headline": "Merge pull request #160 from skroutz/upstream-patch",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-05-24T18:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6429b29840de21e489fe9907f0ba1a6eeb7d08b0",
"body": "Add handled methods to class instead of relying on `method_missing`",
"is_bot": false,
"headline": "Merge pull request #159 from paracycle/native-methods",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2019-05-23T21:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3c73356a1b7a8531e7ec2afaeb58a9702c260f",
"body": null,
"is_bot": false,
"headline": "Add handled methods to class instead of relying on method_missing",
"author_name": "Ufuk Kayserilioglu",
"author_login": "paracycle",
"committed_at": "2019-05-23T19:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840d692c6378bb8258a244bfd657f1d464a28a57",
"body": null,
"is_bot": false,
"headline": "Respect `deprecations?` regarding logging when using `client` method",
"author_name": "Aggelos Avgerinos",
"author_login": "avgerin0s",
"committed_at": "2019-05-23T09:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb5cf4086a09a99b77c4a74e4a862df3eda2299",
"body": "Support new ZPOP sorted set pop commands in Redis 5: zpopmin, zpopmax, bzpopmin, bzpopmax",
"is_bot": false,
"headline": "Add Redis 5 ZPOP commands (#158)",
"author_name": "Maxime Bedard",
"author_login": "maximebedard",
"committed_at": "2019-04-18T03:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d136458530d9d63eb23ef5508a9adbb9f80e0a2",
"body": null,
"is_bot": false,
"headline": "Test against ruby 2.6",
"author_name": "Dmytro Stepaniuk",
"author_login": "DmytroStepaniuk",
"committed_at": "2019-04-15T16:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f85bc78824b6b023e8e3467ec9f9b37a77debca",
"body": "Update CHANGELOG.md for 1.6.0",
"is_bot": false,
"headline": "Merge pull request #142 from sj26/patch-1",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-09-22T03:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f2ce7075f0f226be4ca12fe10a8f7888ee0899",
"body": "Use RSpec 3 instead RSpec2",
"is_bot": false,
"headline": "Merge pull request #155 from junaruga/feature/rspec-3",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-06-28T10:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eea273136d29c563bec93fabe82b7d20cc9b7c4",
"body": null,
"is_bot": false,
"headline": "Use RSpec 3 instead RSpec2",
"author_name": "Jun Aruga",
"author_login": "junaruga",
"committed_at": "2018-06-15T14:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918a8fa245c78aef35fd74b200c6f4f816be2614",
"body": "bugfix for Bundler 1.16.1 and rubygems 2.7.3 on Travis",
"is_bot": false,
"headline": "Merge pull request #153 from ota42y/bugfix/rubygems_bugfix",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-04-05T03:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35458fcfbb657612ce81ea5eafaa51f195522016",
"body": "When we use Bundler 1.16.1 and rubygems 2.7.3 on Travis environment, test will fail.\nSo we need upgrade.\n\nhttps://github.com/rubygems/rubygems/issues/2123",
"is_bot": false,
"headline": ":bug: bugfix for Bundler 1.16.1 and rubygems 2.7.3 on Travis",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2018-04-05T03:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c91ca35382e2aff0ad679f20ebbd03bf35b5a5",
"body": "Feature/rspec deprecated fix",
"is_bot": false,
"headline": "Merge pull request #138 from ota42y/feature/rspec_deprecated_fix",
"author_name": "Rafael França",
"author_login": "rafaelfranca",
"committed_at": "2018-04-04T21:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d77aaec056f876fab8ff1d0b1ee9f9e65e66452",
"body": "* Blind pass-thru connection command (redis 3.3.4+)\r\n\r\nAnd inject `:namespace` in results.\r\n\r\nSee: https://github.com/redis/redis-rb/blob/v3.3.4/lib/redis.rb#L2703-L2711\r\n\r\nResolves #151",
"is_bot": false,
"headline": "Blind pass-thru connection command (redis 3.3.4+) (#152)",
"author_name": "Alexey Zapparov",
"author_login": "ixti",
"committed_at": "2018-03-14T17:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb5cb89f7b00eb5c0761adc742e21243061e7ab",
"body": null,
"is_bot": false,
"headline": "[Rao] Added support for UNLINK command (> Redis 4.0.0)",
"author_name": "Akshay Rao",
"author_login": "akshayrao14",
"committed_at": "2018-02-20T05:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0de27d4b32d3522796a9e6943cc0b4537b8c05",
"body": "…on -head",
"is_bot": false,
"headline": "Travis: cache bundle, test against 2.5 and ruby-head, allow failures …",
"author_name": "Jeremy Daer",
"author_login": "jeremy",
"committed_at": "2018-02-17T23:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a19f9301685b7731554f76353425bf981735a87",
"body": "Add 1.6.0 release changes",
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Samuel Cochran",
"author_login": "sj26",
"committed_at": "2017-11-07T22:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3781626ec1c915d88f70861680ec4a6d17512f3",
"body": null,
"is_bot": false,
"headline": "bump for 1.6.0",
"author_name": "steveklabnik",
"author_login": "steveklabnik",
"committed_at": "2017-11-03T16:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b58fdf173ba3b641a2420be7e6815f2178464493",
"body": null,
"is_bot": false,
"headline": "modify ruby syntax",
"author_name": "Chelong",
"author_login": "chelomg",
"committed_at": "2017-10-28T17:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1403f511f6ae1ec9a8f330298a4cacf73fb10afc",
"body": "support redis-rb 4.0.0",
"is_bot": false,
"headline": "Merge pull request #136 from ota42y/feature/redis_4",
"author_name": "Florian Weingarten",
"author_login": "fw42",
"committed_at": "2017-09-25T13:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "152253f5d38fcf325f288e881e7ade57c0e346bd",
"body": null,
"is_bot": false,
"headline": ":recycle: fix for pr comment",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-23T03:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f2201ac7103e29158fbc3902c3bd6e601dc53e6",
"body": null,
"is_bot": false,
"headline": ":recycle: fix deprecated message",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc62f2d8d8eb2605dbc382875fe4bf915751af3",
"body": null,
"is_bot": false,
"headline": ":sparkles: be_true/be_false is deprecated",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58066270b928d4526daf24ceeea0d77deb2dcb71",
"body": null,
"is_bot": false,
"headline": ":sparkles: method without arguments is deprecated use",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1758b105a4f1c9bac12e68b21f56a08d78b9c66c",
"body": null,
"is_bot": false,
"headline": ":up: use rspec-its gem",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0369c2df38ac20cb4f8e5f5c4bd38fb6834b06ac",
"body": null,
"is_bot": false,
"headline": ":recycle: add _client method and deprecated client method",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750e162a9f26b5442b63fae863e8fd085253879c",
"body": "…-rb 4.0.0)",
"is_bot": false,
"headline": ":recycle: use get/set method insted of [] ([] method removed on redis…",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb81bfb3d76f26e63475beac2d23ce1ba7b896f",
"body": null,
"is_bot": false,
"headline": ":up: support redis-rb 4.0.0",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-22T09:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425801a657124fd93fa3a4921ef645aa94e3aae2",
"body": ":up: update .travis.yml",
"is_bot": false,
"headline": "Merge pull request #137 from ota42y/feature/travis_update",
"author_name": "Florian Weingarten",
"author_login": "fw42",
"committed_at": "2017-09-22T09:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce0ec62f3f2d95c9428a42c4c2c5c63e525aaa16",
"body": null,
"is_bot": false,
"headline": ":up: update .travis.yml",
"author_name": "ota42y",
"author_login": "ota42y",
"committed_at": "2017-09-10T14:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16836ba52c23ebb812a9aac2976c63e2f451e9f0",
"body": null,
"is_bot": false,
"headline": "Adding example about get object without namespace into README.md",
"author_name": "Douglas Camargo",
"author_login": "douglasresende",
"committed_at": "2017-08-17T02:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b52889d851a0801aaae7708686b09a96a3d1d24",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "anothermh",
"author_login": "anothermh",
"committed_at": "2017-04-10T18:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1fd0fcfc963dd36b9074905c20fc806af43a5b5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "anothermh",
"author_login": "anothermh",
"committed_at": "2017-04-10T18:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2d01e4aade16888bb20e0362710885ae47972b1",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.5.3",
"author_name": "Chris C Cerami",
"author_login": "corincerami",
"committed_at": "2017-02-16T18:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c581c4c0b5095ebbd6a894b0e075056858a3e50",
"body": "Avoid modifying hash arguments during call to eval(sha)",
"is_bot": false,
"headline": "Merge pull request #123 from stefanmb/master",
"author_name": "Florian Weingarten",
"author_login": "fw42",
"committed_at": "2016-11-01T21:04:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2023-06-08T15:58:29Z",
"latest_release_tag": "v1.11.0",
"releases_from_tags": false,
"days_since_last_push": 718,
"active_weeks_last_year": 0,
"days_since_latest_release": 1139,
"mean_days_between_releases": 876.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "redis-namespace",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/redis-namespace",
"is_deprecated": false,
"latest_version": "1.11.0",
"repository_url": "https://github.com/resque/redis-namespace",
"versions_count": 45,
"total_downloads": 208001230,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-10-14T01:07:28.455000Z",
"latest_published_at": "2023-06-08T15:59:04.896000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1139
}
]
},
"popularity": {
"forks": 193,
"stars": 707,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2010-01-05",
"count": 1
},
{
"date": "2010-03-02",
"count": 1
},
{
"date": "2010-03-11",
"count": 1
},
{
"date": "2010-03-26",
"count": 1
},
{
"date": "2010-04-03",
"count": 1
},
{
"date": "2010-04-05",
"count": 2
},
{
"date": "2010-05-06",
"count": 1
},
{
"date": "2010-05-20",
"count": 1
},
{
"date": "2010-09-11",
"count": 1
},
{
"date": "2010-09-14",
"count": 1
},
{
"date": "2011-02-23",
"count": 1
},
{
"date": "2011-03-07",
"count": 1
},
{
"date": "2011-04-04",
"count": 1
},
{
"date": "2011-04-19",
"count": 1
},
{
"date": "2011-05-03",
"count": 1
},
{
"date": "2011-07-01",
"count": 1
},
{
"date": "2011-07-12",
"count": 1
},
{
"date": "2011-08-16",
"count": 1
},
{
"date": "2011-08-25",
"count": 1
},
{
"date": "2011-08-30",
"count": 1
},
{
"date": "2011-10-23",
"count": 1
},
{
"date": "2011-11-05",
"count": 1
},
{
"date": "2011-11-14",
"count": 1
},
{
"date": "2011-11-28",
"count": 1
},
{
"date": "2011-12-07",
"count": 1
},
{
"date": "2012-01-30",
"count": 1
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-02-28",
"count": 1
},
{
"date": "2012-04-09",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-05-18",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-05-29",
"count": 1
},
{
"date": "2012-08-22",
"count": 1
},
{
"date": "2012-08-24",
"count": 1
},
{
"date": "2012-09-13",
"count": 1
},
{
"date": "2012-09-25",
"count": 1
},
{
"date": "2012-11-07",
"count": 1
},
{
"date": "2012-11-17",
"count": 1
},
{
"date": "2013-01-21",
"count": 1
},
{
"date": "2013-03-23",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-06-07",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-06-26",
"count": 1
},
{
"date": "2013-07-03",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-08",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-29",
"count": 1
},
{
"date": "2013-11-26",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2014-01-13",
"count": 1
},
{
"date": "2014-03-13",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-06-08",
"count": 1
},
{
"date": "2014-06-09",
"count": 2
},
{
"date": "2014-06-13",
"count": 2
},
{
"date": "2014-06-14",
"count": 1
},
{
"date": "2014-06-16",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2014-06-20",
"count": 1
},
{
"date": "2014-06-21",
"count": 1
},
{
"date": "2014-06-25",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-07-07",
"count": 1
},
{
"date": "2015-09-11",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2016-01-31",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-03-06",
"count": 1
},
{
"date": "2016-04-14",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-29",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-10-09",
"count": 2
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-05-11",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-05-23",
"count": 2
},
{
"date": "2019-07-07",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2021-01-08",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
}
],
"complete": true,
"collected": 187,
"total_forks": 193
},
"star_history": {
"days": [
{
"date": "2009-10-13",
"count": 113
},
{
"date": "2009-10-18",
"count": 1
},
{
"date": "2009-11-07",
"count": 1
},
{
"date": "2009-11-23",
"count": 1
},
{
"date": "2009-12-03",
"count": 1
},
{
"date": "2009-12-10",
"count": 1
},
{
"date": "2009-12-19",
"count": 1
},
{
"date": "2010-01-12",
"count": 1
},
{
"date": "2010-02-10",
"count": 1
},
{
"date": "2010-02-14",
"count": 1
},
{
"date": "2010-02-25",
"count": 1
},
{
"date": "2010-03-13",
"count": 1
},
{
"date": "2010-03-25",
"count": 1
},
{
"date": "2010-03-31",
"count": 1
},
{
"date": "2010-04-12",
"count": 1
},
{
"date": "2010-04-19",
"count": 1
},
{
"date": "2010-05-11",
"count": 1
},
{
"date": "2010-05-29",
"count": 1
},
{
"date": "2010-07-09",
"count": 1
},
{
"date": "2010-07-19",
"count": 1
},
{
"date": "2010-08-17",
"count": 1
},
{
"date": "2010-08-24",
"count": 1
},
{
"date": "2010-09-03",
"count": 1
},
{
"date": "2010-09-07",
"count": 1
},
{
"date": "2010-09-16",
"count": 1
},
{
"date": "2010-09-24",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-10-15",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-11-05",
"count": 1
},
{
"date": "2010-11-12",
"count": 1
},
{
"date": "2010-11-29",
"count": 1
},
{
"date": "2011-01-10",
"count": 1
},
{
"date": "2011-02-02",
"count": 1
},
{
"date": "2011-02-19",
"count": 2
},
{
"date": "2011-03-10",
"count": 1
},
{
"date": "2011-04-18",
"count": 1
},
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2011-05-27",
"count": 1
},
{
"date": "2011-06-12",
"count": 1
},
{
"date": "2011-07-05",
"count": 1
},
{
"date": "2011-07-06",
"count": 1
},
{
"date": "2011-08-13",
"count": 1
},
{
"date": "2011-08-18",
"count": 1
},
{
"date": "2011-10-12",
"count": 1
},
{
"date": "2011-10-31",
"count": 1
},
{
"date": "2011-11-21",
"count": 1
},
{
"date": "2011-12-05",
"count": 1
},
{
"date": "2011-12-29",
"count": 1
},
{
"date": "2012-01-03",
"count": 1
},
{
"date": "2012-05-01",
"count": 1
},
{
"date": "2012-07-03",
"count": 1
},
{
"date": "2012-07-23",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-02-13",
"count": 1
},
{
"date": "2013-02-15",
"count": 2
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-26",
"count": 2
},
{
"date": "2013-04-06",
"count": 2
},
{
"date": "2013-04-21",
"count": 2
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-05-03",
"count": 2
},
{
"date": "2013-05-05",
"count": 1
},
{
"date": "2013-05-13",
"count": 1
},
{
"date": "2013-05-17",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-06-08",
"count": 2
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-13",
"count": 1
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-08-04",
"count": 1
},
{
"date": "2013-08-16",
"count": 1
},
{
"date": "2013-08-20",
"count": 1
},
{
"date": "2013-09-06",
"count": 1
},
{
"date": "2013-09-14",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-10-23",
"count": 1
},
{
"date": "2013-11-01",
"count": 1
},
{
"date": "2013-11-03",
"count": 1
},
{
"date": "2013-11-04",
"count": 2
},
{
"date": "2013-11-16",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2013-11-19",
"count": 2
},
{
"date": "2013-11-21",
"count": 1
},
{
"date": "2013-11-22",
"count": 1
},
{
"date": "2013-11-23",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-11-30",
"count": 1
},
{
"date": "2013-12-04",
"count": 1
},
{
"date": "2013-12-08",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-10",
"count": 1
},
{
"date": "2013-12-28",
"count": 1
},
{
"date": "2014-01-21",
"count": 1
},
{
"date": "2014-01-31",
"count": 1
},
{
"date": "2014-02-12",
"count": 2
},
{
"date": "2014-02-13",
"count": 1
},
{
"date": "2014-02-15",
"count": 1
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-03-02",
"count": 1
},
{
"date": "2014-03-03",
"count": 1
},
{
"date": "2014-03-13",
"count": 2
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-04-05",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-21",
"count": 1
},
{
"date": "2014-04-29",
"count": 2
},
{
"date": "2014-05-05",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-21",
"count": 1
},
{
"date": "2014-06-03",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-06-06",
"count": 1
},
{
"date": "2014-06-08",
"count": 1
},
{
"date": "2014-06-09",
"count": 1
},
{
"date": "2014-06-25",
"count": 2
},
{
"date": "2014-06-29",
"count": 1
},
{
"date": "2014-07-05",
"count": 2
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-07-26",
"count": 1
},
{
"date": "2014-08-05",
"count": 1
},
{
"date": "2014-08-15",
"count": 2
},
{
"date": "2014-08-19",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-09-02",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-03",
"count": 1
},
{
"date": "2014-10-06",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-11",
"count": 1
},
{
"date": "2014-10-22",
"count": 2
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-11-17",
"count": 1
},
{
"date": "2014-11-20",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-16",
"count": 2
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2014-12-22",
"count": 1
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-11",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-18",
"count": 1
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-01-25",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-02-28",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-17",
"count": 1
},
{
"date": "2015-03-18",
"count": 1
},
{
"date": "2015-03-19",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-03-30",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-07",
"count": 2
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-04-10",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-27",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-09",
"count": 1
},
{
"date": "2015-06-04",
"count": 2
},
{
"date": "2015-06-05",
"count": 1
},
{
"date": "2015-06-10",
"count": 3
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-22",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-06-29",
"count": 2
},
{
"date": "2015-07-01",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-07-29",
"count": 2
},
{
"date": "2015-07-31",
"count": 2
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-23",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-21",
"count": 1
},
{
"date": "2015-10-30",
"count": 2
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2015-11-18",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-16",
"count": 1
},
{
"date": "2015-12-21",
"count": 1
},
{
"date": "2015-12-24",
"count": 1
},
{
"date": "2016-01-05",
"count": 2
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-29",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-12",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-04-20",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-05-17",
"count": 2
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-14",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-06-30",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-18",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-08",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-08-14",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-17",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-17",
"count": 2
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-11-11",
"count": 2
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-12-04",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-01-08",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-04-01",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-05-12",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-24",
"count": 2
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-02",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-17",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-23",
"count": 2
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-02",
"count": 2
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-09-05",
"count": 1
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-20",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-12-01",
"count": 2
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-23",
"count": 1
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-04",
"count": 2
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-13",
"count": 1
},
{
"date": "2018-04-21",
"count": 1
},
{
"date": "2018-05-02",
"count": 2
},
{
"date": "2018-05-20",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-25",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-17",
"count": 2
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-09-11",
"count": 2
},
{
"date": "2019-10-01",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-24",
"count": 2
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-26",
"count": 2
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-07-16",
"count": 2
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-12",
"count": 2
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-06-05",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-25",
"count": 2
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-19",
"count": 2
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-26",
"count": 1
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-21",
"count": 2
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-14",
"count": 2
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-01",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
}
],
"complete": true,
"collected": 707,
"total_stars": 707
},
"open_issues_and_prs": 30
},
"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": [],
"largest_source_bytes": 40828,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 13,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "redis",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 4"
},
{
"name": "redis",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-net-http",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-socket",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-logger",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-cgi",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-uri",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-timeout",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-zlib",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubysl-stringio",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "redis",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-cgi",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-logger",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-net-http",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-socket",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-stringio",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-timeout",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-uri",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubysl-zlib",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec-its",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 13,
"direct_count": 9,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 9,
"merged_prs": 90,
"open_issues": 21,
"closed_ratio": 0.753,
"closed_issues": 64,
"closed_unmerged_prs": 52
},
"bus_factor": 4,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "defunkt",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/2?v=4"
},
{
"type": "User",
"login": "yaauie",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/210924?v=4"
},
{
"type": "User",
"login": "rafaelfranca",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/47848?v=4"
},
{
"type": "User",
"login": "steveklabnik",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/27786?v=4"
},
{
"type": "User",
"login": "hone",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/16457?v=4"
},
{
"type": "User",
"login": "byroot",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/44640?v=4"
},
{
"type": "User",
"login": "ota42y",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/6755375?v=4"
},
{
"type": "User",
"login": "fw42",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2072686?v=4"
},
{
"type": "User",
"login": "carlzulauf",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/203546?v=4"
},
{
"type": "User",
"login": "larouxn",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1557529?v=4"
}
],
"contributors_sampled": 86,
"top_contributor_share": 0.193
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 24 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": 8,
"reason": "Found 20/24 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 34 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": 0,
"reason": "security policy file not 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "f9259a65e79bfa032e06d685b0c5730d3eb4870f",
"ran_at": "2026-07-22T00:34:56Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 96,
"created_at": "2015-01-26T23:59:43Z",
"last_comment_at": "2022-01-08T15:38:25Z",
"last_comment_author": "iloveitaly"
},
{
"number": 101,
"created_at": "2015-03-31T01:03:36Z",
"last_comment_at": "2022-01-08T15:39:22Z",
"last_comment_author": "iloveitaly"
},
{
"number": 104,
"created_at": "2015-05-18T17:54:47Z",
"last_comment_at": "2022-07-29T20:29:42Z",
"last_comment_author": "mhenrixon"
},
{
"number": 109,
"created_at": "2015-10-12T15:34:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 231,
"created_at": "2023-09-11T05:35:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 233,
"created_at": "2024-03-08T08:03:12Z",
"last_comment_at": "2024-08-01T14:36:43Z",
"last_comment_author": "PatrickTulskie"
},
{
"number": 235,
"created_at": "2024-08-02T02:01:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 237,
"created_at": "2026-01-15T16:22:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 238,
"created_at": "2026-01-19T10:03:07Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-03-07T19:38:13Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 34,
"created_at": "2012-01-10T00:40:53Z",
"last_comment_at": "2013-01-21T14:03:45Z",
"last_comment_author": "bitterb"
},
{
"number": 56,
"created_at": "2013-04-10T06:34:06Z",
"last_comment_at": "2022-07-03T14:00:01Z",
"last_comment_author": "fatkodima"
},
{
"number": 74,
"created_at": "2013-12-05T08:48:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2015-02-19T21:12:56Z",
"last_comment_at": "2015-03-30T22:06:51Z",
"last_comment_author": "yaauie"
},
{
"number": 106,
"created_at": "2015-07-07T11:22:00Z",
"last_comment_at": "2015-07-09T04:05:27Z",
"last_comment_author": "ghprince"
},
{
"number": 111,
"created_at": "2015-12-09T13:45:44Z",
"last_comment_at": "2017-05-19T02:26:38Z",
"last_comment_author": "mkaito"
},
{
"number": 113,
"created_at": "2016-01-06T15:07:27Z",
"last_comment_at": "2016-03-06T03:36:44Z",
"last_comment_author": "marisawallace"
},
{
"number": 122,
"created_at": "2016-09-29T21:30:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2017-02-01T15:29:23Z",
"last_comment_at": "2023-06-28T18:02:37Z",
"last_comment_author": "PatrickTulskie"
},
{
"number": 130,
"created_at": "2017-02-20T18:06:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 177,
"created_at": "2020-11-11T04:44:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 179,
"created_at": "2021-01-25T11:40:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 182,
"created_at": "2021-06-24T05:27:17Z",
"last_comment_at": "2021-10-15T15:00:28Z",
"last_comment_author": "iloveitaly"
},
{
"number": 185,
"created_at": "2021-08-06T13:06:27Z",
"last_comment_at": "2021-10-15T14:59:32Z",
"last_comment_author": "iloveitaly"
},
{
"number": 193,
"created_at": "2022-03-09T20:44:43Z",
"last_comment_at": "2022-08-25T21:10:12Z",
"last_comment_author": "gregblass"
},
{
"number": 195,
"created_at": "2022-03-15T12:31:15Z",
"last_comment_at": "2022-08-31T01:10:58Z",
"last_comment_author": "bf4"
},
{
"number": 204,
"created_at": "2022-07-29T20:19:52Z",
"last_comment_at": "2022-09-20T14:16:21Z",
"last_comment_author": "jpaas"
},
{
"number": 208,
"created_at": "2022-08-31T01:03:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 213,
"created_at": "2022-10-18T07:47:20Z",
"last_comment_at": "2024-04-23T17:15:14Z",
"last_comment_author": "PatrickTulskie"
},
{
"number": 222,
"created_at": "2023-02-17T12:20:39Z",
"last_comment_at": "2023-09-12T23:36:58Z",
"last_comment_author": "amasses"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/resque/redis-namespace",
"host": "github.com",
"name": "redis-namespace",
"owner": "resque"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 31,
"inputs": {
"security": 55,
"vitality": 15,
"community": 71,
"governance": 72,
"engineering": 51,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 52,
"overall_after_abandonment_multiplier": 31
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.99,
"days_since_last_push": 718,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 718 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 718
}
}
],
"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": "at_risk",
"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": 36,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.11.0",
"releases_from_tags": false,
"days_since_latest_release": 1139,
"mean_days_between_releases": 876.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1139 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1139
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~876.1 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 876.1
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 9,
"unanswered_open_issues": 19,
"days_since_last_merged_pr": 866,
"days_since_last_human_commit": 866,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 866 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 866,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 193,
"stars": 707,
"watchers": 20,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "707 stars",
"points": 46.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 707
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "193 forks",
"points": 19,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 193
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"redis-namespace"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 208001230,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "208,001,230 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 208001230,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 86,
"top_contributor_share": 0.193
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 19% of commits",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 19
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "86 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 86
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 90,
"open_issues": 21,
"closed_issues": 64,
"issue_closed_ratio": 0.753,
"closed_unmerged_prs": 52
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "90/142 decided PRs merged",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 90,
"decided": 142
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 20/24 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 17,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "resque",
"public_repos": 14,
"account_age_days": 4876
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of resque",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "resque"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "14 public repos, account ~13 yr old",
"points": 20.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 14
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"redis-namespace"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 1139
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1139 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1139
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "45 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 45
}
}
],
"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": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 24 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": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "http://redis.io",
"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": "http://redis.io",
"points": 15,
"status": "met",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.5
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 24 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 20/24 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 34 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 not detected",
"points": 0,
"status": "missed",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"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": 24
},
"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": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.465,
"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": "46 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 40828,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:35:25.602953Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/resque/redis-namespace.svg",
"full_name": "resque/redis-namespace",
"license_state": "standard",
"license_spdx": "MIT"
}