Skip to content

sync: fix kb-builder drift against SSOT#155

Merged
dpage merged 1 commit into
mainfrom
auto/sync-kb-builder
May 8, 2026
Merged

sync: fix kb-builder drift against SSOT#155
dpage merged 1 commit into
mainfrom
auto/sync-kb-builder

Conversation

@maqeel75
Copy link
Copy Markdown
Member

@maqeel75 maqeel75 commented May 8, 2026

Sources Drift Report — kb-builder

Missing from consumer (in SSOT, absent here)

  • MISSING ace-200 (pgEdge ACE 2.0.0) — ref v2.0.0, doc_path docs
  • MISSING patroni-413 (patroni 4.1.3) — ref patroni413, doc_path docs
  • MISSING patroni-412 (patroni 4.1.2) — ref patroni412, doc_path docs

Extra in consumer (not in SSOT — left as-is)

  • EXTRA pgEdge ACE — ref v1.5.0, doc_path docs (not in SSOT, left as-is)
  • EXTRA pgEdge ACE — ref v1.3.5, doc_path docs (not in SSOT, left as-is)
  • EXTRA pgEdge Radar — ref v0.2.1, doc_path docs (not in SSOT, left as-is)
  • EXTRA pgEdge Radar — ref v0.2.0, doc_path docs (not in SSOT, left as-is)

Policy-excluded versions present in consumer (informational)

  • POLICY-EXCLUDED Spock v5.0.4 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.8.0 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.7.2 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.7.1 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.7.0 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.6.0 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.5.5 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.5.4 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.5.3 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.5.2 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.5.1 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.4.2 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.4.1 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge ACE v1.4.0 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge Radar v0.2.3 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge Radar v0.2.2 — beyond max_versions cutoff in SSOT
  • POLICY-EXCLUDED pgEdge Radar v0.1.0 — beyond max_versions cutoff in SSOT

3 missing, 4 extra, 0 URL issue(s)

Summary by CodeRabbit

  • Documentation
    • Added Patroni versions 4.1.3 and 4.1.2 as available documentation sources
    • Added pgEdge ACE version 2.0.0 as an available documentation source

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 8, 2026

Review Change Stack
No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e04faf77-3c70-4c3d-8278-50a8b10b3125

📥 Commits

Reviewing files that changed from the base of the PR and between 7b64287 and 487ebff.

📒 Files selected for processing (1)
  • examples/pgedge-nla-kb-builder.yaml
✅ Files skipped from review due to trivial changes (1)
  • examples/pgedge-nla-kb-builder.yaml

Walkthrough

This PR adds three documentation source entries to the KB builder configuration file: Patroni versions 4.1.3 and 4.1.2 (git branches), and pgEdge ACE version 2.0.0 (git tag). All existing sources remain unchanged.

Changes

Documentation Source Entries

Layer / File(s) Summary
Documentation Source Configuration
examples/pgedge-nla-kb-builder.yaml
Two Patroni documentation sources added with branches patroni413 (project_version 4.1.3) and patroni412 (project_version 4.1.2); pgEdge ACE documentation source added with tag v2.0.0 (project_version 2.0.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • dpage
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: syncing the kb-builder configuration to fix drift against the SSOT by adding missing documentation source entries.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch auto/sync-kb-builder

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
examples/pgedge-nla-kb-builder.yaml (1)

68-75: ⚡ Quick win

Normalize Patroni project_name casing across versions.

Line 68/74 use Patroni, but Line 80 still uses patroni. If project grouping is case-sensitive, this splits the same product into two buckets. Please standardize to one canonical value across all Patroni entries.

Suggested consistency fix
-      project_name: "patroni"
+      project_name: "Patroni"
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@examples/pgedge-nla-kb-builder.yaml` around lines 68 - 75, The project_name
value for Patroni is inconsistent (some entries use "Patroni" and one uses
"patroni"); update the lowercased occurrence to the canonical "Patroni" so all
Patroni entries use the exact same casing, e.g., change the project_name field
in the entry that currently has "patroni" to "Patroni" to avoid splitting the
project into separate buckets.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@examples/pgedge-nla-kb-builder.yaml`:
- Around line 68-75: The project_name value for Patroni is inconsistent (some
entries use "Patroni" and one uses "patroni"); update the lowercased occurrence
to the canonical "Patroni" so all Patroni entries use the exact same casing,
e.g., change the project_name field in the entry that currently has "patroni" to
"Patroni" to avoid splitting the project into separate buckets.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 33dcbb9b-2e60-46ea-814c-356ceaacbd38

📥 Commits

Reviewing files that changed from the base of the PR and between bfbef42 and 7b64287.

📒 Files selected for processing (1)
  • examples/pgedge-nla-kb-builder.yaml

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 8, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@github-actions github-actions Bot force-pushed the auto/sync-kb-builder branch from 7b64287 to 487ebff Compare May 8, 2026 11:45
@maqeel75 maqeel75 requested a review from dpage May 8, 2026 12:13
@dpage dpage merged commit f995bb7 into main May 8, 2026
2 checks passed
@maqeel75 maqeel75 deleted the auto/sync-kb-builder branch May 8, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants