Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1305,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 19938,
"Less": 4220,
"JavaScript": 53,
"TypeScript": 24332
},
"pushed_at": "2026-07-31T23:42:42Z",
"created_at": "2017-12-10T10:37:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T23:42:46Z",
"description": "[READ ONLY] Subtree split of Flarum statistics extension.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "2.x",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"PHP"
]
},
"owner": {
"blog": "http://flarum.org",
"name": "Flarum",
"type": "Organization",
"login": "flarum",
"company": null,
"location": null,
"followers": 798,
"avatar_url": "https://avatars.githubusercontent.com/u/5549034?v=4",
"created_at": "2013-09-26T11:15:45Z",
"is_verified": null,
"public_repos": 53,
"account_age_days": 4691
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0-rc.5",
"kind": "prerelease",
"published_at": "2026-07-08T15:54:57Z"
},
{
"tag": "v2.0.0-rc.4",
"kind": "prerelease",
"published_at": "2026-06-18T11:59:47Z"
},
{
"tag": "v2.0.0-rc.3",
"kind": "prerelease",
"published_at": "2026-06-09T18:53:59Z"
},
{
"tag": "v2.0.0-rc.2",
"kind": "prerelease",
"published_at": "2026-06-01T18:17:59Z"
},
{
"tag": "v2.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-04-20T10:24:13Z"
},
{
"tag": "v2.0.0-beta.7",
"kind": "prerelease",
"published_at": "2026-02-22T17:16:13Z"
},
{
"tag": "v2.0.0-beta.6",
"kind": "prerelease",
"published_at": "2026-01-30T09:25:07Z"
},
{
"tag": "v2.0.0-beta.5",
"kind": "prerelease",
"published_at": "2025-12-20T22:42:30Z"
},
{
"tag": "v2.0.0-beta.4",
"kind": "prerelease",
"published_at": "2025-11-25T18:04:09Z"
},
{
"tag": "v2.0.0-beta.3",
"kind": "prerelease",
"published_at": "2025-05-02T08:28:52Z"
},
{
"tag": "v2.0.0-beta.2",
"kind": "prerelease",
"published_at": "2025-01-17T09:13:41Z"
},
{
"tag": "v2.0.0-beta.1",
"kind": "prerelease",
"published_at": "2024-12-11T17:05:41Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2024-10-08T07:07:02Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2023-05-20T17:38:05Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2023-03-10T13:27:17Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2022-11-16T11:14:12Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2022-11-15T11:43:28Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2022-10-11T17:57:06Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2022-09-13T09:25:24Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2022-08-01T11:05:20Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-07-13T12:25:15Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-05-12T10:32:53Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-01-20T11:48:32Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-10-13T00:46:21Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2021-05-27T08:20:42Z"
},
{
"tag": "v0.1.0-beta.16",
"kind": "prerelease",
"published_at": "2021-03-15T15:41:41Z"
},
{
"tag": "v0.1.0-beta.15",
"kind": "prerelease",
"published_at": "2020-12-18T14:44:31Z"
},
{
"tag": "v0.1.0-beta.14",
"kind": "prerelease",
"published_at": "2020-10-15T18:02:45Z"
},
{
"tag": "v0.1.0-beta.13",
"kind": "prerelease",
"published_at": "2020-05-01T08:49:19Z"
},
{
"tag": "v0.1.0-beta.9",
"kind": "prerelease",
"published_at": "2019-07-05T10:59:28Z"
}
],
"recent_commits": [
{
"oid": "c66b20d8e191c8572c866029a71695a556827f73",
"body": "…first one it found) (#4871)\n\n* feat: fail integration tests that run N+1 queries\n\nEvery request sent through the integration TestCase is now inspected for\nN+1 query patterns, and the test fails when it finds one. Extension\nauthors get the feedback while writing the feature rather than when a\nforum \n[…]\ntest is a separate process and a static flag cannot track 'first'. A\nmarker file keyed to the project and the hour serves as the shared\nsignal.\n\n---------\n\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "[2.x] feat: fail integration tests that run N+1 queries (and fix the …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-07-31T21:00:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "640a5482a4d0abd0ca24d25434948870f8f37a1b",
"body": "* docs: add changelog for 2.0.0-rc.5\n\n* docs: add #4806 to rc.5 changelog\n\n* docs: add #4807 to rc.5 changelog\n\n* chore: bump version and dependency constraints to 2.0.0-rc.5",
"is_bot": false,
"headline": "[2.x] chore: prepare 2.0.0-rc.5 (#4805)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-07-08T15:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6602cab8d97bc7dace04e96badafc932096c38",
"body": null,
"is_bot": false,
"headline": "chore: prep 2.0.0-rc.4 (#4741)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-16T10:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d856a3a761b1e3fd394ad790cf6a86d4e781ca4c",
"body": "* chore: prep rc.3\n\n* chore: bump composer reqs",
"is_bot": false,
"headline": "chore: prep `2.0.0-rc.3` (#4698)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-06-09T12:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e9e21b25ba337dbf9eca317cc032fe183db3708",
"body": null,
"is_bot": false,
"headline": "chore: prep rc2 (#4676)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-05-30T22:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b4965536625ce5914f197731bbbf6c7d31e401",
"body": null,
"is_bot": false,
"headline": "chore: prep rc.1 (#4581)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-04-17T12:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a677a96590c699e0aa336126261eca3be682a99",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5c5e3ef24be8c691642846723752e48eeef78973",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-04-15T11:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3114bbee27a4b151643e65c0058aa99a7f16386",
"body": "* prep for beta.8\n\n* chore: update changelog for beta.8 (#4480, #4481)",
"is_bot": false,
"headline": "[2.x] prep for beta.8 (#4478)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-21T22:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3af3a77f5a63f5d885ad6f7ccd9769f1886cf1",
"body": "… 3-section sidebar (#4446)\n\n* revert(admin): remove collapsible extension categories, restore 3-section sidebar\n\nThe collapsible category groups introduced in #4392 added too much\nfriction — everything collapsed by default, count badges read like\nnotification counts, and single-item categories (Inf\n[…]\nrestoring\n\"feature\" keeps the data consistent with the rendering logic.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[2.x] revert(admin): remove collapsible extension categories, restore…",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-14T22:59:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b7ebcdd9790f9fcd88a4e96d7f97a538dc1234a",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit daa605680c07c3a62b600c12e93660f570428e88",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-03-02T06:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64920ff10d8120cd137493fba7ffceabdc7c590c",
"body": "…abandoned package support (#4392)\n\n* feat(admin): collapsible extension categories, health widget, abandoned package support\n\n- AdminNav: replace static category headers with collapsible groups; each group\n shows a count badge, category icon, and expand/collapse chevron. Categories\n default to co\n[…]\ning directly to an\nextension URL (e.g. /admin#/extension/flarum-flags).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "[2.x] feat(admin): collapsible extension categories, health widget & …",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-03-02T06:56:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "301633f19d34e3d48d1f010ec2546a81ca29ea85",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.7 (#4377)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-02-21T13:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c33c577b4378369318c25def8a5ba8dfa4b7e4",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 6402e639bb64b06ecdc92ea69e6dacb3655504f7",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2026-02-15T21:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76ca9cc8d1a4388fa14a97819f47c354a68f96f3",
"body": "Bumps [webpack](https://github.com/webpack/webpack) from 5.95.0 to 5.104.1.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/webpack/webpack/compare/v5.95.0...v5.104.1)\n\n---\nupdated-\n[…]\ndency-version: 5.104.1\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump webpack from 5.95.0 to 5.104.1 (#4354)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-15T21:42:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9425b883e34ea8846790e2a26bdd9e5d3d6b2355",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.6 (#4343)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2026-01-24T08:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc6b22275ae0d8eb3efaee49436405aec14e825",
"body": null,
"is_bot": false,
"headline": "chore: prep for beta.5 (#4313)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2025-12-20T10:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c6e2cddfcf22279d0d7741adfd848285d7e48f2",
"body": null,
"is_bot": false,
"headline": "chore: prep beta.4 (#4291)",
"author_name": "IanM",
"author_login": "imorland",
"committed_at": "2025-11-25T08:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f413bdca4c4cc2f8ec045f63b35cb3cae24abef",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 10e769988d6e553ee0e2a1cdb1bd4645f42763b9",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-11-02T11:44:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e6a75da3afa7889c957e0c5ae4a37dbbe69aef9",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 43f7a68f2b88f8e5f0a82bab581296f84cd2f8ef",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-10-27T05:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fc2dbfc5c5c65827b4f359c74b4b4e61508e89",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 005706bdb4f7fd02ca100131ccc27d4053d099ee",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-10-18T21:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03493d4a413e968aefbd581d44002094e1c3e5ab",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 83318e51cfeed66f92b938c7aca481ac0fb14126",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-10-17T17:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e2c222398f84ff91ca945a137b234298a3f231",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 8e404e44155df2f019a7a94d7ae86448ccedcd39",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2025-06-01T07:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c328ae56696a014467b72a9fd73a3e2ee5f547cf",
"body": "… (#4221)\n\n* fix: prevent <button>'s from becoming form submit when they shouldn't\n\nAdds `type=button` to most `<button>` usage (except the AdminPage#submitButton). The first button of type submit (which is the default in HTML if undeclared) becomes what the enter keybind presses in a form. This makes the behavior with these components make more sense.\n\n* Prettier on framework",
"is_bot": false,
"headline": "fix: prevent <button>'s from becoming form submit when they shouldn't…",
"author_name": "David Sevilla Martin",
"author_login": "dsevillamartin",
"committed_at": "2025-06-01T07:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57f6b334d9403aeb8ee07457a11e12dab26e9a40",
"body": null,
"is_bot": false,
"headline": "chore: prepare 2.0.0-beta.3",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2025-04-25T09:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b26fd26bcba392effccbe557e1f7513dbadc24",
"body": null,
"is_bot": false,
"headline": "chore: v2.0.0-beta.2",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2025-01-17T08:44:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a782087c6c447046cd88477c4e7c95df38c2c9e9",
"body": null,
"is_bot": false,
"headline": "chore: prepare `2.0.0-beta.1`",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-12-07T08:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c6887ba677ea4d4079708e85f4b2e5ff6db88a",
"body": "* feat: separate mariadb driver\r\n* chore: add mariadb install dump",
"is_bot": false,
"headline": "feat: separate mariadb driver (#4132)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-12-02T09:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0122570c5fdf1d0aaf0eba23aaf87020fd174331",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit dd45d75cd8b9c1789b093562eb312db1ad333c9c",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-11-09T10:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b1d3d70d70d1cc1309183fba497553d86d1884",
"body": "* test: php 8.4\r\n\r\n* fix: php 8.4 deprecations\r\n\r\n* fix: make argument required\r\n\r\n* chore: review changes",
"is_bot": false,
"headline": "test: php 8.4 (#4103)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-11-08T16:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0ce339a59c9d1d65a37e23d90e686edf1c959d",
"body": null,
"is_bot": false,
"headline": "chore: update tsconfig version",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-10-25T08:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867f8085aca3d8a1baf3bc55f680bd0202c5ba6c",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit a47bd2d45730f004e739d91c290f22330ab93dc4",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-10-19T17:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895b77f28434d65e825f3e662e9c1fd11d038a24",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 257be2b9db6f5365faa017bd9cc4a0e870efb449",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-09-28T14:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed395c8c6742f9ea1f29df23bc86724238d31d95",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit b74ecbfacf684eb0dc70e708c4763d36ebd93405",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-09-28T10:16:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bde68aa2633a8c768ef1963437474a3c0cc8e84",
"body": "* feat: private messages",
"is_bot": false,
"headline": "feat: messages extension (#4028)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-09-28T10:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d574d41cd0ba1d6a32cc95e2db03964e1f0f843",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5cea3d3b9bc4c5c6ae751bc4920a37bf032931af",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-09-28T08:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e07e0891e1cb0be10d961664355a6631ff142e",
"body": null,
"is_bot": false,
"headline": "feat: admin search UI (#4022)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-09-28T08:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6451266cdaf6b22c23e16c92214e53c872cbf00",
"body": "* chore: phpunit 10\r\n\r\n* chore: config\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* chore: phpunit 11 (php 8.2 minimum requirement)\r\n\r\n* feat: laravel 11\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* feat: carbon v3\r\n\r\n* fixes",
"is_bot": false,
"headline": "chore: update dependencies (#4012)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-08-06T15:50:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b94735f2fd423f1119e4d713ee57dc5a6771fb8",
"body": null,
"is_bot": false,
"headline": "fix: 2.0 bugs (#4011)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-08-02T11:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8ecc02a7687e4ea72f2b912d3bf212b7fd4a68",
"body": "* feat: add support for `PgSQL`\r\n* chore: generate dump\r\n* feat: query exception errors db driver hint\r\n* feat: allow defining supported databases\r\n* chore: review comments\r\n* feat: setting for pgsql preferred search config",
"is_bot": false,
"headline": "feat: add support for PgSQL (#3985)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-06-22T07:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e2416f3f906dcb45e3a3f289153243084d6420",
"body": "* refactor: json:api refactor iteration 1\r\n* chore: delete dead code\r\n* fix: regressions\r\n* chore: move additions/changes to package\r\n* feat: AccessTokenResource\r\n* feat: allow dependency injection in resources\r\n* feat: `ApiResource` extender\r\n* feat: improve\r\n* feat: refactor tags extension\r\n* feat\n[…]\nt\r\n* feat: eager loading\r\n* test: adapt\r\n* test: phpstan\r\n* test: adapt\r\n* fix: typing\r\n* fix: approving content\r\n* tet: adapt frontend tests\r\n* chore: typings\r\n* chore: review\r\n* fix: breaking change",
"is_bot": false,
"headline": "refactor: JSON:API (#3971)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-06-21T08:36:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ed01b96df1e4c527832b5cb5bb8cf150497325e",
"body": "* feat: add support for sqlite\r\n\r\n* chore: add warning on install\r\n\r\n* fix: ignore constraints before transaction begins\r\n\r\n* chore: update workflow\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* chore: generate sqlite dump and manually add foreign keys\r\n\r\n* chore: fix actions\r\n\r\n* chore: fix actions\r\n\r\n* chore\n[…]\nhore: fix actions\r\n\r\n* chore: fix actions\r\n\r\n* chore: fix actions\r\n\r\n* test: fix\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* fix: sqlite with db prefix\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* fix: statistics sqlite",
"is_bot": false,
"headline": "feat: add support for `SQLite` (#3984)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-06-21T06:25:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f448f9bc523bf6d58b433e8a809515b784afbbee",
"body": null,
"is_bot": false,
"headline": "feat: eloquent factories (primarily for tests) (#3982)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-05-03T08:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d21bae6ba8b3793c95909b4995cd52ec1521e9",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit bf523b2325309c8d27d2c5d9ee745e9486bed027",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2024-04-06T13:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e663a62e0104b4afdde6f0405688acc45ae909f0",
"body": "…onent (#3927)\n\n* chore: extract `buildSettingComponent` method into a `FormGroup` component\r\n\r\n* chore: typings\r\n\r\n* feat: move to common",
"is_bot": false,
"headline": "chore: extract `buildSettingComponent` method into a `FormGroup` comp…",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2024-04-06T13:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4dec65600f4e66f7e88c8f335300a00e2d28e60",
"body": null,
"is_bot": false,
"headline": "fix: overflowing forum stats (#3940)",
"author_name": "Ngô Quốc Đạt",
"author_login": "datlechin",
"committed_at": "2023-12-01T10:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "010a2f90055c8908d82bc584a8950d3cde7bcfb9",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit eaabeab8c922fe468209bd68a46ee5e72edd4b54",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-11-10T22:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9e4eb3bcef97626203b7cc7ebc92159e71ef24",
"body": null,
"is_bot": false,
"headline": "chore: extract `FormModal` from `Modal` (#3922)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-11-10T21:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125e2b000326f5a2e90d421713ddf4c7e4dd4e52",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 5ab5257ff521bede446613c1dcd61effdac99090",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-10-10T20:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d1d8b71e48f6c4539ef68f984b0a45a77cd472b",
"body": "* feat: make page structure customizable across different pages (#3867)\r\n\r\n* feat: create `PageStructure` component\r\n* feat: apply to `DiscussionPage`\r\n* feat: apply to `UserPage`\r\n* feat: apply to `TagsPage`\r\n* fix: adapt subscriptions ext\r\n* chore: cleanup\r\n\r\n* chore: use grid & flexbox for the di\n[…]\nnvert `UploadImageButton` to tsx\r\n* feat: reusable `UploadImageButton` component\r\n* feat: add `image-upload` setting type\r\n\r\n* feat: extensible default footer component (#3883)\r\n\r\n* chore: yarn format",
"is_bot": false,
"headline": "feat: theming and extensibility improvements (#3876)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-10-10T20:36:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92d1f94440b53e356501a6c8013b49a134ad0e8b",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 229a7affa5cb0652da0cc4fd8b420900992c6f96",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-08-02T17:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d0aa5fe5ac91ecd35f28effbac85abcdc749ae",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 016503d8c37eab107b36830b6fbcb5468bcb1226",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-06-29T18:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16884ebe380cb49d0935f639fb89584ab7c2f3dc",
"body": "Allows running tests without constantly running `composer install` on each extension.",
"is_bot": false,
"headline": "chore: improve test suite (#3814)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-06-15T12:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e780e94ab9a08feffc9955840f447383ccbc67",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit f67ca5782a0b22d194526b6b11a2086443863921",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-06-07T10:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daab7bcc66780528b30d42a925b4239dc1f63598",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): require `flarum/testing:2.0`",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c07a57092e5fd59a07205b32eb3fb7962a06b12e",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): caught errors",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d5690e87d6a7d1de9b70e5dd5be414593d8009",
"body": "This reverts commit c94c1404843033a407c306895ed0a64333f55bf9.",
"is_bot": false,
"headline": "Revert \"fix(regression): caught errors\"",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fb48b725209731d1ef2a90d09b572bbbf6d798",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix(regression): caught errors",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-31T08:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e6d1e135e9b9a45b37f393ff412b71127780b8",
"body": "* chore: set minimum php version to 8.1\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* chore: update codebase to php8.1\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n* Apply fixes from StyleCI\r\n\r\n* chore: update workflow php version\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@g\n[…]\nail.com>\r\n\r\n* fix: one last error\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": false,
"headline": "chore: update codebase to php8.1 (#3827)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-30T10:36:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51279d0d0d95672017db8cf7a355b0510f1a955d",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore: v1.8 preparations",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-05-20T15:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8662aed78719af20dde0af827aaf0d2f2a2cf8ff",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit e63e161be6d62d7a29998bf0cacbf5641e7a8a4f",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2023-05-07T16:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242c8ede81b6823eec77fc6a442c16c621598a18",
"body": null,
"is_bot": false,
"headline": "chore: major frontend JS cleanup (#3609)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2023-05-07T16:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c322f08775b6c781ea5d3fbd00199a5dbcffad52",
"body": "Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.\r\n- [Release notes](https://github.com/webpack/webpack/releases)\r\n- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: webpack\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump webpack from 5.75.0 to 5.76.0 (#3761)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-19T06:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67d19d307e71583d077f819c720f683babf9dc2",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore(release): preparations",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2023-03-09T18:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad1c11c4c848a5ef14f21808ae112d85b28fe7bd",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 64fa35f2f350f98d213b87da6fcd72d465823b18",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-25T17:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75d3d3f506673691fb832f64e4e30919c1e5970",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 18bdd48835a6783a3cea8f400932e87d7582fc7d",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-16T10:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e413d81807d6b062c1fe13af2aad30d82c743302",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 259db92b9a8da063116e38c4034fe6c1bef42cbf",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-10T23:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7095d7a266e2c47d0e2c2c18d299e3105c61a2c",
"body": null,
"is_bot": false,
"headline": "chore: dependency on core updated for extensions",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-11-10T12:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896eeed225f09e9b2869fcc63ebbf68b3a4646fa",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 9964ddd731a7f44ebd58446c8107182cab17e2d7",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-06T18:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1a944158a3195b91933eb4913caaed5eceee4d",
"body": "* fix: last node in previous data matches first node of current data\r\n\r\n* fix: add previous period support for custom periods\r\n\r\n* test: update to show previous period for custom range",
"is_bot": false,
"headline": "[statistics] fix: add missing last period to custom date ranges (#3661)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-11-06T18:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5733a8e469ab8a1bae8481e64db8ce4c092dedd5",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 4e5e4e5c6ea35e5f51fd4f6fdae01dc621cc38d3",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-11-01T17:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7024a102d3f05973068898c6597224444504944b",
"body": null,
"is_bot": false,
"headline": "feat: add statistics chart export button (#3662)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-11-01T17:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b66b637ae1fd2af42cdf0dca1444ae4fbdc63f",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "chore(statistics): prepare v1.5.1",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-10-11T17:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22494b758ac1f63e4a18a76321888c45840450ff",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit bd0577f435d00d5ca11d5ecd2cb36fd23cb1a516",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-10-02T18:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78b0cae2548c41e41fc1b3b58db494b87c89e20",
"body": "Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "fix: statistics previous period chart is unclear (#3654)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-10-02T18:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbf13955d7d10d70e3d4118de51f6c249b955aa6",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 76788efaba4947f2bc266b0d898994c5bad62a6a",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-09-29T11:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4bfa4d911d88a68b005b4a64c0579c7dea76f7",
"body": "* feat: backend support for statistics custom date ranges\r\n* feat: use seconds-based timestamps on backend instead\r\n* feat: add frontend date selection option\r\n* feat: add tests for lifetime and timed stats\r\n* fix: add error alert when end date is after start date\r\n* fix: wrong label\r\n* fix: no data\n[…]\nng `FormControl` class\r\n* fix: cast url params to int to enforce type\r\n* chore: `yarn format`\r\n\r\nSigned-off-by: Sami Mazouz <sychocouldy@gmail.com>\r\nCo-authored-by: Sami Mazouz <sychocouldy@gmail.com>",
"is_bot": false,
"headline": "feat(statistics): support for custom date ranges (#3622)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-09-29T11:12:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13468c664d25ac20354b83a245d1e09c0895f1d5",
"body": null,
"is_bot": false,
"headline": "chore: v1.5.0 preparations",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-09-13T08:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb376d49139b5b7067a4131051652a3da0400c87",
"body": "Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "chore(statistics): add release notes for 1.4.2",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-08-22T10:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ea03c1c3f373b3f5ce3a918a93cd9a131cd5f6",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 352a50e3ad557eca4a563dfe7c22f1797702a1dc",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-08-16T17:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f2cf691d9eb5a8a9d35aba0f57fcb59600d613",
"body": "* chore: kill off timeset offset from statistics extension\n\n* perf: split timed data into per-model requests",
"is_bot": false,
"headline": "perf(statistics): split timed data into per-model XHR requests (#3601)",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-08-16T17:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5fc6d17a64fdf060f7e394a0953b76e87742f6",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 631b4c194c40bc37b7f747031ca0e555a512ff66",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-08-08T13:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb539e47e413a041a0432a1d6cbccde51679b6a2",
"body": "…3573)\n\n* chore: unify JS actions into one (rewritten `flarum/action-build)`\r\n* chore: maintain backwards compatibility\r\n* fix: wrong default format check script\r\n\r\nSigned-off-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "chore: unify JS actions into one (rewritten `flarum/action-build`) (#…",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-08-08T13:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d7856f930a9f4917f808682b511497b6be93b4",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 495462183bfb3b33046b293e6b1088ab225968df",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-08-08T13:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be883b43263751b42577be268262eebeeb602edc",
"body": "…er (#3549)\n\n* docs: remove baseUrl recommendation\r\n\r\nFixes https://github.com/flarum/flarum-tsconfig/issues/4\r\n\r\n* chore: implement change within framework monorepo",
"is_bot": false,
"headline": "fix: intellisense imports defaulting to absolute path from `src` fold…",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-08-05T19:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84768d4d1382e3482af085cb39979c2c54cbc440",
"body": null,
"is_bot": false,
"headline": "chore(statistics): add release notes for 1.4.1",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-08-01T10:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d8d40928b0cb96d85a0006ef02f0ed6145c6802",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 64f0ae7c33da252a6c472b7e81132b5808b3cca0",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-07-19T09:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c33587df6296a584f3976775385bf7858aebeaba",
"body": "* chore: delete unwanted dist typings\r\n* chore: revert 4e52f0e420501d2ca43af11d6eb9dc0c3ac8de14\r\n\r\nSigned-off-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "chore: revert tsconfig changes for local development (#3545)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-07-19T09:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6a1c18fefede6ed8040e477e8b0db5588f6373",
"body": "…#3531)\n\nCo-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "perf(statistics): rewrite for performance on very large communities (…",
"author_name": "David Wheatley",
"author_login": "davwheat",
"committed_at": "2022-07-18T18:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e81744341ea171579b38047a742acfb52f16495",
"body": "* chore: centralize editorconfig\r\n* chore: tweak tsconfigs for local development\r\n* revert src path change\r\n* fix: akismet type checking requires flag ext `@types`\r\n* fix: make tags route optional to avoid typescript typing error",
"is_bot": false,
"headline": "chore: monorepo local development improvements (#3523)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-07-18T14:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c1788c75a32d1616910e30913522fea006096f",
"body": null,
"is_bot": false,
"headline": "chore: update v1.4 constraints and update issues url",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-07-12T21:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c48ce5d1f006cd4caef090605af1c70f87b7d79",
"body": "…513)\n\nSigned-off-by: Sami Mazouz <ilyasmazouz@gmail.com>",
"is_bot": false,
"headline": "chore: add `.gitattributes` to extensions to export-ignore files. (#3…",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-07-08T19:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd086bc14ceacd48553efaaeab67a43c5437d7a",
"body": "* chore: yarn workspaces means we only need a single `yarn.lock`\r\n* fix: add a `cache_dependency_path` workflow input\r\n* fix: re-introduce `env.cache_dependency_path`",
"is_bot": false,
"headline": "chore: with yarn workspaces we only need a single `yarn.lock` (#3464)",
"author_name": "Sami Mazouz",
"author_login": "SychO9",
"committed_at": "2022-06-19T18:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1234a47dbb6c851900d330fb170239a7bb214976",
"body": null,
"is_bot": false,
"headline": "update constraint to v1.3",
"author_name": "Daniël Klabbers",
"author_login": "luceos",
"committed_at": "2022-05-10T14:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bdb5167a6be8bc47fd58fa21934d989abd0f2d5",
"body": "Includes transpiled JS/TS, and Typescript declaration files (typings).\n\n[skip ci]",
"is_bot": false,
"headline": "Bundled output for commit 431ba304348f0f923c65183e5f8e3c03ac3da9b9",
"author_name": "flarum-bot",
"author_login": "flarum-bot",
"committed_at": "2022-04-06T15:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70380be864f962ab894201428552875f70fd19d4",
"body": "With all the commits below, we resolve all outstanding typing issues in the repo, and CI jobs run green.\r\n\r\n* fix: Convert DashboardPage and DashboardWidget to TypeScript\r\n\r\n* fix: fix type errors in package manager ext\r\n\r\n* fix: Convert Post component to TypeScript\r\n\r\n* fix: avatar typings should a\n[…]\nlarum-cli audit infra --monorepo --fix\r\n\r\n* feat: make `app.data` typings extensible\r\n\r\n* chore(core): format\r\n\r\n* chore: boost tags TypeScript coverage\r\n\r\n* fix(tags): further increase type coverage.",
"is_bot": false,
"headline": "fix: Assorted Typing Fixes (#3348)",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-23T15:43:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21216a5dc51353505d12e67c5cfaec2ab598a819",
"body": "This is necessary for yarn workspaces to work.",
"is_bot": false,
"headline": "chore: add version to core/ext package.json",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-12T00:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99a6611c5b4950bc4d3fdc2c016887cc7ec8c55",
"body": "…i/js (#3345)\n\n* chore(deps): bump glob-parent in /extensions/emoji/js\r\n\r\nBumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2.\r\n- [Release notes](https://github.com/gulpjs/glob-parent/releases)\r\n- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)\r\n-\n[…]\nrt@github.com>\r\n\r\n* Apply fixes from StyleCI\r\n\r\n[ci skip] [skip ci]\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: StyleCI Bot <bot@styleci.io>",
"is_bot": true,
"headline": "chore(deps): bump glob-parent from 3.1.0 to 5.1.2 in /extensions/emoj…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-03-11T23:11:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8bf2398de766e1e1654fe7b467e1892f0d1ca3aa",
"body": null,
"is_bot": false,
"headline": "chore: flarum-cli audit infra --fix",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23ad882c665ddd27e611f4a6282acd3ea2eae98",
"body": null,
"is_bot": false,
"headline": "chore: set up composer path repos",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c9de9cb8ae5b446add6e40138f74cd7a827fb3",
"body": "- Remove .github conf folder from Flarum packages\n\n- Remove styleci config from all packages",
"is_bot": false,
"headline": "chore: remove centralizable repo config",
"author_name": "Alexander Skvortsov",
"author_login": "askvortsov1",
"committed_at": "2022-03-11T23:01:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 30,
"commits_last_year": 20,
"latest_release_at": "2026-07-08T15:54:57Z",
"latest_release_tag": "v2.0.0-rc.5",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 17,
"days_since_latest_release": 23,
"mean_days_between_releases": 48
},
"community": {
"has_readme": false,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "flarum/statistics",
"exists": true,
"license": "MIT",
"keywords": [
"administration"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/flarum/statistics",
"is_deprecated": false,
"latest_version": "v2.0.0-rc.5",
"repository_url": "https://github.com/flarum/statistics",
"versions_count": 33,
"total_downloads": 417084,
"dependents_count": 3,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7976,
"first_published_at": null,
"latest_published_at": "2026-07-08T15:08:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 23
}
]
},
"popularity": {
"forks": 8,
"stars": 12,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-12",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"js/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 16098,
"source_files_sampled": 20,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"js/package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 12,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "flarum/core",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.0.0-rc.5"
},
{
"name": "frappe-charts",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "frappe-charts",
"direct": true,
"version": "^1.6.2",
"ecosystem": "npm"
},
{
"name": "flarum/core",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "@flarum/prettier-config",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "@types/mithril",
"direct": false,
"version": "^2.0.11",
"ecosystem": "npm"
},
{
"name": "flarum-tsconfig",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "flarum-webpack-config",
"direct": false,
"version": "^3.0.0",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^2.7.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^4.7.4",
"ecosystem": "npm"
},
{
"name": "typescript-coverage-report",
"direct": false,
"version": "^0.6.4",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "^5.104.1",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "^4.10.0",
"ecosystem": "npm"
},
{
"name": "flarum/testing",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 2,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 14,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "flarum-bot",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/39334649?v=4"
},
{
"type": "User",
"login": "SychO9",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/20267363?v=4"
},
{
"type": "User",
"login": "tobyzerner",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/128862?v=4"
},
{
"type": "User",
"login": "askvortsov1",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/38059171?v=4"
},
{
"type": "User",
"login": "franzliedke",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/249125?v=4"
},
{
"type": "User",
"login": "luceos",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/504687?v=4"
},
{
"type": "User",
"login": "imorland",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/16573496?v=4"
},
{
"type": "User",
"login": "davwheat",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/7406822?v=4"
},
{
"type": "User",
"login": "dsevillamartin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6401250?v=4"
},
{
"type": "User",
"login": "wiwatsrt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13492951?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.245
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "c66b20d8e191c8572c866029a71695a556827f73",
"ran_at": "2026-07-31T23:46:18Z",
"aggregate_score": 5.3,
"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-07-31T23:42:43Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2022-01-11T10:45:14Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flarum/statistics",
"host": "github.com",
"name": "statistics",
"owner": "flarum"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 55,
"calibrated": 57,
"calibration": "2026-08-02"
}
}
],
"value": 57,
"inputs": {
"security": 53,
"vitality": 75,
"community": 43,
"governance": 76,
"calibration": "2026-08-02",
"engineering": 22,
"ai_readiness": 55,
"weighted_overall_raw": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 30,
"latest_release_tag": "v2.0.0-rc.5",
"releases_from_tags": false,
"days_since_latest_release": 23,
"mean_days_between_releases": 48
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "30 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 30
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 23 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 23
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~48 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 48
}
}
],
"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": "exceptional",
"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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 43,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 8,
"stars": 12,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_readme": false,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"packages": [
"flarum/statistics"
],
"dependents": 3,
"ecosystems": "packagist",
"total_downloads": 417084,
"monthly_downloads": 7976
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,976 downloads/month across packagist",
"points": 52,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7976,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "3 packages depend on it",
"points": 4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 3
}
}
],
"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": 76,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 17,
"top_contributor_share": 0.245
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 24% of commits",
"points": 17,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 24
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"merged_prs": 14,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/17 decided PRs merged",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 17
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 798,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "flarum",
"public_repos": 53,
"account_age_days": 4691
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "798 followers of flarum",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 798,
"login": "flarum"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "53 public repos, account ~12 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 53
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"flarum/statistics"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 23
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 23 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 23
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "33 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 33
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 22,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 5.3
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 21
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.979,
"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": "95 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 95,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"js/tsconfig.json"
],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "js/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "js/tsconfig.json"
}
}
],
"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": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 16098,
"source_files_sampled": 20,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/20 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-31T23:46:30.046598Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flarum/statistics.svg",
"full_name": "flarum/statistics",
"license_state": "standard",
"license_spdx": "MIT"
}