Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
{
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.835.0-pr-94-6d94.zip"
},
Expand All @@ -39,23 +39,27 @@
"Id": "VirtoCommerce.XCatalog",
"BlobName": "VirtoCommerce.XCatalog_3.944.0-pr-84-12a6.zip"
},
{
{
"Id": "VirtoCommerce.Catalog",
"BlobName": "VirtoCommerce.Catalog_3.913.0-pr-857-b208.zip"
},
{
"Id": "VirtoCommerce.FileExperienceApi",
"BlobName": "VirtoCommerce.FileExperienceApi_3.1000.0.zip"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blob name missing PR suffix unlike all other entries

Medium Severity

The BlobName for VirtoCommerce.FileExperienceApi uses the format VirtoCommerce.FileExperienceApi_3.1000.0.zip without the -pr-XX-XXXX suffix that all other 8 AzureBlob modules consistently use (e.g., _3.913.0-pr-857-b208.zip). Combined with the PR description showing "from PR undefined undefined", this indicates the automation failed to capture PR information and likely generated an incorrect or non-existent blob reference.

Fix in Cursor Fix in Web

}
]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
],
"Modules": [
{
"Id": "VirtoCommerce.SeqLog",
"Version": "3.800.0"
},
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
Expand Down Expand Up @@ -275,10 +279,6 @@
"Id": "VirtoCommerce.Assets",
"Version": "3.816.0"
},
{
"Id": "VirtoCommerce.FileExperienceApi",
"Version": "3.907.0"
},
{
"Id": "VirtoCommerce.Store",
"Version": "3.824.0"
Expand Down Expand Up @@ -350,5 +350,4 @@
]
}
]
}

}