-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jans-cli-tui): deploy Agama Lab community projects #9370
Conversation
Signed-off-by: Mustafa Baser <mbaser@mail.com>
DryRun Security SummaryThe provided code changes cover various aspects of the Jans CLI TUI application, including modifications to the UI components, Agama project management, and the Config API plugin, with a focus on improving functionality and user experience while addressing potential security-related considerations. Expand for full summarySummary: The provided code changes cover various aspects of the Jans CLI TUI (Text-based User Interface) application, including modifications to the UI components, Agama project management, and the Config API plugin. While the changes are primarily focused on improving the functionality and user experience, there are several security-related considerations that should be addressed.
Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Adding One possible location for update is here. The developer needs to search relevant documentation with keywords related to the change to find if there are more places where the update is needed. |
Signed-off-by: Mustafa Baser <mbaser@mail.com>
|
|
|
|
|
|
|
|
* feat(jans-cli-tui): deploy Agama Lab community projects Signed-off-by: Mustafa Baser <mbaser@mail.com> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <mbaser@mail.com> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <mbaser@mail.com> * feat(jans-cli-tui): display agama project url after deployment Signed-off-by: Mustafa Baser <mbaser@mail.com> * fix(jans-cli-tui): rename agama upload project button Signed-off-by: Mustafa Baser <mbaser@mail.com> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <mbaser@mail.com> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <mbaser@mail.com> * chore(jans-cli-tui): agama display options in dialog Signed-off-by: Mustafa Baser <mbaser@mail.com> * docs(jans-cli-tui): update agama deployment docs for online deployment Signed-off-by: Mustafa Baser <mbaser@mail.com> --------- Signed-off-by: Mustafa Baser <mbaser@mail.com> Former-commit-id: adfd926
closes #8785