Skip to content

Conversation

@nickboldt
Copy link
Member

@nickboldt nickboldt commented Oct 29, 2025

What does this PR do?

chore: fix typo
move argocd frontend to supported list

Signed-off-by: Nick Boldt [email protected]

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

N/A (or see commit message above for issue number)

How to test this PR?

N/A

PR Checklist

As the author of this Pull Request I made sure that:

  • Code produced is complete
  • Code builds without errors
  • Tests are covering the bugfix
  • Relevant user documentation updated
  • Relevant contributing documentation updated

Reviewers

Reviewers, please comment how you tested the PR when approving it.

@nickboldt nickboldt requested review from a team, gashcrumb and kadel as code owners October 29, 2025 17:01
@nickboldt nickboldt changed the title move argocd frontend to supported... chore: fix typo; move argocd frontend to supported Oct 29, 2025
@nickboldt nickboldt merged commit a41adb8 into main Oct 29, 2025
@nickboldt nickboldt deleted the split-downstream-plugins-RHIDP-9525-fix-typo branch October 29, 2025 17:03
@nickboldt
Copy link
Member Author

Tested by downloading the artifacts from the GH action before and after my changes:

https://github.com/redhat-developer/rhdh-plugin-export-overlays/actions/runs/18899386064 (#1582)
vs
https://github.com/redhat-developer/rhdh-plugin-export-overlays/actions/runs/18916043167 (#1592)

Saved the required-plugins.zip files with unique names, then:

unzip required-plugins_1582.zip 
cat required-plugins | sort -u > required-plugins_1582.sorted.txt
unzip required-plugins__1592.zip 
cat required-plugins | sort -u > required-plugins_1592.sorted.txt

# remove comment lines
cat required-plugins_1592.sorted.txt | grep -v -E "^#" > required-plugins_1592.sorted2.txt 
cat required-plugins_1582.sorted.txt | grep -v -E "^#" > required-plugins_1582.sorted2.txt 

contents of both sorted2.txt files are the same

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.

1 participant