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
21 changes: 9 additions & 12 deletions backend/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"PlatformVersion": "3.1023.0-pr-3013-8083-vcst-4989-8083e59f",
"PlatformImage": "ghcr.io/virtocommerce/platform",
"PlatformImageTag": "3.1023.0-pr-3013-8083-vcst-4989-8083e59f",

"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
Expand All @@ -12,10 +11,10 @@
"Name": "AzureBlob",
"Container": "packages",
"ServiceUri": "https://vc3prerelease.blob.core.windows.net",
"Modules": [
"Modules": [
{
"Id": "VirtoCommerce.SystemOperations",
"BlobName": "VirtoCommerce.SystemOperations_3.1000.0-pr-1-aa99.zip"
"BlobName": "VirtoCommerce.SystemOperations_3.1000.0-pr-1-aa99.zip"
},
{
"Id": "VirtoCommerce.PowerBiReports",
Expand Down Expand Up @@ -51,16 +50,19 @@
{
"Id": "VirtoCommerce.BuilderIO",
"BlobName": "VirtoCommerce.BuilderIO_3.1001.0-pr-9-12bd.zip"
},
{
"Id": "VirtoCommerce.EventBus",
"BlobName": "VirtoCommerce.EventBus_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 invalid blob name

High Severity

The VirtoCommerce.EventBus module was moved from "GithubReleases" (version 3.1002.0) to "AzureBlob" with BlobName VirtoCommerce.EventBus_3.1005.0.zip. Every other AzureBlob entry has a -pr-X-XXXX suffix (e.g., -pr-1-aa99), but this one lacks it entirely. The PR description confirms the automation failed: "from PR undefined undefined". The missing PR number and commit hash likely mean this blob doesn't exist in the prerelease container, and since the module was also removed from "GithubReleases", EventBus may fail to resolve from either source.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 59f5dc6. Configure here.

}
]
},
{
"Name": "GithubReleases",
"ModuleSources": [
"https://raw.githubusercontent.com/VirtoCommerce/vc-modules/master/modules_v3.json"
],
"Modules": [

],
"Modules": [
{
"Id": "VirtoCommerce.ElasticSearch",
"Version": "3.806.0"
Expand Down Expand Up @@ -189,10 +191,6 @@
"Id": "VirtoCommerce.Tax",
"Version": "3.1001.0"
},
{
"Id": "VirtoCommerce.EventBus",
"Version": "3.1002.0"
},
{
"Id": "VirtoCommerce.ImageTools",
"Version": "3.1001.0"
Expand Down Expand Up @@ -364,5 +362,4 @@
]
}
]
}

}