-
Notifications
You must be signed in to change notification settings - Fork 392
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
Epic: CXSPA-2897 #17399
Merged
Merged
Epic: CXSPA-2897 #17399
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
CXSPA-3073
CXSPA-3074
CXSPA-3075
4 flaky tests on run #40284 ↗︎
Details:
regression/save-for-later/save-for-later.e2e.cy.ts • 1 flaky test • B2C
ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
CXSPA-3076
kpawelczak
changed the base branch from
develop-2402.0.x
to
develop-next-major
October 23, 2023 14:44
# Conflicts: # feature-libs/asm/package.json # feature-libs/customer-ticketing/package.json # feature-libs/order/package.json # feature-libs/pdf-invoices/package.json # feature-libs/product-configurator/package.json # feature-libs/requested-delivery-date/package.json # feature-libs/smartedit/package.json # feature-libs/tracking/package.json # feature-libs/user/package.json # integration-libs/cdc/package.json # integration-libs/cds/package.json # integration-libs/digital-payments/package.json # integration-libs/s4om/package.json # integration-libs/segment-refs/package.json # projects/schematics/src/dependencies.json
pawelfras
approved these changes
Oct 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. One thing I propose to add is a meaningful and exhausting description of what was changed and what issues we faced.
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.
In unit-tests:
Deprecated publishReplay().
Use the connectable observable, the connect operator.
Use case: Pull Request #17387
Deprecated retryWhen(). Use retry with delay instead.
Use case: Pull Request #17385
Deprecated Subject.hasError | isStopped:
Example of replacement: Pull Request #17390.
The toPromise() function is now deprecated.
Example of replacement: Pull Request #17383.
Tap - In RxJS v7.3, the "tap" operator introduces three new handlers: unsubscribe, subscribe, and finalize. If these handlers are not selectively specified, all of them are implicitly forwarded.
example: https://github.com/SAP/spartacus/pull/17904/files#diff-80faeb8c67829409d03e3f52695b7fe038c4f351c667e32db16ef73e53ef9368R78