Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 683,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 138596
},
"pushed_at": "2026-04-27T18:46:21Z",
"created_at": "2008-02-21T16:03:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-05T19:39:02Z",
"description": "An awesome replacement for acts_as_nested_set and better_nested_set.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://collectiveidea.com",
"name": "Collective Idea",
"type": "Organization",
"login": "collectiveidea",
"company": null,
"location": "United States of America",
"followers": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/128?v=4",
"created_at": "2008-02-02T22:34:46Z",
"is_verified": null,
"public_repos": 184,
"account_age_days": 6744
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.8.0",
"kind": "minor",
"published_at": "2024-11-14T18:49:22Z"
},
{
"tag": "v3.7.0",
"kind": "minor",
"published_at": "2024-08-28T21:05:43Z"
},
{
"tag": "v3.6.0",
"kind": "minor",
"published_at": "2024-08-28T21:07:46Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2022-02-08T21:36:29Z"
},
{
"tag": "v3.1.1",
"kind": "patch",
"published_at": "2016-05-31T20:37:01Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2016-05-27T12:44:54Z"
}
],
"recent_commits": [
{
"oid": "7a642749af74519b4bf3642d939061beb36835e1",
"body": "…ning\n\nFix frozen string literal warning",
"is_bot": false,
"headline": "Merge pull request #500 from MattRogish/fix-frozen-string-literal-war…",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2026-04-27T18:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55403f859f306f7800177a3480c0daf183b0707",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG for frozen string literal fix",
"author_name": "Matt Rogish",
"author_login": "MattRogish",
"committed_at": "2026-04-27T16:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e512bb82bb7aa8dc6129607b681efaef46e43f7",
"body": "Replace `inject(\"\") { |str, ...| str << ... }` with `map { ... }.join`\nto avoid mutating a string literal. Ruby 4.0 freezes string literals by\ndefault, causing deprecation warnings in Rails 8 projects.",
"is_bot": false,
"headline": "Fix frozen string literal warning in scope_for_rebuild",
"author_name": "Matt Rogish",
"author_login": "MattRogish",
"committed_at": "2026-04-27T16:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21961841836e31943ee3b3ad40ecaef0a6034087",
"body": null,
"is_bot": false,
"headline": "Set version to 3.9.0 for release",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2025-12-20T01:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7de94417699628cd35ccfbca97fa783981e6ef53",
"body": "These got missed on #495 so adding them in.\n\nI've updated it according to [FastRuby's compatibility matrix](https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html).",
"is_bot": false,
"headline": "Add Ruby 3.4 consistently and fix excludes (#498)",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2025-12-20T01:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111c3f83c0d6cf0e74aee44cb7d383325b9f86bb",
"body": "* Add Rails 8.1 support, like #487\n* Update CI configuration to include Ruby 3.4 and adjust Ruby 3.2 and 3.3 for Rails 8.1\n\n---------\n\nCo-authored-by: Philip Arndt <git@p.arndt.io>",
"is_bot": false,
"headline": "Add Rails 8.1 support (#495)",
"author_name": "Ulisses Caon",
"author_login": "caonUlisses",
"committed_at": "2025-12-20T01:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9649a3b2fa99e6fcde6985262b66478b2be9d953",
"body": "## Why\n\nWith v3, we have the following deprecation notices:\n\n```\nThe following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by\n[…]\nctions/checkout](https://github.com/actions/checkout) from v3 (and v4) to v6.\n\n---------\n\nSigned-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>\nCo-authored-by: Philip Arndt <git@p.arndt.io>",
"is_bot": false,
"headline": "CI: bump actions/checkout from v3/v4 to v6 (#494)",
"author_name": "Takuya N",
"author_login": "tnir",
"committed_at": "2025-12-20T01:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04c580e19868af826c3fdd083a7a230fe61a2953",
"body": "These make CI fail and aren't particularly useful.",
"is_bot": false,
"headline": "Remove `rails_main` from CI workflow, and `pry` dependency (#497)",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2025-12-20T01:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d321417b6c288f26a598de6a0f64cde1192b489",
"body": null,
"is_bot": false,
"headline": "Remove gem cert chain to use Trusted Publishing",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2024-11-14T18:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276a472d26074bf3d8feb762a9e1d61e0da5025f",
"body": "Trusted Publishing",
"is_bot": false,
"headline": "Merge pull request #490 from collectiveidea/trusted-publishing",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2024-11-14T18:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40eb61d63f51a3a67d7a67af1145d90bf9c8ac8f",
"body": null,
"is_bot": false,
"headline": "Update changelog and bump version",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2024-11-14T18:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11875b1baae0e3e51ece23fcf7d34da2d484e1bf",
"body": null,
"is_bot": false,
"headline": "Add workflow for trusted publishing",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2024-11-14T18:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ad6f3c1ab4fcafaabd019bb50823ee733038337",
"body": "This allows us to use ActiveRecord 8.0.\r\n\r\nIn addition:\r\n\r\n- Adds Ruby 3.3 and head (3.4 as of writing) to all test matrices (only with Rails 7.0, 7.1, 8.0, and edge (i.e., 8.1))\r\n- Adds Ruby 3.2 to MySQL test matrix\r\n- Tweaks `mutex_m` / `bigdecimal` gems only in Rails 7.0.x only on testing\r\n- Allows us to use `rspec-rails` 7.x, which is officially for Rails 7.0+",
"is_bot": false,
"headline": "Add support for ActiveRecord 8.0 (#487)",
"author_name": "Takuya N",
"author_login": "tnir",
"committed_at": "2024-10-24T23:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190ed285ca65402bd9f483fa50215b53f1125536",
"body": null,
"is_bot": false,
"headline": "Update my gem signing certificate",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2024-08-28T21:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8342983b6939cda643b929ee08c55827162023c8",
"body": "This reverts commit 285d35aee7cabb3ed41e5f0fd792846ab8d3223e.",
"is_bot": false,
"headline": "Revert \"Remove gem signing so I can push\"",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2024-08-28T21:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27de323e1f95782ec9344e287f24e534b21c3dd6",
"body": null,
"is_bot": false,
"headline": "Document changes for version 3.7.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2024-08-28T21:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f3caceedd0888f50372e0d70e41d5ea298792d",
"body": "This change adds Rails 7.2 support and updates our CI configuration to test it.\r\n\r\n---------\r\n\r\nCo-authored-by: Philip Arndt <git@p.arndt.io>",
"is_bot": false,
"headline": "Add Rails 7.2 support (#484)",
"author_name": "Ahmed A. Ibrahim",
"author_login": "AhmedAliIbrahim",
"committed_at": "2024-08-28T20:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb672d9ef1dcea82c3db293ec1f85d8b88fcdc8c",
"body": "Fix typo, update method argument for accuracy",
"is_bot": false,
"headline": "Update helper.rb to fix typo (#483)",
"author_name": "Scott Barrow",
"author_login": "scottbarrow",
"committed_at": "2024-03-20T07:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f88c1c6a38619d49a841ae561222d4d62a8f49",
"body": "* teach #move_to_child_with_index to accept :root as a target.\r\n\r\n* refactor out duplication within #move_to_child_with_index.\r\n\r\n* teach #move_to_child_of to also accept :root and use it internally within #move_to_child_with_index.\r\n\r\n* extract #roots which is a instance-level version of .roots, and use within #move_to_child_with_index.\r\n\r\n* update CHANGELOG.\r\n\r\n---------\r\n\r\nCo-authored-by: Micah Geisel <micah@botandrose.com>",
"is_bot": false,
"headline": "Teach `#move_to_child_with_index` to accept `:root` as a target (#481)",
"author_name": "Micah Geisel",
"author_login": "botandrose",
"committed_at": "2024-03-08T01:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70cdc5e25ab9b4cabf2ac33c9ea6a72279496278",
"body": "Fixes:\r\n\r\n- Require Ruby >= 3.1\r\n- Require rspec-rails >= 6.0.2\r\n- Call #inspect on Relation#explain to ensure we have a string",
"is_bot": false,
"headline": "Get CI passing on Rails main again (#482)",
"author_name": "Micah Geisel",
"author_login": "botandrose",
"committed_at": "2024-02-28T18:39:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64006ba68ce0968b4b29449abff9a6d0767f8165",
"body": "Otherwise a foreign key error can occur if foreign keys have been added,\r\nfor example:\r\n\r\n`Mysql2::Error: Cannot delete or update a parent row: a foreign key constraint fails`",
"is_bot": false,
"headline": "Destroy in reverse order to rspect foreign keys (#478)",
"author_name": "Kasper Stöckel",
"author_login": "kaspernj",
"committed_at": "2023-10-15T22:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285d35aee7cabb3ed41e5f0fd792846ab8d3223e",
"body": null,
"is_bot": false,
"headline": "Remove gem signing so I can push",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2023-10-05T14:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ee2c118eedd81e3ede68d48fee6bfc2fb38c3b",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2023-10-05T14:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d26d8b31744b489359b17ad094bed222a520578",
"body": null,
"is_bot": false,
"headline": "Update changelog and readme",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2023-10-05T14:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa3b9a4029b43b455e330f537d0f352bb25d83a6",
"body": "…e_err_msg_ext\n\nAdded class name and ID for ImpossibleMove exception msg",
"is_bot": false,
"headline": "Merge pull request #476 from AlejandroFernandesAntunes/impossible_mov…",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2023-10-05T14:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239ea9ff6b2ab301965f1a3790629df0675d0884",
"body": "Add support for Rails 7.1.0",
"is_bot": false,
"headline": "Merge pull request #477 from harshalbhakta/rails_7_1_0",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2023-10-05T14:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034ab03ce97e5f078581cffb70e2385a06415e8a",
"body": null,
"is_bot": false,
"headline": "Add support for Rails 7.1.0",
"author_name": "Harshal Bhakta",
"author_login": "harshalbhakta",
"committed_at": "2023-10-05T12:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65309252690a4093bb0de20535af8d9e9049f696",
"body": null,
"is_bot": false,
"headline": "Added class name and ID for ImpossibleMove exception msg",
"author_name": "AlejandroFernandesAntunes",
"author_login": "AlejandroFernandesAntunes",
"committed_at": "2023-07-27T15:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da270547b8176afec29f689e73d567e752ec275e",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.2 to CI and upgrade actions (#475)",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2023-06-13T02:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3913eca5981ec60662985fe39adf988eb5c2731d",
"body": "With Rails >= 5 `acts_as_nested_set :dependent => :restrict_with_error`\r\nshould abort the transaction with `throw :abort` not `return false`.",
"is_bot": false,
"headline": "Rails >= 5 should throw :abort (#470)",
"author_name": "maxime-carbonneau",
"author_login": "maxime-carbonneau",
"committed_at": "2022-06-09T23:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7387a479ee9b82b390191e1336da150d0063d305",
"body": "Hakiri was sunset on January 31, 2022.",
"is_bot": false,
"headline": "Remove Hakiri badge",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-14T22:20:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6409bab837c9fa786509616bc409422b47ddbece",
"body": null,
"is_bot": false,
"headline": "Update library version",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2022-02-08T21:34:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c608962e406c030b3182fb20e214107b4779986c",
"body": null,
"is_bot": false,
"headline": "Update the parndt gem signing certificate",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2022-02-08T21:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73931f59d000753c87fea40015d726f4a769b12c",
"body": "Closes #462",
"is_bot": false,
"headline": "Release version 3.5.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2022-02-08T21:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f90096367bcb5187bdc938a154183243b857d48d",
"body": "Add Ruby 3.1 to CI matrix",
"is_bot": false,
"headline": "Merge pull request #467 from mishina2228/ruby3-1",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2022-02-04T13:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0495c65f89dfd1c58c8ae5af55f82aaca173b1",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.1 to CI matrix",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-04T13:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e97e663b77bcad0c9e255827de6f803eb745c8",
"body": "Update CI status badge",
"is_bot": false,
"headline": "Merge pull request #463 from mishina2228/update-badge",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2022-02-04T11:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc80de7ace3202623e586172fe325caab9aca36",
"body": "Fix some typos",
"is_bot": false,
"headline": "Merge pull request #466 from mishina2228/fix-typo",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2022-02-04T11:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed398de488e9f4bd3d37de7163d29ba3d783835",
"body": "Use https for GitHub link",
"is_bot": false,
"headline": "Merge pull request #465 from mishina2228/use-https",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2022-02-04T11:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219847a9ee0d95273d8f2d10270772e8673d7f94",
"body": null,
"is_bot": false,
"headline": "Fix some typos",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-04T09:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7d3015e9c7bfb4aa8e16226bd65026a4f9173e",
"body": null,
"is_bot": false,
"headline": "Use https for GitHub link",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-04T09:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e411d3730552a152179f6b5f757ceb51a030c6d6",
"body": "Added missing `end`",
"is_bot": false,
"headline": "Fix README migration syntax",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-03T20:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20cf420523c77a99ac39acdb13eb66a1fe2eb244",
"body": null,
"is_bot": false,
"headline": "Update CI status badge",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-02-03T09:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0272e845d48728c2efda1fd3ff5ec0cd0f51e516",
"body": "* Add support for Rails 7\r\n* Add Rails 7 to github action CI flow\r\n* Update dependency to rake ~> 12\r\n* Fix specs and rework database loading (#1)\r\n\r\nThe older version of combustion used by awesome_nested_set doesn't\r\nappear to be compatible with rails 7, and the latest version of\r\ncombustion no lon\n[…]\nat lets you pass in a config.\r\n\r\nSo this commit drops the dependency on combustion and just uses the\r\nrails task for database setup and teardown.\r\n\r\nCo-authored-by: Andrew Hampton <andrewwh@gmail.com>",
"is_bot": false,
"headline": "Add support for Rails 7 (#460)",
"author_name": "Peter Berkenbosch",
"author_login": "peterberkenbosch",
"committed_at": "2022-01-11T02:48:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "388ef5312675074354a2b48f6514a0c40d66609b",
"body": "By hardcoding `=> :asc` we make it impossible to change how the order\r\nworks, and it's not possible to use `:desc` or another sorting method,\r\nsuch as the operators required for jsonb.",
"is_bot": false,
"headline": "Make order_column option more flexible (#451)",
"author_name": "Regis Millet",
"author_login": "Kulgar",
"committed_at": "2021-07-11T22:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76a2ced60aa954f3340906462a43ad488f4083f1",
"body": "This modernises the migration syntax in the README, swapping out\r\nthe hash syntax and switching to `def change`.",
"is_bot": false,
"headline": "Update README migration syntax (#458)",
"author_name": "Justin MacCarthy",
"author_login": "macarthy",
"committed_at": "2021-06-28T23:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e43681288e7daa0eec2e0770d258f824467e1e",
"body": "To run the specs against a different database we need to set the DB\r\nenvironment variable.\r\nThe current workflow is missing this env var so it always runs with sqlite3.\r\n\r\nSome other fixes include:\r\n* Make sure the workflow credentials match the db/database.yml\r\n* Stringify the database configuration keys for Rails 6.1.\r\n* Changed the branch for the latest Rails version from master to main.\r\n* Add sort_by to the leaves spec to make sure it works on postgres 12.",
"is_bot": false,
"headline": "Fix Github workflow (#457)",
"author_name": "Petrik de Heus",
"author_login": "p8",
"committed_at": "2021-06-14T23:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c63ca850de6df7a45bc0b4cf190cd756319a62",
"body": "### Move To Github Workflows #441\r\nTests Against Ruby Versions:\r\n- 2.6\r\n- 2.7\r\n- 3.0\r\n\r\nTests Against Rails Version:\r\n\r\n- 5.2\r\n- 6.0\r\n- 6.1\r\n- master\r\n\r\nTests Against DB Types:\r\n- Postgress\r\n- MySQL\r\n- SqLite\r\n\r\n<img width=\"1276\" alt=\"Screenshot 2021-04-10 at 22 33 52\" src=\"https://user-images.githubusercontent.com/1240766/114285164-e67bd800-9a4c-11eb-9a1a-711759be4db8.png\">\r\n\r\nResolves #441",
"is_bot": false,
"headline": "Add Github Workflow (#445)",
"author_name": "Matthew Kennedy",
"author_login": "MatthewKennedy",
"committed_at": "2021-04-16T20:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ec2b072c797be66dd588fbd92780573e3c57c0",
"body": null,
"is_bot": false,
"headline": "Fix link to compare view for 3.4.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-02-22T22:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25174c717ff4579b307d1747d710842b2d89aede",
"body": null,
"is_bot": false,
"headline": "Version 3.4.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-02-22T22:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a502300ac6e9382e877e07b11e6f96a156e48aa",
"body": "Fixes #415",
"is_bot": false,
"headline": "Update counter cache correctly for STI records (#444)",
"author_name": "Issei.M",
"author_login": "issei-m",
"committed_at": "2021-02-15T21:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e097e4ace1dcd523faeda44f553983e5cb5d8c1f",
"body": "Updated gems to allow running specs with newer database client drivers",
"is_bot": false,
"headline": "Update versions of pg and mysql2 gems (#429)",
"author_name": "Marc Rohloff",
"author_login": "marcrohloff",
"committed_at": "2021-01-11T21:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "379b6fc43d6c581596ab1981c83fbd7ac9681d3c",
"body": "This can be a little annoying, however it usually provokes more robust\r\ndiscussion around issues, and helps us to see what really needs either\r\nfixing or closing.",
"is_bot": false,
"headline": "Add configuration to triage stale issues",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-01-10T21:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b2bc1629c734cf8ed09495bffad7c3ba7d6cd5",
"body": null,
"is_bot": false,
"headline": "Document #437",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-01-10T21:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "247716ba1310b5648bafe64f79882275359f0ab7",
"body": "6c5040c4c116cbff2bea69724972cff500f8334f Fixed the Rails 6.1 deprecation warnings for inherited scoping by\r\nmaking scopes explicit using `Model.unscoped`, or `Model.default_scoped`.\r\n\r\nHowever the `default_scoped` method added to `Model.nested_set_scope`\r\nbroke calling `roots` on `Relatable` when th\n[…]\nss.base_class`. This fixes the `roots` scope and removes the\r\ndeprecation warnings.\r\n\r\nAlso see the Rails discussion:\r\nhttps://github.com/rails/rails/issues/41066#issuecomment-757374841\r\n\r\nFixes: #436",
"is_bot": false,
"headline": "Keep current scope when calling roots (#437)",
"author_name": "Petrik de Heus",
"author_login": "p8",
"committed_at": "2021-01-10T21:01:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28d36e1376fcfb89fb831a28d97101db4220bc54",
"body": "Rails 6.1 requires an upgrade to rspec-rails 4.0.0 which fixes a\r\nWrongScopeError: https://github.com/rspec/rspec-rails/pull/2215\r\n\r\nRspec-rails 4.0.0 dropped support for Rails below 5.0, so Rails 4\r\nhas been removed from the appraisals.",
"is_bot": false,
"headline": "Add appraisals for Rails 6.1 (#442)",
"author_name": "Petrik de Heus",
"author_login": "p8",
"committed_at": "2021-01-10T20:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83723e308849c795ba2fd639acd66577f872f91",
"body": null,
"is_bot": false,
"headline": "Publish version 3.3.1",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-01-04T02:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f425cc100d72de11bed01b62c94286c3031fcd",
"body": null,
"is_bot": false,
"headline": "Document #421",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-01-04T02:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8349503756393a45d2516fbee0d68a58567995",
"body": "Since rails/rails@2c008d9, `belongs_to` accepts `:polymorphic` as a\r\nvalid option only when set to true.\r\n\r\nFixes #420",
"is_bot": false,
"headline": "Add belongs_to :polymorphic key option only when used (#421)",
"author_name": "Filippo Liverani",
"author_login": "filippoliverani",
"committed_at": "2021-01-04T02:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce7bbb50b4fc0e61a29a8aa99eeec9fe371833f",
"body": null,
"is_bot": false,
"headline": "Add 5.2 to Appraisals",
"author_name": "Petrik",
"author_login": "p8",
"committed_at": "2021-01-03T22:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f29f5003b39b87b7cc6f91d215e8e9af59cef418",
"body": null,
"is_bot": false,
"headline": "Release version 3.3.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2021-01-03T22:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a2ed0fc607ab0df267dfb13981208fe99d81969",
"body": "> Automatic conversion of keyword arguments and positional arguments is deprecated, and conversion will be removed in Ruby 3.\r\n\r\nhttps://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/",
"is_bot": false,
"headline": "Ruby 2.7 keyword arguments deprecation fix (#433)",
"author_name": "Krisdigital",
"author_login": "krisdigital",
"committed_at": "2020-10-08T01:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8789114707fbd31ff1f5bfd16f6f34a709a88701",
"body": "To enable more time to be spent on this project, it makes sense to\r\nlink to existing GitHub sponsors.",
"is_bot": false,
"headline": "Add sponsor button to project (#432)",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2020-09-01T21:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5040c4c116cbff2bea69724972cff500f8334f",
"body": "Fixes #422 Rails 6.1 deprecations of the form:\r\n\r\n> DEPRECATION WARNING: Class level methods will no longer inherit scoping from `###` in Rails 6.1. To continue using the scoped relation, pass it into the block directly. To instead access the full set of models, as Rails 6.1 will, use `Model.unscoped`, or `Model.default_scoped` if a model has default scopes.",
"is_bot": false,
"headline": "Fixes Rails 6.1 deprecations (#431)",
"author_name": "Marc Rohloff",
"author_login": "marcrohloff",
"committed_at": "2020-08-28T02:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef895178555350e3c45370b52687dcc2889f99f",
"body": null,
"is_bot": false,
"headline": "Note that we do support Rails 6 in the README",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2020-08-28T00:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "817e926dfba052ea6960ee806c7fee10dbd7ea52",
"body": null,
"is_bot": false,
"headline": "Use latest Ruby versions in CI",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2020-08-27T23:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32f25e5c15e3733e09c423cf22c81c15e2b4b4ce",
"body": null,
"is_bot": false,
"headline": "Signed version v3.2.1",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2020-06-23T02:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d820bc6858fc00b8223d9265f05afe46ffd07ed9",
"body": "Other dependencies can clear state during reload which can break.\nFor example carrierwave uses reload to clear the mounters which will\nresult in attached files not being saved.\n\nReload also doesn't seem necessary because there is no state that should\nbe updated.",
"is_bot": false,
"headline": "Don't reload in after_save callback",
"author_name": "Petrik",
"author_login": "p8",
"committed_at": "2019-12-08T02:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33589dfc3afe07a4b4ae665d1e665b29bdda7096",
"body": null,
"is_bot": false,
"headline": "Fix sourcecode documentation typos (#416)",
"author_name": "shu_numata",
"author_login": "swamp09",
"committed_at": "2019-10-27T20:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c8105cc9f7690724ef27e08f1852eb3166fd1ad",
"body": "(Fixes deprecation warning in verbose mode; for older versions old\nimplementation is used)",
"is_bot": false,
"headline": "Replace deprecated Arel::Predications.in with .between",
"author_name": "kolen",
"author_login": "kolen",
"committed_at": "2019-08-24T20:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34bb4ffa73d6703596f4e6b413f474fb1140fc2e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Andrii Tolstokorov",
"author_login": "andrelinoge",
"committed_at": "2019-08-24T20:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c226b6af9f48e2e0220dba43988734097ce5a7",
"body": "Primarily this adds Rails ~> 6.0.0 support\n\nAlso avoids open ended version constraint allowing Rails 4 to infinity",
"is_bot": false,
"headline": "Set version to 3.2.0",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2019-08-21T21:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94075850a669761c1c9bc14d621bd0877512b6f7",
"body": "* Rename `order_column` method to `order_column_name`\r\n\r\nTo avoid name clashing with Rails itself. Fixes #407\r\n\r\n* Fix MySQL on Travis CI\r\n\r\nhttps://github.com/travis-ci/travis-ci/issues/6842#issuecomment-502259411\r\n\r\n* Fixed MariaDB on Travis",
"is_bot": false,
"headline": "Rails 6.0.0 compatibility fixes (#408)",
"author_name": "Damian Legawiec",
"author_login": "damianlegawiec",
"committed_at": "2019-08-19T01:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7831531b10435c0387c702dc9fea7ba39629108a",
"body": null,
"is_bot": false,
"headline": "Add support for Rails 6.0.0.rc1 (#404)",
"author_name": "Jonathan Tapia",
"author_login": null,
"committed_at": "2019-06-03T18:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed0aa8994e549b7b74f191f719beb2236ca71d9",
"body": "I removed Rails 4.2, it is at End Of Life",
"is_bot": false,
"headline": "Update tested rubies (#405)",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2019-06-01T22:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf79fb63bcfe0f91df91147269f3a2c9a62eb123",
"body": "Since 'rspec-rails 3.5.0 depends on activerecord < 5.3, bundler doesn't update awesome_nested_set to 3.1.4.\r\nSo I forked and changed rspec-rails dependency from 3.5.0 to 3.8.0. It worked out.",
"is_bot": false,
"headline": "Support for Rails 6 (#403)",
"author_name": "Alex",
"author_login": "a-ta-ta",
"committed_at": "2019-05-07T21:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4029a277e62c777597e056c706abd91fd8002f",
"body": "* Removed AR < 5.3 dependency",
"is_bot": false,
"headline": "Added support for Rails 6 (#401)",
"author_name": "Stefan Andersen",
"author_login": "stfnndrsn",
"committed_at": "2019-03-26T01:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7bd8643d2251524071eba741adae6a09130f84d",
"body": "Keep 4.2, 5.0, 5.1 and 5.2 in test matrix, remove older versions.\r\nAdd tests against mariadb\r\nUpdate mysql2 dependencies\r\nTest rails 4.2 with ruby 2.3.1\r\nTest rails 5.0, 5.1 and 5.2 with ruby 2.6.2",
"is_bot": false,
"headline": "Update test matrix for travis (#400)",
"author_name": "Leif Ringstad",
"author_login": "leifcr",
"committed_at": "2019-03-19T12:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c1224d8bf6cabd5b0619ea1bdbdebabac9f3cb",
"body": "Remove the Gemnasium badge",
"is_bot": false,
"headline": "Merge pull request #391 from collectiveidea/remove-gemnasium",
"author_name": "Chris Gaffney",
"author_login": "gaffneyc",
"committed_at": "2018-06-09T12:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d10681a6d7c86b4c2ac0057c9d64ccb7b6c604",
"body": "This is a service we no longer use.",
"is_bot": false,
"headline": "Remove the Gemnasium badge",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2018-06-08T15:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c08674f94c45ee24279959e9d0f00687b084de9",
"body": "When using a local model, we need to refresh the Active Record cache for a model prior to updating data in the database.",
"is_bot": false,
"headline": "Refresh Active Record cache before updating DB",
"author_name": "Maxim Perepelitsa",
"author_login": "N0xFF",
"committed_at": "2018-04-12T19:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2552d4c33d8ffea77fdbede93a0ee5223075648b",
"body": null,
"is_bot": false,
"headline": "Downgrade pg gem for testing to unbreak the build",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2018-03-09T15:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e975185dafb3eed6a909f209be6dd8e8f606f62e",
"body": null,
"is_bot": false,
"headline": "Update changelog, release 3.1.4",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2018-02-03T10:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b5cd43669d7e65f56931e31342174a8aba4c8a",
"body": null,
"is_bot": false,
"headline": "We don't need the interpolation",
"author_name": "Philip Arndt",
"author_login": "parndt",
"committed_at": "2018-01-24T21:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ca58ab2dc6200c250de608129416dfc2569077e",
"body": null,
"is_bot": false,
"headline": "Fix dependent nullify for custom parent_column",
"author_name": "sunny0425",
"author_login": "sunny0425",
"committed_at": "2018-01-24T21:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710441f1291b4abf395a8e1651558a6ec60a331e",
"body": null,
"is_bot": false,
"headline": "Allow active_record 5.2.x",
"author_name": "John Hawthorn",
"author_login": "jhawthorn",
"committed_at": "2018-01-03T19:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1301f168df287db959da3c9af5b1c81ac8235d0",
"body": null,
"is_bot": false,
"headline": "Fix deprecation warnings on Rails 5.2",
"author_name": "John Hawthorn",
"author_login": "jhawthorn",
"committed_at": "2018-01-03T19:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f568c48ff5503c04698062417eab259d1d81426d",
"body": null,
"is_bot": false,
"headline": "Remove Rails 5.2 warnings",
"author_name": "Shim Won",
"author_login": "marocchino",
"committed_at": "2017-12-19T01:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95eadb2bb17274717b61089a24cb63903a45f4ba",
"body": null,
"is_bot": false,
"headline": "minor typos and wording",
"author_name": "Kuba Misiorny",
"author_login": "kubami",
"committed_at": "2017-12-09T21:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d0b0ce3de5bec8d740ca4e2df86370e75805f5",
"body": "[ci skip]",
"is_bot": false,
"headline": "Bump version to 3.1.3",
"author_name": "Joshua Kovach",
"author_login": "shekibobo",
"committed_at": "2017-05-04T13:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c453aa67ba80df5d3ea99c9850a604040ad544",
"body": "Add support for Rails 5.1",
"is_bot": false,
"headline": "Merge pull request #372 from jhawthorn/rails_5_1",
"author_name": "Joshua Kovach",
"author_login": "shekibobo",
"committed_at": "2017-05-04T12:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f96695b0376ca7ce321caf95932c1c55d62970f8",
"body": null,
"is_bot": false,
"headline": "Add support for Rails 5.1",
"author_name": "John Hawthorn",
"author_login": null,
"committed_at": "2017-04-27T23:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1be1f4a99f8c99920acaa67a93c8a89ccd3cfaea",
"body": "This fixes a deprecation warning in tests, which explains the issue well\n\nDEPRECATION WARNING: Returning `false` in Active Record and Active Model callbacks will not implicitly halt a callback chain in Rails 5.1. To explicitly halt the callback chain, please use `throw :abort` instead. (called from \n[…]\nb/awesome_nested_set/model/movable.rb:102)\n\nThis commit calls throw :abort instead when testing on Rails >= 5, which\nfixes the deprecation warning on Rails 5.0 and fixes two test failures\non Rails 5.1",
"is_bot": false,
"headline": "Use throw :abort in callbacks in tests on Rails >5",
"author_name": "John Hawthorn",
"author_login": null,
"committed_at": "2017-04-27T23:17:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9dcf455ef979edbcfb8bfa25e885b2e8f74a1bf",
"body": "I do not use jruby and don't have personal interest in figuring out what's not working here. I'm very open to others submitting PRs that fix jruby.",
"is_bot": false,
"headline": "Remove testing on jruby.",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T17:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721b588e9fece18fed4f42fec72343ebd5a13fa0",
"body": "Ruby 2.0 was EOL in 2016. We don't need to support it going forward.",
"is_bot": false,
"headline": "Stop building on Ruby 2.0.",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T17:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f200cb2b8b4849eceacab6045aeab3cf2b519bf",
"body": "Based on some code from DelayedJob that seems to work. https://github.com/collectiveidea/delayed_job/pull/948",
"is_bot": false,
"headline": "Do some evil voodoo to get jruby tests to pass.",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T17:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde5b178c20d582c15a451ef03a1b462c59f3fc3",
"body": null,
"is_bot": false,
"headline": "Stop building on rbx on Travis CI",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T17:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55b9995b448d16cfc46a6236ff648a956bff0f6",
"body": "Make belongs_to relation optional again due to Rails 5 changes",
"is_bot": false,
"headline": "Merge pull request #355 from Marahin/master",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T17:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc84118a0ba495b934ea5cadbdcc56847ec2aa0",
"body": "README: Specify that attr_accessible is for Rails < 4",
"is_bot": false,
"headline": "Merge pull request #358 from Spone/patch-1",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T15:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ad83e90936142f511081e828c83b1e7cd43ea8",
"body": "remove stale link from README",
"is_bot": false,
"headline": "Merge pull request #368 from patrickdavey/remove_invalid_link",
"author_name": "Daniel Morrison",
"author_login": "danielmorrison",
"committed_at": "2017-04-06T15:11:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 8,
"latest_release_at": "2024-11-14T18:49:22Z",
"latest_release_tag": "v3.8.0",
"releases_from_tags": false,
"days_since_last_push": 85,
"active_weeks_last_year": 2,
"days_since_latest_release": 614,
"mean_days_between_releases": 618.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "awesome_nested_set",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/awesome_nested_set",
"is_deprecated": false,
"latest_version": "3.9.0",
"repository_url": "https://github.com/collectiveidea/awesome_nested_set",
"versions_count": 39,
"total_downloads": 24384417,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-09-06T19:12:21Z",
"latest_published_at": "2025-12-20T01:33:01.718000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 213
}
]
},
"popularity": {
"forks": 490,
"stars": 2413,
"watchers": 37,
"fork_history": {
"days": [
{
"date": "2008-06-09",
"count": 1
},
{
"date": "2008-06-23",
"count": 1
},
{
"date": "2008-10-07",
"count": 1
},
{
"date": "2008-10-13",
"count": 1
},
{
"date": "2008-10-17",
"count": 1
},
{
"date": "2008-10-22",
"count": 1
},
{
"date": "2008-11-10",
"count": 1
},
{
"date": "2008-12-03",
"count": 1
},
{
"date": "2008-12-11",
"count": 1
},
{
"date": "2009-01-26",
"count": 1
},
{
"date": "2009-02-24",
"count": 1
},
{
"date": "2009-03-31",
"count": 1
},
{
"date": "2009-05-27",
"count": 1
},
{
"date": "2009-06-04",
"count": 2
},
{
"date": "2009-06-13",
"count": 1
},
{
"date": "2009-07-03",
"count": 1
},
{
"date": "2009-07-31",
"count": 1
},
{
"date": "2009-08-06",
"count": 1
},
{
"date": "2009-08-11",
"count": 1
},
{
"date": "2009-09-08",
"count": 1
},
{
"date": "2009-09-10",
"count": 1
},
{
"date": "2009-10-07",
"count": 2
},
{
"date": "2009-10-09",
"count": 1
},
{
"date": "2009-10-23",
"count": 1
},
{
"date": "2009-10-26",
"count": 1
},
{
"date": "2009-10-29",
"count": 1
},
{
"date": "2009-11-04",
"count": 1
},
{
"date": "2009-12-14",
"count": 1
},
{
"date": "2009-12-17",
"count": 1
},
{
"date": "2009-12-25",
"count": 1
},
{
"date": "2010-01-08",
"count": 1
},
{
"date": "2010-01-18",
"count": 1
},
{
"date": "2010-01-22",
"count": 1
},
{
"date": "2010-01-27",
"count": 1
},
{
"date": "2010-02-06",
"count": 1
},
{
"date": "2010-02-28",
"count": 1
},
{
"date": "2010-03-01",
"count": 1
},
{
"date": "2010-04-02",
"count": 1
},
{
"date": "2010-04-14",
"count": 1
},
{
"date": "2010-04-23",
"count": 1
},
{
"date": "2010-04-25",
"count": 1
},
{
"date": "2010-05-14",
"count": 1
},
{
"date": "2010-05-28",
"count": 1
},
{
"date": "2010-06-22",
"count": 1
},
{
"date": "2010-06-23",
"count": 1
},
{
"date": "2010-07-21",
"count": 1
},
{
"date": "2010-08-02",
"count": 1
},
{
"date": "2010-09-06",
"count": 1
},
{
"date": "2010-09-22",
"count": 1
},
{
"date": "2010-10-12",
"count": 1
},
{
"date": "2010-10-22",
"count": 1
},
{
"date": "2010-11-01",
"count": 1
},
{
"date": "2010-11-17",
"count": 1
},
{
"date": "2010-11-21",
"count": 1
},
{
"date": "2010-12-15",
"count": 2
},
{
"date": "2010-12-18",
"count": 1
},
{
"date": "2010-12-20",
"count": 1
},
{
"date": "2010-12-28",
"count": 1
},
{
"date": "2011-01-08",
"count": 1
},
{
"date": "2011-01-29",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-02-14",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-05-20",
"count": 1
},
{
"date": "2011-05-29",
"count": 1
},
{
"date": "2011-06-03",
"count": 1
},
{
"date": "2011-06-13",
"count": 1
},
{
"date": "2011-06-16",
"count": 1
},
{
"date": "2011-06-29",
"count": 1
},
{
"date": "2011-07-01",
"count": 1
},
{
"date": "2011-07-18",
"count": 1
},
{
"date": "2011-07-21",
"count": 1
},
{
"date": "2011-07-25",
"count": 1
},
{
"date": "2011-08-01",
"count": 1
},
{
"date": "2011-08-17",
"count": 1
},
{
"date": "2011-08-22",
"count": 1
},
{
"date": "2011-08-25",
"count": 1
},
{
"date": "2011-08-26",
"count": 1
},
{
"date": "2011-09-14",
"count": 1
},
{
"date": "2011-09-30",
"count": 1
},
{
"date": "2011-10-04",
"count": 1
},
{
"date": "2011-10-07",
"count": 1
},
{
"date": "2011-10-14",
"count": 1
},
{
"date": "2011-10-17",
"count": 1
},
{
"date": "2011-10-24",
"count": 1
},
{
"date": "2011-11-01",
"count": 1
},
{
"date": "2011-11-14",
"count": 1
},
{
"date": "2011-11-24",
"count": 1
},
{
"date": "2011-11-30",
"count": 1
},
{
"date": "2011-12-10",
"count": 1
},
{
"date": "2011-12-22",
"count": 1
},
{
"date": "2011-12-27",
"count": 2
},
{
"date": "2012-01-11",
"count": 1
},
{
"date": "2012-02-16",
"count": 1
},
{
"date": "2012-03-03",
"count": 1
},
{
"date": "2012-03-16",
"count": 1
},
{
"date": "2012-03-19",
"count": 1
},
{
"date": "2012-03-31",
"count": 1
},
{
"date": "2012-04-04",
"count": 1
},
{
"date": "2012-04-09",
"count": 1
},
{
"date": "2012-04-11",
"count": 1
},
{
"date": "2012-05-02",
"count": 1
},
{
"date": "2012-05-31",
"count": 1
},
{
"date": "2012-06-18",
"count": 1
},
{
"date": "2012-06-26",
"count": 1
},
{
"date": "2012-07-12",
"count": 1
},
{
"date": "2012-07-19",
"count": 1
},
{
"date": "2012-07-23",
"count": 1
},
{
"date": "2012-07-27",
"count": 1
},
{
"date": "2012-08-06",
"count": 1
},
{
"date": "2012-08-07",
"count": 1
},
{
"date": "2012-08-14",
"count": 1
},
{
"date": "2012-08-16",
"count": 1
},
{
"date": "2012-08-25",
"count": 1
},
{
"date": "2012-09-05",
"count": 1
},
{
"date": "2012-09-07",
"count": 1
},
{
"date": "2012-09-10",
"count": 1
},
{
"date": "2012-09-12",
"count": 1
},
{
"date": "2012-09-16",
"count": 1
},
{
"date": "2012-09-19",
"count": 1
},
{
"date": "2012-10-09",
"count": 1
},
{
"date": "2012-10-13",
"count": 1
},
{
"date": "2012-10-17",
"count": 1
},
{
"date": "2012-10-24",
"count": 1
},
{
"date": "2012-11-15",
"count": 1
},
{
"date": "2012-11-26",
"count": 1
},
{
"date": "2012-12-05",
"count": 1
},
{
"date": "2012-12-10",
"count": 3
},
{
"date": "2012-12-19",
"count": 1
},
{
"date": "2012-12-26",
"count": 1
},
{
"date": "2013-01-07",
"count": 1
},
{
"date": "2013-01-11",
"count": 1
},
{
"date": "2013-01-14",
"count": 1
},
{
"date": "2013-01-18",
"count": 1
},
{
"date": "2013-01-25",
"count": 2
},
{
"date": "2013-01-26",
"count": 1
},
{
"date": "2013-02-08",
"count": 1
},
{
"date": "2013-02-17",
"count": 2
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-04-20",
"count": 1
},
{
"date": "2013-04-30",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-05-08",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-16",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2013-05-31",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2013-06-19",
"count": 1
},
{
"date": "2013-06-20",
"count": 2
},
{
"date": "2013-06-22",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-07-09",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-07-13",
"count": 1
},
{
"date": "2013-07-14",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-28",
"count": 1
},
{
"date": "2013-08-06",
"count": 1
},
{
"date": "2013-08-10",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-09-02",
"count": 1
},
{
"date": "2013-09-10",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-09-26",
"count": 1
},
{
"date": "2013-10-11",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-11-04",
"count": 1
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-15",
"count": 2
},
{
"date": "2013-11-22",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2013-12-19",
"count": 1
},
{
"date": "2013-12-22",
"count": 2
},
{
"date": "2013-12-28",
"count": 1
},
{
"date": "2013-12-29",
"count": 2
},
{
"date": "2014-01-09",
"count": 2
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-21",
"count": 2
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-03-05",
"count": 1
},
{
"date": "2014-03-11",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-19",
"count": 2
},
{
"date": "2014-03-31",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-09",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-04-30",
"count": 1
},
{
"date": "2014-05-07",
"count": 2
},
{
"date": "2014-05-08",
"count": 1
},
{
"date": "2014-05-09",
"count": 1
},
{
"date": "2014-05-11",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-06-15",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-06-25",
"count": 1
},
{
"date": "2014-07-09",
"count": 3
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-08-27",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-23",
"count": 1
},
{
"date": "2014-10-04",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-01-10",
"count": 1
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-01-25",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-04-02",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-05-11",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-06-24",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-11-24",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2016-01-07",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-24",
"count": 2
},
{
"date": "2016-06-01",
"count": 2
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-09-05",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-03-09",
"count": 2
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-01",
"count": 2
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-10-03",
"count": 2
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-03-13",
"count": 2
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-04-08",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-21",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-08",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-16",
"count": 2
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-11-10",
"count": 2
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-08",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 424,
"total_forks": 490
},
"star_history": {
"days": [
{
"date": "2015-04-28",
"count": 6
},
{
"date": "2015-04-29",
"count": 3
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-08",
"count": 1
},
{
"date": "2015-05-11",
"count": 1
},
{
"date": "2015-05-13",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-05-22",
"count": 2
},
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-05-28",
"count": 2
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-05-31",
"count": 1
},
{
"date": "2015-06-01",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-04",
"count": 1
},
{
"date": "2015-06-06",
"count": 2
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-06-13",
"count": 1
},
{
"date": "2015-06-18",
"count": 2
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-06-29",
"count": 3
},
{
"date": "2015-07-05",
"count": 1
},
{
"date": "2015-07-07",
"count": 2
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-15",
"count": 1
},
{
"date": "2015-07-16",
"count": 1
},
{
"date": "2015-07-22",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-08",
"count": 2
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-16",
"count": 1
},
{
"date": "2015-08-17",
"count": 1
},
{
"date": "2015-08-19",
"count": 2
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-08-23",
"count": 1
},
{
"date": "2015-08-25",
"count": 4
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-04",
"count": 2
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-09-07",
"count": 2
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-14",
"count": 1
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-09-17",
"count": 2
},
{
"date": "2015-09-21",
"count": 2
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-09",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-10-24",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-05",
"count": 2
},
{
"date": "2015-11-06",
"count": 2
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-11-11",
"count": 2
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-15",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2015-11-19",
"count": 2
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-08",
"count": 2
},
{
"date": "2015-12-14",
"count": 3
},
{
"date": "2015-12-25",
"count": 1
},
{
"date": "2015-12-27",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2015-12-29",
"count": 1
},
{
"date": "2016-01-09",
"count": 2
},
{
"date": "2016-01-16",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-02-02",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-04",
"count": 2
},
{
"date": "2016-02-05",
"count": 2
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-08",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-20",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-02-22",
"count": 3
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-01",
"count": 2
},
{
"date": "2016-03-04",
"count": 1
},
{
"date": "2016-03-08",
"count": 2
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-11",
"count": 2
},
{
"date": "2016-03-12",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-16",
"count": 4
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-03-22",
"count": 2
},
{
"date": "2016-03-24",
"count": 2
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-03-30",
"count": 2
},
{
"date": "2016-04-03",
"count": 1
},
{
"date": "2016-04-06",
"count": 2
},
{
"date": "2016-04-09",
"count": 1
},
{
"date": "2016-04-10",
"count": 1
},
{
"date": "2016-04-12",
"count": 4
},
{
"date": "2016-04-15",
"count": 1
},
{
"date": "2016-04-16",
"count": 4
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-04-21",
"count": 2
},
{
"date": "2016-04-22",
"count": 2
},
{
"date": "2016-04-24",
"count": 1
},
{
"date": "2016-04-28",
"count": 2
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-05-05",
"count": 2
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-12",
"count": 2
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-05-23",
"count": 2
},
{
"date": "2016-05-24",
"count": 3
},
{
"date": "2016-05-26",
"count": 1
},
{
"date": "2016-05-29",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-01",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-06-03",
"count": 2
},
{
"date": "2016-06-04",
"count": 1
},
{
"date": "2016-06-06",
"count": 2
},
{
"date": "2016-06-09",
"count": 2
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-15",
"count": 2
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-18",
"count": 1
},
{
"date": "2016-06-23",
"count": 2
},
{
"date": "2016-06-26",
"count": 2
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-07-03",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-06",
"count": 2
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-07-11",
"count": 1
},
{
"date": "2016-07-12",
"count": 2
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-15",
"count": 1
},
{
"date": "2016-07-20",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-07-29",
"count": 1
},
{
"date": "2016-07-31",
"count": 2
},
{
"date": "2016-08-01",
"count": 2
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-06",
"count": 1
},
{
"date": "2016-08-09",
"count": 2
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2016-08-22",
"count": 2
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-09-05",
"count": 1
},
{
"date": "2016-09-06",
"count": 2
},
{
"date": "2016-09-08",
"count": 2
},
{
"date": "2016-09-09",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-16",
"count": 2
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-09-20",
"count": 1
},
{
"date": "2016-09-21",
"count": 2
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-09-30",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-05",
"count": 2
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-15",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-26",
"count": 1
},
{
"date": "2016-11-01",
"count": 2
},
{
"date": "2016-11-02",
"count": 2
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-08",
"count": 2
},
{
"date": "2016-11-15",
"count": 2
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-11-28",
"count": 2
},
{
"date": "2016-11-29",
"count": 2
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-10",
"count": 1
},
{
"date": "2016-12-15",
"count": 2
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2016-12-30",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-08",
"count": 2
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-01-15",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-19",
"count": 2
},
{
"date": "2017-01-20",
"count": 2
},
{
"date": "2017-01-22",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-01-28",
"count": 2
},
{
"date": "2017-01-30",
"count": 1
},
{
"date": "2017-01-31",
"count": 2
},
{
"date": "2017-02-05",
"count": 2
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-17",
"count": 3
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-23",
"count": 2
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-10",
"count": 2
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-13",
"count": 3
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-03-22",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-04",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-09",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-16",
"count": 1
},
{
"date": "2017-04-21",
"count": 2
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-08",
"count": 2
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-05-11",
"count": 1
},
{
"date": "2017-05-12",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-18",
"count": 2
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-20",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-04",
"count": 2
},
{
"date": "2017-07-10",
"count": 2
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-18",
"count": 3
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-08-01",
"count": 2
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-08-29",
"count": 2
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 2
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-05",
"count": 1
},
{
"date": "2017-09-07",
"count": 2
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-14",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-20",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-10-23",
"count": 2
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-11-01",
"count": 2
},
{
"date": "2017-11-04",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-11-28",
"count": 1
},
{
"date": "2017-12-02",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2017-12-30",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-03",
"count": 2
},
{
"date": "2018-01-06",
"count": 2
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-10",
"count": 2
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-10",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-03-19",
"count": 2
},
{
"date": "2018-03-20",
"count": 2
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-13",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-19",
"count": 2
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-01",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-02",
"count": 1
},
{
"date": "2018-08-07",
"count": 2
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-22",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-25",
"count": 2
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-08",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-19",
"count": 2
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-03",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-21",
"count": 1
},
{
"date": "2018-10-25",
"count": 1
},
{
"date": "2018-10-26",
"count": 2
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-10-29",
"count": 2
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-01-04",
"count": 2
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-07",
"count": 2
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-11",
"count": 2
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-04-08",
"count": 2
},
{
"date": "2019-04-09",
"count": 2
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-07",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-09",
"count": 2
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-21",
"count": 2
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-23",
"count": 2
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-14",
"count": 2
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-05",
"count": 1
},
{
"date": "2020-02-11",
"count": 2
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-23",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-15",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-23",
"count": 2
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-10",
"count": 2
},
{
"date": "2020-04-13",
"count": 2
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-20",
"count": 2
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-17",
"count": 2
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-24",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-23",
"count": 2
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-27",
"count": 2
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-07-01",
"count": 2
},
{
"date": "2021-07-02",
"count": 2
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-04",
"count": 2
},
{
"date": "2021-08-05",
"count": 2
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-06",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-10",
"count": 6
},
{
"date": "2022-02-11",
"count": 3
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-13",
"count": 3
},
{
"date": "2022-02-14",
"count": 6
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-24",
"count": 2
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-04",
"count": 2
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-12",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-29",
"count": 2
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-23",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-16",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-06",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-12",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-17",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-24",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-12",
"count": 4
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-08-22",
"count": 2
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-25",
"count": 2
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-22",
"count": 2
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-08",
"count": 2
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-25",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-05",
"count": 4
},
{
"date": "2024-12-06",
"count": 5
},
{
"date": "2024-12-09",
"count": 2
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-01",
"count": 2
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-05-05",
"count": 2
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 2413
},
"open_issues_and_prs": 3
},
"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": 49423,
"source_files_sampled": 23,
"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": 8,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "sqlite3",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "mysql2",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 1.0.0"
},
{
"name": "pg",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "mysql2",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pg",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activerecord",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "database_cleaner",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec-rails",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 3,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 150,
"open_issues": 2,
"closed_ratio": 0.993,
"closed_issues": 269,
"closed_unmerged_prs": 78
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "parndt",
"commits": 197,
"avatar_url": "https://avatars.githubusercontent.com/u/10128?v=4"
},
{
"type": "User",
"login": "bkeepers",
"commits": 80,
"avatar_url": "https://avatars.githubusercontent.com/u/173?v=4"
},
{
"type": "User",
"login": "danielmorrison",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/125?v=4"
},
{
"type": "User",
"login": "shevaun",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/457431?v=4"
},
{
"type": "User",
"login": "shekibobo",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/293858?v=4"
},
{
"type": "User",
"login": "botandrose",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/17391?v=4"
},
{
"type": "User",
"login": "krzysiek1507",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/8144559?v=4"
},
{
"type": "User",
"login": "masayuki",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/11637?v=4"
},
{
"type": "User",
"login": "zilkey",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2451?v=4"
},
{
"type": "User",
"login": "semaperepelitsa",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/347921?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.351
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish_gem.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": 3,
"reason": "5 out of 16 merged PRs checked by a CI test -- score normalized to 3",
"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": 5,
"reason": "Found 14/24 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 27 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": 0,
"reason": "no 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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "7a642749af74519b4bf3642d939061beb36835e1",
"ran_at": "2026-07-21T23:12:34Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-27T18:50:48Z",
"oldest_open_prs": [
{
"number": 499,
"created_at": "2026-04-27T16:00:36Z",
"last_comment_at": "2026-06-28T18:52:54Z",
"last_comment_author": "stale"
}
],
"last_merged_pr_at": "2026-04-27T18:46:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 448,
"created_at": "2021-05-08T13:33:55Z",
"last_comment_at": "2025-12-20T01:28:12Z",
"last_comment_author": "parndt"
},
{
"number": 449,
"created_at": "2021-05-16T11:28:42Z",
"last_comment_at": "2022-09-22T11:14:11Z",
"last_comment_author": "iainbeeston"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/collectiveidea/awesome_nested_set",
"host": "github.com",
"name": "awesome_nested_set",
"owner": "collectiveidea"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 39,
"vitality": 34,
"community": 83,
"governance": 77,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 34,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 85,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 85 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 85
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v3.8.0",
"releases_from_tags": false,
"days_since_latest_release": 614,
"mean_days_between_releases": 618.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 614 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 614
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~618.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 618.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 85,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 85 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 85
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 83,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"forks": 490,
"stars": 2413,
"watchers": 37,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,413 stars",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2413
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "490 forks",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 490
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "37 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 37
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": 96,
"inputs": {
"packages": [
"awesome_nested_set"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 24384417,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "24,384,417 downloads all-time across rubygems",
"points": 76.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 24384417,
"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": 77,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 100,
"top_contributor_share": 0.351
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 35% of commits",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 35
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 27 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 150,
"open_issues": 2,
"closed_issues": 269,
"issue_closed_ratio": 0.993,
"closed_unmerged_prs": 78
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "99% of issues closed",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 99
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "150/228 decided PRs merged",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 150,
"decided": 228
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/24 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 86,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "collectiveidea",
"public_repos": 184,
"account_age_days": 6744
},
"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": "86 followers of collectiveidea",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 86,
"login": "collectiveidea"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "184 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 184
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"awesome_nested_set"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 213
},
"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 213 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 213
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": 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": "5 out of 16 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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": "5 out of 16 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 14/24 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 27 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"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 is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.56,
"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": "56 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 29.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"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
},
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": 49423,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"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-21T23:12:58.242044Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/collectiveidea/awesome_nested_set.svg",
"full_name": "collectiveidea/awesome_nested_set",
"license_state": "standard",
"license_spdx": "MIT"
}