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
28 changes: 13 additions & 15 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"PlatformVersion": "3.1027.0-pr-3019-3806-vcst-5005-backoffice-modularity-380602dd",
"PlatformImage": "ghcr.io/virtocommerce/platform",
"PlatformImageTag": "3.1027.0-pr-3019-3806-vcst-5005-backoffice-modularity-380602dd",

"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
Expand All @@ -12,14 +11,14 @@
"Name": "AzureBlob",
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
"Modules": [
{
"Id": "VirtoCommerce.SystemOperations",
"BlobName": "VirtoCommerce.SystemOperations_3.1001.0-pr-2-cc35.zip"
"BlobName": "VirtoCommerce.SystemOperations_3.1001.0-pr-2-cc35.zip"
},
{
"Id": "VirtoCommerce.SystemOperations.SampleExtension",
"BlobName": "VirtoCommerce.SystemOperations_3.1000.0-alpha.01.zip"
"BlobName": "VirtoCommerce.SystemOperations_3.1000.0-alpha.01.zip"
},
{
"Id": "VirtoCommerce.PowerBiReports",
Expand All @@ -36,7 +35,7 @@
"Id": "VirtoCommerce.SeqLog",
"BlobName": "VirtoCommerce.SeqLog_3.1000.0-pr-2-9e9c.zip"
},
{
{
"Id": "VirtoCommerce.ProfileExperienceApiModule",
"BlobName": "VirtoCommerce.ProfileExperienceApiModule_3.1006.0-pr-134-3740.zip"
},
Expand All @@ -48,23 +47,19 @@
"Id": "VirtoCommerce.News",
"BlobName": "VirtoCommerce.News_3.1001.0-pr-18-e057.zip"
},
{
{
"Id": "VirtoCommerce.Catalog",
"BlobName": "VirtoCommerce.Catalog_3.1021.0-pr-881-6d56.zip"
},
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.1010.0-pr-133-3155.zip"
},
{
"Id": "VirtoCommerce.AI",
"BlobName": "VirtoCommerce.AI_3.1000.0.zip"
},
{
"Id": "VirtoCommerce.BuilderIO",
"BlobName": "VirtoCommerce.BuilderIO_3.1003.0-pr-11-e975.zip"
},
{
{
"Id": "VirtoCommerce.Pages",
"BlobName": "VirtoCommerce.Pages_3.1005.0-pr-17-aeab.zip"
},
Expand All @@ -79,14 +74,18 @@
{
"Id": "VirtoCommerce.AzureBlobAssets",
"BlobName": "VirtoCommerce.AzureBlobAssets_3.1003.0-pr-36-ed61.zip"
},
{
"Id": "VirtoCommerce.PageBuilderModule",
"BlobName": "VirtoCommerce.PageBuilderModule_3.1010.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 wrong PageBuilderModule version

High Severity

The PR description explicitly says "from PR undefined undefined", indicating the automation script failed to resolve the source PR number. As a result, the VirtoCommerce.PageBuilderModule BlobName was changed from a PR-specific prerelease build (_3.1010.0-pr-133-3155.zip) to a plain release build (_3.1010.0.zip). Every other module in the AzureBlob source uses a -pr-{N}-{hash} suffixed build, confirming this QA environment expects PR-specific artifacts. This QA environment will now test the wrong version of PageBuilderModule, potentially missing the changes it was intended to validate — or failing entirely if the release artifact doesn't exist in the prerelease blob container.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b29b15c. Configure here.

}
]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
],
"Modules": [
{
"Id": "VirtoCommerce.ElasticSearch",
Expand Down Expand Up @@ -372,8 +371,7 @@
"Id": "VirtoCommerce.ElasticAppSearch",
"Version": "3.1000.0"
}
]
]
}
]
}

}