Skip to content

sync: fix kb-builder drift against SSOT#156

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

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

Conversation

@maqeel75
Copy link
Copy Markdown
Member

@maqeel75 maqeel75 commented May 14, 2026

Sources Drift Report — kb-builder

Missing from consumer (in SSOT, absent here)

  • MISSING postgresql-18 (PostgreSQL 18) — ref REL_18_4, doc_path doc/src/sgml
  • MISSING postgresql-17 (PostgreSQL 17) — ref REL_17_10, doc_path doc/src/sgml
  • MISSING postgresql-16 (PostgreSQL 16) — ref REL_16_14, doc_path doc/src/sgml
  • MISSING postgresql-15 (PostgreSQL 15) — ref REL_15_18, doc_path doc/src/sgml
  • MISSING postgresql-14 (PostgreSQL 14) — ref REL_14_23, doc_path doc/src/sgml

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

  • EXTRA PostgreSQL — ref REL_18_3, doc_path doc/src/sgml (not in SSOT, left as-is)
  • EXTRA PostgreSQL — ref REL_17_9, doc_path doc/src/sgml (not in SSOT, left as-is)
  • EXTRA PostgreSQL — ref REL_16_13, doc_path doc/src/sgml (not in SSOT, left as-is)
  • EXTRA PostgreSQL — ref REL_15_17, doc_path doc/src/sgml (not in SSOT, left as-is)
  • EXTRA PostgreSQL — ref REL_14_22, doc_path doc/src/sgml (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

5 missing, 9 extra, 0 URL issue(s)

Summary by CodeRabbit

  • Chores
    • Updated example configuration to include PostgreSQL documentation sources for additional release versions.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 14, 2026

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: 3a2d20da-64eb-4a7e-90cf-fd94692c92af

📥 Commits

Reviewing files that changed from the base of the PR and between f995bb7 and 0726968.

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

Walkthrough

This pull request expands the PostgreSQL documentation sources in the example knowledge-base builder configuration by adding five new release-tagged entries pointing to recent PostgreSQL versions, while retaining previously listed release entries in the same configuration block.

Changes

PostgreSQL Documentation Sources

Layer / File(s) Summary
PostgreSQL release tags
examples/pgedge-nla-kb-builder.yaml
New PostgreSQL release-tagged git_url entries (REL_18_4, REL_17_10, REL_16_14, REL_15_18, REL_14_23) are added to the sources section alongside existing release entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 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 clearly and specifically describes the main change: syncing the kb-builder configuration to fix drift against the SSOT (Single Source of Truth), which matches the PR's objective to add missing PostgreSQL documentation version 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.

@codacy-production
Copy link
Copy Markdown

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.

@dpage dpage merged commit 3c0e804 into main May 14, 2026
12 checks passed
@maqeel75 maqeel75 deleted the auto/sync-kb-builder branch May 14, 2026 12:30
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