Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCST-2432: Add global tenant ID option for sequence number generation #234

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

OlegoO
Copy link
Contributor

@OlegoO OlegoO commented Dec 10, 2024

Description

feat: Introduced a new UseGlobalTenantId property in the SequenceNumberGeneratorOptions class to support a global counter across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it.

References

QA-test:

Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-2432

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Core_3.814.0-pr-234-4486.zip

feat: Introduced a new `UseGlobalTenantId` property in the
`SequenceNumberGeneratorOptions` class to support a global counter
across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it.
Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 8.003
Timestamp: 10-12-2024T12:52:46

Copy link
Contributor

@vc-ci vc-ci left a comment

Choose a reason for hiding this comment

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

Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.868
Timestamp: 10-12-2024T13:12:53

@OlegoO OlegoO merged commit b73950d into dev Dec 11, 2024
6 checks passed
@OlegoO OlegoO deleted the feat/VCST-2432-global-tenant branch December 11, 2024 14:12
OlegoO added a commit that referenced this pull request Dec 12, 2024
…#234)

feat: Introduced a new `UseGlobalTenantId` property in the
`SequenceNumberGeneratorOptions` class to support a global counter
across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)
OlegoO added a commit that referenced this pull request Dec 12, 2024
…#234)

feat: Introduced a new `UseGlobalTenantId` property in the
`SequenceNumberGeneratorOptions` class to support a global counter
across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)
OlegoO added a commit that referenced this pull request Dec 12, 2024
…#234)

feat: Introduced a new `UseGlobalTenantId` property in the
`SequenceNumberGeneratorOptions` class to support a global counter
across all tenants/stores. By default, false. Set VirtoCommerce:SequenceNumberGenerator:UseGlobalTenantId to true, to enable it. (#234)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants