update setup scripts and debug log view#63
Merged
siawchen merged 4 commits intoopea-project:mainfrom Jul 25, 2025
Merged
Conversation
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
Collaborator
Author
|
fix #62 |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates setup scripts and enhances the debug log view functionality. The main purpose is to improve pod dependency analysis in the debug logs view and fix flow duplication across different canvas types while updating setup configurations.
- Enhanced debug logs view with pod dependency analysis and improved modal layouts
- Fixed flow duplication to preserve canvas type information when copying flows
- Updated setup scripts with better package management and namespace handling
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| studio-frontend/packages/ui/src/views/debuglogs/index.jsx | Added dependencies column to pod table and improved modal layouts for logs/events |
| studio-frontend/packages/ui/src/views/canvas/index.jsx | Enhanced flow duplication to handle type information and backward compatibility |
| studio-frontend/packages/ui/src/views/canvas/CanvasHeader.jsx | Updated duplicate function to store both flow data and type information |
| studio-frontend/packages/ui/src/ui-component/button/FlowListMenu.jsx | Updated duplicate function to preserve flow type when duplicating |
| studio-backend/app/routers/debuglog_router.py | Added comprehensive pod dependency analysis functionality |
| setup-scripts/setup-onpremise-kubernetes/playbooks/setup-local-registry.yml | Changed Docker SDK installation from pip to apt package |
| setup-scripts/setup-genai-studio/readme.md | Added helm installation command to setup instructions |
| setup-scripts/setup-genai-studio/playbooks/create-ssh-secrets.yml | Added namespace creation check before creating secrets |
| setup-scripts/setup-genai-studio/helm-values/mysqldb.yaml | Pinned MySQL image to version 8.0 |
| setup-scripts/setup-genai-studio/genai-studio.yml | Added SSH secrets creation to deployment sequence |
| app-frontend/react/src/pages/History/HistoryView.tsx | Added missing React import and query parameter handling |
Comments suppressed due to low confidence (1)
studio-backend/app/routers/debuglog_router.py:204
- This line is not properly indented within the except block. It should be indented to be part of the exception handling.
log_entries.append("Unable to fetch logs: Pod may not be running or logs are not accessible")
Collaborator
|
lgtm |
siawchen
approved these changes
Jul 25, 2025
This was
linked to
issues
Aug 20, 2025
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.
No description provided.