microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

The activity log is incorrect when exporting messages for one queue #8310

Closed v-kellyluo closed 11 hours ago

v-kellyluo commented 2 days ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 20241119.13 Branch: main Platform/OS: Windows10/Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.1(Apple M1 Pro) Architecture: x64/arm64/x64/arm64 How Found: From running test cases Regression From: Not a regression

Steps to Reproduce

  1. Expand one storage account -> Queues.
  2. Create a queue -> Import several messages.
  3. Click 'Export' -> Observe the activity log.
  4. Check whether the activity log is correct.

Expected Experience

The activity log is correct.

Actual Experience

  1. The number of the exported messages is incorrect, it always displays '32'.
  2. The exported file name is 'Undefined'.
  3. There is no action 'Show in Folder' next to the activity log. Image
craxal commented 1 day ago

The number is hardcoded on purpose, because we always export all available messages up to the 32 messages we can get from the queue. While I could reword things, that would make the message needlessly wordy. So, I won't fix that.

I will fix the undefined part.

v-xianya commented 9 hours ago

Hi @craxal Verified this issue on the main build 20241122.6. the activity log as below. No action 'Show in Folder' next to the activity log. Image

Here is the export activity log for tables Image