Bug fixes and new playwright tests#70
Merged
siawchen merged 19 commits intoopea-project:mainfrom Aug 13, 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>
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>
* update sandbox run error handling and fixes for docsum and codegen workflows (opea-project#69) * update setup playbooks Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * debuglogs to display the connections between pods Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * fix chat history bug and duplicate workflow bug Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * fix genai-studio ansible to include create-ssh-secrets playbook Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * update to sandbox run error handling Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * fix for docum and codegen workflows Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> --------- Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> * fix for agent think card 1. filter tool call in final output 2. if streaming response in progress, keep showing response is generating message 3. if final output no answer, print iteration limit reached without final answer Signed-off-by: cheehook <chee.hoo.kok@intel.com> * Revert "Merge branch 'main' into agentqna_ui_fix" This reverts commit fe0d83c, reversing changes made to 27f8d63. * Revert "Revert "Merge branch 'main' into agentqna_ui_fix"" This reverts commit a0e1cd5. * fix wrongly merge conflict --------- Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com> Signed-off-by: cheehook <chee.hoo.kok@intel.com> Co-authored-by: wanhakim <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>
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>
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request implements comprehensive bug fixes and adds new Playwright tests for document summarization and code generation functionalities. The changes include improvements to UI configuration management, deployment workflow enhancements, template updates for better compatibility, and new test coverage for key features.
Key Changes:
- Added new Playwright test files for document summarization and code generation workflows
- Enhanced deployment functionality with automatic namespace deletion and improved monitoring
- Updated UI to support dynamic default types and better file upload handling for summarization
- Migrated environment variable names from HUGGINGFACEHUB_API_TOKEN to HF_TOKEN for consistency
Reviewed Changes
Copilot reviewed 73 out of 73 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/playwright/studio-e2e/004_test_sandbox_codegen.spec.ts | New Playwright test for code generation sandbox functionality |
| tests/playwright/studio-e2e/003_test_sandbox_docsum.spec.ts | New Playwright test for document summarization sandbox functionality |
| tests/test-files/Little Red Ridding Hood.txt | Test data file containing Little Red Riding Hood story for testing |
| studio-frontend/packages/ui/src/ui-component/table/FlowListTable.jsx | Enhanced deployment WebSocket management and namespace deletion handling |
| studio-frontend/packages/ui/src/ui-component/dialog/OneClickDeploymentDialog.jsx | Improved deployment dialog with persistent WebSocket connections |
| studio-backend/app/services/namespace_service.py | Enhanced namespace management with automatic deletion and better pod monitoring |
| app-frontend/react/src/redux/Conversation/ConversationSlice.ts | Added dynamic default UI type detection and improved event stream handling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
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.