Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3018,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 846890,
"Python": 3595,
"Makefile": 147
},
"pushed_at": "2026-07-20T00:55:53Z",
"created_at": "2015-02-06T09:32:43Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T06:09:49Z",
"description": "goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "v5",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Go OpenStack Exchange",
"type": "Organization",
"login": "go-goose",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10880085?v=4",
"created_at": "2015-02-06T09:26:33Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 4189
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.1.7",
"kind": "patch",
"published_at": "2026-07-20T00:57:49Z"
},
{
"tag": "v5.1.6",
"kind": "patch",
"published_at": "2026-05-21T08:21:04Z"
},
{
"tag": "v5.1.5",
"kind": "patch",
"published_at": "2026-05-20T12:56:13Z"
}
],
"recent_commits": [
{
"oid": "1fed3fdd6ddc055c50331b3ee91f3874c53af072",
"body": "feat: add cinder DeleteAttachment for stale volume attachments",
"is_bot": false,
"headline": "Merge pull request #107 from xtrusia/force-detach-volume",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2026-07-20T00:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a96cc182065128136875cccfca87911ec4aeb9",
"body": "Return a not implemented error for Cinder v2 endpoints and for servers\nthat reject Block Storage microversion 3.27.\n\nSigned-off-by: Seyeong Kim <seyeong.kim@canonical.com>",
"is_bot": false,
"headline": "Reject unsupported attachment API versions",
"author_name": "Seyeong Kim",
"author_login": "xtrusia",
"committed_at": "2026-07-19T04:37:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "687d33b97e5526a80aaffba33fd692c96a306523",
"body": "Pass response messages as format arguments for forbidden, duplicate value,\nand conflict errors. This preserves percent signs in plain text and JSON\nerror responses.\n\nSigned-off-by: Seyeong Kim <seyeong.kim@canonical.com>",
"is_bot": false,
"headline": "Treat HTTP error messages as data",
"author_name": "Seyeong Kim",
"author_login": "xtrusia",
"committed_at": "2026-07-18T22:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fcea3b19589479579f25b68f27793483cab2f1b",
"body": "Add an attachments-API call to remove a volume attachment, which frees a\nvolume whose attachment has gone stale, for example when the instance was\ndeleted while a detach was still in flight and the volume is left wedged\nin detaching. Cinder checks with the Compute API first: it removes the\nattachmen\n[…]\ns the\nvolume's attachment entry reports the volume id in its id field, so a\ncaller targeting a specific attachment needs the real attachment id.\n\nSigned-off-by: Seyeong Kim <seyeong.kim@canonical.com>",
"is_bot": false,
"headline": "cinder: add DeleteAttachment using the attachments API",
"author_name": "Seyeong Kim",
"author_login": "xtrusia",
"committed_at": "2026-06-29T05:32:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d4a34593c897ede4fb3f0af26d38e3845a491f4",
"body": "A 409 that is not a duplicate previously surfaced as a bare\n*http.HttpError. Map it to a new Conflict error code so callers can tell\nit apart, and add errors.IsConflict next to the existing predicates. The\nexisting \"already exists\" handling is unchanged.\n\nSigned-off-by: Seyeong Kim <seyeong.kim@canonical.com>",
"is_bot": false,
"headline": "errors/http: map non-duplicate 409 to a Conflict error",
"author_name": "Seyeong Kim",
"author_login": "xtrusia",
"committed_at": "2026-06-29T05:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b8650815aaae4556b0778838a22940b7ec4f68b",
"body": "fix: trust auth JSON tags",
"is_bot": false,
"headline": "Merge pull request #106 from manadart/v5-fix-trust",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2026-05-21T08:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3cb138f4053f75df2f441bad807aa51560a1c1c",
"body": "This was actually correct, then changed before landing a prior patch.\nIt turns out to be required in this form by O7k, and is restored here.",
"is_bot": false,
"headline": "fix: serialisation tags for trust auth",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2026-05-21T08:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c272b04468f405506940a3ed3e3702c2520e772",
"body": "feat: add v3 Keystone trust auth support",
"is_bot": false,
"headline": "Merge pull request #105 from manadart/v5-keystone-trusts",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2026-05-19T12:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f27cc082fb91da697322a629ff82bafa3768c36",
"body": null,
"is_bot": false,
"headline": "feat: add v3 Keystone trust auth support",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2026-05-19T12:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91abe0973063efe6701bdf36bd7e2df217f0417f",
"body": "feat: update the neutron test service to support port filters",
"is_bot": false,
"headline": "Merge pull request #104 from wallyworld/add-port-filter-testservice",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2025-11-19T05:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e211e908ef970a1c05a542f92721d9bc30116901",
"body": null,
"is_bot": false,
"headline": "chore: update go version and dependencies",
"author_name": "wallyworld",
"author_login": "wallyworld",
"committed_at": "2025-11-19T05:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcc4b07408b7856a839300d6c69d8485f6b3f88",
"body": null,
"is_bot": false,
"headline": "feat: update the neutron test service to suppoet port filters",
"author_name": "wallyworld",
"author_login": "wallyworld",
"committed_at": "2025-11-19T02:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6428799c7cac05d7106fdfa7bb17a7bea0f8655e",
"body": null,
"is_bot": false,
"headline": "fix: return a notfound err (#103)",
"author_name": "Adis Azhar",
"author_login": "adisazhar123",
"committed_at": "2025-09-04T06:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc18f8566bf37686ce276cf60a660eeb15421058",
"body": null,
"is_bot": false,
"headline": "feat: expose `extra_specs` field in flavor detail (#102)",
"author_name": "Adis Azhar",
"author_login": "adisazhar123",
"committed_at": "2025-07-29T09:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a52f03a5edb84d061140dc6c3d1b832c0202a9a8",
"body": "* feat: add tags when updating a security group\n\n* refactor: function signature\n\n* chore: apply pr feedback",
"is_bot": false,
"headline": "feat: add tags when updating a security group (#101)",
"author_name": "Adis Azhar",
"author_login": "adisazhar123",
"committed_at": "2025-07-14T06:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e152ebe5ca2c7bc689e55084b20c52863a7f82",
"body": "* feat: support to create tags and filter sec groups\n\n* test: create group and filter by tag\n\n* chore: use PUT method to be consistent with CLI\n\n* chore: use PUT method to be consistent with CLI\n\n* test: tags for security groups\n\n* trigger workflow\n\n* chore: make linter happy\n\n* chore: add tags in t\n[…]\ntest: rollback when tag creation fails\n\n* chore: make comments to be explicit\n\n* chore: make linter happy\n\n* test: try to find group by name\n\n* test: apply feedback from PR\n\n* chore: fix error message",
"is_bot": false,
"headline": "feat: support to create tags and filter security groups (#100)",
"author_name": "Adis Azhar",
"author_login": "adisazhar123",
"committed_at": "2025-07-09T07:33:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "abaee9096e3ac764c12e7fd1c2a50bf62ea9345c",
"body": "…ices\n\n[JUJU-3447] Include RemoteGroupID when adding secgroup rules in testservices",
"is_bot": false,
"headline": "Merge pull request #98 from jack-w-shaw/JUJU-3447_fix_bug_in_testserv…",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2023-04-21T18:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db4ebb7886c0acf7054933c344fd4ce65b2a521",
"body": "Previosuly this was missing so any added secgoup with RemoteGroupID were\ninstead defaulted to being open to the universe\n\nThis was causing false neagtive test results in juju/juju",
"is_bot": false,
"headline": "Include RemoteGroupID when adding secgroup rules in testservices",
"author_name": "Jack Shaw",
"author_login": "jack-w-shaw",
"committed_at": "2023-04-21T17:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e49e456da1f62c629a2fc6944fe96b2af94368",
"body": "[JUJU-1426] http.StatusConflict, 409, can also be \"already exists\"",
"is_bot": false,
"headline": "Merge pull request #97 from hmlanigan/status-conflict",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2022-07-07T17:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781664254fe491dbbe4e2655c6c80b6a49ef302b",
"body": null,
"is_bot": false,
"headline": "http.StatusConflict, 409, can also be \"already exists\". LP1980956",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2022-07-07T16:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7227d44183a5e1298ccfc273a9765edb4231ab66",
"body": "Do not combine unauthorised and forbidden error codes",
"is_bot": false,
"headline": "Merge pull request #96 from wallyworld/quota-error",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2022-04-19T05:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952a34dba4efc6565ed6f2369a31defc0b0f961e",
"body": null,
"is_bot": false,
"headline": "Update gh tests to go 1.17",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2022-04-19T05:32:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2576166ffcf4bb00bd99ad8b1ac532c8fd88aa8",
"body": null,
"is_bot": false,
"headline": "Do not combine unauthorised and forbidden error codes",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2022-04-19T05:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d60fb5daf3916a7ac7c5ed5f9d8594e2297e6c4",
"body": null,
"is_bot": false,
"headline": "Migrate from v4 branch",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2022-04-19T03:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0015d23b7487e1b6d0b204d4f272f70023a91de",
"body": "Use network names in server.Addresses instead of fake names",
"is_bot": false,
"headline": "Merge pull request #95 from hmlanigan/update-add-server",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2021-11-05T13:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea51e0db611c33544110daa900bce82403593f7",
"body": null,
"is_bot": false,
"headline": "Use network names in server.Addresses instead of fake names",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2021-11-04T20:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda372ae25db974dea5a044754f35eefa3f3a773",
"body": "Logging: Default logger",
"is_bot": false,
"headline": "Merge pull request #94 from SimonRichardson/debug-logging",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-29T13:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4ad4a556b9ef91c109ced09a076fa90d77d330",
"body": "Remove the loggo dependency from the non-test code base. You don't need\na loggo dependency directly for logging, instead you just need a Debugf\nmethod. The fact that a direct dependency on this was required makes it\nvery difficult to iterate the loggo logger in the new modern world of go\nmod.\n\nRemove the comment about just depending on loggo, I really think that's\nthe wrong thing to do.",
"is_bot": false,
"headline": "Logging: Default logger",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-29T12:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5be176eecc0f21d50e8bc77393e1fb752cea8f06",
"body": "Package: Move to go.mod",
"is_bot": false,
"headline": "Merge pull request #93 from SimonRichardson/go-mod-library",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-09T08:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ebb408491d7cd858c14b4259ed34a59d63544f",
"body": "Drop pkg support and instead move directly to go.mod. This should allow\nus to iterate harder using the standard tooling.",
"is_bot": false,
"headline": "Package: Move to go.mod",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-09T08:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1a13f4e1283c0b2a61772ae733d0deff9da821",
"body": "Linter: Introduce static analysis",
"is_bot": false,
"headline": "Merge pull request #91 from SimonRichardson/static-analysis",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T16:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a7e145741d987659b80eb1fef5c50277ce2310",
"body": null,
"is_bot": false,
"headline": "Makefile: add default target",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T16:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b953549a8e8a00a73b4abaff047cae685b662b0",
"body": "The following just removes parts of the test python script that can be\nbetter served from a simple makefile. The following isn't complicated,\nit's just more standardised.",
"is_bot": false,
"headline": "Test python script: Removing old test python script",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T16:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8973f78844ccfc5bc6987f465ae62e835c2645e",
"body": null,
"is_bot": false,
"headline": "Makefile: Add unit-test workflow",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T15:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44bea66d78e4e487bffb9f05030645b56d355ead",
"body": null,
"is_bot": false,
"headline": "go mod: Add go.mod and go.sum dependencies.",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T15:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c26b4756f23f7c51eb037c23e5e8f92769a754e",
"body": "Following on from #90 it was noticed that there was some dead code, so\nto improve the codebase a static-analysis tool was added and run. The\nsubsequent changes are the fallout from running the tool.",
"is_bot": false,
"headline": "Linter: Introduce static analysis",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T15:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf0609cc58f4e38da59b6152a497e6dca2ed064",
"body": "HTTP: Allow passing http client",
"is_bot": false,
"headline": "Merge pull request #90 from SimonRichardson/pass-http-client",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T15:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acb063473c3d16d962be4e513bb7642a957a10e",
"body": "The http clients are now created in the client. We can remove the\nvarious client functions in http package and now just pass options\ncorrectly in client.",
"is_bot": false,
"headline": "Client: Remove old deprecated methods",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T09:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a618742eaa3ff1bd1e2c2005a2f9a9b5a9e93672",
"body": "Passing in the http client, allows us to ensure the same client is used\nthroughout the lifecycle of a goose query. The previous implementations\neither used the default http client in the stdlib or it created a new\nhttp.client depending on circumstances of how you create the goose http\nclient.\n\nThe c\n[…]\ns backwards compatible as possible so\nwe don't need to rev the library. There are some deprecated ways to\ncreate a goose http client that are no longer in use internally, but are\nstill made available.",
"is_bot": false,
"headline": "HTTP: Allow passing http client",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T08:58:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "393eb2bc5f9fd42cfbdf113f74501d504bf3986f",
"body": "Version: Move to v3 from v2",
"is_bot": false,
"headline": "Merge pull request #92 from SimonRichardson/v3-version-change",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T08:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50af22938e5995a98857d09ca0e89155eaf5cedc",
"body": "The following is a very mechanical change that moves from v2 to v3.",
"is_bot": false,
"headline": "Version: Move to v3 from v2",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2021-06-08T08:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf841f2b8d72717b1e95338c3b7fc2e0533579f",
"body": "Add ListAvailabilityZones API to volume endpoint",
"is_bot": false,
"headline": "Merge pull request #87 from wallyworld/volume-availability-zones",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2020-07-01T00:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35073c9bbec7e7d8cbddf43837186c11fc8ad83d",
"body": null,
"is_bot": false,
"headline": "Add ListAvailabilityZones API to volume endpoint",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2020-07-01T00:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c829f62c42a124f510394e506a967c9d11d9b52",
"body": "Allow overloading of headers.",
"is_bot": false,
"headline": "Merge pull request #85 from SimonRichardson/update-port",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-03T13:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97fbb7d298bfd7dd9d5c80d697171c54045c1b5c",
"body": null,
"is_bot": false,
"headline": "Add code comments to help with Option understanding",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-02T11:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50831ca46113717ab9e2a6de774d674eb05d5b56",
"body": "Help with better readability.",
"is_bot": false,
"headline": "Rename lift to makeHeaders",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-02T10:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb87d2c475ca1a3e13a4c5aed374c28682abfe15",
"body": "The following changes expose the http headers to we as a library user\ncan alter them if required. This happens to be the case for juju, where\nwe want to ensure that some headers are not set.\n\nThis is a halfway house as the real fix is to create a factor method for\nhandling the different client const\n[…]\nhe factory to then create them. Unfortunately we're\nlate in the cycle and doing that at this late stage is _very_ risky. So\nlet's take the more moderate approach and come back to this for V3 of\ngoose.",
"is_bot": false,
"headline": "Expose http headers",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-02T09:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83d547f39a43454deacf379b0c319b90d2b3f62f",
"body": "Trying to understand how the identity client works from the tests where\nalmost impossible because somebody has just merged the code into one\nblock.\n\nUsing lines allows the code to breathe, please do this!",
"is_bot": false,
"headline": "Readable code",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-02T09:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3d7f089aa287db18e55945e9a12b919acf1268",
"body": null,
"is_bot": false,
"headline": "Add update port",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-04-01T13:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf4cb4e21d87427f961a4017941c2a019af4081",
"body": "In order to understand whom owns the device (port in this case), so that\nwe can effectively remove a port that we own, we need to check the\nownership first.",
"is_bot": false,
"headline": "Expose device owner",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-31T14:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a893cd52739886b22f14dd4b2ac66f105458967a",
"body": "Add MACAddress property to PortV2",
"is_bot": false,
"headline": "Merge pull request #83 from manadart/return-port",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2020-03-27T15:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeef79b53251a8cb1b02e5c6fc0d662a906c20fb",
"body": "cloud-init network config for created OpenStack servers.",
"is_bot": false,
"headline": "Adds MACAddress property to PortV2. We need this in order to add",
"author_name": "Joseph Phillips",
"author_login": "manadart",
"committed_at": "2020-03-27T15:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab914003d547f0dc01c26ac8421c55c6b1d66ace",
"body": "Port tags",
"is_bot": false,
"headline": "Merge pull request #80 from SimonRichardson/port-tag",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-16T15:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91977db7f377b5c6463b200f56efad423192fce8",
"body": "OS interfaces",
"is_bot": false,
"headline": "Merge pull request #82 from SimonRichardson/os-interfaces",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-13T17:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd14e20a84d39fc444cfcc9ab5f9b2445ef36e4d",
"body": "To prevent delete server error'ing out with the introduction of os\ninterfaces, we should verify that it doesn't return an error.",
"is_bot": false,
"headline": "Ensure that we handle all errors",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-13T17:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caffd86525929305ab9db49ed24294fb94fe53f2",
"body": "Although we don't use the tag in this, we probably want to expose it for\ndebugging purposes.",
"is_bot": false,
"headline": "Expose Tag on OSInterface",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-13T17:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42275c4bbdf03fe615fe2ed6ba847e3eca094549",
"body": "Deprecated API Requests.",
"is_bot": false,
"headline": "Merge pull request #81 from SimonRichardson/deprecated",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-13T15:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e206d91b912daa42f95fea5730afcd461d40dd",
"body": "Inorder to correctly test certain functionality within juju, we need\nto expose this functionality to the unit tests.",
"is_bot": false,
"headline": "Expose required testing functions",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-13T13:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c58fbebf1e0dbc2a3028ef28749af619dece1d",
"body": "The following adds the /servers/{server_id}/os-interface endpoint\nfor listing all ports associated with a server.\n\nAdded subsequent tests to the stubs to ensure that we test the getting\nthe expected interfaces back from the stub server.\n\nThe documentation for this is here:\nhttps://docs.openstack.org\n[…]\nute/?expanded=list-port-interfaces-detail\n\nThe is required to fulfill the need from Juju to be able to get all the\nports of a given server, to then be able to delete them when destroying\na controller.",
"is_bot": false,
"headline": "Add os-interfaces to nova",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-12T12:38:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c4381abf1c40d22946708ce59c77376441e589c",
"body": "When looking over the documentation to add new API requests, some of our\nexisting API calls are using deprecated methods. The following changes\ncalls out the methods and sets them aside in a deprecated file, until we\nhave a plan to create a new v3 goose.\n\nThe plan would entail if we remove the old calls and provide no\nalternative or if we add the new calls to allow migration forward for\nothers.\n\nEither way, the first step of calling out what shouldn't be used is\nprobably a good path forward.",
"is_bot": false,
"headline": "Deprecated API Requests.",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-10T11:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07da32f0d53eab1679e3389aa2e22afb3d66c95d",
"body": "Adding typed tags filter const should allow to filter the list of\nports by tags to identify existing ports.",
"is_bot": false,
"headline": "Typed tags filter",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-03T14:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e65833abac476141935356822f20f5e0932c6fa",
"body": "In order to identify ports once created and to be able to filter\nthem using list ports, it's ideal to place tags on each port.\n\nThe code updates the port struct to add the tag and then goes\nthrough the test harness to expect the tag field in the tests.",
"is_bot": false,
"headline": "Port tags",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-03-03T13:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc624cc0ae77ab888b42b3084ad915c9e5e12bbc",
"body": "Neutron model test access",
"is_bot": false,
"headline": "Merge pull request #79 from SimonRichardson/test-neutron-model",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-21T15:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9522337f30cbb3bb1eca9724ee9ba4d538f41ba2",
"body": "In order to replicate how openstack performs certain duties at the\nservice layer, we need access to the underlying model to be able to\nperform the same duties. This then allows us to exercise the code in\nJuju.\n\nIn an ideal world this wouldn't need to be done, as Juju would have unit\ntested at the right level instead of using blackbox testing at every\nlevel.",
"is_bot": false,
"headline": "Neutron model test access",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-21T14:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db186ebeaaddfe617dae1bd1367243cd06e0202c",
"body": "Omit empty on FixedIPsV2",
"is_bot": false,
"headline": "Merge pull request #78 from SimonRichardson/omit-empty-fixed-ips",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2020-02-19T13:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecece87b863461cdb87c4420ea8c54487d32286",
"body": "The following ensures that we don't have to supply a fixed ip address if\nyou're not likely to have one. Also we invert that statement as well, as\nyou may have a IPAddress but not a subnet ID, so in both scenarios we\nomitempty.\n\nThis should help with trying to create a port with in Juju, but we don't\nhave a subnet_id.",
"is_bot": false,
"headline": "Omit empty on FixedIPsV2",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-19T12:06:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871ee3cbcbdb40c7a23ae20d01cbde1ae82b3e8d",
"body": "Port V2 API calls",
"is_bot": false,
"headline": "Merge pull request #77 from SimonRichardson/port-api-addition",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2020-02-18T13:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528c8783a98b375a5541a6cedaac3ea50093b45f",
"body": "Adding list filtering is an expectation when using the goose library and\nit has it in other places. The server code was setup for this, but the\nlibrary code wasn't able to pass that in. Adding the filtering was\nreally simple by just passing in the generic filter option.\n\nAdditionally fixing typo and ensuring we're exposing everything we need\nwhen requesting the port.",
"is_bot": false,
"headline": "Add List filtering",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-18T12:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5960bfcf6dcead9ee226415a0cb8c552068329a",
"body": "The following tests delete directly so that we can ensure that the API\nis correctly wired up.\n\nAlso moved to url param instead of a query param for the get method.",
"is_bot": false,
"headline": "Test delete directly",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-14T10:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900ebba27b9cb8331bad6fb18b8cd122669b60a9",
"body": "The following adds tests to ensure that the http server works as\nexpected. The feels a lot like testing the tests at which point you have\nto ask if this is overkill?\n\nI feel in the future it would be better served to write mocks for the\nAPI and not have so much http testing tests. One has to realise that\nyou're actually testing the tests and not the integration with the\nopenstack API.",
"is_bot": false,
"headline": "Add ports http service testing",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-14T09:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfece994f6ba6b0af4c229d8050bfe424fb63ba8",
"body": "The following starts to add stubbing test code, along with tests for\nthat test code.\n\nTurtles all the way down, for an infinite regress.",
"is_bot": false,
"headline": "Adding neutronservice tests",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-13T16:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5afcaca6757c7dcb908580c774b7c75d0337a65",
"body": "Adding the ability to create, get, list and delete a series of ports\nfor the neutron API.\n\nThe following code duplicates most of the existing work found with in\nthe neutron networking code, but adapts it for Ports. The API\ndocumentation for the Ports API can be found[1].\n\nThis is required to provide\n[…]\ns and multiple nic support to Juju. See\nwork in progress PR[2]\n\n1. https://docs.openstack.org/api-ref/network/v2/index.html?expanded=create-port-detail#ports\n2. https://github.com/juju/juju/pull/11188",
"is_bot": false,
"headline": "Port V2 API calls",
"author_name": "Simon Richardson",
"author_login": "SimonRichardson",
"committed_at": "2020-02-13T11:42:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f18d0f2f8f9bc5b5234a338670210c4bf4328ab4",
"body": "Added Disk values to mock flavors",
"is_bot": false,
"headline": "Merge pull request #76 from hpidcock/add-block-device-mapping",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2019-06-11T01:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83fec6f23eb9f2c9d48894751be2f3334be5de5e",
"body": null,
"is_bot": false,
"headline": "Added Disk values to mock flavors",
"author_name": "Harry Pidcock",
"author_login": "hpidcock",
"committed_at": "2019-06-11T01:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ae5f99205fa37cf5dc547c61a9e2be0f75fa6b",
"body": "Added block_device_mapping_v2 to RunServer API",
"is_bot": false,
"headline": "Merge pull request #75 from hpidcock/add-block-device-mapping",
"author_name": "Ian Booth",
"author_login": "wallyworld",
"committed_at": "2019-06-06T23:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb49ca63b05d6a18c2346c5d27d8049ac301120c",
"body": null,
"is_bot": false,
"headline": "Added unit tests for device block mapping",
"author_name": "Harry Pidcock",
"author_login": "hpidcock",
"committed_at": "2019-06-06T07:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7489319381a5ff7b0afa5fde384a6057367b4889",
"body": null,
"is_bot": false,
"headline": "Added block_device_mapping_v2 to RunServer API",
"author_name": "Harry Pidcock",
"author_login": "hpidcock",
"committed_at": "2019-06-06T04:07:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b769d3462eedac5f8ec2458f8e61a0dfe54d51",
"body": "fall back to service catalogue url if fail with MultipleChoice error after api version discovery",
"is_bot": false,
"headline": "Merge pull request #74 from hmlanigan/bug-1817242",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-26T14:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e375f80937f0b74e2b3cde0b8492d3845a1022",
"body": "if a MultipleChoice error is received during SendRequest().\n\nAdd appropriate tests.",
"is_bot": false,
"headline": "Fix lp:1817242 by falling back to the catalogue url for the service,",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-26T14:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef60b8cd0a03a8bf2bd767550642569e5e28e53c",
"body": null,
"is_bot": false,
"headline": "use goosehttp.HttpClient interface",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-25T19:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beeaeaaf830941b3841c2f6d46dba15e2d236b47",
"body": "Handle http.StatusMultipleChoices in handleError to help fix lp:1817242.",
"is_bot": false,
"headline": "Add HttpClient interface to facilitate using mocks in client testing.",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-25T19:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641ad3d9ff98904b8d9bc0a466fd86e522d59b46",
"body": null,
"is_bot": false,
"headline": "Add MultipleChoicesError",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-25T19:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee632147701469fceec580af5061ae3b5e742d9",
"body": null,
"is_bot": false,
"headline": "Remove old commented out code",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2019-04-25T19:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9b64132d71c47930543f2add6ddab0fc402147",
"body": "* Fixed the keystonev3 logic and error messages\r\n\r\n* Addressed review comments\r\n\r\n* Corrected the error calls\r\n\r\n* Addressed review comments\r\n\r\n* Reverted code\r\n\r\n* Addressed review comments\r\n\r\n* Modified the unit test\r\n\r\n* Added unittests for v3 keystone Scope/Project\r\n\r\n* Fixed format issues\r\n\r\n* Added additional check for uniformity\r\n\r\n* Corrected syntax\r\n\r\n* Modified unit tests\r\n\r\n* Removed debug printf",
"is_bot": false,
"headline": "Fixed the keystonev3 logic and error messages (#72)",
"author_name": "Vinodhini Balusamy",
"author_login": "vinu2003",
"committed_at": "2018-08-16T04:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b4881f832a0e573afec9b7b115d913954b3448",
"body": "…le-requests-race-free\n\nclient: ensure requests are restarted in a race-free way.",
"is_bot": false,
"headline": "Merge pull request #73 from rogpeppe/006-mhilton-002-ensure-restartab…",
"author_name": "Roger Peppe",
"author_login": "rogpeppe",
"committed_at": "2018-08-14T19:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6c72b293298525c01377016d419eb05f3ba4933",
"body": "Ensure that we can still use bodies that are longer than the\nmaximum buffer size, fix a couple of places where the\nmutex was not unlocked, add some better tests for the functionality\nand some better comments.",
"is_bot": false,
"headline": "internal/goosio: improve logic; better tests",
"author_name": "Roger Peppe",
"author_login": "rogpeppe",
"committed_at": "2018-08-14T13:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fdd0ea34f7a8ea5db1c63b72ee78d7a999a3a6",
"body": "HTTP clients can return whilst they are still reading a request\nbody. Ensure that any request with a body is not restarted until the\nprevious request has closed it.",
"is_bot": false,
"headline": "client: ensure requests are restarted in a race-free way.",
"author_name": "Martin Hilton",
"author_login": "mhilton",
"committed_at": "2018-08-10T13:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4e401f08de4ccfaa8d9c0b289e43f302cf9bd6",
"body": "client: reset a ReqReader if it is necessary to re-authenticate",
"is_bot": false,
"headline": "Merge pull request #70 from mhilton/001-seek-reader-on-token-expire",
"author_name": "Roger Peppe",
"author_login": "rogpeppe",
"committed_at": "2018-08-09T10:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa9d35d2b88768c2f4cc7db7e7f35b70e7956dec",
"body": null,
"is_bot": false,
"headline": "client: reset a ReqReader if it is necessary to re-authenticate",
"author_name": "Martin Hilton",
"author_login": "mhilton",
"committed_at": "2018-08-09T10:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2954da4a7cbf66677c87b60a865729d0240ab90",
"body": "* fixed TenantId/Name for Keystone version\r\n\r\n* Removed version verification using URL\r\n\r\n* Fixed the v2 logic to set TenantName\r\n\r\n* Addressed review comments\r\n\r\n* Added unit test for v3userpass\r\n\r\n* Addressed review comments\r\n\r\n* Cleanup",
"is_bot": false,
"headline": "fixed TenantId/Name for Keystone version (#69)",
"author_name": "Vinodhini Balusamy",
"author_login": "vinu2003",
"committed_at": "2018-08-09T06:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc2ac8f3ac3904725fe9bef85d30b53713b3be9",
"body": null,
"is_bot": false,
"headline": "add cinder.BasicTLSConfig() (#65)",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2018-07-31T15:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea50808b6d33ccddc3e5646e2b1a54474519c922",
"body": null,
"is_bot": false,
"headline": "add method to get Cert for testing with UseTLS = true (#64)",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2018-07-25T13:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472466afd6da7993f0dfa61f75a2b4feac11e57e",
"body": null,
"is_bot": false,
"headline": "add client.NewClientTLSConfig (#63)",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2018-07-19T20:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36df5d12fc6d0ef1c102e1c18a22ddf345b18821",
"body": "* Bug 1756135, improve handling of service catalog urls during api\r\nversion discovery. Provide coverage to additional OpenStack deployments.\r\n\r\nAdd Trace to client logging.",
"is_bot": false,
"headline": "juju bug 1756135, improve handling of service catalog urls (#62)",
"author_name": "hmlanigan",
"author_login": "hmlanigan",
"committed_at": "2018-03-22T12:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc44b23a313a8a3e4051e7ee568a954a8cb3385",
"body": "Minimal version of Neutron GBP API\n\nA minimal Neutron GBP API client required to create a Policy Target inside a Policy Target Group.",
"is_bot": false,
"headline": "Merge pull request #61 from wupeka/gbp-simple",
"author_name": "Juju bot",
"author_login": "jujubot",
"committed_at": "2018-02-08T12:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec59fdc0d5abe035c4d227cd459bc9f663ded829",
"body": null,
"is_bot": false,
"headline": "Minimal version of Neutron GBP API, reverse engineered from python code.",
"author_name": "Witold Krecicki",
"author_login": "wupeka",
"committed_at": "2018-02-08T12:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3fb91ea8c933a6c92361a2f6849962fe37f21a2",
"body": "cinder: use goose/http.Client\n\nUse goose/http.Client in a few methods\r\nof the Cinder client, so we can use the\r\ncommon goose/errors functions. Not all\r\nmethods have been updated; only the ones\r\nnecessary to delete and detach volumes.\r\n\r\nAlso update the Nova code for dealing\r\nwith volume attachments to not regard\r\n404 as \"not implemented\".",
"is_bot": false,
"headline": "Merge pull request #60 from axw/cinder-volume-not-found",
"author_name": "Juju bot",
"author_login": "jujubot",
"committed_at": "2017-12-13T00:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ac683825dd486896d0fba26d7c9ebd9770daef",
"body": "Use goose/http.Client in a few methods\nof the Cinder client, so we can use the\ncommon goose/errors functions. Not all\nmethods have been updated; only the ones\nnecessary to delete and detach volumes.\n\nAlso update the Nova code for dealing\nwith volume attachments to not regard\n404 as \"not implemented\".",
"is_bot": false,
"headline": "cinder: use goose/http.Client",
"author_name": "Andrew Wilkins",
"author_login": "axw",
"committed_at": "2017-12-12T04:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb5c96ccec1c7617badcb4098313bdb90e654bf",
"body": "When handling ratelimit in http, Retry-After can be in the http-date\n\nformat as well as delay-seconds. Handle accordingly.",
"is_bot": false,
"headline": "Merge pull request #58 from hmlanigan/bug1728725",
"author_name": "Juju bot",
"author_login": "jujubot",
"committed_at": "2017-10-31T22:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ece93e6a45b19c9e2539eec29f07956a9703f2c",
"body": "format as well as delay-seconds. Handle accordingly.",
"is_bot": false,
"headline": "When handling ratelimit in http, Retry-After can be in the http-date",
"author_name": "Heather Lanigan",
"author_login": "hmlanigan",
"committed_at": "2017-10-31T21:48:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 14,
"latest_release_at": "2026-07-20T00:57:49Z",
"latest_release_tag": "v5.1.7",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 7,
"days_since_latest_release": 7,
"mean_days_between_releases": 30.3
},
"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/go-goose/goose/v5",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/go-goose/goose/v5",
"is_deprecated": false,
"latest_version": "v5.1.7",
"repository_url": "https://github.com/go-goose/goose",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T00:55:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 41,
"stars": 19,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-24",
"count": 2
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-11-28",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2017-02-02",
"count": 1
},
{
"date": "2017-02-14",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2018-02-04",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-07",
"count": 2
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_forks": 41
},
"star_history": null,
"open_issues_and_prs": 11
},
"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": 43926,
"source_files_sampled": 118,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/golang/mock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/juju/collections",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.4"
},
{
"name": "github.com/juju/gnuflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/juju/loggo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "gopkg.in/check.v1",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0-20201130134442-10cb98267c6c"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/golang/mock",
"direct": true,
"version": "1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/juju/collections",
"direct": true,
"version": "1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/juju/gnuflag",
"direct": true,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/juju/loggo",
"direct": true,
"version": "1.0.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/check.v1",
"direct": true,
"version": "1.0.0-20201130134442-10cb98267c6c",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/kr/text",
"direct": false,
"version": "0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "1.14.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 5,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 85,
"open_issues": 11,
"closed_ratio": 0.267,
"closed_issues": 4,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "wallyworld",
"commits": 216,
"avatar_url": "https://avatars.githubusercontent.com/u/5808968?v=4"
},
{
"type": "User",
"login": "jameinel",
"commits": 116,
"avatar_url": "https://avatars.githubusercontent.com/u/202877?v=4"
},
{
"type": "User",
"login": "jujubot",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/7779494?v=4"
},
{
"type": "User",
"login": "bz2",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/1188565?v=4"
},
{
"type": "User",
"login": "SimonRichardson",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/2562584?v=4"
},
{
"type": "User",
"login": "hmlanigan",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/18268820?v=4"
},
{
"type": "User",
"login": "axw",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/843579?v=4"
},
{
"type": "User",
"login": "rogpeppe",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/66491?v=4"
},
{
"type": "User",
"login": "sodre",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1043285?v=4"
},
{
"type": "User",
"login": "manadart",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/562661?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.393
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"static-analysis.yml",
"test.yml"
],
"has_docs_dir": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "8 out of 14 merged PRs checked by a CI test -- score normalized to 5",
"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": 9,
"reason": "Found 14/15 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1fed3fdd6ddc055c50331b3ee91f3874c53af072",
"ran_at": "2026-07-28T00:47:36Z",
"aggregate_score": 5.1,
"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-20T03:03:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T00:55:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2015-02-22T12:54:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2015-03-11T15:45:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2015-03-11T16:09:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2016-10-04T18:03:28Z",
"last_comment_at": "2016-10-04T23:41:40Z",
"last_comment_author": "axw"
},
{
"number": 35,
"created_at": "2016-11-28T13:14:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2017-11-15T11:00:18Z",
"last_comment_at": "2018-07-31T13:39:05Z",
"last_comment_author": "hmlanigan"
},
{
"number": 66,
"created_at": "2018-07-31T08:33:53Z",
"last_comment_at": "2018-08-09T09:57:03Z",
"last_comment_author": "mhilton"
},
{
"number": 67,
"created_at": "2018-08-07T05:12:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2018-08-07T05:21:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2021-03-28T02:26:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 99,
"created_at": "2025-01-17T17:46:40Z",
"last_comment_at": "2025-01-17T17:47:16Z",
"last_comment_author": "axinojolais"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/go-goose/goose",
"host": "github.com",
"name": "goose",
"owner": "go-goose"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 61,
"vitality": 75,
"community": 53,
"governance": 65,
"engineering": 51
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v5.1.7",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 30.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~30.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 30.3
}
}
],
"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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 41,
"stars": 19,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "41 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 41
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"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 (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.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": "moderate",
"name": "Sustainability & Governance",
"value": 65,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 24,
"top_contributor_share": 0.393
},
"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 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 85,
"open_issues": 11,
"closed_issues": 4,
"issue_closed_ratio": 0.267,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "27% of issues closed",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 27
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "85/92 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 85,
"decided": 92
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/15 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "go-goose",
"public_repos": 1,
"account_age_days": 4189
},
"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": "1 followers of go-goose",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "go-goose"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~11 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/go-goose/goose/v5"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 51,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 14 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 14 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 14/15 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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 8 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": 8
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 8,
"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": 14
},
"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": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.77,
"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": "77 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"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": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": 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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 43926,
"source_files_sampled": 118,
"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/118 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 118,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T00:47:58.320239Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/go-goose/goose.svg",
"full_name": "go-goose/goose",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}