chore(lightspeed): use inherit for pluginConfig#396
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
1. Lightspeed UI config removed
|
|
/cc @rm3l Same comment as Operator, not sure if there is a cherry-pick command or if I just need to open another PR to release branch? |
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
|
Review Summary by QodoRemove inline pluginConfig from Lightspeed plugin
WalkthroughsDescription• Remove inline pluginConfig from Lightspeed frontend plugin • Use inherit mechanism for plugin configuration • Simplify plugin definitions by delegating config to package • Update schema and documentation to reflect changes Diagramflowchart LR
A["Lightspeed Frontend Plugin<br/>with inline pluginConfig"] -->|Remove pluginConfig| B["Lightspeed Frontend Plugin<br/>with inherit mechanism"]
B -->|Simplified config| C["Backend Plugin<br/>unchanged"]
File Changes1. charts/backstage/values.yaml
|
Yeah, you may not be able to use the To also avoid conflicting Git tags between release-1.10 and main in the future, I'll be merging #395 to bump all the minor versions. So I'd say the easiest would be that your current PR (bumping the chart from 5.12.0 to 5.12.1) targets release-1.10 instead. And then create another one against |
@rm3l yeah that makes sense, I just updated the target to |
5edb82d
into
redhat-developer:release-1.10



Description of the change
inheritto get thepluginConfigfor Lightspeed. Similar change opened for Operator: chore(lightspeed): use inherit for pluginConfig rhdh-operator#2848Which issue(s) does this PR fix or relate to
N/A
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.