Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 19b9652

Browse files
authored
Merge branch 'master' into 1-13_integration
2 parents 75dfdd6 + bb55fd3 commit 19b9652

File tree

19 files changed

+181
-48
lines changed

19 files changed

+181
-48
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/_data/toc/graphql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ pages:
318318
edition: ee-only
319319
exclude_versions: ["2.3"]
320320

321+
- label: contactUs mutation
322+
url: /graphql/mutations/contact-us.html
323+
edition: pwa-only
324+
exclude_versions: ["2.3"]
325+
321326
- label: createBraintreeClientToken mutation
322327
url: /graphql/mutations/create-braintree-client-token.html
323328

src/_data/var.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ce: Magento Open Source
1717
ee: Adobe Commerce
1818
b2b: B2B for Adobe Commerce
1919
mbi: Adobe Commerce Reporting
20+
pwa: PWA Studio
2021

2122
# Cloud product name variables
2223

src/_data/whats-new.yml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,46 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Jan 10 15:38:44 2022
7+
updated: Mon Jan 17 15:38:41 2022
88
entries:
9+
- description: Added the [contactUs](https://devdocs.magento.com/guides/v2.4/graphql/mutations/contact-us.html)
10+
mutation topic.
11+
versions: 2.4.x
12+
type: New Topic
13+
date: January 14, 2022
14+
link: https://github.com/magento-commerce/devdocs/pull/2737
15+
merge_commit: 9b2b6d74a7e866d899ef83b4391de3d6c7e8b4ba
16+
contributor: dobooth
17+
membership: true
18+
labels:
19+
- New Topic
20+
- 2.4.x
21+
- description: Redirected [Software Update Guide](https://devdocs.magento.com/guides/v2.4/comp-mgr/bk-compman-upgrade-guide.html)
22+
topics to the new location on [Adobe Experience League](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html).
23+
versions: 2.3.x, 2.4.x
24+
type: Major Update
25+
date: January 12, 2022
26+
link: https://github.com/magento-commerce/devdocs/pull/2734
27+
merge_commit: 9e570a8ea66876b5086ba909810e95f5d7d21b77
28+
contributor: jeff-matthews
29+
membership: true
30+
labels:
31+
- Major Update
32+
- 2.3.x
33+
- 2.4.x
34+
- description: Added a new Tools section to the top navigation and moved the [Quality
35+
Patches Tool](https://devdocs.magento.com/quality-patches/tool.html) content to
36+
the new section.
37+
versions: 2.x
38+
type: Major Update
39+
date: January 12, 2022
40+
link: https://github.com/magento-commerce/devdocs/pull/2735
41+
merge_commit: dce1c7fdc03ffa7f88a12b26b8907320d1c8143a
42+
contributor: jeff-matthews
43+
membership: true
44+
labels:
45+
- 2.x
46+
- Major Update
947
- description: Added new supported versions of Elasticsearch, OpenSearch, Redis, RabbitMQ,
1048
and Varnish to the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
1149
for 2.4.4 and 2.4.5

src/_includes/cloud/cloud-fastly-manage-vcl-from-admin.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,24 @@
1515
1. After the upload completes, refresh the cache according to the notification at the top of the page.
1616

1717
{:.bs-callout-warning}
18-
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must use the Fastly API to [manage custom snippets added through the API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
18+
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must [manage custom VCL snippets using the Fastly API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
1919

2020
## Delete the custom VCL snippet
2121

22-
You can delete custom VCL snippet code from your Fastly configuration by uploading an empty version of the snippet from the Admin UI, or delete it completely using the Fastly API.
22+
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Admin UI.
23+
24+
1. Click **Stores** > **Settings** > **Configuration** > **Advanced** > **System**.
25+
26+
1. Expand **Full Page Cache** > **Fastly Configuration** > **Custom VCL Snippets**.
27+
28+
![Manage custom VCL snippets]
2329

24-
- Upload an empty version of the snippet file to Fastly to remove the VCL logic from the active VCL version:
30+
1. In the _Action_ column, click the trash icon next to the snippet to delete.
2531

26-
- Edit the snippet and delete the **VCL** snippet content.
27-
- Save the configuration.
28-
- Upload the VCL to Fastly to apply your changes.
32+
1. On the next modal window, click **DELETE** and activate a new version.
2933

30-
- Use the Fastly API [Delete custom VCL snippet]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-vcl) operation to delete the snippet completely, or submit a support ticket to request deletion.
34+
{:.bs-callout-warning}
35+
The *Custom VCL snippets* UI option shows only the snippets added through the Admin UI. You must [manage custom VCL snippets using the Fastly API]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-custom-vcl-snippets-using-the-api).
3136

3237
[Manage custom VCL snippets]: {{site.baseurl}}/common/images/cloud/cloud-fastly-manage-snippets.png
33-
{:width="650px"}
38+
{:width="650px"}

src/_includes/graphql/store-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Attribute | Data Type | Description | Default or example value
2626
`cms_no_route` | String | Identifies a specific CMS page that you want to appear when a 404 “Page Not Found” error occurs | `no-route`
2727
`code` | String | Deprecated. Use `store_code` instead. A unique identifier for the store | `default`
2828
`configurable_thumbnail_source` | String | Determines which thumbnail should be used in the cart for configurable products. Possible values: `parent` or `itself` (child) | `parent`
29+
`contact_enabled` | Boolean! | Indicates whether the Contact Us form is enabled | true or false
2930
`copyright` | String | The copyright statement that appears at the bottom of each page | Copyright © 2013-present Magento, Inc. All rights reserved.
3031
`default_description` | String | The description that provides a summary of your site for search engine listings and should not be more than 160 characters in length | null
3132
`default_display_currency_code` | String | The code representing the currency displayed on the store | `USD`
@@ -67,6 +68,7 @@ Attribute | Data Type | Description | Default or example value
6768
`magento_wishlist_general_is_enabled` | String | Indicates whether wish lists are enabled (1) or disabled (0) | 1
6869
`maximum_number_of_wishlists` | String | If multiple wish lists are enabled, the maximum number of wish lists the customer can have | 5
6970
`minimum_password_length` | String | The minimum number of characters required for a valid password. <br/>Configuration path: customer/password/minimum_password_length | 6
71+
`newsletter_enabled` | Boolean! | Indicates whether newsletters are enabled | true or false
7072
`no_route` | String | Contains the URL of the default page that you want to appear when if a 404 “Page not Found” error occurs | `cms/noroute/index`
7173
`payment_payflowpro_cc_vault_active` | String | Payflow Pro vault status | `0` (inactive) or `1` (active)
7274
`printed_card_price` | String | The default price of a printed card that accompanies an order | 10

src/_includes/layout/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
{% if page.url contains "guides/v2.3/" %}
3838
<div class="bs-callout-warning">
39-
PHP 7.3 reaches end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
39+
PHP 7.3 reached end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
4040
</div>
4141
{% endif %}
4242

src/cloud/env/variables-build.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,48 @@ stage:
108108

109109
You can configure multiple locales per theme. This customization helps speed up the build process by reducing the number of unnecessary theme files. For example, you can build the _magento/backend_ theme in English and a custom theme in other languages.
110110

111-
The following example builds the `magento/backend` theme with three locales:
111+
The following example builds the `Magento/backend` theme with three locales:
112112

113113
```yaml
114114
stage:
115115
build:
116116
SCD_MATRIX:
117-
"magento/backend":
117+
"Magento/backend":
118118
language:
119119
- en_US
120120
- fr_FR
121121
- af_ZA
122122
```
123+
The following example builds three themes with three locales:
123124

124-
Also, you can choose to _not_ deploy a theme:
125+
```yaml
126+
stage:
127+
build:
128+
SCD_MATRIX:
129+
"Magento/backend":
130+
language:
131+
- en_US
132+
- fr_FR
133+
- af_ZA
134+
"Magento/blank":
135+
language:
136+
- en_US
137+
- fr_FR
138+
- af_ZA
139+
"Magento/luma":
140+
language:
141+
- en_US
142+
- fr_FR
143+
- af_ZA
144+
```
145+
146+
Or, you can choose to _not_ deploy a theme:
125147

126148
```yaml
127149
stage:
128150
build:
129151
SCD_MATRIX:
130-
"magento/backend": [ ]
152+
"Magento/backend": [ ]
131153
```
132154

133155
### `SCD_MAX_EXECUTION_TIME`

src/cloud/project/log-locations.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ You can view the logs from the file system, the project web UI, and the `magento
1919
- **Magento Cloud CLI**—You can view logs using the `magento-cloud log` command.
2020

2121
{:.bs-callout-tip}
22-
Automatic log rotation, compression, and removal are enabled in the Cloud environment. Each log file type has a rotating pattern and lifetime.
22+
For Pro environments, automatic log rotation, compression, and removal are enabled for log files with a fixed file name. Each log file type has a rotating pattern and lifetime. Starter environments do not have log rotation.
23+
24+
Full details of the environment's log rotation and lifespan of compressed logs can be found in the following locations :
25+
26+
```terminal
27+
/etc/logrotate.conf
28+
/etc/logrotate.d/<various>
29+
```
2330

2431
## Manage log data
2532

@@ -152,7 +159,6 @@ For example, on Pro production environments a PHP access log for 21 days in the
152159
```terminal
153160
/var/log/platform/<project_id>/php.access.log.22.gz
154161
```
155-
156162
The archived log files are always stored in the directory where the original file was located before compression.
157163

158164
{:.bs-callout-info}

src/cloud/project/user-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When MFA enforcement is enabled on a {{site.data.var.ece}} project, all users wi
3636
You can add users and assign roles using the Magento Cloud CLI or the Project Web Interface.
3737

3838
{:.bs-callout-tip}
39-
Changing user configuration on a {{site.data.var.ece}} environment triggers a site deployment, which takes your site offline until deployment completes. For Production environments, we recommend completing user administration tasks during off-peak hours to prevent service disruptions.
39+
Changing user configuration on an {{site.data.var.ece}} environment requires a site deployment for the changes to take effect, which takes your site offline until the deployment completes. For Production environments, we recommend completing user administration tasks during off-peak hours to prevent service disruptions.
4040

4141
**Prerequisites:**
4242

0 commit comments

Comments
 (0)