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.Xapi",
"BlobName": "VirtoCommerce.Xapi_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.

Malformed blob name from failed CI automation

Medium Severity

The BlobName for VirtoCommerce.Xapi is VirtoCommerce.Xapi_3.1000.0.zip, which is missing the -pr-XX-XXXX suffix that all other AzureBlob packages have (e.g., -pr-855-a302). The PR description contains "undefined undefined" where PR details belong, confirming the CI automation failed to capture required metadata. This likely references a non-existent blob or incorrect package, which would cause deployment failures.

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 @@ -320,10 +324,6 @@
"Id": "VirtoCommerce.Inventory",
"Version": "3.817.0"
},
{
"Id": "VirtoCommerce.Xapi",
"Version": "3.930.0"
},
{
"Id": "VirtoCommerce.ProfileExperienceApiModule",
"Version": "3.927.0"
Expand All @@ -347,9 +347,8 @@
{
"Id": "VirtoCommerce.Customer",
"Version": "3.850.0"
}
}
]
}
]
}

}