Skip to content

Commit 4298b55

Browse files
authored
Merge pull request #3678 from SalesforceCommerceCloud/rvishwanathbhat/merge-from-develop
W-21241548: Merge from develop
2 parents 568523b + cd5f773 commit 4298b55

File tree

412 files changed

+58102
-16304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+58102
-16304
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ packages/template-retail-react-app/app/pages/cart/partials/bonus-products-title.
5959
# Standard Products feature files - PR #2697
6060
packages/template-retail-react-app/app/mocks/standard-product.js @SalesforceCommerceCloud/cc-sharks
6161
packages/template-retail-react-app/app/utils/add-to-cart-utils.js @SalesforceCommerceCloud/cc-sharks
62-
62+
63+
# One-Click Checkout feature files
64+
packages/template-retail-react-app/app/pages/checkout-one-click/ @SalesforceCommerceCloud/stretch-armstrong
65+
packages/template-retail-react-app/app/components/otp-auth/ @SalesforceCommerceCloud/stretch-armstrong
66+
packages/template-retail-react-app/app/hooks/use-checkout-auto-select.js @SalesforceCommerceCloud/stretch-armstrong
67+
packages/template-retail-react-app/app/hooks/use-checkout-auto-select.test.js @SalesforceCommerceCloud/stretch-armstrong
68+
packages/template-retail-react-app/app/hooks/use-countdown.js @SalesforceCommerceCloud/stretch-armstrong
69+
packages/template-retail-react-app/app/hooks/use-countdown.test.js @SalesforceCommerceCloud/stretch-armstrong
70+
packages/template-retail-react-app/app/hooks/use-otp-inputs.js @SalesforceCommerceCloud/stretch-armstrong
71+
packages/template-retail-react-app/app/hooks/use-otp-inputs.test.js @SalesforceCommerceCloud/stretch-armstrong
6372

6473
#ECCN:Open Source

.github/actions/bundle_size_test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: bundlesize
2+
description: Check bundle size against maximum file size limits
23
runs:
34
using: composite
45
steps:

.github/actions/check_clean/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: check_clean
2+
description: Check if repository has uncommitted changes
23
runs:
34
using: composite
45
steps:

.github/actions/check_if_latest_release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: check_if_latest_release
2+
description: Check if the current release is the latest release
23
inputs:
34
token:
45
description: "Github API token"

.github/actions/count_deps/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: count_deps
2+
description: Count and validate project dependencies
23
inputs:
34
project_dir:
45
description: 'Path to the project directory'

.github/actions/create_mrt/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: create_mrt
2+
description: Create MRT credentials file
23
inputs:
34
mobify_user:
45
description: "Mobify user email"

.github/actions/datadog/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: datadog
2+
description: Send metrics to Datadog
23
inputs:
34
datadog_api_key:
45
description: "Datadog API key"

.github/actions/e2e_generate_app/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: e2e_generate_app
2+
description: Generate a new project for E2E testing
23
inputs:
34
PROJECT_KEY:
45
description: Project key to specify project to generate ("retail-app-demo", "retail-app-ext" or "retail-app-no-ext")

.github/actions/e2e_validate_generated_app/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: e2e_validate_generated_app
2+
description: Validate generated project for E2E testing
23
inputs:
34
PROJECT_KEY:
45
description: Project key to specify project to validate ("retail-app-demo", "retail-app-ext" or "retail-app-no-ext")

.github/actions/lighthouse_ci/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: lighthouse_ci
2+
description: Run Lighthouse CI performance tests
23
runs:
34
using: composite
45
steps:

0 commit comments

Comments
 (0)