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
27 changes: 12 additions & 15 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"PlatformVersion": "3.1013.0-pr-2995-0034-vcst-4834-00344529",
"PlatformImage": "ghcr.io/virtocommerce/platform",
"PlatformImageTag": "3.1013.0-pr-2995-0034-vcst-4834-00344529",

"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
Expand All @@ -12,7 +11,7 @@
"Name": "AzureBlob",
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
"Modules": [
{
"Id": "VirtoCommerce.PowerBiReports",
"BlobName": "VirtoCommerce.PowerBiReports_3.800.0-pr-5-3363.zip"
Expand Down Expand Up @@ -48,7 +47,7 @@
"Id": "VirtoCommerce.XCart",
"BlobName": "VirtoCommerce.XCart_3.1005.0-pr-106-ad89.zip"
},
{
{
"Id": "VirtoCommerce.Assets",
"BlobName": "VirtoCommerce.Assets_3.1002.0-pr-36-2ce1.zip"
},
Expand All @@ -60,40 +59,39 @@
"Id": "VirtoCommerce.Customer",
"BlobName": "VirtoCommerce.Customer_3.1003.0-pr-295-0f8e.zip"
},
{
{
"Id": "VirtoCommerce.Inventory",
"BlobName": "VirtoCommerce.Inventory_3.1001.0-pr-160-a558.zip"
},
{
"Id": "VirtoCommerce.Marketing",
"BlobName": "VirtoCommerce.Marketing_3.1002.0-pr-261-d9e1.zip"
},
{
"Id": "VirtoCommerce.Notifications",
"BlobName": "VirtoCommerce.Notifications_3.1004.0-pr-194-8168.zip"
},
{
"Id": "VirtoCommerce.Pricing",
"BlobName": "VirtoCommerce.Pricing_3.1001.0-pr-232-4228.zip"
},
{
{
"Id": "VirtoCommerce.Store",
"BlobName": "VirtoCommerce.Store_3.1001.0-pr-165-2642.zip"
},
{
"Id": "VirtoCommerce.Orders",
"BlobName": "VirtoCommerce.Orders_3.1003.0-pr-490-ea59.zip"
},
{
"Id": "VirtoCommerce.Notifications",
"BlobName": "VirtoCommerce.Notifications_3.1005.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.

Automation failure produced likely incorrect blob name

High Severity

The VirtoCommerce.Notifications module was updated by automation that clearly failed — the PR description contains "from PR undefined undefined", indicating the script couldn't resolve the source PR. The resulting BlobName VirtoCommerce.Notifications_3.1005.0.zip lacks the -pr-XXX-YYYY suffix that every other module in the vc3prerelease AzureBlob container uses. This release-style version likely doesn't exist in the pre-release blob container, which would cause a deployment failure.

Fix in Cursor Fix in Web

}

]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [
{
],
"Modules": [
{
"Id": "VirtoCommerce.Contentful",
"Version": "3.805.0"
},
Expand Down Expand Up @@ -364,5 +362,4 @@
]
}
]
}

}