Skip to content

Commit 5e811a3

Browse files
committed
comment out the TP stuff and mark it with RHIDP-5103 so we can re-enable it if needed in future
Signed-off-by: Nick Boldt <[email protected]>
1 parent bd0320f commit 5e811a3

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed
Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
// This page is generated! Do not edit the .adoc file, but instead run rhdh-supported-plugins.sh to regen this page from the latest plugin metadata.
22
// cd /path/to/rhdh-documentation; ./modules/dynamic-plugins/rhdh-supported-plugins.sh; ./build/scripts/build.sh; google-chrome titles-generated/main/plugin-rhdh/index.html
33

4-
= {company-name} Technology Preview plugins
5-
6-
{company-name} provides Technology Preview support for the following 3 plugins:
7-
8-
[%header,cols=4*]
9-
|===
10-
|*Name* |*Plugin* |*Version* |*Path and required variables*
11-
|Ansible Automation Platform (AAP) |`https://npmjs.com/package/@janus-idp/backstage-plugin-aap-backend/v/2.2.1[@janus-idp/backstage-plugin-aap-backend]` |2.2.1
12-
|`./dynamic-plugins/dist/janus-idp-backstage-plugin-aap-backend-dynamic`
13-
14-
`AAP_BASE_URL`
15-
16-
`AAP_AUTH_TOKEN`
17-
18-
19-
|Bulk Import |`https://npmjs.com/package/@janus-idp/backstage-plugin-bulk-import/v/1.7.1[@janus-idp/backstage-plugin-bulk-import]` |1.7.1
20-
|`./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import`
21-
22-
23-
|Bulk Import |`https://npmjs.com/package/@janus-idp/backstage-plugin-bulk-import-backend/v/5.0.1[@janus-idp/backstage-plugin-bulk-import-backend]` |5.0.1
24-
|`./dynamic-plugins/dist/janus-idp-backstage-plugin-bulk-import-backend-dynamic`
25-
26-
27-
|===
4+
// This page is currently empty. To regenerate, uncomment sections of rhdh-supported-plugins.sh that are disabled as part of RHIDP-5103

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,11 @@ for key in "${sorted[@]}"; do
296296
done
297297
num_plugins+=(${#adoc1[@]})
298298

299-
rm -f "${0/.sh/.adoc2}"
300-
sorted=(); while IFS= read -rd '' key; do sorted+=( "$key" ); done < <(printf '%s\0' "${!adoc2[@]}" | sort -z)
301-
for key in "${sorted[@]}"; do echo -e "${adoc2[$key]}" >> "${0/.sh/.ref-rh-tech-preview-plugins}"; echo -e "${csv[$key]}" >> "${0/.sh/.csv}"; done
302-
num_plugins+=(${#adoc2[@]})
299+
# RHIDP-5103 - currently no tech-preview plugins, only community. So disable this for now
300+
# rm -f "${0/.sh/.adoc2}"
301+
# sorted=(); while IFS= read -rd '' key; do sorted+=( "$key" ); done < <(printf '%s\0' "${!adoc2[@]}" | sort -z)
302+
# for key in "${sorted[@]}"; do echo -e "${adoc2[$key]}" >> "${0/.sh/.ref-rh-tech-preview-plugins}"; echo -e "${csv[$key]}" >> "${0/.sh/.csv}"; done
303+
# num_plugins+=(${#adoc2[@]})
303304

304305
rm -f "${0/.sh/.adoc3}"
305306
sorted=(); while IFS= read -rd '' key; do sorted+=( "$key" ); done < <(printf '%s\0' "${!adoc3[@]}" | sort -z)
@@ -308,7 +309,7 @@ num_plugins+=(${#adoc3[@]})
308309

309310
# merge the content from the three .adocX files into the .template.adoc file, replacing the TABLE_CONTENT markers
310311
count=0
311-
for d in ref-rh-supported-plugins ref-rh-tech-preview-plugins ref-community-plugins; do
312+
for d in ref-rh-supported-plugins ref-community-plugins; do # RHIDP-5103 - remove ref-rh-tech-preview-plugins for now as everything has moved to community
312313
this_num_plugins=${num_plugins[$count]}
313314
(( count = count + 1 ))
314315
echo "[$count] Processing $d ..."

0 commit comments

Comments
 (0)