Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 233003,
"has_wiki": false,
"homepage": "http://resinsight.org/",
"languages": {
"C": 3408886,
"C++": 49273467,
"GLSL": 98017,
"Roff": 3204,
"CMake": 466175,
"Shell": 400,
"MATLAB": 2291,
"Python": 234478,
"BitBake": 61608,
"Batchfile": 50,
"PowerShell": 126362,
"TypeScript": 1873127
},
"pushed_at": "2024-04-23T07:20:54Z",
"created_at": "2024-04-09T08:12:31Z",
"owner_type": "Organization",
"updated_at": "2024-04-23T06:27:39Z",
"description": "3D viewer and post processing of reservoir models",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "dev",
"license_spdx_raw": "GPL-3.0",
"primary_language": "C++",
"significant_languages": [
"C++"
]
},
"owner": {
"blog": "http://www.ceetronsolutions.com/",
"name": "Ceetron Solutions AS",
"type": "Organization",
"login": "CeetronSolutions",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/24569698?v=4",
"created_at": "2016-12-14T15:02:35Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 3509
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "webviz.test.0.0.2",
"kind": "other",
"published_at": "2024-04-22T14:28:23Z"
},
{
"tag": "webviz.test.0.0.1",
"kind": "other",
"published_at": "2024-04-11T14:18:32Z"
}
],
"recent_commits": [
{
"oid": "fbfc112d377ce49c29371df77d712c6521121f9e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'OPM:dev' into dev",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-23T06:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98144078c883bd0dd2cd27c9396e9dc9341b33bf",
"body": "* Rename to resdata\r\n* Remove development feature for storing grid import type in project file\r\n* Clean up comments",
"is_bot": false,
"headline": "Rename to resdata",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-22T17:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17e5237ca23274bc0ccc423207b089d77db15c5",
"body": "This reverts commit 274d4fc0db872b4032230dc5013667238572ca34.",
"is_bot": false,
"headline": "Revert \"Early return if data already is available\"",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-22T10:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16be653826f17c6ae50dc1709884cd0e0e23ac3d",
"body": null,
"is_bot": false,
"headline": "Updates after patch release",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-22T08:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ff3540baa46005261207c3d5083f0c1283f960",
"body": "* Fix calculation for active cell values\r\nAlways allocate result data for active cells in destination case. Make sure that active cells is used for both population of expression variables and filtering of data. Improved naming to make it clear that we always work with active cell data.\r\n\r\n* Check if\n[…]\n all cases\r\n\r\n\r\n* Bump version to 2024.03.1\r\n\r\n---------\r\n\r\nCo-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>\r\nCo-authored-by: jonjenssen <69144954+jonjenssen@users.noreply.github.com>",
"is_bot": false,
"headline": "Update dev branch after patch release",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-19T13:09:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "651da92b0337f0268e507f158598a8d9c16c0bd9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'OPM:dev' into dev",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-18T08:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932464ea55e12f3ad907418f2d639b6e0ef4ebdf",
"body": null,
"is_bot": false,
"headline": "Fixes by clang-tidy",
"author_name": "magnesj",
"author_login": "magnesj",
"committed_at": "2024-04-18T05:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e77b4f9e3befb8a2ee6f48b000b5ca2c049bd6ee",
"body": null,
"is_bot": false,
"headline": "Bump to version dev 05.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T13:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3255b649caeca89d6ef3b4e395d1441d510e9c09",
"body": "std::atomic was introduced in C++11, and provides same functionality in\nplatform-independent way.\n\nFixes #11072.",
"is_bot": false,
"headline": "#11072 Refactor: remove homemade atomic counter.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T13:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c759a118888246d9784d38676e5c9c09c6cd647f",
"body": "- Avoid warning using newer CMake by removing obsolete cmake requirements in sub projects\r\n- Several adjustments preparing for Qt6",
"is_bot": false,
"headline": "Cmake cleanup and selected Qt6 adjustments",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-17T13:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "174123f8b544812df1a7672790c3cfd9149da5e1",
"body": null,
"is_bot": false,
"headline": "Refactor: rename confusing push_back method on view collections.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T12:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ade044adbf2d6bf351bc95d1636da9bbd26af904",
"body": null,
"is_bot": false,
"headline": "Grid Ensemble: add methods to add view",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T12:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84362dfc0b22cb67c5d4c0e585d6f8d297e38f5",
"body": null,
"is_bot": false,
"headline": "Grid Ensemble: add menu item for importing grid ensemble.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T12:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acb06b1f539a105a11a6ba98311d56cf629a44d8",
"body": null,
"is_bot": false,
"headline": "Grid Ensemble: add pdm object.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-17T12:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4da8284414a7776f0a99b91cb407bc222646bc",
"body": "* Make sure we operate in the correct domain when picking points in the contour map",
"is_bot": false,
"headline": "Fix eclipse case contour map left click (#11378)",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-04-17T09:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e4cc364be99f3abfba097d3c08c30679cf3744",
"body": null,
"is_bot": false,
"headline": "Update qwt with optional Qt6 support",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-16T13:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85136fb343490c566509b0867079c2c83d83a872",
"body": null,
"is_bot": false,
"headline": "Make sure project tree is updated when view is deleted",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-16T13:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d688b1c8b9bd65c9fcfbb4365e212d2174b1780",
"body": null,
"is_bot": false,
"headline": "Eclipse case: avoid invalidating vector while iterating over it.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-16T13:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf61090cc7dc7251140461c3fd5c8db6d1e6542",
"body": null,
"is_bot": false,
"headline": "Fix intersection view regression.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-16T13:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030688cff673c175dd2504ee8564218f72155358",
"body": "* Avoid ambiguous definition during unity build on Windows\r\n* Add missing include\r\n* Add Qt6 to expressionparser\r\n* Add Qt6 to nightcharts\r\n* Replace forward define of QStringList with include <QStringList>\r\n* Use toMSecsSinceEpoch\r\n* Use setContentsMargins",
"is_bot": false,
"headline": "Several adjustments related to Qt6",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-16T12:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b9a25faaa9d08926f6b4ad1096fa781976716d",
"body": null,
"is_bot": false,
"headline": "Fix update of grid nodes.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6199289f30f0e7a1851d3b2bc117b38554a833",
"body": null,
"is_bot": false,
"headline": "Show case option when not in the tree.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21041c476dc2e7734d9238f5509828ce8158d7ea",
"body": null,
"is_bot": false,
"headline": "Show case option in contour map view.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0f601ba64f7e648e538daa5444cdf7ff3d0e8e",
"body": null,
"is_bot": false,
"headline": "Fix crash when creating contour map from 3d view.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f8c0816698b9a8abbad8e4b61e242b9934153be",
"body": null,
"is_bot": false,
"headline": "Support global and local views.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5666c333acb70327991d0316823d1d29d2c2020",
"body": "Eclipse grid views and contour maps are not longer a child of the case.\nThe views are not separate collections (one for grid and one for contour maps)\non root level.",
"is_bot": false,
"headline": "Refactor connection between cases and views.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T14:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f96d8b13104cb088a77f5b31e0f0ff79415a3f5",
"body": null,
"is_bot": false,
"headline": "Bump to version dev 04.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T11:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b181c55db8875e10dba7b450048592d611df14d5",
"body": null,
"is_bot": false,
"headline": "WBS Plot: use PP (from any source) for shale for SFG.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T11:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc5e99be01501f5e098b155e4a7a56282e2c18b",
"body": "Was not using Kirsch at all due to misunderstanding.\n\nFixes #11354.",
"is_bot": false,
"headline": "#11354 Fix FG_MK_MIN/FG_MK_EXP calculations",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-15T11:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869a2430ae341b01bb0fb345da4326e20963ff50",
"body": "This reverts commit df0a86f076b81a8bb2d01a6f71e5e98851922d8e.\n\nIssue was fixed in 3.29.2\nhttps://gitlab.kitware.com/cmake/cmake/-/issues/25873",
"is_bot": false,
"headline": "Revert \"Pin cmake to 3.28.x due to build issues with 3.29\"",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-14T18:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7158c5ca56e918c8aec154ef81f80765f5c2540",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-12T08:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bff0bb607e6688b856fdd415c8498dff073342",
"body": null,
"is_bot": false,
"headline": "Adjust folder structure for build compress",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T13:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a84ad8b4483563e68e0219a674acdff01ff6e3",
"body": null,
"is_bot": false,
"headline": "Add only content of install folder into tar",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T13:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584dadd1f93980852bc3911263b054bf125c25af",
"body": "Adjust workflow to create release on tag for usage in webviz",
"is_bot": false,
"headline": "Merge pull request #2 from CeetronSolutions/adjust-workflow",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T11:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c513dfe5e75a4e1c86d0735b9eb95ac5e26031",
"body": null,
"is_bot": false,
"headline": "Adjust workflows to ignore push events for tags",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T11:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db87db9a5328ec23695d23d9ac95765b481225d7",
"body": null,
"is_bot": false,
"headline": "Adjustment: release tag must have prefix `webviz`",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T08:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c00a959eab341072f4903233df96a61fa12d7d",
"body": null,
"is_bot": false,
"headline": "Replace whitespace with underscore `_` in build names",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-11T06:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0d25796a5d1a4a247a061b240c53810ff66026",
"body": null,
"is_bot": false,
"headline": "Add release logic and disable publish to pypi",
"author_name": "Jørgen Herje",
"author_login": "jorgenherje",
"committed_at": "2024-04-10T14:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeecc41ad171a1a057811b1350fe3cdb8a49e909",
"body": null,
"is_bot": false,
"headline": "Fix typo.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c402142e58d6c7c3023736886f69946cba785ebd",
"body": null,
"is_bot": false,
"headline": "Refactor: extract duplicated code.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb02e9e0a5d48b00723f168818b3ca1b1acf2417",
"body": null,
"is_bot": false,
"headline": "#11332 2D Intersection Views: Improve automatic depth resolution.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7836181ad112780db844051ad91f846a7838c1ec",
"body": null,
"is_bot": false,
"headline": "Refactor: use lambda instead of define.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:34:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c367fe5e7fe96771cf87dcf28e0eed77305bc522",
"body": null,
"is_bot": false,
"headline": "Bump to version dev 03.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a9e14417f275b92fdcb673b51bf982c17d2b43",
"body": null,
"is_bot": false,
"headline": "CSV Well Log: change sampling rate from 1.0 meter to 0.1 meter.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-10T11:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25361ad79668f9fc7eb461f3df7f48a807b4a014",
"body": "Allow polygon line filter with only one point, for both eclipse and geomech",
"is_bot": false,
"headline": "Allow polygon line filter with only one point (#11345)",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-04-10T08:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc279d5875c39e3e534b470b69057e43e4dff7d",
"body": null,
"is_bot": false,
"headline": "Improve cell filter collection menu",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-04-10T08:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1b9acd8460307516e3800388de134521e7ba45",
"body": null,
"is_bot": false,
"headline": "#11337 Summary import: Make sure ESMRY includes restart history",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-08T13:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f3b5a621da7ce39f82c4706aae58c83f3eb74a2",
"body": "…tersection\n\nSize of the overlay is could become negative, and would overflow for small views.\n\nFixes #11334.",
"is_bot": false,
"headline": "#11334 Fix cvf::Viewport assert triggered for small contour map/2d in…",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-08T12:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0a86f076b81a8bb2d01a6f71e5e98851922d8e",
"body": null,
"is_bot": false,
"headline": "Pin cmake to 3.28.x due to build issues with 3.29",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-04-07T12:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ca147f9d251898ec9b7ef54418868787f44eda",
"body": null,
"is_bot": false,
"headline": "Bump to version dev 02.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T12:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85b6ea397a6b6d8425c0aea80ccb32f7238e87f9",
"body": null,
"is_bot": false,
"headline": "Interpolation: Add check for array size for extrapolation.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T12:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe37bb06353504fa3dc3fc284ef0b0c647a2356",
"body": "The TVD measurements from the well path were used to interpolate the CSV data.\nThe typically well path is too coarsely sampled which would lead unwanted\nsmoothing of the data.\n\nFixed by resampling the well path to a one meter sampling interval.",
"is_bot": false,
"headline": "Well Log CSV: fix interpolation of CSV data.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T12:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebf59c309c177066f0bea6c98414333d776ecdd",
"body": "…n high end.",
"is_bot": false,
"headline": "Interpolation: Fix \"trend\" extrapolation for value outside of range o…",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T12:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce4dcfe540da00b482c6b597e9410cd004d2ce1",
"body": "Well pipe radius would become HUGE_VAL due to off-by-one error.\nThe assert could only happen on model with a single cell.\n\nFixes #11310.",
"is_bot": false,
"headline": "#11310 Fix assert on single cell model.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T12:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29d991159be3f38b327467bc279dc9af2e302d79",
"body": "The include was located in the middle of a file inside a namespace caf\nblock and lead to ambiguous symbols when compiling with unity build and\nQt6. It is also considered good practice to have includes at the top.\n\nThe pragma warning disable is also removed as the warning seems to be\ngone (and none of the other windows.h includes have it).\n\nCloses #11327",
"is_bot": false,
"headline": "AppFwk: Move include of windows.h to top of file",
"author_name": "Eirik Marthinsen",
"author_login": "marthinsen",
"committed_at": "2024-04-05T12:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c074033dc218c6b2d2fe30c0444dc91835f2410a",
"body": null,
"is_bot": false,
"headline": "Refactor: Fix misspelling of \"synchronize\".",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-05T11:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873282b339b4fa2c012abe224cb2bdec6d18732b",
"body": null,
"is_bot": false,
"headline": "Refactor: avoid local variable only used in range-based for loops",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-04T08:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e862bd259fc44e53b4b9be06ac3e896563b91387",
"body": null,
"is_bot": false,
"headline": "Refactor: modernize for loops.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-04T08:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3d06c5494532a87d80db4824b2d4b7fbe889a9",
"body": null,
"is_bot": false,
"headline": "Refactor: improve api for views and oil fields.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-04-04T08:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef637e30531dc40b535488bb6a12d754b2184401",
"body": "This PR will reduce the compile time of code using AppEnum. \r\n\r\n* AppEnum: Move QTextStream operator to avoid include of QTextStream\r\n* Avoid use of iostream in cafAssert\r\nrator to avoid include of QTextStream\r\n\r\nInclude file profiling shows that include of QTextStream is a performance issue. Create a non-templated base class for AppEnum. Implement the QTextStream operator for this interface.",
"is_bot": false,
"headline": "Move stream operator from AppEnum header",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T14:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d72a45d3fea1ddc0ccd09029b5c3a2f4716a16b9",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.1-dev.01",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T11:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820fa561ba8c86b008078c425ad5b5640ab50043",
"body": null,
"is_bot": false,
"headline": "Fix deploy to pypi",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T11:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2842f59db93de8c57a6eb9bfb8ef9241ee860070",
"body": null,
"is_bot": false,
"headline": "Merge tag 'v2024.03.0' into dev",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T09:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0c2f2f4facf5331efe70e1fb10f9c700408cf9",
"body": "Release 2024.03",
"is_bot": false,
"headline": "Merge pull request #11316 from OPM/dev",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T09:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e069e13c86c38a299a099e0c5074d77cb659ead2",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T09:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b57767d8959bf9226ec885eb5aa7b6f4867d3bfb",
"body": null,
"is_bot": false,
"headline": "Add feature to set parent well",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T09:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e60a4185b0954e71a27d8aeb42336a34a07435b",
"body": "Merge pull request #10940 from OPM/dev",
"is_bot": false,
"headline": "Merge pull request #11315 from OPM/main",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-25T09:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf4cf562b05016f8357f067d2fec2716374ec70f",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0-RC_04",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d2ac1f84d6921c0c73b190f438b3466a2af1f6a",
"body": null,
"is_bot": false,
"headline": "Add object and keywords for 2024.03",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa96a042bcfb5c027a4bb51bc0c6647a08f62e6",
"body": null,
"is_bot": false,
"headline": "Fix detection of ROFF file type",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61254ba1b2329ce21d3e47342156e935192f75ba",
"body": "Set display of summary nodes to true. This will ensure that the display of vectors in \"Data Sources\" for a single summary case will be updated when a calculated curve is added or removed.",
"is_bot": false,
"headline": "Summary: Set default value true for display of sub nodes",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78759feb1542b102ecd6e444ab4dddea37ee896f",
"body": "Make sure the user interface is updated when summary data is set from Python using summary_case.set_summary_values",
"is_bot": false,
"headline": "Update GUI editor if a new summary vector is set created",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b44e0d51de6b674686c1f26e2affc458a82412",
"body": null,
"is_bot": false,
"headline": "Add license info for spdlog",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-22T07:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02f32d5d13b6a55796e54c892b08ecbeb4c4fc5",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0-RC_04",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T08:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d95c4c780c3a416533d3666799fa214d7dbe2dcd",
"body": "Hide objects that by mistake was make visible in ce513be",
"is_bot": false,
"headline": "Fix regression causing hidden objects to be visible",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T08:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "672b7a2a65bb680f552a5a773a8a20f1f34a2e7d",
"body": null,
"is_bot": false,
"headline": "Make sure all editors are updated after source stepping",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T08:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7190d781d03c5b7879edca684f169a97abc5132d",
"body": null,
"is_bot": false,
"headline": "Grid Case Statistics: Show well data from first realization",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T08:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e456a6f9bf315fcfbc622f7a9ffc44d9f9a87ba",
"body": null,
"is_bot": false,
"headline": "Add font size to text content frame",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T06:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "785871cae363041e75d17da10df56b93ac4221bd",
"body": "Add unit tests and support min max range specifications. Example string \"-5, 5, 8-10, 12-\"",
"is_bot": false,
"headline": "Add realization filtering based on text string",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-21T06:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "691b73d7f4285962408c482bed3bea3e7549160c",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0-RC_03",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-19T13:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84875bef4fd2a4e3e326351fa1217efab77a51a2",
"body": "Make sure the calculation ID is set when a calculated vector is selected in the toolbar",
"is_bot": false,
"headline": "Fix source stepping on calculated vectors",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-19T13:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a248be13ccf106eb4d0b86c8a1e873df58ea070b",
"body": "Rebuild the UI representation when needed",
"is_bot": false,
"headline": "Always rebuild meta data for summary cases",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-19T13:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f97d841563212f451812c5d8622b93d32d322b",
"body": "Parsing \"PSIA FEET\" did not work, as \"BARSA METRES\" was the only supported unit. Keep special handling of header and date, and skip all other lines containing text or comment.",
"is_bot": false,
"headline": "Avoid hardcoded requirements for headers of RFT pressure files",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-19T13:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d987f5225df5a3eb8e7dc9d005c32b9f3c356b",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0-RC_02",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-18T16:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a21d2e5deb46a07909e33afb0048e31049ab70b",
"body": null,
"is_bot": false,
"headline": "Fix incorrect position for data nodes.",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-18T16:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2001c94a3935512730a90a890761c0b8da52d9e4",
"body": "* Make menus similar for polygon and polygonInView\r\n* Crash fix: Iterator might be invalidated by erase, reorder operations.\r\n* Update pick editor after reload\r\n* Do not enable edit if polygon is read only\r\n* Make sure filter and intersection geometry is updated after a reload\r\n* Make sure other pick editors are updated when polygon in view is changed",
"is_bot": false,
"headline": "Polygon updates (#11298)",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-18T13:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853d68df8b041a6b73c053d86e08c0b08e415fa7",
"body": null,
"is_bot": false,
"headline": "Bump version to 2024.03.0-RC_01",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-18T10:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a880a4275210e0b05ead6915d12d8b97a095bd51",
"body": "* Check flag before rebuilding summary address nodes\r\n* Performance: Use vector instead of set and map locally in thread\r\n* Performance: Skip looking for restart summary filenames for opm-common\r\n* Move adding of case realization parameters to OpenMP loop\r\n* Add unit test for file path operations\r\n* Performance: Avoid using cdUp() function when splitting path into strings",
"is_bot": false,
"headline": "Summary performance improvements",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-18T10:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63defd0f1ace52eb7096fffaca504b4c5d719bd7",
"body": null,
"is_bot": false,
"headline": "GHA: Update to peter-evans/create-pull-request@v6",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-17T10:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a5c6ee545eef2a77a2f9de6abca1092b1c2d33a",
"body": "…ions.",
"is_bot": false,
"headline": "Transmissibility equations: guard against NaN in very small intersect…",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-03-15T14:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515213694c56ec01437440321b44422c5d3d8e16",
"body": null,
"is_bot": false,
"headline": "Refactor: better isnan in assert, and reduce variable lifetime.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-03-15T14:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e014bfd283e3f27513b7ca1dfeba4e719587a87e",
"body": null,
"is_bot": false,
"headline": "Fix incorrect line breaks.",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-03-15T11:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b595487d23ee2db75936806e199c59eaa63bda47",
"body": "Increase polling interval to avoid using one core constantly.\n\nFixes #11285.",
"is_bot": false,
"headline": "#11285 GRPC: fix high CPU usage in console application",
"author_name": "Kristian Bendiksen",
"author_login": "kriben",
"committed_at": "2024-03-13T15:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76df7e8631064f371141d458c3bb1ea4106bde48",
"body": null,
"is_bot": false,
"headline": "Remove unused function",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-13T07:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c5ff816a94df853354d32e68d51df8de8a0557",
"body": null,
"is_bot": false,
"headline": "Fixes by clang-tidy",
"author_name": "magnesj",
"author_login": "magnesj",
"committed_at": "2024-03-13T07:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1e062e994403b1bb05ce48c3bb50b514994ebf",
"body": "Make sure exported well path coordinates use local coord system when needed.",
"is_bot": false,
"headline": "Exported coordinate fix (#11283)",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-12T15:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f411b5fabec0e388dee834bed039e8e217f8c935",
"body": "…at file due to i.e. incorrect file format (comma separated, not space separated)",
"is_bot": false,
"headline": "Do not crash if no valid points are found when importing a surface .d…",
"author_name": "Jon Jenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-12T12:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5758a363793b92e1dca5aa642593f46e63c7f6",
"body": "…ters (#11275)\n\nSupport both AND and OR operations when combining range and index filters",
"is_bot": false,
"headline": "Support both AND and OR operations when combining range and index fil…",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-11T19:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2386ad89859c050c834f6492c52eb669d41ff11a",
"body": "… accuracy (#11267)\n\nGenerate model based on an origin in the fault to improve calculation accuracy.",
"is_bot": false,
"headline": "Generate model based on an origin in the fault to improve calculation…",
"author_name": "jonjenssen",
"author_login": "jonjenssen",
"committed_at": "2024-03-08T14:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfda6519dbf1f26c7116045a4a8d6089a7ac09db",
"body": "Use new tools in Visual Studio to help cleaning up includes and remove redundant includes.",
"is_bot": false,
"headline": "Cleanup includes",
"author_name": "Magne Sjaastad",
"author_login": "magnesj",
"committed_at": "2024-03-07T18:45:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2024-04-22T14:28:23Z",
"latest_release_tag": "webviz.test.0.0.2",
"releases_from_tags": false,
"days_since_last_push": 823,
"active_weeks_last_year": 0,
"days_since_latest_release": 823,
"mean_days_between_releases": 11
},
"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": []
},
"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": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"GrpcInterface/GrpcProtos/App.proto",
"GrpcInterface/GrpcProtos/Case.proto",
"GrpcInterface/GrpcProtos/Commands.proto",
"GrpcInterface/GrpcProtos/Definitions.proto",
"GrpcInterface/GrpcProtos/Grid.proto",
"GrpcInterface/GrpcProtos/NNCProperties.proto",
"GrpcInterface/GrpcProtos/PdmObject.proto",
"GrpcInterface/GrpcProtos/Project.proto",
"GrpcInterface/GrpcProtos/Properties.proto",
"GrpcInterface/GrpcProtos/SimulationWell.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"GrpcInterface/Python/rips/mypy.ini",
"GrpcInterface/Python/rips/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 6515641,
"source_files_sampled": 6105,
"oversized_source_files": 113,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"dependencies": [],
"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": 1,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "magnesj",
"commits": 7369,
"avatar_url": "https://avatars.githubusercontent.com/u/1793152?v=4"
},
{
"type": "User",
"login": "JacobStoren",
"commits": 2382,
"avatar_url": "https://avatars.githubusercontent.com/u/1793156?v=4"
},
{
"type": "User",
"login": "lindkvis",
"commits": 1961,
"avatar_url": "https://avatars.githubusercontent.com/u/1160606?v=4"
},
{
"type": "User",
"login": "kriben",
"commits": 1316,
"avatar_url": "https://avatars.githubusercontent.com/u/471372?v=4"
},
{
"type": "User",
"login": "jonjenssen",
"commits": 412,
"avatar_url": "https://avatars.githubusercontent.com/u/69144954?v=4"
},
{
"type": "User",
"login": "astridkbjorke",
"commits": 354,
"avatar_url": "https://avatars.githubusercontent.com/u/24382977?v=4"
},
{
"type": "User",
"login": "palhagen",
"commits": 350,
"avatar_url": "https://avatars.githubusercontent.com/u/12964563?v=4"
},
{
"type": "User",
"login": "bjornarg",
"commits": 325,
"avatar_url": "https://avatars.githubusercontent.com/u/275651?v=4"
},
{
"type": "User",
"login": "sigurdp",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/5137226?v=4"
},
{
"type": "User",
"login": "steinid",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/5765523?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.494
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"AppFwkUnitTest.yml",
"ResInsightWithCache.yml",
"ResInsightWithCacheManualPaths.yml",
"centos7.yml",
"check-broken-links.yml",
"clang-format.yml",
"clang-tidy.yml",
"close-label.yml",
"cmake-format.yml",
"delete_artifacts.yml",
"python-linting.yml",
"spell-check.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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 8 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": 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": 0,
"reason": "no SAST tool detected",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "fbfc112d377ce49c29371df77d712c6521121f9e",
"ran_at": "2026-07-25T13:00:04Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 1,
"created_at": "2024-04-09T09:00:19Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-04-12T08:17:32Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/CeetronSolutions/ResInsight",
"host": "github.com",
"name": "ResInsight",
"owner": "CeetronSolutions"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"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": 32,
"inputs": {
"security": 30,
"vitality": 22,
"community": 12,
"governance": 64,
"engineering": 52,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 38,
"overall_after_abandonment_multiplier": 32
},
"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": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 823,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 823 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 823
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 2,
"latest_release_tag": "webviz.test.0.0.2",
"releases_from_tags": false,
"days_since_latest_release": 823,
"mean_days_between_releases": 11
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 823 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 823
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~11 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 11
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 834,
"days_since_last_human_commit": 823,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 823 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 823,
"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": 12,
"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": 25,
"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": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 29,
"top_contributor_share": 0.494
},
"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 49% of commits",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"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": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"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": null,
"notes": [],
"value": 60,
"inputs": {
"followers": 8,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "CeetronSolutions",
"public_repos": 36,
"account_age_days": 3509
},
"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": "8 followers of CeetronSolutions",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "CeetronSolutions"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~9 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"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": "12 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 12
}
}
],
"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": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "http://resinsight.org/",
"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": "http://resinsight.org/",
"points": 15,
"status": "met",
"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": 30,
"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. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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 8 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": "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": "no SAST tool detected",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"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": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"GrpcInterface/Python/rips/mypy.ini",
"GrpcInterface/Python/rips/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "GrpcInterface/Python/rips/mypy.ini, GrpcInterface/Python/rips/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "GrpcInterface/Python/rips/mypy.ini, GrpcInterface/Python/rips/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C++",
"largest_source_bytes": 6515641,
"source_files_sampled": 6105,
"oversized_source_files": 113
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C++ (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C++"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "113/6105 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6105,
"oversized": 113
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"GrpcInterface/GrpcProtos/App.proto",
"GrpcInterface/GrpcProtos/Case.proto",
"GrpcInterface/GrpcProtos/Commands.proto",
"GrpcInterface/GrpcProtos/Definitions.proto",
"GrpcInterface/GrpcProtos/Grid.proto",
"GrpcInterface/GrpcProtos/NNCProperties.proto",
"GrpcInterface/GrpcProtos/PdmObject.proto",
"GrpcInterface/GrpcProtos/Project.proto",
"GrpcInterface/GrpcProtos/Properties.proto",
"GrpcInterface/GrpcProtos/SimulationWell.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "GrpcInterface/GrpcProtos/App.proto, GrpcInterface/GrpcProtos/Case.proto, GrpcInterface/GrpcProtos/Commands.proto, GrpcInterface/GrpcProtos/Definitions.proto, GrpcInterface/GrpcProtos/Grid.proto, GrpcInterface/GrpcProtos/NNCProperties.proto, GrpcInterface/GrpcProtos/PdmObject.proto, GrpcInterface/GrpcProtos/Project.proto, GrpcInterface/GrpcProtos/Properties.proto, GrpcInterface/GrpcProtos/SimulationWell.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "GrpcInterface/GrpcProtos/App.proto, GrpcInterface/GrpcProtos/Case.proto, GrpcInterface/GrpcProtos/Commands.proto, GrpcInterface/GrpcProtos/Definitions.proto, GrpcInterface/GrpcProtos/Grid.proto, GrpcInterface/GrpcProtos/NNCProperties.proto, GrpcInterface/GrpcProtos/PdmObject.proto, GrpcInterface/GrpcProtos/Project.proto, GrpcInterface/GrpcProtos/Properties.proto, GrpcInterface/GrpcProtos/SimulationWell.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T13:00:33.524715Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/CeetronSolutions/ResInsight.svg",
"full_name": "CeetronSolutions/ResInsight",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}