Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 13398,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 6017719,
"Shell": 3669
},
"pushed_at": "2026-04-10T22:32:16Z",
"created_at": "2023-02-16T11:28:32Z",
"owner_type": "User",
"updated_at": "2023-02-07T08:39:03Z",
"description": "Gophercloud: an OpenStack SDK for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://that.guru",
"name": "Stephen Finucane",
"type": "User",
"login": "stephenfin",
"company": "Red Hat",
"location": "Ireland",
"followers": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/1690835?v=4",
"created_at": "2012-04-29T21:08:50Z",
"is_verified": null,
"public_repos": 171,
"account_age_days": 5200
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-01-28T12:06:24Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2022-12-07T13:36:08Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-11-24T19:34:07Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-08-29T12:40:46Z"
},
{
"tag": "v0.25.0",
"kind": "minor",
"published_at": "2022-05-30T15:07:15Z"
},
{
"tag": "v0.24.0",
"kind": "minor",
"published_at": "2021-12-13T20:05:12Z"
},
{
"tag": "v0.23.0",
"kind": "minor",
"published_at": "2021-11-15T14:28:54Z"
},
{
"tag": "v0.22.0",
"kind": "minor",
"published_at": "2021-10-07T15:26:06Z"
},
{
"tag": "v0.21.0",
"kind": "minor",
"published_at": "2021-09-14T22:35:26Z"
},
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2021-08-10T22:07:10Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2021-07-22T14:43:54Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2021-06-11T14:28:51Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2021-04-10T03:34:30Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2021-02-23T15:20:29Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2020-12-27T20:31:17Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2020-11-12T03:31:35Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2020-09-27T14:59:29Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2020-06-25T14:30:07Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2020-05-15T01:59:05Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2020-04-12T21:18:13Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2020-03-11T02:14:02Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2020-02-09T00:12:41Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2019-12-04T02:49:01Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2019-10-17T14:24:39Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2019-10-13T17:52:44Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2019-09-04T01:31:01Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2019-08-01T00:50:34Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2019-06-17T14:26:30Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2019-05-25T09:18:29Z"
}
],
"recent_commits": [
{
"oid": "c4fd26e93f7d8194cc3eedbdff448e46497f46ad",
"body": null,
"is_bot": false,
"headline": "nova: introduce servers.ListDetails along with a simple servers.List",
"author_name": "kayrus",
"author_login": "kayrus",
"committed_at": "2023-02-13T14:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d9be97a65c06ada2186d886044cf5b4378f69fe",
"body": "As per the [OpenStack object-storage\ndocs](https://docs.openstack.org/api-ref/object-store/#create-container),\ncontainer names must not contain a slash (`/`).\n\nWith this patch, objectstorage functions error when called with a containerName\ncontaining a slash.",
"is_bot": false,
"headline": "objectstorage: Reject container names with a slash",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-02-13T14:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e05edf58f7c8dc44b5c2f888d84006d269fb624",
"body": null,
"is_bot": false,
"headline": "objects: Clarify ExtractContent usage",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-02-13T14:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19861576e904b7a5f7ddd856aa01de8c39dfeb4",
"body": null,
"is_bot": false,
"headline": "Add release instructions",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-02-13T14:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ee5b4f954aa1b1693feef63d3e841923a2685f",
"body": "Added target state \"rebuild\" for Ironic nodes",
"is_bot": false,
"headline": "Merge pull request #2529 from G-PORTAL/rebuild-state",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-02-03T07:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48668ac8988748626f9ac5ab46b17f228c17857",
"body": "baremetal: add inspection_{started,finished}_at to Node",
"is_bot": false,
"headline": "Merge pull request #2545 from dtantsur/baremetal-inspection",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-02-03T07:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "279a5b5cbb97d76c843097b8c4511f0403358a67",
"body": "Drop train job for baremetal",
"is_bot": false,
"headline": "Merge pull request #2546 from shiftstack/remove-ironic-train-job",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-02-02T23:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca69e694dbeeef352807ea376bc1394efcd2b67",
"body": "Upstream had EOL-ed the train branch and is no longer accepting fixes.\nOur patch to fix the installation of virtualbmc with python 3.6 [1] was\nabandoned. We have no choice than dropping our train job as it's going\nto permafail and we can't fix it.\n\n[1] https://review.opendev.org/c/openstack/ironic/+/847436\n\nClose #2439",
"is_bot": false,
"headline": "Drop train job for baremetal",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-02-02T17:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78453056cb3085d6d2c41af1564e66ef3c396fda",
"body": "…ings-get\n\nkeystone: add v3 OS-FEDERATION mappings get operation",
"is_bot": false,
"headline": "Merge pull request #2543 from OpenSource-THG/keystone-federation-mapp…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-02-02T16:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4db36afc2afe45c9b4200d7f97636a379e3cb1f",
"body": null,
"is_bot": false,
"headline": "baremetal: add inspection_{started,finished}_at to Node",
"author_name": "Dmitry Tantsur",
"author_login": "dtantsur",
"committed_at": "2023-02-02T15:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f7f5e721f025d29ccf921aaf34a8fdf24cfe58",
"body": null,
"is_bot": false,
"headline": "Add get mapping operation",
"author_name": "Emil Maruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2023-01-30T08:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0878b07ace8ecc3e6d858a302e506c33416a407",
"body": "Prepare v1.2.0",
"is_bot": false,
"headline": "Merge pull request #2538 from shiftstack/prepare_v1.2.0",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-28T12:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253550399070cc7f0abdbc051ebb556ec947164e",
"body": "The changelog for v1.2.0 is the output of:\n\n```\ngh pr list \\\n --state merged \\\n --search 'milestone:v1.2.0' \\\n --json number,title \\\n --template \\\n '{{range .}}* {{ printf \"[GH-%v](https://github.com/gophercloud/gophercloud/pull/%v)\" .number .number }} {{ .title }}\n{{end}}'\n```",
"is_bot": false,
"headline": "Update changelog with latest changes",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-01-27T17:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43ea430ec710d85bcbab4d1c77b6f4ab36c14b19",
"body": "…ings-create\n\nkeystone: add v3 OS-FEDERATION mappings create operation",
"is_bot": false,
"headline": "Merge pull request #2530 from OpenSource-THG/keystone-federation-mapp…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-01-27T16:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9a753c4d7ca667954f1f3c21a55d532def558aa",
"body": "Add field hidden in containerinfra/v1/clustertemplates",
"is_bot": false,
"headline": "Merge pull request #2542 from bartekle/master",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-01-27T14:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ece82b554c6779f6f2a3f71712dad438889062dd",
"body": "The changelog for v1.2.0 is the output of:\n\n```\ngh pr list \\\n --state merged \\\n --search 'milestone:v1.2.0' \\\n --json number,title \\\n --template \\\n '{{range .}}* {{ printf \"[GH-%v](https://github.com/gophercloud/gophercloud/pull/%v)\" .number .number }} {{ .title }}\n{{end}}'\n```",
"is_bot": false,
"headline": "Prepare v1.2.0",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-27T13:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd036b9fc2bfa8d9bbfb96644949ef4bf55ff2a",
"body": null,
"is_bot": false,
"headline": "Convert CHANGELOG to Unix EOL",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-27T13:53:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3763b92a755c34d9daf4aad29cb4ee94f24ef002",
"body": "Modify user-agent header to ensure current gophercloud version is provided",
"is_bot": false,
"headline": "Merge pull request #2519 from UmBsublime/dev/version",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-27T13:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f62f9a978a522fda7141136e598ff975bcb803",
"body": "…vided",
"is_bot": false,
"headline": "Modify user-agent header to ensure current gophercloud version is pro…",
"author_name": "Charles Vaillancourt",
"author_login": null,
"committed_at": "2023-01-27T13:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389e565c8b08f6a74049f15a6cbcf8cc699d1ccf",
"body": null,
"is_bot": false,
"headline": "Add field hidden in containerinfra/v1/clustertemplates",
"author_name": "Bartosz Leszczynski",
"author_login": "bartekle",
"committed_at": "2023-01-27T12:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15a9febe946eb166054888e3862fcc0d3dd905b2",
"body": "Support value_specs for Ports",
"is_bot": false,
"headline": "Merge pull request #2537 from Nordix/port-value-specs",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2023-01-24T16:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f8f68868c9ff527cc26edaf2d42c02c341a2f7",
"body": null,
"is_bot": false,
"headline": "Support value_specs for Ports",
"author_name": "Lennart Jern",
"author_login": "lentzi90",
"committed_at": "2023-01-24T13:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68edf4fa96bd931b2615b91ddee57192a18803e",
"body": "README: remove some notes",
"is_bot": false,
"headline": "Merge pull request #2536 from EmilienM/readme",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-24T12:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8035031fce93c9f085037411bee348ba0391d719",
"body": "Some notes are outdated, we don't use openlab nor vexxhost anymore, we\ncan remove the notes here to avoid confusion on where our CI is located\nnow.",
"is_bot": false,
"headline": "README: remove some notes",
"author_name": "Emilien Macchi",
"author_login": "EmilienM",
"committed_at": "2023-01-23T20:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c3a156a7ed6f27708a1afa46717cafdd27d428",
"body": "…heap/github-action-required-labels-3\n\nBump mheap/github-action-required-labels from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #2531 from gophercloud/dependabot/github_actions/m…",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2023-01-02T09:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92a181f50471d17b1343809d1b5b90bc8674f35",
"body": "Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 2 to 3.\n- [Release notes](https://github.com/mheap/github-action-required-labels/releases)\n- [Commits](https://github.com/mheap/github-action-required-labels/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: mheap/github-action-required-labels\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump mheap/github-action-required-labels from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-02T09:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696832f62dd82ae90ae4ae5f160ec98e66be5568",
"body": null,
"is_bot": false,
"headline": "Add missing doc",
"author_name": "Emil Maruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-12-27T15:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338a10ae6dac6b34bcff8967fc6bf4b65c628a16",
"body": null,
"is_bot": false,
"headline": "Use random mapping name",
"author_name": "Emil Maruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-12-27T15:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc4a8356542ada176b771ed261162cb7d68c271f",
"body": null,
"is_bot": false,
"headline": "Add acceptance test for mappings create",
"author_name": "Emil Maruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-12-22T14:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66324e6e497389328c2ed734749e59f64209b41a",
"body": null,
"is_bot": false,
"headline": "Add mappings create logic and test",
"author_name": "Emil Maruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-12-22T13:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421c693f3eb08908ad8ba85ececdcd9bf789397e",
"body": null,
"is_bot": false,
"headline": "Added target \"rebuild\"",
"author_name": "Alexander Birkner",
"author_login": "BirknerAlex",
"committed_at": "2022-12-22T00:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9809b6a9e2bfdf5a3c7f4cdf94750f535279e590",
"body": "The stable/train branch no longer exist in designate repo. Use tag\npointing to latest commits of the branch instead.",
"is_bot": false,
"headline": "[CI] Use eol tags for train dns job",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-12-15T00:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0899f6d59e43c113e2c69e7e61ee604b46b88685",
"body": "The stable/ussuri and stable/train branches no longer exist in magnum\nrepo. Use tags pointing to latest commits of relevant branches instead.\n\nAlso force magnumclient to be in sync with the tested branch.",
"is_bot": false,
"headline": "[CI] Use eol tags for ussuri and train containerinfra jobs",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-12-15T00:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422f5a5054a97c83da8eac158bf48a0edc7d29eb",
"body": "It would otherwise pick master and fail to install in the train and\nussuri jobs due to older versions of Ubuntu not having a recent enough\npython.",
"is_bot": false,
"headline": "[CI] Force zaqarclient branch in clustering and messaging jobs",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-12-15T00:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8953ff3d25a9cc0a4fec5bf09c2fdfc8c577cd50",
"body": "Update changelog preparing v1.1.1",
"is_bot": false,
"headline": "Merge pull request #2522 from shiftstack/prepare_v1.1.1",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-12-07T13:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9a8487891b4fe78471b51251dc3e4796fd18e7",
"body": null,
"is_bot": false,
"headline": "Update changelog preparing v1.1.1",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-12-07T13:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6266ecf266002a63a07b2469041a841acfeac8eb",
"body": "The changelog for v1.1.0 is the curated output of:\n\n```\ngh pr list \\\n --state merged \\\n --search 'milestone:v1.1.0' \\\n --json number,title \\\n --template \\\n '{{range .}}* {{ printf \"[GH-%v](https://github.com/gophercloud/gophercloud/pull/%v)\" .number .number }} {{ .title }}\n{{end}}'\n```",
"is_bot": false,
"headline": "Update changelog preparing v1.1.0",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-11-24T19:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111283771b136ce4e89f7ba2d598fa376eb49ce6",
"body": "objectstorage testing: Fix order of assertions",
"is_bot": false,
"headline": "Merge pull request #2514 from shiftstack/objectstorage_test_expected",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-24T08:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cc91e55c77625ed717db86b43d9b7a0fe8cfb70",
"body": "objectstorage: Do not parse NoContent responses",
"is_bot": false,
"headline": "Merge pull request #2513 from shiftstack/fix_swift_204_content_type",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-24T07:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0961d48fa26a34aa512510824eacf4f7c24147e",
"body": "Fix confusing error messages on failing tests. The assertions all\nrequired \"expected\" before \"actual\" in their arguments.",
"is_bot": false,
"headline": "objectstorage testing: Fix order of assertions",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-11-23T15:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13195b74322da44b558c5af0fa769ae5b6f3750b",
"body": null,
"is_bot": false,
"headline": "Remove the non-existent Type field from the response - fixtures",
"author_name": "Paweł Kubica",
"author_login": "pawcykca",
"committed_at": "2022-11-23T14:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a96f25b641fe73d0362d0e457123711b713696c",
"body": null,
"is_bot": false,
"headline": "Remove the non-existent Type field from the response",
"author_name": "Paweł Kubica",
"author_login": "pawcykca",
"committed_at": "2022-11-23T14:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184da063ffe86fd509411dd4c737dd9a292bc199",
"body": null,
"is_bot": false,
"headline": "Add support for volume type for db/v1/instance",
"author_name": "Paweł Kubica",
"author_login": "pawcykca",
"committed_at": "2022-11-23T14:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64ed1bc1ee4b8e3a063c11bf7fdcd8c8328fe18a",
"body": "Some Swift instances respond with HTTP status code 204 when asked to\nlist containers and there are no containers, or when asked to list\nobjects on an empty container. Before this patch, Gophercloud would\nerror because the header `content-type` is absent on the response.\n\nWith this patch, objectstorage responses with HTTP status code 204 are\nimmediately recognised as empty and their body is not read.",
"is_bot": false,
"headline": "objectstorage: Do not parse NoContent responses",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-11-23T12:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "740fda7e968580921994a66208b0da97635ecfa9",
"body": "[Identity v3] Add available domain listing",
"is_bot": false,
"headline": "Merge pull request #2506 from artem-lifshits/auth/domains",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-23T07:53:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3002039ddd3235c86b90d7e8c9fb45613e2e3b83",
"body": "Manila: add Get for share-access-rules API",
"is_bot": false,
"headline": "Merge pull request #2496 from gman0/shareaccessrules-get",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-18T09:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a6bc5d3dd6bf0e19fd2937f80bfb5f7e6cf14a",
"body": null,
"is_bot": false,
"headline": "Manila: add Get for share-access-rules API",
"author_name": "Robert Vasek",
"author_login": "gman0",
"committed_at": "2022-11-17T17:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022c50f253ebd8ebcd5fedeec7141307411cd74c",
"body": null,
"is_bot": false,
"headline": "Add available domain listing",
"author_name": "artem_lifshits",
"author_login": null,
"committed_at": "2022-11-16T08:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92af431fa9fda7421c254797464537442c4c3e0d",
"body": "…uler\n\nStaskraev/l3 agent scheduler",
"is_bot": false,
"headline": "Merge pull request #2501 from catalyst-cloud/staskraev/l3-agent-sched…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-14T10:04:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "918cd8378747db5360fbc5810eb6f3cf229a8457",
"body": "Co-authored-by: Martin André <martin.andre@gmail.com>",
"is_bot": false,
"headline": "Fixes misspel in l3-scheduling acceptance test",
"author_name": "Stanislav",
"author_login": "flashvoid",
"committed_at": "2022-11-11T20:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904e42c24a38470a489405762fa519bf564d0d3c",
"body": null,
"is_bot": false,
"headline": "Addressing review for l3-agent-scheduling",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-11-11T02:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fe8d1e08fec45a3cf08f1d704575458cdc7740",
"body": "…ctions/checkout-3\n\nBump actions/checkout from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #2502 from gophercloud/dependabot/github_actions/a…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-07T16:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f760aaec217b724e8d65bd32ac8f9d0b56761fe",
"body": "Bump golang.org/x/crypto",
"is_bot": false,
"headline": "Merge pull request #2503 from shiftstack/bump_crypto",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-11-07T16:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b1b76f03b2d14c7aa502b6356464d7fbc8da92",
"body": "We use \"go get\" to install test dependencies in Go v1.14. As a side\neffect, `go.sum` was polluted and `golang.org/x/crypto` was bumped to a\nversion that is incompatible with Go v1.14.\n\nWith this change, installing test dependencies no longer changes the\nstate of the checked-out repository.",
"is_bot": false,
"headline": "tests: Fix Go v1.14 \"go vet\"",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-11-07T16:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93fcf241ce3405b530ce561082b29bd6d3afcea7",
"body": "Update the depedency to the last commit that is compatible with Go\nv1.14. The [next commit][1] replaces calls to `io/ioutil` to its\nreplacements in the `io` and `os` packages, which are not available in\nGo v1.14.\n\n[1]: https://go-review.googlesource.com/c/crypto/+/430797",
"is_bot": false,
"headline": "Bump golang.org/x/crypto",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-11-07T10:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b25f1c6cc05f1da1f33f97dbbc9379abee62f17",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T09:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3982feca40f4c5313fe46f8310a7a8c06d6aa3",
"body": null,
"is_bot": false,
"headline": "Skip l3_scheduling acceptance test when extension not enabled",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-11-01T10:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d5056080ec302e2a996f771c0a51195ff517b3",
"body": null,
"is_bot": false,
"headline": "Fix go vet in neutron tests",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-11-01T10:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a795059f3b5d7cd9a0c388840682355d00858259",
"body": null,
"is_bot": false,
"headline": "Add acceptance test for l3-agent-scheduler",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-11-01T07:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "effefce7d06135d7c4b80cbc9948ef81adc615a6",
"body": null,
"is_bot": false,
"headline": "Add documentation for l3-agent-scheduler",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-10-31T23:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32266607e09a4ae3f5da2a7d5806f630fc9fee2d",
"body": null,
"is_bot": false,
"headline": "Add support for l3-agent-scheduler extensions",
"author_name": "Stas Kraev",
"author_login": "flashvoid",
"committed_at": "2022-10-31T07:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0226ea5963656bcd435ab17af475e2345e523fcb",
"body": "…milienM/devstack-action-0.9\n\nBump EmilienM/devstack-action from 0.8 to 0.9",
"is_bot": false,
"headline": "Merge pull request #2493 from gophercloud/dependabot/github_actions/E…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-14T13:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2169d6bf20b3e7965d3dc3e2f9a0e5e1979f3b4d",
"body": "Bumps [EmilienM/devstack-action](https://github.com/EmilienM/devstack-action) from 0.8 to 0.9.\n- [Release notes](https://github.com/EmilienM/devstack-action/releases)\n- [Commits](https://github.com/EmilienM/devstack-action/compare/v0.8...v0.9)\n\n---\nupdated-dependencies:\n- dependency-name: EmilienM/devstack-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump EmilienM/devstack-action from 0.8 to 0.9",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-14T09:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "166ab3152ce4923ef01d2237085801778a1cfe8a",
"body": "Add VipQosPolicyID to loadbalancer Create and Update",
"is_bot": false,
"headline": "Merge pull request #2491 from nikParasyr/loadbalancer_vip_qos",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-14T06:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e21d13fd164cfdaa9a866b8ea570da56dafb784",
"body": "VipQosPolicyID can be defined for loadbalancers during creation\nand update. Moreover add the `neutron-qos` service to loadbalancer\nworkflow.\n[Docs](https://docs.openstack.org/api-ref/load-balancer/v2/?expanded=create-a-load-balancer-detail,update-a-load-balancer-detail#create-a-load-balancer)",
"is_bot": false,
"headline": "Add VipQosPolicyID to loadbalancer Create and Update",
"author_name": "nikParasyr",
"author_login": "nikParasyr",
"committed_at": "2022-10-13T17:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca6fd56748639eee670c26bda3d732a5f689ada",
"body": "…milienM/devstack-action-0.8\n\nBump EmilienM/devstack-action from 0.7 to 0.8",
"is_bot": false,
"headline": "Merge pull request #2490 from gophercloud/dependabot/github_actions/E…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-13T13:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400038a4bb432b8b104fa928b97eabd3437e179f",
"body": "Add Persistance for octavia pools.UpdateOpts",
"is_bot": false,
"headline": "Merge pull request #2488 from nikParasyr/session_persistance",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-13T11:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5061e087d0d64b13a3e580e2082a5c4f209fe67",
"body": "Add Prometheus protocol for octavia listeners",
"is_bot": false,
"headline": "Merge pull request #2487 from nikParasyr/prometheus_prot",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-13T11:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1470f5c989d72a044fd9f3374df067f399c03b14",
"body": "Bumps [EmilienM/devstack-action](https://github.com/EmilienM/devstack-action) from 0.7 to 0.8.\n- [Release notes](https://github.com/EmilienM/devstack-action/releases)\n- [Commits](https://github.com/EmilienM/devstack-action/compare/v0.7...v0.8)\n\n---\nupdated-dependencies:\n- dependency-name: EmilienM/devstack-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump EmilienM/devstack-action from 0.7 to 0.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-13T09:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911908084008b6f426db8fe31e7cd764d7b42b62",
"body": "…ings-list\n\nkeystone: add v3 OS-FEDERATION extension List Mappings",
"is_bot": false,
"headline": "Merge pull request #2468 from OpenSource-THG/keystone-federation-mapp…",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-10-13T09:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c741b60c1d310b4f717d0f6c6e1c6495cfae2cd3",
"body": "Session persistance can be updated on Octavia. Add it to\nUpdateOpts",
"is_bot": false,
"headline": "Add Persistance for octavia pools.UpdateOpts",
"author_name": "nikParasyr",
"author_login": "nikParasyr",
"committed_at": "2022-10-12T15:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d57b79670f9ba26c96a5ba0e57699bdc5b8e3e",
"body": "Prometheus protocol was added for octavia listeners on 2.25",
"is_bot": false,
"headline": "Add Prometheus protocol for octavia listeners",
"author_name": "nikParasyr",
"author_login": "nikParasyr",
"committed_at": "2022-10-12T15:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b28068aa97548cc08ccd8ff2f04f24272d4a51b",
"body": null,
"is_bot": false,
"headline": "Run go fmt",
"author_name": "emilmaruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-10-05T08:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeccb4544483607010c8f4448a504f2f48a68075",
"body": null,
"is_bot": false,
"headline": "Add acceptance test",
"author_name": "emilmaruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-10-04T16:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f0ca02b742e8b21b5ee07e245ec719f0ec963b6",
"body": null,
"is_bot": false,
"headline": "Add mappings list operation",
"author_name": "emilmaruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-10-04T16:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb3d84d753a6771c12ff4a135a0aa9234f0a0d1",
"body": "keystone: add v3 limits GetEnforcementModel operation",
"is_bot": false,
"headline": "Merge pull request #2470 from OpenSource-THG/keystone-limits-model",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-30T12:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d3ca6eca05a80ce954f224a0c9004221893d831",
"body": null,
"is_bot": false,
"headline": "Add acceptance tests",
"author_name": "emilmaruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-09-30T11:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c89b5bc47fa9687ee1361e92e2c4e7505df36a",
"body": "Implementing re-image volumeaction",
"is_bot": false,
"headline": "Merge pull request #2474 from mfatemipour/blockv3-volumeaction-reimage",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-27T15:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396d8b05842ee3ffccf710ee0ef0b33969d3fd3b",
"body": "Port CreatedAt and UpdatedAt: add back JSON tags",
"is_bot": false,
"headline": "Merge pull request #2477 from shiftstack/port_dates",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-27T15:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c912b0995dcf4c4b7c4c0c0302c7321308eff42",
"body": "Add service_types support for neutron subnet",
"is_bot": false,
"headline": "Merge pull request #2479 from nikParasyr/service_types",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-27T11:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee8cb657d7b2655add52fdb9f305dfeda980bb1",
"body": null,
"is_bot": false,
"headline": "Support for service types in neutron subnet",
"author_name": "nikParasyr",
"author_login": "nikParasyr",
"committed_at": "2022-09-27T07:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17fe2c6ca0be92b01ec0890f66816c386630e66",
"body": "Add createdAt, updatedAt and provisionUpdatedAt fields in Baremetal V1 nodes",
"is_bot": false,
"headline": "Merge pull request #2482 from dkt26111/ironic_node_time",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-27T07:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4183c0fb37edb7c4c5427c4de4d2edfc0fcb57",
"body": null,
"is_bot": false,
"headline": "Add ProvisionUpdatedAt field to Baremetal nodes",
"author_name": "Duc Truong",
"author_login": "dkt26111",
"committed_at": "2022-09-22T22:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f89b30e6f8e40d7a5fb5ab2e96c79262af152be",
"body": null,
"is_bot": false,
"headline": "Return createdAt and updatedAt fields in baremetal node API results",
"author_name": "Duc Truong",
"author_login": "dkt26111",
"committed_at": "2022-09-22T20:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec75f3c569e51b4ed8fdc8768363f5b2a4d3812",
"body": null,
"is_bot": false,
"headline": "Implementing re-image volumeaction",
"author_name": "Mohammad Fatemipour",
"author_login": null,
"committed_at": "2022-09-12T16:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca650ea280d585d3dd953d9f4e4e865b26c9397",
"body": "Removing them in 48581dacb7ec726e2ea5ed5094e0bf91db20751b was not\nnecessary. Removing them might break client-side serialisation.",
"is_bot": false,
"headline": "Port CreatedAt and UpdatedAt: add back JSON tags",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-09-12T13:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2090f9c4d35d703d663afe5affc5f691f7a9757c",
"body": "Support old time format for port CreatedAt and UpdatedAt",
"is_bot": false,
"headline": "Merge pull request #2475 from shiftstack/neutron-old-time-format",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-09-12T11:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48581dacb7ec726e2ea5ed5094e0bf91db20751b",
"body": "Older versions of neutron returned times as RFC 3339 \"no Z\" format.\nWhile gophercloud currently supports OpenStack versions from Train and\nabove, all returning the new RFC 3339 time format, there's no reasons to\nbe hostile against older OpenStack releases.\n\nThis commit makes the Port.CreatedAt and Port.UpdatedAt fields\ncompatible with older OpenStack releases.\n\nFixes #2469",
"is_bot": false,
"headline": "Support old time format for port CreatedAt and UpdatedAt",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-12T08:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75271e0e3ad8437ff7cb197f2e0390462e0dcd9",
"body": "Neutron v2: ScheduleBGPSpeakerOpts, RemoveBGPSpeaker, Lis…",
"is_bot": false,
"headline": "Merge pull request #2417 from shhgs/2022-05-30",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-08T16:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37211121f156ced1619c5326148412e5f9990bbf",
"body": null,
"is_bot": false,
"headline": "Use tools.WaitForTimeout to poll the state",
"author_name": "shhgs",
"author_login": "shhgs",
"committed_at": "2022-09-08T15:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0f867aed22bc2be7836479dc2ba0b82fe095e2b",
"body": null,
"is_bot": false,
"headline": "Make literals constant var in the URL generation",
"author_name": "shhgs",
"author_login": "shhgs",
"committed_at": "2022-09-08T13:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90725c57f7077bc29d8d6190fb082a301dcdf9a",
"body": null,
"is_bot": false,
"headline": "Use agent.Configurations to assert BGP speaker scheduling",
"author_name": "shhgs",
"author_login": "shhgs",
"committed_at": "2022-09-08T13:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed00e1164f8fbe10eb9e85700afca5994d9ef90",
"body": "…ingBGPSpeakers",
"is_bot": false,
"headline": "Neutron v2: ScheduleBGPSpeakerOpts, RemoveBGPSpeaker, ListDRAgentHost…",
"author_name": "shhgs",
"author_login": "shhgs",
"committed_at": "2022-09-08T13:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab2b5dec6f8e9f6b084f99c908996b6493d3c09",
"body": "tooling: Fix semver tooling issues",
"is_bot": false,
"headline": "Merge pull request #2467 from shiftstack/fix_semver",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-07T16:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56631052c71b0304a403e0e6c058de3fc528178a",
"body": null,
"is_bot": false,
"headline": "tooling: Fix semver tooling issues",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-09-07T14:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae3a080dff820340fff94617b5e2aec6954305b",
"body": null,
"is_bot": false,
"headline": "Add GetEnforcementModel operation",
"author_name": "emilmaruszczak",
"author_login": "emilmaruszczak",
"committed_at": "2022-09-07T07:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323ea7b85618aa4a7a46e4ab0f0d31b20701e52a",
"body": "Add support for Update for flavors",
"is_bot": false,
"headline": "Merge pull request #2456 from nikParasyr/flavor_update",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-06T13:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5222d96d5295b210d7ab06c6a1cb7eabae309d46",
"body": "Unlabeler: Fix permissions issue",
"is_bot": false,
"headline": "Merge pull request #2463 from shiftstack/fix_unlabel",
"author_name": "Martin André",
"author_login": "mandre",
"committed_at": "2022-09-06T13:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "966e902b74b8fe3d7f0c4049ddd92ac568a7536d",
"body": "Run the action in the context of the base of the pull request, rather\nthan in the context of the merge commit.\n\nThis change also restricts the permissions to what is strictly needed\nfor unlabeling.",
"is_bot": false,
"headline": "Unlabeler: Fix permissions issue",
"author_name": "Pierre Prinetti",
"author_login": "pierreprinetti",
"committed_at": "2022-09-06T13:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d777a1c3f7d4b139c43b1fc1dae87bce5f2ab78b",
"body": null,
"is_bot": false,
"headline": "Add support for Update for flavors",
"author_name": "nikParasyr",
"author_login": "nikParasyr",
"committed_at": "2022-09-05T14:31:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 29,
"commits_last_year": 0,
"latest_release_at": "2023-01-28T12:06:24Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_last_push": 106,
"active_weeks_last_year": 0,
"days_since_latest_release": 1275,
"mean_days_between_releases": 59.5
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/gophercloud/gophercloud",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/gophercloud/gophercloud",
"is_deprecated": false,
"latest_version": "v1.14.1",
"repository_url": "https://github.com/gophercloud/gophercloud",
"versions_count": 42,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-09-18T12:04:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 676
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 47360,
"source_files_sampled": 1824,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20220829220503-c86fa9a7ed90"
},
{
"name": "gopkg.in/yaml.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jtopjian",
"commits": 966,
"avatar_url": "https://avatars.githubusercontent.com/u/46959?v=4"
},
{
"type": "User",
"login": "jrperritt",
"commits": 704,
"avatar_url": "https://avatars.githubusercontent.com/u/1733222?v=4"
},
{
"type": "User",
"login": "smashwilson",
"commits": 481,
"avatar_url": "https://avatars.githubusercontent.com/u/17565?v=4"
},
{
"type": "User",
"login": "mandre",
"commits": 128,
"avatar_url": "https://avatars.githubusercontent.com/u/225909?v=4"
},
{
"type": "User",
"login": "sam-falvo",
"commits": 102,
"avatar_url": "https://avatars.githubusercontent.com/u/1495032?v=4"
},
{
"type": "User",
"login": "kayrus",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/4047483?v=4"
},
{
"type": "User",
"login": "EmilienM",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/1688225?v=4"
},
{
"type": "User",
"login": "ozerovandrei",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/14319296?v=4"
},
{
"type": "User",
"login": "JackKuei",
"commits": 69,
"avatar_url": "https://avatars.githubusercontent.com/u/37349764?v=4"
},
{
"type": "User",
"login": "pierreprinetti",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/4400408?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.285
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql-analysis.yml",
"functional-baremetal.yaml",
"functional-basic.yaml",
"functional-blockstorage.yaml",
"functional-clustering.yaml",
"functional-compute.yaml",
"functional-containerinfra.yaml",
"functional-dns.yaml",
"functional-identity.yaml",
"functional-imageservice.yaml",
"functional-keymanager.yaml",
"functional-loadbalancer.yaml",
"functional-messaging.yaml",
"functional-networking.yaml",
"functional-objectstorage.yaml",
"functional-orchestration.yaml",
"functional-placement.yaml",
"functional-sharedfilesystems.yaml",
"gomod.yml",
"greetings.yml",
"reauth-retests.yaml",
"semver-labels.yaml",
"semver-require.yaml",
"semver-unlabel.yaml",
"unit.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 72 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"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": 0,
"reason": "22 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c4fd26e93f7d8194cc3eedbdff448e46497f46ad",
"ran_at": "2026-07-26T14:26:31Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/stephenfin/gophercloud",
"host": "github.com",
"name": "gophercloud",
"owner": "stephenfin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 28,
"inputs": {
"security": 39,
"vitality": 22,
"community": 9,
"governance": 48,
"engineering": 46,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 33,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.96,
"days_since_last_push": 106,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 106 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 106
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 29,
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_latest_release": 1275,
"mean_days_between_releases": 59.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "29 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 29
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1275 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1275
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~59.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 59.5
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1259,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1259 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1259,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 9,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 99,
"top_contributor_share": 0.285
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 28% of commits",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 28
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 72 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 123,
"owner_type": "User",
"is_verified": null,
"owner_login": "stephenfin",
"public_repos": 171,
"account_age_days": 5200
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "123 followers of stephenfin",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 123,
"login": "stephenfin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "171 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 171
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "25 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 25
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 72 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"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": "22 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.583,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "56 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 47360,
"source_files_sampled": 1824,
"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/1824 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1824,
"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": [
"Community profile unavailable",
"go package 'github.com/gophercloud/gophercloud' points at a different repository (https://github.com/gophercloud/gophercloud); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T14:26:49.296962Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/stephenfin/gophercloud.svg",
"full_name": "stephenfin/gophercloud",
"license_state": "custom",
"license_spdx": null
}