Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
839 stars 433 forks source link

fix: Deleted files are visible on screen after clicking on delete button. #1143

Closed Rohini-Microsoft closed 4 months ago

Rohini-Microsoft commented 4 months ago

Purpose

On click of delete button, pages refresh automatically and receives a notification file are deleted

Bug: https://dev.azure.com/CSACTOSOL/CSA%20Solutioning/_workitems/edit/5536

How to Test

  1. Navigate to Chat with your data URL
  2. Click on 'Delete Data' tab
  3. Select files to Delete
  4. Scroll down and select multiple checkboxes to delete
  5. Delete files
  6. Observe files are still on the screen but received notification "files are deleted"
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

image


github-actions[bot] commented 4 months ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
code/backend/pages
   03_Delete_Data.py42420%1–8, 10–12, 14, 22–24, 28, 32, 40, 42–43, 45–48, 50, 52–53, 57, 61–65, 67, 70–71, 74–79
TOTAL264558377% 

Tests Skipped Failures Errors Time
298 0 :zzz: 0 :x: 0 :fire: 38.320s :stopwatch:
github-actions[bot] commented 3 months ago

:tada: This PR is included in version 1.9.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: