Skip to content

Commit

Permalink
Merge pull request PrestaShop#37276 from nicosomb/merge-9x-develop
Browse files Browse the repository at this point in the history
Merge 9.0.x 29/10/24
  • Loading branch information
jolelievre authored Oct 29, 2024
2 parents 327e0af + 83a2f5f commit 59f8d4c
Show file tree
Hide file tree
Showing 100 changed files with 1,670 additions and 1,055 deletions.
42 changes: 41 additions & 1 deletion .github/workflows/cron_nightly_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
- 'functional:API'
- 'functional:WS'
- 'modules'
- 'modules:01-09'
- 'modules:10-19'
- 'modules:20-29'
- 'modules:30-39'
- 'regression'
exclude:
## 1.7.8.x
Expand Down Expand Up @@ -121,6 +125,14 @@ jobs:
CAMPAIGN: 'functional:WS'
- BRANCH: 1.7.8.x
CAMPAIGN: 'modules'
- BRANCH: 1.7.8.x
CAMPAIGN: 'modules:01-09'
- BRANCH: 1.7.8.x
CAMPAIGN: 'modules:10-19'
- BRANCH: 1.7.8.x
CAMPAIGN: 'modules:20-29'
- BRANCH: 1.7.8.x
CAMPAIGN: 'modules:30-39'
- BRANCH: 1.7.8.x
CAMPAIGN: 'sanity:productV2'
## 8.0.x
Expand Down Expand Up @@ -150,6 +162,14 @@ jobs:
CAMPAIGN: 'functional:WS'
- BRANCH: 8.0.x
CAMPAIGN: 'modules'
- BRANCH: 8.0.x
CAMPAIGN: 'modules:01-09'
- BRANCH: 8.0.x
CAMPAIGN: 'modules:10-19'
- BRANCH: 8.0.x
CAMPAIGN: 'modules:20-29'
- BRANCH: 8.0.x
CAMPAIGN: 'modules:30-39'
## 8.1.x
- BRANCH: 8.1.x
CAMPAIGN: 'functional:BO:advanced-parameters:11-12'
Expand All @@ -163,6 +183,14 @@ jobs:
CAMPAIGN: 'functional:FO:hummingbird:04-07'
- BRANCH: 8.1.x
CAMPAIGN: 'functional:FO:hummingbird:08-12'
- BRANCH: 8.1.x
CAMPAIGN: 'modules:01-09'
- BRANCH: 8.1.x
CAMPAIGN: 'modules:10-19'
- BRANCH: 8.1.x
CAMPAIGN: 'modules:20-29'
- BRANCH: 8.1.x
CAMPAIGN: 'modules:30-39'
## 8.2.x
- BRANCH: 8.2.x
CAMPAIGN: 'functional:BO:advanced-parameters:11-12'
Expand All @@ -176,6 +204,14 @@ jobs:
CAMPAIGN: 'functional:FO:hummingbird:04-07'
- BRANCH: 8.2.x
CAMPAIGN: 'functional:FO:hummingbird:08-12'
- BRANCH: 8.2.x
CAMPAIGN: 'modules:01-09'
- BRANCH: 8.2.x
CAMPAIGN: 'modules:10-19'
- BRANCH: 8.2.x
CAMPAIGN: 'modules:20-29'
- BRANCH: 8.2.x
CAMPAIGN: 'modules:30-39'
## 9.0.x
- BRANCH: 9.0.x
CAMPAIGN: 'functional:FO:01-03'
Expand All @@ -187,6 +223,8 @@ jobs:
CAMPAIGN: 'sanity:productV2'
- BRANCH: 9.0.x
CAMPAIGN: 'functional:productV2'
- BRANCH: 9.0.x
CAMPAIGN: 'modules'
## develop
- BRANCH: develop
CAMPAIGN: 'functional:FO:01-03'
Expand All @@ -198,6 +236,8 @@ jobs:
CAMPAIGN: 'sanity:productV2'
- BRANCH: develop
CAMPAIGN: 'functional:productV2'
- BRANCH: develop
CAMPAIGN: 'modules'

env:
GH_BRANCH: ${{ matrix.BRANCH }} # Branch to test
Expand Down Expand Up @@ -234,7 +274,7 @@ jobs:
# Keycloak is only needed for API campaign
- name: Setup Keycloak
uses: ./.github/actions/setup-keycloak
if: ${{ env.GH_BRANCH == 'develop' && env.TEST_CAMPAIGN == 'functional:API' }}
if: ${{ (env.GH_BRANCH == '9.0.x' || env.GH_BRANCH == 'develop') && env.TEST_CAMPAIGN == 'functional:API' }}

- name: Run Tests
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions classes/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public static function send(
'idShop' => &$idShop,
'bcc' => &$bcc,
'replyTo' => &$replyTo,
'replyToName' => &$replyToName,
],
null,
true
Expand Down
Loading

0 comments on commit 59f8d4c

Please sign in to comment.