Skip to content
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
494247c
chore: add CodeRabbit triage metrics for v0.2.5
github-actions[bot] Apr 23, 2026
3546c84
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Apr 23, 2026
4757c9d
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Apr 23, 2026
06bd30e
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Apr 23, 2026
3a8eb96
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] May 19, 2026
bfa6df1
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 8, 2026
cf46100
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 8, 2026
3225017
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 8, 2026
ad7081d
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
bf8b0ad
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
d8b1ded
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
3926b64
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
27fe78e
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
67e0a77
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
60bbaeb
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
85f277f
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 9, 2026
25f7271
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 11, 2026
36c3ae9
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 11, 2026
ee01883
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 11, 2026
d0fdaae
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 12, 2026
2cf5346
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 13, 2026
340c34d
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
54be120
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
22d4458
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
86fd624
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
ebfc058
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
8d42e64
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
c4c922c
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 15, 2026
db98d14
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 16, 2026
f32d3ea
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 16, 2026
fd8eb73
Merge branch 'main' into chore/coderabbit-triage-v0.2.5
mergify[bot] Jun 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions scripts/coderabbit-triage/metrics/v0.2.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"release": "v0.2.5",
"date": "2026-04-23",
"prs_analyzed": 2,
"total_comments": 2,
"critical": 1,
"major": 1,
"by_component": {
"manifests": {
"critical": 1,
"major": 0,
"total": 1
},
"api-server": {
"critical": 0,
"major": 1,
"total": 1
}
},
"top_patterns": [
{
"name": "Critical: referenced Secret keys do not exist in the base `ambient-api-server` Secret",
"count": 1,
"critical": 1,
"major": 0,
"impact_score": 4,
"components": [
"manifests"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3133941687,
"title": "Critical: referenced Secret keys do not exist in the base `ambient-api-server` Secret",
"path": "components/manifests/base/ambient-control-plane-service.yml",
"html_url": "https://github.com/ambient-code/platform/pull/1445#discussion_r3133941687",
"ai_prompt": ""
}
]
},
{
"name": "Restore required constraints in `agents` DDL",
"count": 1,
"critical": 0,
"major": 1,
"impact_score": 3,
"components": [
"api-server"
],
"covered_by_guardrail": null,
"example_comments": [
{
"id": 3133420513,
"title": "Restore required constraints in `agents` DDL",
"path": "components/ambient-api-server/plugins/agents/migration.go",
"html_url": "https://github.com/ambient-code/platform/pull/1442#discussion_r3133420513",
"ai_prompt": ""
}
]
}
],
"coverage_gaps": 2,
"pattern_categories": {
"security": 1,
"validation": 1
}
}
Loading