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
33 changes: 16 additions & 17 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-02d9.zip"
},
Expand All @@ -36,15 +36,15 @@
"Id": "VirtoCommerce.Marketing",
"BlobName": "VirtoCommerce.Marketing_3.826.0-pr-254-d4bf.zip"
},
{
{
"Id": "VirtoCommerce.XCatalog",
"BlobName": "VirtoCommerce.XCatalog_3.943.0-pr-83-f962.zip"
},
{
"Id": "VirtoCommerce.Core",
"BlobName": "VirtoCommerce.Core_3.825.0-pr-244-cf98.zip"
},
{
{
"Id": "VirtoCommerce.DynamicAssociationsModule",
"BlobName": "VirtoCommerce.DynamicAssociationsModule_3.812.0-pr-54-ef16.zip"
},
Expand All @@ -59,20 +59,24 @@
{
"Id": "VirtoCommerce.XCMS",
"BlobName": "VirtoCommerce.XCMS_3.908.0-pr-18-881c.zip"
},
{
"Id": "VirtoCommerce.Customer",
"BlobName": "VirtoCommerce.Customer_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.

Module blob name missing PR suffix from failed automation

High Severity

The VirtoCommerce.Customer module's BlobName value VirtoCommerce.Customer_3.1000.0.zip doesn't follow the established pattern. All other AzureBlob entries use the format ModuleName_Version-pr-PrNumber-Hash.zip, but this entry is missing the -pr-XX-XXXX suffix. Combined with the PR description stating "from PR undefined undefined", this indicates the automation script failed to capture proper PR metadata, and the blob name likely doesn't correspond to an actual artifact in Azure storage.

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 @@ -343,13 +347,8 @@
{
"Id": "VirtoCommerce.Orders",
"Version": "3.866.0"
},
{
"Id": "VirtoCommerce.Customer",
"Version": "3.850.0"
}
}
]
}
]
}

}