Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 986,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 92,
"Erlang": 254147,
"Makefile": 950
},
"pushed_at": "2026-05-01T04:14:21Z",
"created_at": "2009-06-19T09:41:04Z",
"owner_type": "User",
"updated_at": "2026-05-29T22:08:17Z",
"description": "Erlang HTTP client",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Erlang",
"significant_languages": [
"Erlang"
]
},
"owner": {
"blog": "https://www.bluehouse-technology.co.uk",
"name": "Chandrashekhar Mullaparthi",
"type": "User",
"login": "cmullaparthi",
"company": "Bluehouse Technology Ltd",
"location": "UK",
"followers": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/49323?v=4",
"created_at": "2009-01-26T12:28:34Z",
"is_verified": null,
"public_repos": 33,
"account_age_days": 6385
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.5.0",
"kind": "minor",
"published_at": "2026-05-01T04:06:23Z"
},
{
"tag": "v4.4.2",
"kind": "patch",
"published_at": "2020-10-15T10:29:18Z"
}
],
"recent_commits": [
{
"oid": "d4040728f3f42aec4dc27ec43b7db2aef2870077",
"body": null,
"is_bot": false,
"headline": "Clarified license so github recognises it correctly",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2026-05-01T04:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039dbc8ffa2916fc5afd906cfb99a2111b7ccfbd",
"body": null,
"is_bot": false,
"headline": "Prepare v4.5.0: SPDX licenses, drop deprecated maintainers field",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2026-05-01T03:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae9bab428689160188cf438fcd2e02aba60eca8",
"body": null,
"is_bot": false,
"headline": "Preparing 4.5.0 release",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2026-05-01T02:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b820f83cce7ba191a19cb8b0c08b65e0539b780d",
"body": "Docs https://www.erlang.org/doc/apps/stdlib/lists.html#keysearch/3 say:\n\n> This function is retained for backward compatibility. Function\n keyfind/3 is easier to use and more efficient.",
"is_bot": false,
"headline": "Replace lists keysearch with keyfind (#186)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2026-04-30T22:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd41afe5992a2be1b2aa5aa7b2ad234d16147f1d",
"body": "`erlang:unique_integer/1` is always available on OTP 25+ which is our minimum\nversion",
"is_bot": false,
"headline": "Remove fallback code for timestamp (#185)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2026-04-30T22:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0743f982e47e197e253ccdc687f16341ff4930",
"body": "Inspired by https://github.com/cmullaparthi/ibrowse/issues/74 tried running\n`ERL_COMPILER_OPTIONS=bin_opt_info` with OTP 27.\n\nFrom the list the only good candidate for optimization seems to be\nchunk_request_body, and to get it to optimize had break out the binary case\ninto a separate function then u\n[…]\nent.erl:1248: OPTIMIZED: match context reused\n% 1248| BodySize = byte_size(Body),\n```\n\nI don't know if we had any tests for chunk encoding so added some (such that\nthey run in CI as well).",
"is_bot": false,
"headline": "Add binary optimization to chunk_request_body (#184)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2026-04-30T22:47:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ab185b9185a6e1808942521a516e32f91367997",
"body": "…#158)",
"is_bot": false,
"headline": "added a function to set the download_dir in the internal config ets (…",
"author_name": "Ulf Angermann",
"author_login": "ulfa",
"committed_at": "2026-04-28T05:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9eb76b8144e31aa560151b25a6bc79cf70d0e5",
"body": "* `rebar.config`: Fix typo\n\n* Add `format_status(Status)` callback function\n\nAdd `format_status/1` callback function to remove sensitive data\nfrom status for debugging and logging.",
"is_bot": false,
"headline": "Add `format_status(Status)` callback function (#182)",
"author_name": "Jiahui Li",
"author_login": "jiahuili430",
"committed_at": "2026-04-28T05:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d82d14b2d5e6f523872ca0626ebffccb0eb3e1",
"body": "* feat: add connect_to option\n\nAdd a `connect_to` request option that lets\nibrowse connect to a different network target\nwhile preserving the original URL host for Host\nhandling, cookies, and TLS SNI.\n\nThe use case for this is when connecting through\na transparent SNI proxy for egress control.\n\n* Add connect_to tests\n\nThese are for Will's \"feat: add connect_to option\" feature\n\n---------\n\nCo-authored-by: Will Holley <will.holley@uk.ibm.com>",
"is_bot": false,
"headline": "feat: add connect_to option (#183)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2026-04-28T05:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2772261a3bbeeb25edc6b009a7d754d9a397ad74",
"body": "* Add Github Actions CI tests - Travis CI doesn't work any longer\n* Update for Erlang version >= 25",
"is_bot": false,
"headline": "Bump min erlang ver and add CI (#181)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2025-09-24T20:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d6fd6baa6e83633aa2923f41589945c1d2dc2f",
"body": null,
"is_bot": false,
"headline": "Fix typos (#175)",
"author_name": "Kian Meng Ang",
"author_login": "kianmeng",
"committed_at": "2021-09-19T21:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efd040de55f7a77d0b504e6c9de1849181bf64a6",
"body": "Fix for issue with routing requests through internal load balancing process.",
"is_bot": false,
"headline": "Get a new lb pid if existing pid is not alive (#166)",
"author_name": "Jay Doane",
"author_login": "jaydoane",
"committed_at": "2021-06-09T21:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d775155a134ce310ff86ad8b29a806cb0b3ccacc",
"body": "In CouchDB's CI the small_pipeline test intermittently fails with\r\nsomething like:\r\n\r\n```\r\nin function ibrowse_tests:'-small_pipeline/0-fun-5-'/1 (test/ibrowse_tests.erl, line 150)\r\n {line,150},\r\n {expression,\"Counts\"},\r\n {expected,\"\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\"},\r\n {value,\"\\n\\n\\n\\n\\n\\n\\n\\n\\t\\n\"}]}\r\n```\r\n\r\nIncreasing the timeout a bit seems to help in local tests.",
"is_bot": false,
"headline": "Increase timeout in pipelining test (#174)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2021-06-06T23:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c811515914266fde875c4f868cb8ff0a341c23f",
"body": null,
"is_bot": false,
"headline": "Add strictly monotonic timestamp (#173)",
"author_name": "Noah Shaw",
"author_login": "noahshaw11",
"committed_at": "2021-06-06T23:49:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de04453d7920ce24b9edb57080173c67262fcc51",
"body": "`ssl:ssl_acceppt` is deprecated. We use the `OTP_RELEASE` define which exists\r\non OTP 21+ only.",
"is_bot": false,
"headline": "Use ssl:handshake/2 in test server on Erlang 21+ versions (#172)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2021-05-08T06:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232f83c7af03f36c52b73af2af7e9ea0de2e043c",
"body": "When worker processes are part of an external connection pool it may make sense\r\nto rely on automatic cleanup based on links. Since by default worker processes\r\ntrap exits, linked proceses would fail to terminate the ibrowse worker and\r\ninstead it would generate an '{'EXIT', Pid, Reason}' which is handled in\r\nhandle_info/2 with a warning to stdout.\r\n\r\nAdd a new option to allow users to control worker process link behavior via an\r\nibrowse config parameter. The default stays the same (=true).",
"is_bot": false,
"headline": "Introduce an option to not trap process exits in worker processes (#171)",
"author_name": "Nick Vatamaniuc",
"author_login": "nickva",
"committed_at": "2021-05-06T21:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24cb21f9ec97ab3b181617d966e180ef519c5eef",
"body": null,
"is_bot": false,
"headline": "README: Use SVG badge (#168)",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2020-10-15T10:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a0c366fc8fc982d7981087c1e9d1e28e2a235a",
"body": "… ibrowse to use ipv6 where available.",
"is_bot": false,
"headline": "Prefer IPv4 by default. Use the option `{prefer_ipv6, true}` to force…",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2018-09-21T06:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffe353054e964ac103d38a49a4950b5805927d93",
"body": "new release bundling community contributions",
"is_bot": false,
"headline": "Merge pull request #164 from skunkwerks/master",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2018-08-27T15:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f720acc047a5d5cfeb7f9418f03fc6adde83c84f",
"body": null,
"is_bot": false,
"headline": "new release bundling community contributions",
"author_name": "Dave Cottlehuber",
"author_login": "dch",
"committed_at": "2018-08-23T21:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f15865ecbed9cbdb9bd9763c1be2d4d9920b04d",
"body": "Initialise TLS sockets directly if no socks5 proxy is configured",
"is_bot": false,
"headline": "Merge pull request #163 from tazjin/fix/issue-160-tls-upgrades",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2018-07-13T10:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9829a07c9271159439e5e56341db4e90b4570e6f",
"body": "In cases where no proxy is configured, first establishing a TCP\nconnection and then upgrading the connection to TLS can cause errors\non some TLS servers.\n\nThis commit splits the logic in such a way that configurations without\nproxies (presumably the majority!) will connect directly using\n`ssl:connect`, whilst proxy connections will still establish a socket\nfirst and then upgrade.\n\nThis fixes #160.",
"is_bot": false,
"headline": "Initialise TLS sockets directly if no socks5 proxy is configured",
"author_name": "Vincent Ambo",
"author_login": "tazjin",
"committed_at": "2018-07-13T00:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555f7074c35e5afe16efb2d58ef0c3d9aa1d8657",
"body": "Add address family for inet:gethostbyname/2 call",
"is_bot": false,
"headline": "Merge pull request #155 from nroi/master",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2017-09-02T11:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97136cfb61fcc6f39d4e7da47372a64f7fca04e",
"body": "fix to calling genserver.reply(:undefined, ....)",
"is_bot": false,
"headline": "Merge pull request #153 from shakugan/master",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2017-09-02T11:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ebdab2d01b5e74f37edf19cfc3c92c5a11ae54c",
"body": "add erlang 19, 20 for test",
"is_bot": false,
"headline": "Merge pull request #156 from getong/update_erlang_test",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2017-09-01T12:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02be390f668175f8d4e0cbc218e97c55bbb3caa3",
"body": null,
"is_bot": false,
"headline": "add erlang 19, 20 for test",
"author_name": "getong",
"author_login": "getong",
"committed_at": "2017-09-01T09:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce20f975b471a8b3769fa935e588233849afc5b2",
"body": "The previously used inet:gethostbyname/1 would use IPv6 only if\ninet_db:res_option(inet6) returned true, but the default resolver\nsetting for inet6 is false.",
"is_bot": false,
"headline": "Add address family for inet:gethostbyname/2 call",
"author_name": "Fabian Muscariello",
"author_login": "nroi",
"committed_at": "2017-06-13T21:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b87ac71bc1cca2d729d8e37f0d504bdda27fa8e",
"body": null,
"is_bot": false,
"headline": ".",
"author_name": "Shadow",
"author_login": null,
"committed_at": "2017-03-08T17:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c335d7e88035f604aacfa1b7254f3c85d9a181",
"body": null,
"is_bot": false,
"headline": ".",
"author_name": "Shadow",
"author_login": null,
"committed_at": "2017-03-08T17:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7529807170cf3c8f6a8c5c95526e670420ff591b",
"body": null,
"is_bot": false,
"headline": "Publishing to hex.pm requires version 4.4.0, not just 4.4",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2017-01-28T23:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63e830d12d47647f150f7f239382d7be7982226b",
"body": null,
"is_bot": false,
"headline": "New release bundling patches for the past 6 months",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2017-01-28T23:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303bc1fc9d074af4700e0315d5e19d4865675143",
"body": "Added stream_full_chunks option",
"is_bot": false,
"headline": "Merge pull request #151 from meetnow/master",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2016-10-24T20:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd3c3ad9bf6040506e4304751f5afdb1eec23713",
"body": "With this option, the process given by stream_to will get a message with chunk data each fully received chunk; stream_chunk_size is set to infinity for this. This is useful for certain applications that stream live data with each unit being represented by a single chunk; one example is CouchDB's continuous changes feed.",
"is_bot": false,
"headline": "Added stream_full_chunks option",
"author_name": "Patrick Schneider",
"author_login": "p2k",
"committed_at": "2016-10-19T11:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bb66ec2ace0932744b97289ddc666af82ce424",
"body": "sock options ignored on ssl",
"is_bot": false,
"headline": "Merge pull request #145 from shakugan/patch-1",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2016-10-13T13:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28542d1e326ba44bcfaf7fd6d3c7f8761d20f08",
"body": "…tain cases. Other cleanup",
"is_bot": false,
"headline": "Bug fix for spurious timeout messages being sent to the client in cer…",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-06-07T15:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf69b3955b2d81cca1786c37d273ee7936abcf9",
"body": " Conn_timeout = get_value(connect_timeout, Options, Timeout),\r\n case do_connect(Host_1, Port_1, Options, State_2, Conn_timeout) of",
"is_bot": false,
"headline": "call ssl:connect/3 with connect_timeout param",
"author_name": "shakugan",
"author_login": "sdancer",
"committed_at": "2016-05-06T11:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216f84cf92caebdaa3efc6dfaa8c65766f66e8db",
"body": null,
"is_bot": false,
"headline": "sock options ignored on ssl",
"author_name": "shakugan",
"author_login": "sdancer",
"committed_at": "2016-05-05T04:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e47c6ba0eeb3046b767eb5a0e88c0082ba5cf7",
"body": null,
"is_bot": false,
"headline": "New release after fixing travis-ci builds",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-04-19T18:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e9ad427f95229a46bd09f4a18808cbb1ec053d",
"body": null,
"is_bot": false,
"headline": "Modified build to get travis builds to succeed",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-04-19T18:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa39ea5752716ebb05dbf213e0b9e455975aca8",
"body": null,
"is_bot": false,
"headline": "Modified build to get travis builds to succeed",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-04-19T18:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017ab585e463150535f16682d916ee47d7735838",
"body": null,
"is_bot": false,
"headline": "Invoke eunit tests only for files in src directory",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-04-19T17:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5bcef5ffd9724491c9a950717114533526b958",
"body": null,
"is_bot": false,
"headline": "Bug fixes",
"author_name": "Chandru Mullaparthi",
"author_login": null,
"committed_at": "2016-04-19T17:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c705cb8fc369cc51012eac9fd49e5f7b6a87e9",
"body": null,
"is_bot": false,
"headline": "Fixed invocation of socks proxy",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2016-01-31T16:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1917a70868cdb985969a346ea1bd31708a5b0efe",
"body": null,
"is_bot": false,
"headline": "Clean up tests",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2016-01-19T00:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411468d7490c4a66afb884cb59a6142c438ee8d0",
"body": "…ond with content-length",
"is_bot": false,
"headline": "Fix for #139 - file not being saved to disk when server does not resp…",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2016-01-18T22:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1be5369c94920e3fbb8729ac81125524acb56a6",
"body": null,
"is_bot": false,
"headline": "Fixed links",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-25T08:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ea3cbb6b077a744a0aa535c34757234de1c0fe",
"body": null,
"is_bot": false,
"headline": "Fixed links",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-25T08:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecff14ab236f8ca4bfba12e10ae75e241dce4447",
"body": null,
"is_bot": false,
"headline": "Version incremented",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-25T07:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e26aed6bccecaef66037811a70a20ba4e65963",
"body": null,
"is_bot": false,
"headline": "Removed lines which were failing travis builds",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-25T07:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad31b0375ba71189899ed417d216d1f0a2af33e6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'barrel-db-master'",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-24T08:55:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bb6b8d04bbf0ec13f87d3a791f4a3c84f8fb0c",
"body": "…rrel-db-master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/barrel-db/ibrowse into ba…",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-11-24T08:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f61864a06b862e445965834fde18c3784c5090",
"body": null,
"is_bot": false,
"headline": "fix travis tests",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bd3485ec24e67d5a28dbd7cfc94bd852dc4a2b",
"body": null,
"is_bot": false,
"headline": "update doc",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8734ed3d0db57079a220060a19c082cb2b56a6dd",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1439ab010bfe8ae29107bb012c01b5f508ce8afe",
"body": null,
"is_bot": false,
"headline": "move to rebar3",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45099028d824444b0e43b837671f9cbc385c7efa",
"body": null,
"is_bot": false,
"headline": "use global rebar",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94fab9a4d9986706253473683ac751328502d8ea",
"body": "for packaging in hex",
"is_bot": false,
"headline": "add hex metadata",
"author_name": "benoitc",
"author_login": "benoitc",
"committed_at": "2015-11-06T10:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae07edae8c5532ba543c9a41624a6221adf6214",
"body": null,
"is_bot": false,
"headline": "Added info for hex",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T20:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd81d44182507c23445ed720df8c30e2e8da9d9b",
"body": null,
"is_bot": false,
"headline": "Version 4.2",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T20:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c4d098b7976af7dfaa7a3f34818ebfe25be85ae",
"body": "…shankardevy-master",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/shankardevy/ibrowse into …",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T19:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae6a91855bd573015e25878e94c7c6cccdb41471",
"body": null,
"is_bot": false,
"headline": "Merge branch 'merge_pull_req_123'",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T19:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c96a918ca109288c91a4c8277d0ab7b2ff2d5dc",
"body": "…file. This is a consistent approach to the way contributions from everyone else has been handled over the years. Correct authorship has been acknowledged in the new module ibrowse_functional_tests.erl",
"is_bot": false,
"headline": "Removed update to author list. Names are already in the CONTRIBUTORS …",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T19:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ad6df3c54a6e2a88a63e3ac97090baf04919cf",
"body": null,
"is_bot": false,
"headline": "Workaround travis-ci build failure.",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T19:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4044d4c185010f35c000bd94a62b23b77a91f0",
"body": null,
"is_bot": false,
"headline": "Compile test modules",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T07:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8494e9433f1e74f9ab43aaa23039ff3ccedadb55",
"body": "…nplee/ibrowse into merge_pull_req_123",
"is_bot": false,
"headline": "Merge branch 'improve_pipeline_balance' of https://github.com/benjami…",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-09-28T07:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3305d21f37eced4fac290f64b068e56df7de80",
"body": null,
"is_bot": false,
"headline": "Release 4.1.2",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-08-03T06:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee4a806611fcf25cc74155871571e9983a0d0fc",
"body": "Fix ibrowse_http_client.erl",
"is_bot": false,
"headline": "Merge pull request #132 from surik/patch-1",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-06-29T06:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0970fa0350c104429b1373e2e89d93de7a8c85d6",
"body": "Fix misprint in #130",
"is_bot": false,
"headline": "Fix ibrowse_http_client.erl",
"author_name": "Yury Gargay",
"author_login": "surik",
"committed_at": "2015-06-26T13:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e478d010259fcc2558afec7b50712d0507710ed7",
"body": "Digest could mean HTTP Digest Authentication which is completely\ndifferent from what we call Digest currently. Renaming this is\nessential to implement the actual HTTP Digest Authentication",
"is_bot": false,
"headline": "Rename 'Digest' to 'Basic'",
"author_name": "Shankar Dhanasekaran",
"author_login": "shankardevy",
"committed_at": "2015-06-26T04:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58007c74336a02aa51c4527b32e3a17aca366fa2",
"body": "Build under R18 #129",
"is_bot": false,
"headline": "Merge pull request #130 from surik/otp18",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-06-25T21:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62816035bb8fba5bd6ce86c64c64820c43ec096f",
"body": null,
"is_bot": false,
"headline": "Build under R18 #129",
"author_name": "Yury Gargay",
"author_login": "surik",
"committed_at": "2015-06-25T10:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04566c70016f5a2a9a8b8ba6e6adf429e399c260",
"body": "removes doubled repl prompt",
"is_bot": false,
"headline": "Merge pull request #126 from StoneCypher/master",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-05-12T20:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d713f209d00aec38465d5c0bd8904a2bfad7b8d5",
"body": null,
"is_bot": false,
"headline": "removes doubled repl prompt",
"author_name": "John Haugeland",
"author_login": "StoneCypher",
"committed_at": "2015-05-12T18:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200b7eb5f16e54c8680a3df3f4e627f19c9d8eea",
"body": "Add max_attempts option",
"is_bot": false,
"headline": "Merge pull request #125 from marcelog/marcelog_max_attempts_config",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2015-05-11T18:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "418f6ce9321074f4462951916b36d3fa683fa827",
"body": null,
"is_bot": false,
"headline": "adding max_attempts option",
"author_name": "Marcelo Gornstein",
"author_login": "marcelog",
"committed_at": "2015-05-07T15:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37fce828469d3a0ca6aae95b7a8b30deb9187d4d",
"body": "Missed in original work.",
"is_bot": false,
"headline": "Fixed extraction of Pid for iteration with new key",
"author_name": "benjamin.lee",
"author_login": "benjaminplee",
"committed_at": "2014-12-11T21:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a680f00e0c053cb81424e200f6657cdd0ad71ca",
"body": "Connections warned of badargs to ets:delete\nwhen shutting the server down with open connections;\ncreated noise while reviewing test results.",
"is_bot": false,
"headline": "Made test server less chatty while shutting down",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-21T14:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "247dd563fbf5b11a54bfefe96b6cd9bc2efa5a1b",
"body": "Algorithm change had bug where ets:select return\nvalue was incorrectly assumed to be the object key\nand not the entire object causing the following\ndelete attempt based on a matchspec and the key to fail.\n\nThis meant that ets was not updated to reflect the completed\nrequests on each connection and causing exaustion of pipelines\nevent though connections were idle. Functional test added which\ndemonstrated the problem.",
"is_bot": false,
"headline": "Fixed bug with connection req completion",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-21T04:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ccc45f9667c1f310ef1ab4ba902b50b96ac999",
"body": null,
"is_bot": false,
"headline": "Updated contributes/authors",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T18:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8993e10ba76bfd76cd7b992dfcf33cec4de938",
"body": null,
"is_bot": false,
"headline": "Added basic test for show_dest_status",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T18:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0fb6b8a0e80c5afe16601a82245776ea2cf498",
"body": null,
"is_bot": false,
"headline": "Removed duplicate documentation",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T18:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "642c082d54777857cb8d6185ab123666e7a4520e",
"body": "In prior commit, missed switch of matchspec to work\nwith deletes, fixed here.\n\nAdded retry logic for race conditions around lb and\nconn both trying to update same record at the same time.\nIf more than max is experienced, just let it go, things\nwill probably be ok.",
"is_bot": false,
"headline": "Fixed matchspec miss and added retry logic w/ ets",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T17:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d41ec4535fc32081d286d143b15b15185e1692",
"body": null,
"is_bot": false,
"headline": "Whitespace cleanup",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T17:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1244abe2c0e9e5646473af6db30b3b99031f882",
"body": null,
"is_bot": false,
"headline": "Changed travis-ci build status link",
"author_name": "Chandrashekhar Mullaparthi",
"author_login": "cmullaparthi",
"committed_at": "2014-11-20T16:52:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d1814638bcf2b2d7c7441a418e3f52d31f58d5",
"body": "Added additional functional tests ensuring that\nthe pipelines empty and added some robustness\naround the test server.",
"is_bot": false,
"headline": "Filled in more functional tests",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T16:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0b7e3eea12a72ae619e6f34aab349b25893eef",
"body": "Big commit. Switched algorithm to one which will favor\nthe connection with the smallest pipeline first\n(deciding ties by timestamp of last finished request,\nand then by pid as ultimate tie breaker).\n\nNote: this also drastically changes the internal\nrepresentation of the connection in ets and is depe\n[…]\nditions between loadbalancer\nand a given connection.\n\nAlso removed connection reporting of start of request\nas this was no longer necessary since the load balancer\ntees up the entry into ets with a 1.",
"is_bot": false,
"headline": "Changed pipeline algo to smallest pipeline first",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-20T16:15:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3061aa2fd95cdf07970589a5c988bdc7e7d760d7",
"body": "Use of foldl for iteration is not hidden as implementation\ndetail. Also hid details of how to message conn to set\ntracing within API.",
"is_bot": false,
"headline": "Encapsulated the iteration of connections and msgs",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T19:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b94a527f933b4a1c17fbb0d83f20ec97ce525aa",
"body": "Difference between speculative and \"real\" size was no\nlonger material to the algorithm. Used macro to enforce\nconsistent usage of ceiling for pipeline.",
"is_bot": false,
"headline": "Removed speculative sizing and enforced common max",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T19:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a7e721d16cf20c6f63feb813d562578f8b8fc6",
"body": "Created better abstractions on current ets table layout\nto communicate what we want to accomplish, not how.",
"is_bot": false,
"headline": "Encapsulated remaining interactions with conn ets",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T19:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b4f6de25df881075875417065eaf552e8316d8",
"body": "HTTP connection process now manages both scenarios\nrequiring cleaning up of the load balancer's ets table;\ninstead of this being owned by both the conn and lb.",
"is_bot": false,
"headline": "Connection now has whole responsibility of cleanup",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T19:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38242f4fd076acaeb012cf755afc9fd25b924c0d",
"body": "Moved all interactions with ets table tracking\nconnections to API functions on ibrowse_lb,\nto reduce knowledge of ets table and its structure.\n\nAlso fixed \"bug\" where ceiling for pipelining\nthreshold was different than the set value for increment;\nmade them the same.",
"is_bot": false,
"headline": "Encapsulated conn ets table use in ibrowse_lb",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T18:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14e322599e2415be23507ae4e013120c2103452",
"body": "Tracking size in http connection process state\nwas unnecessary as it wasn't queried for logic\nor obvious reporting and ets table should have\nright (within 1) value already.",
"is_bot": false,
"headline": "Removed unnecessary pipeline size from con state",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T18:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee3444c14bc156198b0dc01ed50e6ea15a19970",
"body": "Got rid of duplicated information in order to\nreduce complexity and change points for upcoming\nalgorithm changes.",
"is_bot": false,
"headline": "Replaced local size in state with ets lookup",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T17:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d11a7c649c49e765f64993ee0193bfb53cd32cd",
"body": "Via ets man page:\nNote that for tables of the ordered_set type, safe_fixtable/2 is not\nnecessary as calls to first/1 and next/2 will always succeed",
"is_bot": false,
"headline": "Removed unneccessary safe_fixtable for ordered set",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T15:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b382a77a546c0439b7caa20618d350a7618075",
"body": "Preparing to rework the pipelining algorithm",
"is_bot": false,
"headline": "General cleanup of spacing and order",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T15:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29b98c44d2e664c2d23d224292cdbdcde3d6c55a",
"body": "Verified that all code paths using saved table\nidentifier from state are guarded either by a\ncheck for undefined or a call to maybe_create_ets,\nso the table should always be there when it\nis needed without creating before real use.",
"is_bot": false,
"headline": "Removed unneeded initial table creation",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-19T04:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "725d503ce573530cb5c6392cd180934c3792af24",
"body": "Prior version was \"2\". New functional tests suite\nwas not being picked up by local rebar, but was\nexecute with my local which is version \"2.5.2\"\nwhich targets the same version of Erlang/OTP\nas iBrowse (R16).",
"is_bot": false,
"headline": "Updated local rebar to fix problem with eunit",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-18T22:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb114418758e338f4f384d8f645212c59ef4393",
"body": "For consistency, added macro aliases for remaining\nets table names to be found all in one place.",
"is_bot": false,
"headline": "Aliased remaining production ets table names",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-18T22:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39528b555d2764842b1ba602a075295d61842489",
"body": "Reuse of ibrowse_lb for named table holding\nload balancers and for name of unnamed table\nholding connections was confusing.",
"is_bot": false,
"headline": "Made ets table names clearer by usage",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-18T22:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a5c80f3d0bfbceb1c32b8fd9832dcdbfa783098",
"body": "In preparation for work to ensure that request\nload is balanced across connections, created failing\nfunctional test to demonstrate current behavior.",
"is_bot": false,
"headline": "Created broken test demonstrating imbalanced load",
"author_name": "benjaminplee",
"author_login": "benjaminplee",
"committed_at": "2014-11-18T22:03:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 10,
"latest_release_at": "2026-05-01T04:06:23Z",
"latest_release_tag": "v4.5.0",
"releases_from_tags": false,
"days_since_last_push": 81,
"active_weeks_last_year": 3,
"days_since_latest_release": 81,
"mean_days_between_releases": 2023.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ibrowse",
"exists": true,
"license": "LGPL-2.1-or-later",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/ibrowse",
"is_deprecated": false,
"latest_version": "4.5.0",
"repository_url": "https://github.com/cmullaparthi/ibrowse",
"versions_count": 6,
"total_downloads": 56162580,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 20528,
"first_published_at": "2015-11-25T08:32:52.300868Z",
"latest_published_at": "2026-05-01T04:04:42.097776Z",
"latest_version_yanked": null,
"days_since_latest_publish": 81
}
]
},
"popularity": {
"forks": 194,
"stars": 518,
"watchers": 38,
"fork_history": {
"days": [
{
"date": "2009-09-24",
"count": 1
},
{
"date": "2009-12-23",
"count": 1
},
{
"date": "2010-03-01",
"count": 1
},
{
"date": "2010-03-29",
"count": 1
},
{
"date": "2010-04-25",
"count": 1
},
{
"date": "2010-07-09",
"count": 1
},
{
"date": "2010-07-10",
"count": 1
},
{
"date": "2010-07-13",
"count": 1
},
{
"date": "2010-08-09",
"count": 1
},
{
"date": "2010-10-04",
"count": 1
},
{
"date": "2010-10-14",
"count": 1
},
{
"date": "2010-10-26",
"count": 1
},
{
"date": "2010-12-10",
"count": 2
},
{
"date": "2010-12-14",
"count": 1
},
{
"date": "2011-02-09",
"count": 1
},
{
"date": "2011-03-31",
"count": 1
},
{
"date": "2011-04-21",
"count": 1
},
{
"date": "2011-07-04",
"count": 1
},
{
"date": "2011-10-10",
"count": 1
},
{
"date": "2011-12-16",
"count": 1
},
{
"date": "2012-01-10",
"count": 1
},
{
"date": "2012-02-14",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-02-28",
"count": 1
},
{
"date": "2012-03-12",
"count": 1
},
{
"date": "2012-03-15",
"count": 1
},
{
"date": "2012-03-26",
"count": 1
},
{
"date": "2012-04-14",
"count": 1
},
{
"date": "2012-05-06",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-05-19",
"count": 1
},
{
"date": "2012-05-28",
"count": 1
},
{
"date": "2012-06-09",
"count": 1
},
{
"date": "2012-06-21",
"count": 1
},
{
"date": "2012-06-28",
"count": 1
},
{
"date": "2012-07-10",
"count": 1
},
{
"date": "2012-08-16",
"count": 1
},
{
"date": "2012-08-27",
"count": 1
},
{
"date": "2012-09-14",
"count": 1
},
{
"date": "2012-10-10",
"count": 1
},
{
"date": "2012-10-12",
"count": 2
},
{
"date": "2012-11-14",
"count": 1
},
{
"date": "2012-11-26",
"count": 1
},
{
"date": "2012-11-27",
"count": 1
},
{
"date": "2012-11-28",
"count": 1
},
{
"date": "2012-12-06",
"count": 1
},
{
"date": "2012-12-10",
"count": 1
},
{
"date": "2013-01-01",
"count": 1
},
{
"date": "2013-01-16",
"count": 1
},
{
"date": "2013-01-22",
"count": 1
},
{
"date": "2013-01-28",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-07",
"count": 2
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-03-25",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-05-23",
"count": 1
},
{
"date": "2013-05-28",
"count": 1
},
{
"date": "2013-07-02",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-06",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-08-08",
"count": 1
},
{
"date": "2013-08-09",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-20",
"count": 1
},
{
"date": "2013-09-12",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-10-26",
"count": 1
},
{
"date": "2013-11-10",
"count": 1
},
{
"date": "2013-11-12",
"count": 1
},
{
"date": "2013-12-16",
"count": 1
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-28",
"count": 1
},
{
"date": "2014-05-06",
"count": 1
},
{
"date": "2014-05-27",
"count": 1
},
{
"date": "2014-09-13",
"count": 1
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-10-14",
"count": 1
},
{
"date": "2014-10-20",
"count": 1
},
{
"date": "2014-11-06",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-02-16",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-06-25",
"count": 2
},
{
"date": "2015-07-11",
"count": 1
},
{
"date": "2015-09-03",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-28",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-04-20",
"count": 1
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-09-28",
"count": 1
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-04-07",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-13",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-19",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 182,
"total_forks": 194
},
"star_history": {
"days": [
{
"date": "2009-06-19",
"count": 79
},
{
"date": "2009-07-10",
"count": 1
},
{
"date": "2009-07-22",
"count": 1
},
{
"date": "2009-07-30",
"count": 1
},
{
"date": "2009-08-02",
"count": 1
},
{
"date": "2009-08-20",
"count": 1
},
{
"date": "2009-08-30",
"count": 1
},
{
"date": "2009-09-06",
"count": 1
},
{
"date": "2009-09-09",
"count": 2
},
{
"date": "2009-09-12",
"count": 2
},
{
"date": "2009-09-14",
"count": 1
},
{
"date": "2009-10-02",
"count": 1
},
{
"date": "2009-10-06",
"count": 1
},
{
"date": "2009-10-09",
"count": 1
},
{
"date": "2009-10-20",
"count": 1
},
{
"date": "2009-10-23",
"count": 1
},
{
"date": "2009-11-11",
"count": 1
},
{
"date": "2009-11-20",
"count": 1
},
{
"date": "2009-11-29",
"count": 1
},
{
"date": "2009-12-02",
"count": 1
},
{
"date": "2009-12-10",
"count": 1
},
{
"date": "2009-12-19",
"count": 1
},
{
"date": "2009-12-21",
"count": 1
},
{
"date": "2010-01-15",
"count": 1
},
{
"date": "2010-01-20",
"count": 1
},
{
"date": "2010-01-27",
"count": 1
},
{
"date": "2010-02-06",
"count": 1
},
{
"date": "2010-02-18",
"count": 1
},
{
"date": "2010-02-22",
"count": 1
},
{
"date": "2010-02-27",
"count": 1
},
{
"date": "2010-03-07",
"count": 1
},
{
"date": "2010-03-25",
"count": 1
},
{
"date": "2010-03-27",
"count": 1
},
{
"date": "2010-04-02",
"count": 1
},
{
"date": "2010-04-03",
"count": 2
},
{
"date": "2010-04-11",
"count": 1
},
{
"date": "2010-04-22",
"count": 1
},
{
"date": "2010-04-26",
"count": 1
},
{
"date": "2010-05-02",
"count": 1
},
{
"date": "2010-05-14",
"count": 1
},
{
"date": "2010-05-16",
"count": 1
},
{
"date": "2010-05-17",
"count": 1
},
{
"date": "2010-05-19",
"count": 1
},
{
"date": "2010-05-30",
"count": 1
},
{
"date": "2010-06-06",
"count": 1
},
{
"date": "2010-06-17",
"count": 1
},
{
"date": "2010-06-27",
"count": 1
},
{
"date": "2010-07-05",
"count": 1
},
{
"date": "2010-07-10",
"count": 1
},
{
"date": "2010-07-12",
"count": 1
},
{
"date": "2010-08-01",
"count": 1
},
{
"date": "2010-08-09",
"count": 1
},
{
"date": "2010-08-17",
"count": 1
},
{
"date": "2010-08-31",
"count": 1
},
{
"date": "2010-09-08",
"count": 1
},
{
"date": "2010-09-19",
"count": 1
},
{
"date": "2010-09-23",
"count": 1
},
{
"date": "2010-10-04",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-10-25",
"count": 1
},
{
"date": "2010-10-26",
"count": 1
},
{
"date": "2010-11-15",
"count": 1
},
{
"date": "2010-12-01",
"count": 1
},
{
"date": "2010-12-02",
"count": 1
},
{
"date": "2011-01-12",
"count": 1
},
{
"date": "2011-01-13",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-03-06",
"count": 1
},
{
"date": "2011-03-14",
"count": 1
},
{
"date": "2011-03-15",
"count": 1
},
{
"date": "2011-03-21",
"count": 1
},
{
"date": "2011-04-08",
"count": 1
},
{
"date": "2011-04-10",
"count": 1
},
{
"date": "2011-04-15",
"count": 1
},
{
"date": "2011-04-16",
"count": 1
},
{
"date": "2011-04-29",
"count": 1
},
{
"date": "2011-05-26",
"count": 1
},
{
"date": "2011-06-03",
"count": 1
},
{
"date": "2011-06-17",
"count": 1
},
{
"date": "2011-06-18",
"count": 1
},
{
"date": "2011-06-22",
"count": 1
},
{
"date": "2011-08-23",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-10-07",
"count": 1
},
{
"date": "2011-10-09",
"count": 1
},
{
"date": "2011-12-16",
"count": 1
},
{
"date": "2012-01-24",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-05",
"count": 1
},
{
"date": "2012-05-04",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-11-14",
"count": 1
},
{
"date": "2013-01-05",
"count": 1
},
{
"date": "2013-02-17",
"count": 1
},
{
"date": "2013-03-02",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-06",
"count": 1
},
{
"date": "2013-03-15",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-24",
"count": 1
},
{
"date": "2013-03-25",
"count": 1
},
{
"date": "2013-04-09",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-19",
"count": 1
},
{
"date": "2013-04-26",
"count": 2
},
{
"date": "2013-04-28",
"count": 1
},
{
"date": "2013-05-10",
"count": 2
},
{
"date": "2013-05-11",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-06-02",
"count": 1
},
{
"date": "2013-06-14",
"count": 1
},
{
"date": "2013-06-17",
"count": 1
},
{
"date": "2013-07-15",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-08-08",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-19",
"count": 2
},
{
"date": "2013-08-21",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-08-24",
"count": 1
},
{
"date": "2013-08-25",
"count": 1
},
{
"date": "2013-08-29",
"count": 1
},
{
"date": "2013-08-31",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-09-06",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-09-23",
"count": 1
},
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-10-23",
"count": 1
},
{
"date": "2013-10-25",
"count": 1
},
{
"date": "2013-10-28",
"count": 1
},
{
"date": "2013-10-31",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-11-22",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2013-12-20",
"count": 2
},
{
"date": "2013-12-28",
"count": 1
},
{
"date": "2014-01-06",
"count": 1
},
{
"date": "2014-01-08",
"count": 1
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-11",
"count": 1
},
{
"date": "2014-02-22",
"count": 1
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-02-28",
"count": 1
},
{
"date": "2014-03-10",
"count": 1
},
{
"date": "2014-03-13",
"count": 1
},
{
"date": "2014-03-21",
"count": 1
},
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-03-28",
"count": 1
},
{
"date": "2014-03-30",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-04-10",
"count": 2
},
{
"date": "2014-04-21",
"count": 1
},
{
"date": "2014-05-04",
"count": 1
},
{
"date": "2014-05-10",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-21",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-10",
"count": 1
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-06-21",
"count": 1
},
{
"date": "2014-06-23",
"count": 1
},
{
"date": "2014-07-11",
"count": 1
},
{
"date": "2014-07-12",
"count": 1
},
{
"date": "2014-07-14",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-08-05",
"count": 1
},
{
"date": "2014-08-08",
"count": 2
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-18",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-08-23",
"count": 2
},
{
"date": "2014-09-02",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-09-23",
"count": 1
},
{
"date": "2014-09-24",
"count": 1
},
{
"date": "2014-10-01",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-11-06",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-17",
"count": 1
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-12",
"count": 1
},
{
"date": "2014-12-23",
"count": 2
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-23",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-02-16",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-12",
"count": 1
},
{
"date": "2015-03-14",
"count": 1
},
{
"date": "2015-03-15",
"count": 1
},
{
"date": "2015-03-18",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-04-09",
"count": 2
},
{
"date": "2015-04-27",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-05-12",
"count": 1
},
{
"date": "2015-05-28",
"count": 1
},
{
"date": "2015-06-06",
"count": 1
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-06-25",
"count": 2
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-19",
"count": 1
},
{
"date": "2015-07-24",
"count": 1
},
{
"date": "2015-08-04",
"count": 2
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-18",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-09-02",
"count": 2
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-11",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-09-23",
"count": 2
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-19",
"count": 2
},
{
"date": "2015-10-20",
"count": 1
},
{
"date": "2015-10-24",
"count": 1
},
{
"date": "2015-10-28",
"count": 2
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-06",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-21",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-15",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-24",
"count": 1
},
{
"date": "2016-01-25",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-03-04",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-04",
"count": 2
},
{
"date": "2016-05-07",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-01",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-11-27",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-03",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-08",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-22",
"count": 1
},
{
"date": "2017-03-23",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-11",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-26",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-02-24",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-05",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-08-31",
"count": 2
},
{
"date": "2018-09-07",
"count": 2
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-03",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-26",
"count": 2
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-29",
"count": 2
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-05-23",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-11-09",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
}
],
"complete": true,
"collected": 518,
"total_stars": 518
},
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"test/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 61,
"open_issues": 13,
"closed_ratio": 0.871,
"closed_issues": 88,
"closed_unmerged_prs": 21
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cmullaparthi",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/49323?v=4"
},
{
"type": "User",
"login": "benjaminplee",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/17233?v=4"
},
{
"type": "User",
"login": "fdmanana",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/170624?v=4"
},
{
"type": "User",
"login": "benoitc",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/14498?v=4"
},
{
"type": "User",
"login": "nickva",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/211822?v=4"
},
{
"type": "User",
"login": "norton",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/72710?v=4"
},
{
"type": "User",
"login": "Mistagrooves",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/25511?v=4"
},
{
"type": "User",
"login": "AeroNotix",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/975962?v=4"
},
{
"type": "User",
"login": "marutha",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/253290?v=4"
},
{
"type": "User",
"login": "andrewtj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/21676?v=4"
}
],
"contributors_sampled": 44,
"top_contributor_share": 0.434
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "4 out of 19 merged PRs checked by a CI test -- score normalized to 2",
"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": 7,
"reason": "Found 19/24 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d4040728f3f42aec4dc27ec43b7db2aef2870077",
"ran_at": "2026-07-22T00:17:22Z",
"aggregate_score": 4.4,
"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-05-01T04:15:24Z",
"oldest_open_prs": [
{
"number": 92,
"created_at": "2013-06-03T20:18:44Z",
"last_comment_at": "2013-06-04T21:33:07Z",
"last_comment_author": "egirshov"
},
{
"number": 179,
"created_at": "2022-10-27T21:19:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 187,
"created_at": "2026-05-18T15:38:53Z",
"last_comment_at": "2026-06-09T07:26:40Z",
"last_comment_author": "big-r81"
},
{
"number": 188,
"created_at": "2026-05-19T18:27:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 189,
"created_at": "2026-05-23T16:31:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 190,
"created_at": "2026-06-07T04:18:24Z",
"last_comment_at": "2026-06-08T22:29:51Z",
"last_comment_author": "nickva"
}
],
"last_merged_pr_at": "2026-04-30T22:53:59Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 58,
"created_at": "2011-10-21T20:14:45Z",
"last_comment_at": "2011-10-21T21:44:28Z",
"last_comment_author": "teburd"
},
{
"number": 70,
"created_at": "2012-07-09T10:02:43Z",
"last_comment_at": "2012-08-31T06:52:46Z",
"last_comment_author": "cmullaparthi"
},
{
"number": 74,
"created_at": "2012-08-30T18:18:09Z",
"last_comment_at": "2012-08-31T06:53:44Z",
"last_comment_author": "cmullaparthi"
},
{
"number": 78,
"created_at": "2012-10-24T08:54:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 79,
"created_at": "2012-10-24T09:02:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2012-11-13T07:07:00Z",
"last_comment_at": "2014-12-12T17:09:58Z",
"last_comment_author": "benjaminplee"
},
{
"number": 124,
"created_at": "2014-12-17T23:09:00Z",
"last_comment_at": "2016-06-22T07:50:29Z",
"last_comment_author": "cmullaparthi"
},
{
"number": 138,
"created_at": "2015-11-21T15:02:44Z",
"last_comment_at": "2015-11-24T13:30:04Z",
"last_comment_author": "seet61"
},
{
"number": 147,
"created_at": "2016-08-22T20:13:57Z",
"last_comment_at": "2016-08-23T21:58:42Z",
"last_comment_author": "cmullaparthi"
},
{
"number": 154,
"created_at": "2017-05-17T10:22:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 157,
"created_at": "2017-09-18T12:36:40Z",
"last_comment_at": "2018-09-06T09:15:35Z",
"last_comment_author": "argl"
},
{
"number": 159,
"created_at": "2018-01-20T08:11:43Z",
"last_comment_at": "2018-07-04T09:18:44Z",
"last_comment_author": "dch"
},
{
"number": 162,
"created_at": "2018-03-28T15:20:22Z",
"last_comment_at": "2020-10-14T01:03:18Z",
"last_comment_author": "arpunk"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cmullaparthi/ibrowse",
"host": "github.com",
"name": "ibrowse",
"owner": "cmullaparthi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 44,
"vitality": 52,
"community": 62,
"governance": 73,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 81,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 81 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 81
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v4.5.0",
"releases_from_tags": false,
"days_since_latest_release": 81,
"mean_days_between_releases": 2023.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 81 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 81
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2023.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2023.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 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": 81,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 81 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 81
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 194,
"stars": 518,
"watchers": 38,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "518 stars",
"points": 44,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 518
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "194 forks",
"points": 19,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 194
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "38 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 38
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 72,
"inputs": {
"packages": [
"ibrowse"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 56162580,
"monthly_downloads": 20528
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "20,528 downloads/month across hex",
"points": 57.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 20528,
"ecosystems": "hex"
}
}
],
"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": 73,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 44,
"top_contributor_share": 0.434
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 43% of commits",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 43
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "44 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 44
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 61,
"open_issues": 13,
"closed_issues": 88,
"issue_closed_ratio": 0.871,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "61/82 decided PRs merged",
"points": 28.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 61,
"decided": 82
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/24 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 90,
"owner_type": "User",
"is_verified": null,
"owner_login": "cmullaparthi",
"public_repos": 33,
"account_age_days": 6385
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "90 followers of cmullaparthi",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 90,
"login": "cmullaparthi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "33 public repos, account ~17 yr old",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 33
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ibrowse"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 81
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 81 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 81
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "4 out of 19 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 19 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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 19/24 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.5,
"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": "50 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 50,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile",
"test/Makefile"
],
"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": "Makefile, test/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, test/Makefile"
}
}
],
"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": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Erlang",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Erlang without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Erlang"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:17:48.336997Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cmullaparthi/ibrowse.svg",
"full_name": "cmullaparthi/ibrowse",
"license_state": "custom",
"license_spdx": null
}