Skip to content

Conversation

@wanhakim
Copy link
Collaborator

enable debuglogs view, clickdeploy feature
fix llm uservice, added LOGFLAGS, update app-frontend port
added building GenAIComps images scripts
update registry cmd py to show digest of the images listed
updated _e2e test workflow

cheehook and others added 9 commits April 17, 2025 09:31
fix text area not grey out during agent is generating response

Signed-off-by: cheehook <[email protected]>
Signed-off-by: wwanrif <[email protected]>
fix llm uservice, added LOGFLAGS, update app-frontend port
added building GenAIComps images scripts
update registry cmd py to show digest of the images listed
updated _e2e test workflow

Signed-off-by: wwanarif <[email protected]>
Copilot AI review requested due to automatic review settings June 30, 2025 05:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a debug logs view, integrates a one-click "clickdeploy" feature in the FlowListTable, and fixes the LLM uservice along with associated port and URL updates.

  • Added a new PodLogsView for viewing debug logs (debuglogs/index.jsx and backend router).
  • Extended the FlowListTable to include an observability menu and one-click deployment dialog.
  • Updated port mappings and fixed default model in the LLM uservice and related templates.

Reviewed Changes

Copilot reviewed 63 out of 63 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/ui/src/views/debuglogs/index.jsx New debug logs UI component
packages/ui/src/views/tracer/index.jsx JSX comment fix and header integration
packages/ui/src/ui-component/table/FlowListTable.jsx Observability menu & 1-Click Deployment column
packages/ui/src/ui-component/dialog/OneClickDeploymentDialog.jsx New dialog for one-click deployment
packages/server/src/routes/debuglog_router.py New FastAPI route for pod logs
app-frontend/react/src/components/Conversation/Conversation.tsx Fixed default model value
Comments suppressed due to low confidence (2)

studio-frontend/packages/ui/src/views/tracer/index.jsx:173

  • JSX does not support JavaScript // comments inside the returned JSX. Wrap commented lines with {/* ... */} or remove the invalid comment to avoid a syntax error.
        // <Box sx={{ display: "flex", height: "100vh", p: 4, gap: 2, position: "relative" }}>

@siawchen siawchen added this to the v1.4 milestone Jun 30, 2025
@wanhakim wanhakim requested a review from siawchen July 3, 2025 08:21
Copy link
Collaborator

@siawchen siawchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@siawchen siawchen merged commit 5d6fa69 into opea-project:main Jul 3, 2025
5 of 7 checks passed
@wanhakim wanhakim deleted the debuglogs-clickdeploy branch August 13, 2025 00:54
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.

5 participants