Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"golang",
"library",
"megaraid",
"raid",
"raids",
"smartarray",
"mdadm",
"perccli",
"ssacli",
"storcli",
"hardware-raid"
],
"is_fork": false,
"size_kb": 706,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 454847,
"Shell": 29793,
"Makefile": 1515
},
"pushed_at": "2026-07-20T08:21:54Z",
"created_at": "2024-10-23T15:22:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T08:21:06Z",
"description": "A library to manage RAID controllers",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://www.scality.com",
"name": "Scality",
"type": "Organization",
"login": "scality",
"company": null,
"location": "San Francisco, CA",
"followers": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/383812?v=4",
"created_at": "2010-09-01T15:51:03Z",
"is_verified": null,
"public_repos": 174,
"account_age_days": 5802
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.17.1",
"kind": "patch",
"published_at": "2026-07-20T08:22:10Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-07-17T13:37:53Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-07-06T12:17:47Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-07-01T17:11:59Z"
},
{
"tag": "v0.14.1",
"kind": "patch",
"published_at": "2026-05-28T08:13:58Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-03-09T14:55:39Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-02-20T17:26:46Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-11-17T16:40:05Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-08-27T14:04:17Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2025-05-14T14:29:16Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2025-05-12T11:40:58Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2025-05-07T08:55:03Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2025-05-07T08:04:33Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2025-04-25T12:47:04Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-04-10T15:01:46Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2025-04-09T13:24:32Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-03-17T09:34:06Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-03-12T17:18:00Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-03-12T10:46:32Z"
}
],
"recent_commits": [
{
"oid": "489f1f1139979bd575effd41398d73e11394bf24",
"body": "…-create\n\nfix(megaraid): rescan SCSI bus after creating a virtual drive",
"is_bot": false,
"headline": "Merge pull request #86 from scality/bugfix/megaraid-rescan-scsi-after…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-20T08:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7892145eb0061755a36dffe7727f797976b4b3f5",
"body": "The settle timeout and interval were unexported while the test lives in\nan external package (megaraid_test), so its comment claiming tests could\nshrink them was wrong: the retry test slept a real second, and a future\ntimeout-path test would sleep for a full minute.\n\nExport NewVolumeSettleTimeout / NewVolumeSettleInterval (matching the\nCustomRescanSCSIHosts / CustomFileExists seams) and shrink them in the\nretry test so it runs without real wall-clock delay.",
"is_bot": false,
"headline": "refactor(megaraid): export settle tunables so tests can shrink them",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-20T08:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb13d014a9e5173afcfef777cd2606d4a88febe",
"body": "Per review: try findNewLogicalVolume first and only force a SCSI bus\nrescan when it fails, instead of rescanning before every attempt. A\nvolume the kernel discovers on its own now resolves on the first attempt\nwith no rescan and no side effect on the SCSI bus; the rescan stays a\ntargeted remedy for volumes whose device node has not appeared yet.",
"is_bot": false,
"headline": "refactor(megaraid): rescan only after a failed volume lookup",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-20T08:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3650270f992b769a11e2e7d405dacd04da9b714",
"body": "storcli's \"add vd\" returns before the kernel has a block device for the\nnew volume. The megaraid_sas driver only auto-announces the first few\nVDs created in rapid succession; later ones exist on the controller but\nhave no /dev node (and therefore no /dev/disk/by-id symlink) until the\nSCSI bus is exp\n[…]\n poll findNewLogicalVolume until the new volume's device node is\ndiscovered, bounded by a timeout. Only megaraid_sas hosts are scanned to\navoid the multi-second link-down timeouts of empty SATA ports.",
"is_bot": false,
"headline": "fix(megaraid): rescan SCSI bus after creating a virtual drive",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-20T07:17:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d9cdb52e7f78ebc5356c27878b5d6001a67e558",
"body": "…ns-and-single-drive-force\n\nfeat(physicaldrive): flag partitions with an IsPartition field",
"is_bot": false,
"headline": "Merge pull request #84 from scality/fix/rhel8-getter-exclude-partitio…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T13:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f558fd1627c4e691d1fd87f781c07285b000964",
"body": "chore(deps): update scality/workflows action to v2.9.1",
"is_bot": false,
"headline": "Merge pull request #83 from scality/renovate/scality-workflows-2.x",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T13:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d83526a3f883fca87f66e904f766addff2ebf92",
"body": "…ction-9.x\n\nchore(deps): update golangci/golangci-lint-action action to v9.3.0",
"is_bot": false,
"headline": "Merge pull request #82 from scality/renovate/golangci-golangci-lint-a…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T13:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8c9856732dac696a730d5000979dac6bd3a967",
"body": "The RHEL8 getter returns partition rows (lsblk TYPE=part) alongside their\nparent disk. Callers previously had to re-derive partition-ness from device\nnames to tell them apart.\n\nAdd an IsPartition field to the PhysicalDrive entity and set it in the RHEL8\ngetter (device.Type == \"part\"), so consumers can distinguish partitions from\nwhole disks without string heuristics. Whole disks and partitions are both\nstill returned; only the flag is new.",
"is_bot": false,
"headline": "feat(physicaldrive): flag partitions with an IsPartition field",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T13:16:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5bceac4639f574f82e5735b28994d218c7288e",
"body": "…ixes-lv-creation\n\nfix(megaraid): remove cache policy prefixes on logical volume creation",
"is_bot": false,
"headline": "Merge pull request #85 from scality/bugfix/megaraid-remove-cache-pref…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T13:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a73927de1bc294d0db2eec549600e8f38bc8fcd",
"body": "Match megaraidCreateCacheFlags now emitting bare storcli2 tokens.",
"is_bot": false,
"headline": "test(megaraid): drop prefixes from add vd cache flags expectation",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T12:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2d2e5ea308693aa7232312e9e860f7b0a0af4a",
"body": "…tion",
"is_bot": false,
"headline": "fix(megaraid): remove prefixes when appending cache policy on LV crea…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-17T12:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0a4d24e0d216481c4bd2018449d5f148e4f679",
"body": "ci: migrate to shared release and promote workflows",
"is_bot": false,
"headline": "Merge pull request #81 from scality/ci/adopt-shared-release-promote",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-13T15:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723ec9af6aca630b3a2190f7e49a29eafdf7ee18",
"body": "Replace the local release/promote copies with the reusable workflows from\nscality/workflows: the semver computation and tag push move to\nrelease.yaml@v2.9.1, and the GitHub Release creation to promote.yaml@v2.9.1.\n\nThe quality gate (go test on the exact commit being tagged) stays in this\nrepo, as releases are cut from main without re-running pre-merge.\n\nPart of the org-wide migration to scality/workflows (PR scality/workflows#108).",
"is_bot": false,
"headline": "ci: migrate to shared release and promote workflows",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-13T14:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad56f836365d0b9fdbe5f7a26b9143461eed1c9e",
"body": null,
"is_bot": true,
"headline": "chore(deps): update scality/workflows action to v2.9.1",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-07-13T04:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63c22797a25f8d5232612f09974531c7b4884e80",
"body": null,
"is_bot": true,
"headline": "chore(deps): update golangci/golangci-lint-action action to v9.3.0",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-07-13T04:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573d0274c6e48bc34c3fbee02e0df7271cf794d1",
"body": "…omation\n\nci: automate library release with Release and Promote workflows",
"is_bot": false,
"headline": "Merge pull request #77 from scality/feature/ARTESCA-17773-release-aut…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-06T09:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277b9cf6aa06d9d1b4c37c9ac81b99171d925a7a",
"body": "Do not rely on the org-wide default GITHUB_TOKEN permissions to create\nthe GitHub Release.",
"is_bot": false,
"headline": "ci(promote): grant the release job explicit contents: write",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-06T08:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671a20058b03cb75f8905598fa9e9097cec65777",
"body": "- add a quality-gate job running the test suite against the exact commit\n being tagged (releases are cut from main without re-running pre-merge)\n- restrict the default GITHUB_TOKEN to contents: read; the tag is pushed\n with the App token\n- guard the GA-tag grep with || true so the 0.0.0 fallback fires on a\n repo with no GA tag, even if the step ever runs with pipefail\n- drop git fsck/gc, pointless on a fresh CI clone",
"is_bot": false,
"headline": "ci(release): gate tag creation on the test suite and harden the workflow",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-06T08:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77a25c9cdf53039d6fa5721ce675919c9cd5281",
"body": "Compute the base tag with `git tag --merged HEAD --sort=version:refname`\ninstead of `--sort=taggerdate`:\n\n- version:refname orders by semantic version, so an older-line hotfix\n tagged after a newer release no longer becomes the base.\n- --merged HEAD scopes selection to the current branch's history,\n[…]\nr-minor release branches (e.g.\n releasing v1.0.x from dev/1.0 while v2.0.0 lives on main).\n\ngrep -v '-' is retained: version sort would otherwise rank a prerelease\nabove its GA.\n\nIssue: ARTESCA-17773",
"is_bot": false,
"headline": "ci(release): scope base-tag selection to branch ancestry",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-06T08:36:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d83cb2e8669ab615038a3211417d3fc3a7580e11",
"body": "Automate the library release flow, adapting the pattern from\nscality/nodeip-discovery#2 for a pure Go library (no container/binary\nartifact):\n\n- release.yaml: manual dispatch to compute the next semver\n (alpha/beta/GA x patch/minor/major) and push an annotated v* tag.\n- promote.yaml: on a v* tag pu\n[…]\nhe tag has a hyphen.\n\nThe reference build.yaml/post-merge.yaml and the promote build job are\nomitted since a library ships as a git tag consumed via `go get`, not a\nDocker image.\n\nIssue: ARTESCA-17773",
"is_bot": false,
"headline": "ci: add Release and Promote workflows",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-06T08:36:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75de5cb9644c602e740c680300c3e40212a3d0a8",
"body": "chore(deps): update actions/setup-go action to v6.5.0",
"is_bot": false,
"headline": "Merge pull request #80 from scality/renovate/actions-setup-go-6.x",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-06T08:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b935419e2cec6405a4e0256119e5c53be292581",
"body": "chore(deps): update scality/workflows action to v2.8.5",
"is_bot": false,
"headline": "Merge pull request #79 from scality/renovate/scality-workflows-2.x",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-06T08:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ad5882fa39472bdebaaadbcec4e007e12aeba35",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.5.0",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-07-06T04:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cb23cf3964384a6c0c5466240de9439545a748",
"body": null,
"is_bot": true,
"headline": "chore(deps): update scality/workflows action to v2.8.5",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-07-06T04:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4afa48c983c0f0d520aa4fc65f1f16e21db5245",
"body": "test(storcli2): on-hardware e2e harness + sibling layout",
"is_bot": false,
"headline": "Merge pull request #74 from scality/feature/storcli2-integration-tests",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-03T09:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c555fe0b8af9829ed407976ffe5741c90df16da",
"body": "feat(validation): enrich domain and core validation of user-supplied values",
"is_bot": false,
"headline": "Merge pull request #78 from scality/improvement/enrich-domain-validation",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-03T09:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1136f6408e46ff458b84c8356f5a22d6cd59654",
"body": "Align megaraid v1 with the shared optional-cache-options contract, matching the\nstorcli2 adapters:\n\n- Map each cache policy to its megaraid CLI token through adapter-owned mappers\n (cache.go) instead of the domain enum's string value, so a change to the\n logicalvolume constants cannot silently alt\n[…]\npable IO policy; the \"set\"\n command emits only the policies that changed and leaves an unset IO policy to\n the controller.\n- Add internal tests for the token mappers and the create/set flag helpers.",
"is_bot": false,
"headline": "fix(megaraid): support optional cache options and own the CLI tokens",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-03T09:05:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4617ee83cd43c36b037a02b2456638bc3b0f649a",
"body": "Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Update .github/workflows/pre-merge.yaml",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-03T08:09:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d83e9d2975a895169959d1dc623db47fb1425e61",
"body": "Previously only the Unknown sentinel was rejected, so arbitrary cache-policy\nstrings and out-of-range RAID levels reached the adapters, a nil CacheOptions\npanicked, and empty drive lists were passed straight through.\n\n- Add IsValid() whitelists for ReadPolicy, WritePolicy, IOPolicy and RAIDLevel.\n- \n[…]\nect out-of-range RAID levels.\n- Reject an empty physical-drive list in core AddPDsToLV/DeletePDsFromLV\n (ErrNoPhysicalDrives) before delegating.\n- Add domain and core validation tests (none existed).",
"is_bot": false,
"headline": "feat(validation): reject invalid user-supplied values in domain and core",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-07-02T15:16:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9874ada3761cfcf292f4aca5b137b6d8dbc778f7",
"body": "…omposition\n\nfeat(storcli2): top-level RAID controller composition adapter",
"is_bot": false,
"headline": "Merge pull request #73 from scality/feature/storcli2-raidcontroller-c…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-01T16:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afaa680d4b621a35d1081be323c690863ada92b0",
"body": "…e-delete\n\nfeat(storcli2): logical volume create and delete",
"is_bot": false,
"headline": "Merge pull request #69 from scality/feature/storcli2-lv-manager-creat…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-01T16:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebfb74328d3429a1d074cd1d3d18c091aafae076",
"body": "…mbership\n\nfeat(storcli2): logical volume drive add (expand) and remove",
"is_bot": false,
"headline": "Merge pull request #70 from scality/feature/storcli2-lv-manager-pd-me…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-01T16:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb0c35f1a79aa678de88de77e3c786cd195557b3",
"body": "feat(storcli2): physical drive blinker",
"is_bot": false,
"headline": "Merge pull request #72 from scality/feature/storcli2-blinker",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-07-01T15:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e65ed74432d17579ec335bf387417d75c5d0337a",
"body": "Build the e2e harnesses with CGO disabled for linux/amd64 so the resulting\nbinaries are statically linked and depend on no glibc, letting a single binary\nrun on both Rocky Linux 8 (glibc 2.28) and Rocky Linux 9 (glibc 2.34). The\ntarget is overridable via E2E_GOOS / E2E_GOARCH. Update the README accordingly.\n\nIssue: ARTESCA-17652",
"is_bot": false,
"headline": "build(e2e): static linux/amd64 binaries for Rocky Linux 8/9",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88612bb73c6d4e9bb6a2b807c4024c2bf0b889c",
"body": "Satisfy the prealloc linter by sizing the drives slice to the parsed parts\ninstead of growing it from nil.\n\nIssue: ARTESCA-17652",
"is_bot": false,
"headline": "fix(e2e): preallocate drives slice in storcli2 harness",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdb864d78b3100a02f4b18714f0a3c03f5e0510",
"body": "Add `make build-e2e-mdadm`, `make build-e2e-storcli2` and the aggregate\n`make build-e2e` (also wired into `make all`) to build the on-hardware\nintegration harnesses into bin/. The harnesses are manual and destructive, so\nthey are never run in CI, but a new build-e2e pre-merge job compiles them so a\nchange to the adapters cannot silently break them.\n\nIgnore the bin/ build output directory.\n\nIssue: ARTESCA-17652",
"is_bot": false,
"headline": "build(e2e): make targets + CI build for integration harnesses",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab1962f3d990a6858405cd9c2d494e823abf1a5",
"body": "Add a manual on-hardware harness for the storcli2/perccli2 composition\nadapter and reorganise the integration harnesses so each adapter lives in\nits own clearly-identifiable sibling directory:\n\n- tests/integration/mdadm/ (moved existing software-RAID harness)\n- tests/integration/storcli2/ (new)\n\n\n[…]\ne since storcli2 does not support it. The\nsame composition serves storcli2 and perccli2 via the -binary flag.\n\nA README documents both harnesses and the cross-compile build line.\n\nIssue: ARTESCA-17652",
"is_bot": false,
"headline": "test(storcli2): on-hardware e2e harness + sibling layout",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c539d34b42a06e6cddbace987732902e7d6c8b4",
"body": "…ment\n\nThe note that storcli2 \"can't remove drives\" reads as if a failed drive could\nnot be replaced. Clarify that what is unsupported is shrinking a volume's\nmember set (storcli's `start migrate option=remove`); replacing a failed drive\n(rebuild / hot-spare / copyback) keeps the member count, is a separate command\nfamily storcli2 still exposes, and is out of scope for raidmgmt regardless of\ncontroller.\n\nIssue: ARTESCA-17654",
"is_bot": false,
"headline": "docs(storcli2): clarify drive-removal is array reshaping, not replace…",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b001f6e0c72d9cbb315614ae43347e3878273d20",
"body": "The top-level raidcontroller.StorCLI2 composition is now in place, so the\nDESIGN.md note no longer describes it as future work. Clarify that\nDeletePDsFromLV's unsupported error comes from the logical-volume manager\nitself rather than a composition-level stub.\n\nPartially addresses the storcli2 adapter documentation; binary-selection and\nfixture-layout docs remain.\n\nIssue: ARTESCA-17654",
"is_bot": false,
"headline": "docs(storcli2): mark composition adapter as implemented",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0f55c98cb33430f0c4660f7bfeb58f60873631",
"body": "Add raidcontroller.StorCLI2, composing the storcli2 components into the\nfull ports.RAIDController surface:\n\n- Embeds the controller / physical-drive / logical-volume getters, the\n logical-volume manager, the cache setter, the JBOD setter and the blinker.\n- The physical-drive getter doubles as the J\n[…]\n both the storcli2 and perccli2 binaries.\n\nA smoke test wires the full adapter on a mocked runner, asserts it satisfies\nports.RAIDController, and drives one operation end to end.\n\nIssue: ARTESCA-17651",
"is_bot": false,
"headline": "feat(storcli2): top-level RAID controller composition adapter",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a40039e4ec835889a6836bc321cea247625d9864",
"body": "Implement ports.Blinker on the storcli2/perccli2 adapter:\n\n- StartBlink / StopBlink issue \"/cx/ex/sx start locate\" / \"stop locate\"\n (same grammar as storcli), choosing the enclosure or no-enclosure\n selector form from the drive's parsed slot, and surface the in-JSON\n failure payload via storcli2.Decode.\n\nA single implementation serves both binaries; the runner is injected.\n\nIssue: ARTESCA-17650",
"is_bot": false,
"headline": "feat(storcli2): physical drive blinker",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-07-01T09:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f066184ec89312d0bbeada36770f79ec6b5c0f",
"body": "revive's unused-receiver rule flagged the named 's' receiver, which the\nnot-supported stub never references.\n\nIssue: ARTESCA-17648",
"is_bot": false,
"headline": "fix(storcli2): drop unused receiver on DeletePDsFromLV",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T16:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6672661cdd4943d69d9f4d7551966cbe797094",
"body": "Complete ports.LogicalVolumesManager on the storcli2/perccli2 manager:\n\n- AddPDsToLV grows a volume through \"expand drives=e:s,...\" (online capacity\n expansion). storcli2 dropped \"start migrate\", so expansion is the only\n supported growth path; the firmware preserves the RAID level. Drives\n spann\n[…]\non fixture (captured with the\nv1 grammar that storcli2 rejects) with proper expand/{success,fail}.json\nfixtures, and update the collection script and testdata README accordingly.\n\nIssue: ARTESCA-17648",
"is_bot": false,
"headline": "feat(storcli2): logical volume drive add (expand) and remove",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T16:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cae6f0014a7c942917bdd71a61f62d5912e45a37",
"body": "The decomposed storcli2 adapters store the injected commandrunner as an\nunexported `runner` field; reviews kept flagging the exported type-name\nform (StorCLI2/SSACLI). Document it next to the package-layout principle so\nfuture adapters follow it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: record the unexported `runner` field convention for adapters",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T16:33:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9c80f63f57bed9e63e6e8f4c831dd8d33c56e2f4",
"body": "Implement the create/delete part of ports.LogicalVolumesManager on the\nstorcli2/perccli2 logical-volume manager:\n\n- CreateLV fills the request drives through the physical-drive getter,\n validates the RAID creation, formats a single-enclosure \"drives=e:s,...\"\n list (rejecting multi-enclosure reques\n[…]\ncx/vx delete\" and surfaces the in-JSON failure payload.\n\nThe manager now also takes a PhysicalDrivesGetter; command verbs follow the\nstorcli2 command map documented in DESIGN.md.\n\nIssue: ARTESCA-17647",
"is_bot": false,
"headline": "feat(storcli2): logical volume create and delete",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T16:33:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b11cc5965ef8cec094c83603492559546d5c832",
"body": "Move ReadCacheToken/WriteCacheToken into pkg/implementation/storcli2 so\nboth the cache setter (lvcachesetter) and the upcoming create path\n(logicalvolumemanager) share one source of truth for the policy→CLI-token\nmapping, instead of each emitting its own (and the create path leaking the\ndomain enum's string representation as the token). The mapping fails closed\non any unmappable policy via an exhaustive switch default.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(storcli2): lift cache-policy token mapping to shared package",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T14:09:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "32a7b042320433d36c2575065369a9b60882f76a",
"body": "…etter\n\nfeat(storcli2): cache options setter and JBOD setters",
"is_bot": false,
"headline": "Merge pull request #71 from scality/improvement/storcli2-cache-jbod-s…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-30T13:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87709cc22db82d94f01edefbeb6eba6e2bc8b2b1",
"body": "The \"Apply suggestions from code review\" commit renamed the struct field\nStorCLI2 to runner but left the constructor's struct literal and the set\nmethod referencing the old name, breaking compilation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(lvcachesetter): update field references after StorCLI2→runner rename",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T13:24:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5cc59b3a88aea20db5ff5274033bf795e1210beb",
"body": "Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-30T09:34:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b21844990a0117704281c4bb97d12539f3f676ec",
"body": "Relocate the storcli2 JBOD setter and LV cache setter into their own\npackages named after their RAIDController port interfaces\n(jbodsetter, lvcachesetter), instead of folding them into\nphysicaldrivegetter and logicalvolumemanager. This matches the\ndecomposed one-package-per-port pattern already used\n[…]\nnew enum values);\n read-before-write emits only changed flags.\n- tests/testdata-tools: repoint fixture paths to the new packages.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(storcli2): move JBOD and cache setters to per-port packages",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T07:31:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "490d6ef1b111c7f7a78c153f315fa5a0f14d0996",
"body": "Implement the storcli2/perccli2 write path for ARTESCA-17649:\n\n- SetLVCacheOptions on the logicalvolumemanager StorCLI2: diffs current vs\n desired and emits only the changed rdcache/wrcache flags as separate \"set\"\n commands (storcli2 rejects the combined syntax and dropped the IO policy).\n- Enable\n[…]\nus.ErrCd to \"any\": storcli2 reports it\nas an int on failure and the string \"-\" on success, mirroring PID/VD.\n\nIssue: ARTESCA-17649\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(storcli2): cache options setter and JBOD setters",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-30T07:31:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0cf67511de6ad96b25dd622e3a369f19199e5d13",
"body": "…tter-no-controllers\n\nfix(storcli2): treat absent \"System Overview\" as no controllers",
"is_bot": false,
"headline": "Merge pull request #75 from scality/improvement/storcli2-controllerge…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-26T14:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1443286ca259bb6db9c23011fb2028683661a47d",
"body": "…ontrollers.json",
"is_bot": false,
"headline": "Update pkg/implementation/controllergetter/testdata/storcli2/all_no_c…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T16:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ca1ef0ed2af198a5ebd06cde6b24bccda65e06",
"body": "Handling the absent \"System Overview\" section pushed Controllers() over the\ngocognit threshold (13 > 10). Extract the per-envelope overview resolution\ninto a helper, dropping both functions well under the limit. No behavior\nchange.\n\nIssue: ARTESCA-17644",
"is_bot": false,
"headline": "refactor(storcli2): extract controllersFromOverview to cut complexity",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-25T16:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fcbdb55b2aabb6e0a75cfb3e1e00d8f6118ee00",
"body": "storcli2 \"show all\" omits the \"System Overview\" section on a host with no\ncontrollers (\"Number of Controllers\": 0). The controller getter treated the\nmissing key as a fatal error (\"key not found: System Overview\") and aborted\nthe whole inventory, so any tool running on a node without a storcli2-mana\n[…]\nle utils.ErrKeyNotFound as an empty inventory, mirroring the logical-volume\nand physical-drive getters. Captured a real \"Number of Controllers: 0\" output\nas a regression fixture.\n\nIssue: ARTESCA-17644",
"is_bot": false,
"headline": "fix(storcli2): treat absent \"System Overview\" as no controllers",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-25T15:37:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bb0572e2aeb63563d53f9d798a6f5e854c84081",
"body": "chore(deps): pin dependencies",
"is_bot": false,
"headline": "Merge pull request #66 from scality/renovate/pin-dependencies",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T09:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2159effb57600948ca9306ea85f4a670dc2beac",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into renovate/pin-dependencies",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T09:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d86c4d2a412badde278c11414f98480f54edc6",
"body": "chore(deps): update actions/checkout action to v7",
"is_bot": false,
"headline": "Merge pull request #68 from scality/renovate/actions-checkout-7.x",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T09:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d8aa2b1ac2cd3b52dbf5edaf3f0f386352d3ed",
"body": "chore(deps): update scality/workflows action to v2.8.4",
"is_bot": false,
"headline": "Merge pull request #67 from scality/renovate/scality-workflows-2.x",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T09:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d1c49d827ef6662324d49bfee4bfe7cf6746e9",
"body": "…ction-9.x\n\nchore(deps): update golangci/golangci-lint-action action to v9.2.1",
"is_bot": false,
"headline": "Merge pull request #55 from scality/renovate/golangci-golangci-lint-a…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-25T09:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d47dd13ad498ce35edaa70df9dfd06a2b34eba",
"body": "…y-v2-3.x\n\nchore(deps): update module github.com/vektra/mockery/v2 to v3",
"is_bot": false,
"headline": "Merge pull request #56 from scality/renovate/github.com-vektra-mocker…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-22T07:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42d963cd5dd1718732cb760e1cb4b6aec6424fb",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-22T04:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed43b1aad35f06d015a4dbf71ab0dfd12c2cf8cd",
"body": null,
"is_bot": true,
"headline": "chore(deps): update scality/workflows action to v2.8.4",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-22T04:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347cf571d4d5971b93539a5e6f1bd860ed6c2808",
"body": null,
"is_bot": true,
"headline": "chore(deps): pin dependencies",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-22T04:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12816f62f14158d4d7fce20fabc9f099a2efc17e",
"body": null,
"is_bot": true,
"headline": "chore(deps): update module github.com/vektra/mockery/v2 to v3",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-17T13:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abc64838da663bfce15d5503f55ad7319f00685",
"body": "chore: Bump worklflow to review renovate",
"is_bot": false,
"headline": "Merge pull request #65 from scality/chore/bump-claude-code-review",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-17T13:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a5d6611d2eaf60f4033b6e085d18df997ee938",
"body": null,
"is_bot": false,
"headline": "chore: Bump worklflow to review renovate",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-17T13:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197d2336614274e1872e4ca613effded0e59940f",
"body": "docs: document the storcli2 adapter and blueprint the remaining components",
"is_bot": false,
"headline": "Merge pull request #62 from scality:documentation/storcli2-adapter-docs",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-16T15:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee988022dd0313a918eb3fccfb103610164d039",
"body": "…etter\n\nlogicalvolumegetter: add storcli2 logical volume getter",
"is_bot": false,
"headline": "Merge pull request #61 from scality/feature/storcli2-logical-volume-g…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-16T14:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaefb6a2e9788a40215d2eea01599019093109bd",
"body": "…etter\n\nphysicaldrivegetter: add storcli2 physical drive getter",
"is_bot": false,
"headline": "Merge pull request #58 from scality/feature/storcli2-physical-drive-g…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-16T08:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1aa9436c95ab9137a61b13f784354212af72de",
"body": "chore(deps): update actions/setup-go action to v6.4.0",
"is_bot": false,
"headline": "Merge pull request #53 from scality/renovate/actions-setup-go-6.x",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-15T14:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69c7860bf870a953a58d2486aa01d4f8fd846b3",
"body": "…olume-getter",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin' into feature/storcli2-logical-v…",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-15T14:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85c9307c44af18ddbc4eab17b42f91cc00eef2f",
"body": "…lect-fixes\n\ntestdata: keep state-changing storcli2 captures out of SAFE mode",
"is_bot": false,
"headline": "Merge pull request #60 from scality/improvement/storcli2-testdata-col…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-15T14:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d02a0dc3f5f9ccc91b6121a5da3a581bc5bee0b4",
"body": "…drive-getter",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin' into feature/storcli2-physical-…",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-15T14:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932e4d184652daf69eea95dcb24391d1d7f89665",
"body": "…esilience\n\ncontrollergetter: harden storcli2 JBOD detection",
"is_bot": false,
"headline": "Merge pull request #59 from scality/improvement/storcli2-jbod-probe-r…",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-15T13:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5598c44bdd3520625efef675cd1438d58d744d13",
"body": "ci: add Claude Code PR review and dependency-bump workflows",
"is_bot": false,
"headline": "Merge pull request #64 from scality/improvement/setup-claude",
"author_name": "Guillaume CARRE",
"author_login": "g-carre",
"committed_at": "2026-06-15T13:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be514ddce9c987950ea407ccd2f876cf12043792",
"body": "Set up automated code review for the repo:\n\n- CLAUDE.md: repo context (Go RAID library, hexagonal architecture,\n vendor-CLI parsing, error/test conventions) plus Go coding standards.\n- .claude/skills/review-pr/SKILL.md: repo-specific /review-pr skill with\n review criteria tailored to this codebase\n[…]\nhuman PRs, and\n dependency-bump review for Dependabot and Scality Renovate\n (scality-renovate[bot]) PRs via pull_request_target.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add Claude Code PR review and dependency-bump workflows",
"author_name": "Guillaume Carre",
"author_login": "g-carre",
"committed_at": "2026-06-15T13:32:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5141df60e21db98a34e36d7aac598344f5f4020c",
"body": "Map every not-yet-implemented port operation to its verified storcli2\ncommand, so the write path (logical volume manager, cache and JBOD\nsetters, blinker) and the top-level composition can be implemented\nwithout re-deriving the grammar: creation with bare cache tokens,\ndelete, expand-based drive add\n[…]\nCLI2 composition\nnext to the existing hardware adapter constructors.\n\nKept separate from the previous commit on purpose: that one documents\nwhat is merged today, this one anticipates the upcoming PRs.",
"is_bot": false,
"headline": "docs: blueprint the remaining storcli2 components in DESIGN.md",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-12T15:00:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9310e4e5c05b55ed40e2766d2d78a312296173ad",
"body": "Add the MegaRAID 96xx / PERC 12 (storcli2, perccli2) adapter to the\nadapters section: decomposed component-per-port layout shared by both\nbinaries through an injected command runner, the shared JSON envelope and\nits unreliable-exit-code contract, the nonexistent-object behaviors, the\nJBOD model (Adv\n[…]\nID / PERC section to the storcli and\nperccli generations it actually drives.\n\nIn the README, mention the SAS4 generation in the features and add the\nstorcli2 envelope package to the project structure.",
"is_bot": false,
"headline": "docs: document the storcli2 adapter in DESIGN.md and README.md",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-12T15:00:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f161e8b3d6edd0f6dbe03cf3fddcefab6e6756d",
"body": "The collect script's header and README promised that SAFE mode (the default)\nonly collects read-only outputs, yet six captures issuing state-changing verbs\nran unconditionally: start/stop locate (drive LED), set/delete jbod, the\ndelete-nonexistent-VD and the migrate failure cases. They are only expe\n[…]\nun and recreated as v25; the per-VD\n list stopped at 23).\n- Document the c0_aso.json / c0_autoconfig.json captures in the README mapping\n table and drop the stale \"command logic is unchanged\" claim.",
"is_bot": false,
"headline": "testdata: keep state-changing storcli2 captures out of SAFE mode",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-11T13:10:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b6fb1175a2982dff647f5eeb4aa966ab3836927",
"body": "…able\n\nPer the StorCLI2 User Guide v1.1, an option's \"Time Remaining\" is \"Unlimited\"\nor a days-and-hours countdown, each optionally suffixed with \"(unsupported)\"\nwhen the controller cannot use the option. A \"JBOD / Unlimited (unsupported)\"\nentry therefore means the license is listed but unusable, ye\n[…]\nsupported. Capability now requires a usable license: neither\n\"(unsupported)\"-marked nor \"Expired\" (the latter is absent from the v1.1\nvocabulary but kept as a defensive guard inherited from storcli1).",
"is_bot": false,
"headline": "controllergetter: treat unsupported Advanced Software Options as unus…",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-11T10:13:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3301c00bed0557b9957f2c479d326c1da7ca4cc1",
"body": "Cross-checking the implementation against the StorCLI2 User Guide v1.1\nsurfaced three gaps:\n\n- storcli2 reports an NVMe drive with \"SSD\" media and the NVMe transport in\n its interface (the guide's sample shows Intf \"NVMe\", Med \"SSD\"), so deriving\n the disk type from \"Med\" alone could never yield N\n[…]\n\n \"Drives List\" section is an empty inventory, not an error (mirroring the\n logical-volume getter's zero-VD contract).\n\nAlso pins \"Replace\" (a drive being copied back) as in-use in the status table.",
"is_bot": false,
"headline": "physicaldrivegetter: align storcli2 typing and statuses with UG v1.1",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-11T10:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "404dcff2598c3ccc37d19d24c54ee1c6f7c5d4fe",
"body": "Implement ports.LogicalVolumesGetter for storcli2 / perccli2, mirroring the\nssacli getter and the megaraid v1 virtual-drive parsing. LogicalVolumes()\nreads every virtual drive from a single \"/cN/vall show all\" call;\nLogicalVolume() reads one via its \"/cN/vM\" selector, with a not-found guard on\nan em\n[…]\net).\n\nOne implementation serves both binaries through the injected\ncommandrunner.CommandRunner. Section structs live in the getter file and\nconsume the shared storcli2.Decode + utils.UnmarshalToSlice.",
"is_bot": false,
"headline": "logicalvolumegetter: add storcli2 logical volume getter",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-11T10:07:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b7de8466950c57796621b3a7bf82fb7479fcdc5",
"body": "Implement ports.PhysicalDrivesGetter for storcli2 / perccli2, mirroring the\nssacli getter and the megaraid v1 physical-drive parsing. PhysicalDrives()\nreads the whole inventory from a single \"/cN/eall/sall show all\" (which already\ncarries each drive's detailed information); PhysicalDrive() reads one\n[…]\nds).\n\nOne implementation serves both binaries through the injected\ncommandrunner.CommandRunner. Section structs live in the getter file and consume\nthe shared storcli2.Decode + utils.UnmarshalToSlice.",
"is_bot": false,
"headline": "physicaldrivegetter: add storcli2 physical drive getter",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-10T16:05:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e51cabe475e708fbe461d82cbf385965b089eb23",
"body": "IsJBODSupported and IsJBODEnabled are informational fields (the ssacli getter\ndoes not even fill them), yet their data sources — \"/cN show aso\" and\n\"/cN show autoconfig\" — were load-bearing for the whole inventory: a failure\npayload or a missing \"Advanced Software options\" / \"Auto-config Information\n[…]\n JBOD information\"\n(both fields false) instead of an inventory error. A runner execution failure\nstill errors: if the binary cannot run at all, the preceding \"show all\" calls\nwould have failed anyway.",
"is_bot": false,
"headline": "controllergetter: degrade missing storcli2 JBOD probe data to false",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-10T15:35:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84ef1306db7cbcd0bda57a787fb17b57105d0e6d",
"body": "storcli2 and perccli2 do not use the process exit code as a reliable success\nsignal: some failures (e.g. an invalid drive) exit non-zero while still writing\ntheir JSON error payload to stdout, whereas others (invalid controller, invalid\nVD) exit zero. cmd.Output() turned the former into a Go error a\n[…]\ng drive exits 255 with a\n\"Drive not found\" JSON payload.\n\nAlign the storcli2 package docs (envelope.go, decode.go), which still claimed\nthe CLI \"exits 0 even on failure\", with this corrected contract.",
"is_bot": false,
"headline": "commandrunner: surface storcli2/perccli2 in-JSON errors on non-zero exit",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-10T15:29:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ad1556e1b94d15dbaffc02726f0911151fca54b",
"body": "controllergetter: add storcli2 controller getter",
"is_bot": false,
"headline": "Merge pull request #57 from scality/feature/storcli2-controller-getter",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-10T13:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ff9c7b3b271832f248311caa42543c14263cca",
"body": "Implement ports.ControllersGetter for storcli2 / perccli2, mirroring the\nssacli getter. Controllers() lists controllers from the global \"show all\"\nSystem Overview and resolves each one through Controller(), which builds a\nRAIDController from three commands:\n\n - \"/cN show all\" -> Name and Ser\n[…]\nes both binaries through the injected\ncommandrunner.CommandRunner. Section structs live in the getter file and\nconsume the shared storcli2.Decode helper plus utils.UnmarshalTo* for\nnested-key lookups.",
"is_bot": false,
"headline": "controllergetter: add storcli2 controller getter",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-09T21:06:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a6becf0bb789c8c26c084cde3b8506168164460",
"body": null,
"is_bot": true,
"headline": "chore(deps): update golangci/golangci-lint-action action to v9.2.1",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-09T05:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e05e2a9fb70cab33c6ca0fec6afde02fc65254",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.4.0",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-09T05:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9279180460b28402618e77a1544e66b93c56ea96",
"body": "chore(deps): pin dependencies",
"is_bot": false,
"headline": "Merge pull request #51 from scality/renovate/pin-dependencies",
"author_name": "Teddy Andrieux",
"author_login": "TeddyAndrieux",
"committed_at": "2026-06-08T08:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848d26cda192d7c150cf4ccef66932c3400156fc",
"body": null,
"is_bot": true,
"headline": "chore(deps): pin dependencies",
"author_name": "scality-renovate[bot]",
"author_login": "scality-renovate[bot]",
"committed_at": "2026-06-08T07:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6391c8205850438c8fbe501d7e01c28adb0e9764",
"body": "testdata: lay out storcli2 fixtures per component package",
"is_bot": false,
"headline": "Merge pull request #50 from scality/improvement/storcli2-testdata-layout",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-05T16:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5be1490e6eee351afb46df6093e3b528c2620cde",
"body": "Place the storcli2 capture under each decomposed component's testdata/storcli2/\ndirectory (controllergetter, physicaldrivegetter, logicalvolumegetter,\nlogicalvolumemanager, blinker), mirroring the ssacli fixture layout. Add\ntests/testdata-tools/collect_storcli2_testdata.sh: the capture script from\nP\n[…]\nocuments the command-to-file mapping. The megaraid (storcli v1)\nfixtures are untouched. Three set/migrate fixtures captured as syntax-error\ntext (storcli2 grammar change) are flagged for regeneration.",
"is_bot": false,
"headline": "testdata: lay out storcli2 fixtures per component package",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-05T13:55:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c282aed242f818cec24397eaa5c949ce7196045",
"body": "commandrunner: add storcli2 and perccli2 JSON command runners",
"is_bot": false,
"headline": "Merge pull request #49 from scality/feature/storcli2-command-runner",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-05T12:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70adeea6859f503b7d3d063542fefa1eea39541",
"body": "Add StorCLI2 and PercCLI2 runners implementing CommandRunner. Each selects its\nbinary (default path or override), appends the \"J\" JSON output flag to every\ninvocation and returns stdout (captured alone so the JSON parses cleanly),\nfollowing the exec-command seam the other runners use for testing.",
"is_bot": false,
"headline": "commandrunner: add storcli2 and perccli2 JSON command runners",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-03T15:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "148ae0524b981c288adab717ba6639f6f5fd5b73",
"body": "storcli2: add JSON envelope and decoder",
"is_bot": false,
"headline": "Merge pull request #48 from scality/feature/storcli2-envelope-structs",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-03T13:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "995314cfa8973db2ac722dc8bead02bf54631f68",
"body": "Add a minimal storcli2 package holding the shared command envelope\n(CmdOutput/Controller/CommandStatus/DetailedStatus) and Decode([]byte), which\nunmarshals the envelope and surfaces the in-JSON errors storcli2 reports at\nexit 0 (non-Success Command Status -> Detailed Status message, falling back to\nDescription). Per-section structs (controllers, physical drives, virtual\ndrives) live in their getter packages, like the mdadm/ssacli adapters.",
"is_bot": false,
"headline": "storcli2: add JSON envelope and decoder",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-03T08:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab9e9f8387c3b04988299e2c82c9fee70f82f99",
"body": "utils: support IEC binary size units (KiB..PiB)",
"is_bot": false,
"headline": "Merge pull request #47 from scality/improvement/binary-size-units",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-03T08:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177676725f8e5cd6729ecca9bd3ea602a8793604",
"body": "storcli2 reports sizes with IEC labels (e.g. \"9.094 TiB\") that ConvertSizeBytes\nrejected. Map KiB/MiB/GiB/TiB/PiB to the same binary multipliers as the existing\nKB..PB labels. These RAID CLIs report binary quantities regardless of label\n(ssacli \"800 GB\" == 858993459200 == 800 GiB; megaraid \"16.370 TB\" ==\n17999005346693 == 16.370 TiB), so both families share the 1024-based multiplier;\na comment and tests document this on purpose.",
"is_bot": false,
"headline": "utils: support IEC binary size units (KiB..PiB)",
"author_name": "Alex Rodriguez",
"author_login": "ezekiel-alexrod",
"committed_at": "2026-06-02T14:37:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 150,
"latest_release_at": "2026-07-20T08:22:10Z",
"latest_release_tag": "v0.17.1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 22,
"days_since_latest_release": 1,
"mean_days_between_releases": 48
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/scality/raidmgmt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/scality/raidmgmt",
"is_deprecated": false,
"latest_version": "v0.17.1",
"repository_url": "https://github.com/scality/raidmgmt",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T08:20:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 16,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-02-20",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 42402,
"source_files_sampled": 89,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2601
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.41.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 37,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/pkg/errors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/vektra/mockery/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.53.6"
},
{
"name": "github.com/vektra/mockery/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.7.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/pkg/errors",
"direct": true,
"version": "v0.9.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/vektra/mockery/v2",
"direct": true,
"version": "v2.53.6",
"ecosystem": "go"
},
{
"name": "github.com/vektra/mockery/v3",
"direct": true,
"version": "v3.7.1",
"ecosystem": "go"
},
{
"name": "github.com/chigopher/pathlib",
"direct": false,
"version": "v0.19.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/huandu/xstrings",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/iancoleman/strcase",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/copier",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.2.4",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/rs/zerolog",
"direct": false,
"version": "v1.34.0",
"ecosystem": "go"
},
{
"name": "github.com/sagikazarmark/locafero",
"direct": false,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": false,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/spf13/viper",
"direct": false,
"version": "v1.21.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.3",
"ecosystem": "go"
},
{
"name": "github.com/subosito/gotenv",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.33.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": false,
"version": "v1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 37,
"direct_count": 4,
"indirect_count": 33
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 73,
"open_issues": 1,
"closed_ratio": 0.667,
"closed_issues": 2,
"closed_unmerged_prs": 8
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ezekiel-alexrod",
"commits": 127,
"avatar_url": "https://avatars.githubusercontent.com/u/131964409?v=4"
},
{
"type": "User",
"login": "vdaviot",
"commits": 110,
"avatar_url": "https://avatars.githubusercontent.com/u/13586695?v=4"
},
{
"type": "User",
"login": "g-carre",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/122804551?v=4"
},
{
"type": "User",
"login": "TeddyAndrieux",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/41334261?v=4"
},
{
"type": "User",
"login": "renovate-bot",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4"
},
{
"type": "User",
"login": "m4nch0t",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10454852?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.414
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pre-merge.yaml",
"promote.yaml",
"release.yaml",
"review.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": 10,
"reason": "all dependencies are pinned",
"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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "489f1f1139979bd575effd41398d73e11394bf24",
"ran_at": "2026-07-22T02:12:05Z",
"aggregate_score": 6.7,
"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-20T08:22:13Z",
"oldest_open_prs": [
{
"number": 63,
"created_at": "2026-06-15T04:18:37Z",
"last_comment_at": "2026-07-14T04:24:49Z",
"last_comment_author": "github-actions"
},
{
"number": 76,
"created_at": "2026-06-29T04:07:56Z",
"last_comment_at": "2026-07-03T14:29:54Z",
"last_comment_author": "ezekiel-alexrod"
}
],
"last_merged_pr_at": "2026-07-20T08:20:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 30,
"created_at": "2025-09-29T10:03:16Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/scality/raidmgmt",
"host": "github.com",
"name": "raidmgmt",
"owner": "scality"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 74,
"vitality": 84,
"community": 36,
"governance": 73,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 150,
"human_commit_share": 0.89,
"days_since_last_push": 1,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "150 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 150
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 19,
"latest_release_tag": "v0.17.1",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 48
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"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": "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": 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": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 16,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "16 watchers",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 16
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"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": 52,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 6,
"top_contributor_share": 0.414
},
"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 41% of commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 41
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 73,
"open_issues": 1,
"closed_issues": 2,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "73/81 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 73,
"decided": 81
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 129,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "scality",
"public_repos": 174,
"account_age_days": 5802
},
"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": "129 followers of scality",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 129,
"login": "scality"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "174 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 174
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/scality/raidmgmt"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"golang",
"library",
"megaraid",
"raid",
"raids",
"smartarray",
"mdadm",
"perccli",
"ssacli",
"storcli",
"hardware-raid"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.7
},
"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 is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 37 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 37
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 37,
"unassessed_packages": 0,
"affected_by_severity": "unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 37,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 5
},
"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": "excellent",
"name": "AI Readiness",
"value": 91,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.933,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 2601
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "83 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 83,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.08,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 42402,
"source_files_sampled": 89,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/89 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 89,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T02:12:22.471468Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/scality/raidmgmt.svg",
"full_name": "scality/raidmgmt",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}