Skip to content

chore: fetch dynamic plugins tables from catalog index#2344

Closed
Omar-AlJaljuli wants to merge 2 commits into
redhat-developer:release-1.10from
Omar-AlJaljuli:RHIDP-14055
Closed

chore: fetch dynamic plugins tables from catalog index#2344
Omar-AlJaljuli wants to merge 2 commits into
redhat-developer:release-1.10from
Omar-AlJaljuli:RHIDP-14055

Conversation

@Omar-AlJaljuli

Copy link
Copy Markdown
Collaborator

IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Right now the logic for generating the dynamic plugins tables does not work anymore due to changes in the overlays repo. Work has been done to have the catalog index contain the adoc files needed to be generated, so all the script needs to do (other than for the community plugins) is to fetch the files from the catalog index.
Version(s):
release-1.10
Issue:
RHIDP-14055
Preview:

@@ -26,6 +26,11 @@ SKIP_COMMUNITY_TABLE=0
rhdhRepo="https://github.com/redhat-developer/rhdh"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

⚠️ [shellcheck] <ShellCheck.SC2034> reported by reviewdog 🐶
rhdhRepo appears unused. Verify use (or export if used externally).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

⚠️ [shellcheck] <ShellCheck.SC2034> reported by reviewdog 🐶
key appears unused. Verify use (or export if used externally).

LC_ALL=C sort -t '|' -k1,1 "$COMMUNITY_TABLE_FILE" | while IFS='||' read -r key content; do

@rhdh-bot

rhdh-bot commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Shellcheck Analysis Results

Changed shell scripts in this PR: 1

Scripts analyzed:

  • modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh

Check the Files changed tab for detailed shellcheck suggestions.

All findings are reported as warnings and won't block the PR.


Automated shellcheck analysis • See shellcheck.net for details

@rhdh-bot

rhdh-bot commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

PR Build Results

Build passed -- 35/35 titles | 71s
Preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-2344/


Content Quality Assessment

CQA Report

  • CQA-00a: Orphaned modules
  • CQA-00b: Directory structure
  • CQA-01: Vale AsciiDoc DITA compliance
  • CQA-02: Verify assembly structure
  • CQA-03: Verify content type metadata
  • CQA-04: Verify module templates
  • CQA-05: Verify required modular elements
  • CQA-06: Verify assemblies follow official template (one user story)
  • CQA-07: Verify TOC depth (max 3 levels)
  • CQA-08: Verify short description content quality
  • CQA-09: Verify short description format
  • CQA-10: Verify titles are brief, complete, and descriptive
  • CQA-11: Verify procedure prerequisites
  • CQA-12: Verify grammar and style (Vale)
  • CQA-13: Verify content matches declared type
  • CQA-14: Verify no broken links
  • CQA-15: Check redirects
  • CQA-16: Verify official product names
  • CQA-17: Verify legal disclaimers for preview features

Summary

Checks: 19 total, 19 pass, 0 fail

19 checks: 19 pass, 0 fail

Run node build/scripts/cqa/index.js --all --fix locally to review and auto-fix issues.


Updated 2026-06-08 18:16:41 UTC

@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

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