Simplify README and compose files and FE dev guide#48
Merged
rm3l merged 11 commits intoredhat-developer:mainfrom Jun 5, 2025
Merged
Simplify README and compose files and FE dev guide#48rm3l merged 11 commits intoredhat-developer:mainfrom
rm3l merged 11 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: Marcel Hild <hild@b4mad.net>
…issues Signed-off-by: Marcel Hild <hild@b4mad.net>
Signed-off-by: Marcel Hild <hild@b4mad.net>
…licity Signed-off-by: Marcel Hild <hild@b4mad.net>
…EADME.md with frontend plugin development instructions Signed-off-by: Marcel Hild <hild@b4mad.net>
Signed-off-by: Marcel Hild <hild@b4mad.net>
durandom
commented
Jun 2, 2025
Signed-off-by: Marcel Hild <hild@b4mad.net>
rm3l
reviewed
Jun 3, 2025
Member
rm3l
left a comment
There was a problem hiding this comment.
LGTM overall - thanks. Just a few minor comments.
Signed-off-by: Marcel Hild <hild@b4mad.net>
rm3l
reviewed
Jun 3, 2025
rm3l
reviewed
Jun 3, 2025
Signed-off-by: Marcel Hild <hild@b4mad.net>
Member
Author
rm3l
reviewed
Jun 5, 2025
…and remove Podman Compose warning from YAML Signed-off-by: Marcel Hild <hild@b4mad.net>
…ndition Signed-off-by: Marcel Hild <hild@b4mad.net>
Fortune-Ndlovu
pushed a commit
to Fortune-Ndlovu/rhdh-local
that referenced
this pull request
Jun 17, 2025
* feat: add compose file for dynamic plugins configuration Signed-off-by: Marcel Hild <hild@b4mad.net> * refactor: use short syntax for volumes to workaround podman override issues Signed-off-by: Marcel Hild <hild@b4mad.net> * docs: improve README.md known issues for Podman Signed-off-by: Marcel Hild <hild@b4mad.net> * feat: include compose-debug.yaml into main compose.yaml file for simplicity Signed-off-by: Marcel Hild <hild@b4mad.net> * feat: update .gitignore to include dynamic-plugins-root and enhance README.md with frontend plugin development instructions Signed-off-by: Marcel Hild <hild@b4mad.net> * docs: update README.md to simplify dynamic plugins setup steps Signed-off-by: Marcel Hild <hild@b4mad.net> * feat: add dynamic-plugins-root configuration to CI workflow Signed-off-by: Marcel Hild <hild@b4mad.net> * feat: simplify dynamic plugins directory creation step in CI workflow Signed-off-by: Marcel Hild <hild@b4mad.net> * docs: update README.md moving known issues with Podman Compose Signed-off-by: Marcel Hild <hild@b4mad.net> * refactor: simplify dynamic plugins directory creation in CI workflow and remove Podman Compose warning from YAML Signed-off-by: Marcel Hild <hild@b4mad.net> * fix: correct quotation marks in dynamic plugins directory creation condition Signed-off-by: Marcel Hild <hild@b4mad.net> --------- Signed-off-by: Marcel Hild <hild@b4mad.net> Co-authored-by: Tomas Kral <tkral@redhat.com>
2 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Builds on @kadel PR in #44
This PR enhances RHDH Local for frontend plugin development:
compose-dynamic-plugins-root.yamloverride file for plugin development workflowcompose.yamland removed standalonecompose-debug.yamldynamic-plugins-rootto.gitignoreWhich issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer
Test the updated Frontend Plugin Development workflow in README.md and verify
compose-dynamic-plugins-root.yamlworks correctly for plugindevelopment. Confirm Podman compatibility with the volume syntax changes.