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

Epic: CXSPA-2897 #17399

Merged
merged 20 commits into from
Oct 24, 2023
Merged

Epic: CXSPA-2897 #17399

merged 20 commits into from
Oct 24, 2023

Conversation

ercultimate
Copy link
Contributor

@ercultimate ercultimate commented May 10, 2023

  • throwError is replaced with throw.
Original: catchError((error: any) => throwError(normalizeHttpError(error))
Replacement:  catchError((error: any) => {
        throw normalizeHttpError(error, this.logger);
      }) 

In unit-tests:

Original: throwError({ details: [{ message: expectedErrorMessage }] }) 
Replacement: throwError(() => ({ details: [{ message: expectedErrorMessage }] }))

@ercultimate ercultimate requested a review from a team as a code owner May 10, 2023 20:10
@ercultimate ercultimate requested a review from a team May 10, 2023 20:10
@ercultimate ercultimate requested review from a team as code owners May 10, 2023 20:10
@cypress
Copy link

cypress bot commented May 11, 2023

4 flaky tests on run #40284 ↗︎

0 706 29 0 Flakiness 4

Details:

chore: cleanup deprecated `throwError()` (#17386)
Project: spartacus Commit: 0599c86184
Status: Passed Duration: 16:48 💡
Started: May 11, 2023 3:25 PM Ended: May 11, 2023 3:42 PM
Flakiness  regression/save-for-later/save-for-later.e2e.cy.ts • 1 flaky test • B2C

View Output Video

Test Artifacts
... > should save for later/move to cart for items Output Screenshots
Flakiness  ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR

View Output Video

Test Artifacts
SSR > should render homepage Output Screenshots
SSR > should render PLP Output Screenshots
SSR > should render PDP Output Screenshots

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@ercultimate ercultimate temporarily deployed to dev May 11, 2023 17:29 — with GitHub Actions Inactive
@github-actions github-actions bot marked this pull request as draft May 11, 2023 17:29
@ercultimate ercultimate temporarily deployed to dev May 11, 2023 18:02 — with GitHub Actions Inactive
@pawelfras pawelfras temporarily deployed to dev September 25, 2023 12:34 — with GitHub Actions Inactive
@pawelfras pawelfras temporarily deployed to dev September 27, 2023 12:57 — with GitHub Actions Inactive
@cla-assistant
Copy link

cla-assistant bot commented Sep 27, 2023

CLA assistant check
All committers have signed the CLA.

@pawelfras pawelfras changed the base branch from develop-6.1.x to develop-6.5.x September 27, 2023 12:59
@pawelfras pawelfras temporarily deployed to dev September 27, 2023 13:51 — with GitHub Actions Inactive
@pawelfras pawelfras self-assigned this Oct 2, 2023
@cypress
Copy link

cypress bot commented Oct 4, 2023

@pawelfras pawelfras temporarily deployed to dev October 4, 2023 06:53 — with GitHub Actions Inactive
@pawelfras pawelfras marked this pull request as ready for review October 4, 2023 06:54
@pawelfras pawelfras temporarily deployed to dev October 5, 2023 07:10 — with GitHub Actions Inactive
@github-actions github-actions bot marked this pull request as draft October 5, 2023 07:10
@pawelfras pawelfras changed the base branch from develop-6.5.x to develop-6.6.x October 5, 2023 12:54
@pawelfras pawelfras changed the base branch from develop-6.6.x to develop-6.5.x October 5, 2023 12:54
@pawelfras pawelfras changed the base branch from develop-6.5.x to develop-6.6.x October 5, 2023 12:54
@pawelfras pawelfras temporarily deployed to dev October 9, 2023 07:56 — with GitHub Actions Inactive
@pawelfras pawelfras marked this pull request as ready for review October 9, 2023 07:56
@github-actions github-actions bot marked this pull request as draft October 9, 2023 08:33
@pawelfras pawelfras marked this pull request as ready for review October 9, 2023 08:37
@kpawelczak kpawelczak changed the base branch from develop-6.6.x to develop-2402.0.x October 20, 2023 10:36
@kpawelczak kpawelczak temporarily deployed to dev October 20, 2023 10:36 — with GitHub Actions Inactive
@github-actions github-actions bot marked this pull request as draft October 20, 2023 10:36
@kpawelczak kpawelczak marked this pull request as ready for review October 20, 2023 10:49
@kpawelczak 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
@kpawelczak kpawelczak temporarily deployed to dev October 23, 2023 14:55 — with GitHub Actions Inactive
@github-actions github-actions bot marked this pull request as draft October 23, 2023 14:56
@kpawelczak kpawelczak marked this pull request as ready for review October 23, 2023 15:01
Copy link
Contributor

@pawelfras pawelfras left a 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.

@kpawelczak kpawelczak merged commit 32e7d6d into develop-next-major Oct 24, 2023
25 checks passed
@kpawelczak kpawelczak deleted the epic/CXSPA-2897 branch October 24, 2023 13:14
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