-
Notifications
You must be signed in to change notification settings - Fork 93
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
OFFI-200: Update OC and Lombiq versions. #514
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 75a09f1.
test/OrchardCore.Commerce.Tests.UI/Tests/BasicTests/SecurityScanningTests.cs
Outdated
Show resolved
Hide resolved
test/OrchardCore.Commerce.Tests.UI/Tests/BasicTests/SecurityScanningTests.cs
Outdated
Show resolved
Hide resolved
BenedekFarkas
added a commit
that referenced
this pull request
Jan 24, 2025
…ed error line patterns #514 (comment)
wAsnk
approved these changes
Jan 28, 2025
BenedekFarkas
added a commit
that referenced
this pull request
Feb 11, 2025
* OCC-245: Upgrade to latest OC preview to test System.Text.Json (#454) Co-authored-by: Mike Alhayek <[email protected]> Co-authored-by: Zoltán Lehóczky <[email protected]> * Upgrade OC packages and drivers (#480) * Upgrade OC packages and drivers * Update src/Modules/OrchardCore.Commerce/Drivers/PriceDisplaySettingsDisplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.ContentFields/Settings/AddressFieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.ContentFields/Settings/PriceFieldSettingsDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Update src/Modules/OrchardCore.Commerce.Payment.Stripe/Drivers/StripeApiSettingsDisplayDriver.cs Co-authored-by: Sára El-Saig <[email protected]> * Fix all drivers --------- Co-authored-by: Sára El-Saig <[email protected]> * OCC-280: Use new HL extension methods (#482) * Post merge fixup. * NEST-536: Update OC version (#474) * Update OC version. * Update OC preview version again (sigh). * Delete temporary extension. * Use the new AddDeployment extension that registers the underlying polymorphic JSON type too. * Suppress. * Update OC previews. * Update OC preview version. * Update OC preview version. * Rename to localizer. * Update OC preview version. * Update OC preview version. * Add new line --------- Co-authored-by: Hisham Bin Ateya <[email protected]> * Re-enabling non preview packages and upgrading to OC 2.0.0 * Using System.Text.Json. * Setting the .Web project to OC 2.0.2. * Update src/OrchardCore.Commerce.Web/OrchardCore.Commerce.Web.csproj * Upgrading OC to 2.1.0 and Lombiq packages to latest stable * Upgrading OrchardCore.Commerce.Web to OC 2.1.2 * Fixing merge * Updating Lombiq packages to latest * Fixing code styling in stripe-payment-form.js * Upgrading web project to OC 2.1.3 * Using AddSiteDisplayDriver in Startup classes * Fixing collection initialization warnings (IDE0028, IDE0300, IDE0301) * Downgrading Lombiq.Analyzers.OrchardCore back to 5.0.0 for now * Updating SecurityScanningTests to use the UseAssertAppLogsForSecurityScan extension method * Removing additional permitted error lines as they are already covered by UseAssertAppLogsForSecurityScan * Fixing redundant security test configuration * Adding ExceptionContextLoggingMiddleware-logged errors to the permitted error line patterns #514 (comment) * Update Lombiq packages to release versions. --------- Co-authored-by: Sára El-Saig <[email protected]> Co-authored-by: Mike Alhayek <[email protected]> Co-authored-by: Zoltán Lehóczky <[email protected]> Co-authored-by: Hisham Bin Ateya <[email protected]> Co-authored-by: Roland Márkus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OFFI-200