Skip to content
Closed
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
27 changes: 13 additions & 14 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 Down Expand Up @@ -54,20 +54,24 @@
{
"Id": "VirtoCommerce.Xapi",
"BlobName": "VirtoCommerce.Xapi_3.1002.0-pr-60-f11e.zip"
},
{
"Id": "VirtoCommerce.Shipping",
"BlobName": "VirtoCommerce.Shipping_3.1000.0.zip"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Shipping BlobName missing PR suffix from failed automation

High Severity

The VirtoCommerce.Shipping BlobName is VirtoCommerce.Shipping_3.1000.0.zip, which lacks the -pr-NUMBER-HASH suffix that every other AzureBlob module has (e.g., -pr-60-f11e). The PR description confirms the automation failed: "from PR undefined undefined". This likely means the blob doesn't exist in the vc3prerelease container, which would cause module resolution to fail at deployment time. The module was also removed from the GithubReleases source where it previously worked at version 3.816.0.

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 @@ -175,10 +179,6 @@
"Id": "VirtoCommerce.GoogleEcommerceAnalytics",
"Version": "4.806.0"
},
{
"Id": "VirtoCommerce.Shipping",
"Version": "3.816.0"
},
{
"Id": "VirtoCommerce.Tax",
"Version": "3.807.0"
Expand Down Expand Up @@ -350,5 +350,4 @@
]
}
]
}

}