plugin(lightspeed-notebooks): de-duplicate documents and fix document deletion#3428
plugin(lightspeed-notebooks): de-duplicate documents and fix document deletion#3428JslYoon wants to merge 7 commits into
Conversation
PR Summary by QodoPrevent concurrent notebook uploads and improve notebook session cleanup Description
Diagram
High-Level Assessment
Files changed (10)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## workspace/lightspeed #3428 +/- ##
=====================================================
Coverage 60.97% 60.97%
=====================================================
Files 2098 2098
Lines 65140 65128 -12
Branches 16929 16924 -5
=====================================================
- Hits 39719 39715 -4
+ Misses 25199 25191 -8
Partials 222 222
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Code Review by Qodo
1.
|
Jdubrick
left a comment
There was a problem hiding this comment.
Is this the cherry pick of https://github.com/redhat-developer/rhdh-plugins/pull/3140/commits? It looks like there is a commit that wasn't in the original fix? e49fc2c
Can we update the description so we know what change is being brought over, associated bug with the fix version, etc?
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| '@red-hat-developer-hub/backstage-plugin-lightspeed': minor | |||
| '@red-hat-developer-hub/backstage-plugin-lightspeed': patch | ||
| --- | ||
|
|
||
| documents cannot be uploaded when a document processing is in progress |
There was a problem hiding this comment.
Can we update the description so its very clear why the backport, commit its from, etc? Something like https://github.com/backstage/community-plugins/pull/7777/changes#diff-8f790b830a5a1ede0c535edcbfe803bfb27de75537befc4461e2cfb9e1421302R7?
Signed-off-by: Lucas <lyoon@redhat.com> # Conflicts: # workspaces/lightspeed/plugins/lightspeed/src/translations/ref.ts
Signed-off-by: Lucas <lyoon@redhat.com>
Add notebook.view.documents.uploadsInProgress to lightspeed translation API Signed-off-by: Lucas <lyoon@redhat.com>
Signed-off-by: Lucas <lyoon@redhat.com>
Signed-off-by: Lucas <lyoon@redhat.com>
…ion deletion - Restore legacy 'end' event emission in notebooksRouters SSE transform - Extract citations from file_search tool calls for referenced_documents - Fix DocumentSidebar to respect hasUploadsInProgress when disabling Add button - Add conversations API to VectorStoresOperator for proper abstraction - Update SessionService to use conversations.delete instead of internal baseURL access Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6c7f4f4 to
f36806b
Compare
|



Hey, I just made a Pull Request!
Cherry pick issues to fix two commits indicated above.
Commit e49fc2c fixes the first issue that was breaking the delete documents.
✔️ Checklist