fix(admin-ui): show failure reason for batch jobs (#3526)

* fix: display error messages for batch jobs

* feat: add changesets

* feat: tooltip size, load more jobs

---------

Co-authored-by: fPolic <frane@medusajs.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2023-03-21 16:13:39 +01:00
committed by GitHub
co-authored by fPolic Oliver Windall Juhl
parent 7f2223b650
commit f831b7db37
9 changed files with 117 additions and 47 deletions
@@ -0,0 +1,3 @@
Product Variant ID,SKU,Price EUR,Price NA [USD]
,MEDUSA-SWEAT-SMALL,15,13.5
variant_1234,,15,13.5
1 Product Variant ID SKU Price EUR Price NA [USD]
2 MEDUSA-SWEAT-SMALL 15 13.5
3 variant_1234 15 13.5
@@ -0,0 +1,6 @@
Product Id;Product Handle;Product Title;Product Subtitle;Product Description;Product Status;Product Thumbnail;Product Weight;Product Length;Product Width;Product Height;Product HS Code;Product Origin Country;Product MID Code;Product Material;Product Collection Title;Product Collection Handle;Product Type;Product Tags;Product Discountable;Product External Id;Product Profile Name;Product Profile Type;Variant Id;Variant Title;Variant SKU;Variant Barcode;Variant Inventory Quantity;Variant Allow Backorder;Variant Manage Inventory;Variant Weight;Variant Length;Variant Width;Variant Height;Variant HS Code;Variant Origin Country;Variant MID Code;Variant Material;Price EUR;Price USD;Option 1 Name;Option 1 Value;Image 1 Url;Image 2 Url
;coffee-mug-v2;Medusa Coffee Mug;;Every programmer's best friend.;published;https://medusa-public-images.s3.eu-west-1.amazonaws.com/coffee-mug.png;400;;;;;;;;;;;;true;;;;;One Size;;;100;false;true;;;;;;;;;1000;1200;Size;One Size;https://medusa-public-images.s3.eu-west-1.amazonaws.com/coffee-mug.png;
;sweatpants-v2;Medusa Sweatpants;;Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary.;published;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;400;;;;;;;;;;;;true;;;;;S;;;100;false;true;;;;;;;;;2950;3350;Size;S;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
;sweatpants-v2;Medusa Sweatpants;;Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary.;published;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;400;;;;;;;;;;;;true;;;;;M;;;100;false;true;;;;;;;;;2950;3350;Size;M;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
;sweatpants-v2;Medusa Sweatpants;;Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary.;published;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;400;;;;;;;;;;;;true;;;;;L;;;100;false;true;;;;;;;;;2950;3350;Size;L;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
;sweatpants-v2;Medusa Sweatpants;;Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary.;published;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;400;;;;;;;;;;;;true;;;;;XL;;;100;false;true;;;;;;;;;2950;3350;Size;XL;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png;https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
1 Product Id Product Handle Product Title Product Subtitle Product Description Product Status Product Thumbnail Product Weight Product Length Product Width Product Height Product HS Code Product Origin Country Product MID Code Product Material Product Collection Title Product Collection Handle Product Type Product Tags Product Discountable Product External Id Product Profile Name Product Profile Type Variant Id Variant Title Variant SKU Variant Barcode Variant Inventory Quantity Variant Allow Backorder Variant Manage Inventory Variant Weight Variant Length Variant Width Variant Height Variant HS Code Variant Origin Country Variant MID Code Variant Material Price EUR Price USD Option 1 Name Option 1 Value Image 1 Url Image 2 Url
2 coffee-mug-v2 Medusa Coffee Mug Every programmer's best friend. published https://medusa-public-images.s3.eu-west-1.amazonaws.com/coffee-mug.png 400 true One Size 100 false true 1000 1200 Size One Size https://medusa-public-images.s3.eu-west-1.amazonaws.com/coffee-mug.png
3 sweatpants-v2 Medusa Sweatpants Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary. published https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png 400 true S 100 false true 2950 3350 Size S https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
4 sweatpants-v2 Medusa Sweatpants Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary. published https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png 400 true M 100 false true 2950 3350 Size M https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
5 sweatpants-v2 Medusa Sweatpants Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary. published https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png 400 true L 100 false true 2950 3350 Size L https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png
6 sweatpants-v2 Medusa Sweatpants Reimagine the feeling of classic sweatpants. With our cotton sweatpants, everyday essentials no longer have to be ordinary. published https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png 400 true XL 100 false true 2950 3350 Size XL https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-front.png https://medusa-public-images.s3.eu-west-1.amazonaws.com/sweatpants-gray-back.png