Skip to content

Commit 8e2ddf4

Browse files
committed
remove notes about missing community plugins
Signed-off-by: Nick Boldt <[email protected]>
1 parent db45e0a commit 8e2ddf4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/dynamic-plugins/rhdh-supported-plugins.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ for j in $jsons; do
201201
fi
202202
fi
203203

204-
205204
# compute Default from dynamic-plugins.default.yaml
206205
# shellcheck disable=SC2016
207206
disabled=$(yq -r --arg Path "${Path/-dynamic/}" '.plugins[] | select(.package == $Path) | .disabled' /tmp/backstage-showcase/dynamic-plugins.default.yaml)
@@ -301,7 +300,6 @@ for key in "${sorted[@]}"; do
301300
echo -e "${csv[$key]}" >> "${0/.sh/.csv}"; done
302301
num_plugins+=(${#adoc2[@]})
303302

304-
# RHIDP-5103 - currently no community plugins, only RH TP. So disable this for now
305303
rm -f "${0/.sh/.adoc3}"
306304
sorted=(); while IFS= read -rd '' key; do sorted+=( "$key" ); done < <(printf '%s\0' "${!adoc3[@]}" | sort -z)
307305
for key in "${sorted[@]}"; do
@@ -312,7 +310,7 @@ num_plugins+=(${#adoc3[@]})
312310
# merge the content from the three .adocX files into the .template.adoc file, replacing the TABLE_CONTENT markers
313311
count=1
314312
index=0
315-
for d in ref-rh-supported-plugins ref-rh-tech-preview-plugins ref-community-plugins; do # RHIDP-5103 - remove ref-community-plugins for now as everything is TP supported
313+
for d in ref-rh-supported-plugins ref-rh-tech-preview-plugins ref-community-plugins; do
316314
(( index = count - 1 ))
317315
this_num_plugins=${num_plugins[$index]}
318316
echo "[$count] Processing $d ..."
@@ -347,4 +345,4 @@ rm -f "$ENABLED_PLUGINS" "${ENABLED_PLUGINS}.errors"
347345
warnings=$(grep -c "WARN" "/tmp/warnings.txt")
348346
if [[ $warnings -gt 0 ]]; then
349347
echo; echo "[WARN] $warnings warnings collected in /tmp/warnings.txt ! Consider upgrading upstream project to newer plugin versions !"
350-
fi
348+
fi

0 commit comments

Comments
 (0)