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

Commit 2b5f111

Browse files
authored
Sync develop with master (#5970)
* Update the UI Date component documentation * Update xml-instructions.md Adding alternative magic method to retrieve arguments * Remove empty line * Adding changes to 2.2 too * Update adding-attributes.md Fix name of method to plug into and clarify return type notation. * Fix fenced code block language type * Use JavaScript for fenced code block language * Add newline before fenced code block I hope this will make the linter happy * Combine get method examples * Added translation methods in UI component templates * magento/devdocs#: Fix link on the “Magento payment provider gateway” page https://devdocs.magento.com/guides/v2.2/payments-integrations/payment-gateway/payment-gateway-intro.html https://devdocs.magento.com/guides/v2.3/payments-integrations/payment-gateway/payment-gateway-intro.html * Reorganized templates topic * Fixed symbolic link creation command * magento/devdocs#: Add revokeCustomerToken mutation API errors - https://devdocs.magento.com/guides/v2.3/graphql/mutations/revoke-customer-token.html * EQP updates (#5918) * set up EQP integration branch * Update api.md * Update auth.md * Update auth.md * Small formatting changes * Decapitalized headers * Small formatting changes * Update files.md * Grammar and formatting * Add new file filtering.md * Add filtering to the index * Fix broken link * Update packages.md * Update packages.md * Grammar and formatting * Editorial pass * Users.md (#5909) * Update users.md * Update users.md * Update users.md * Update users.md * Update users.md * Update users.md (#5915) * Update users.md * Update users.md * Update filters.md * linting corrections * add bogus file to resolve merge conflict * still resolving merge conflict * deleted file again * Revert "linting corrections" This reverts commit c84d489. * linting errors * adding file again * delete phantom file * Apply suggestions from code review Incorporating review comments. The line breaks are permitted, as developers may have IDE settings that are different than settings a writer typically uses. Co-Authored-By: Jeff Matthews <[email protected]> * Fixed cms query input (#5920) * Grammar and formatting * magento/devdocs#: Add createEmptyCart mutation API errors (#5881) - https://devdocs.magento.com/guides/v2.3/graphql/mutations/create-empty-cart.html * Replace jquery/ui usages with individual jQuery UI components (#5923) * Replace jquery/ui usages with individual jQuery UI components * Update custom_js.md * Update js_practice.md * Update custom_js.md Correcting linting error * Updated what's new (#5922) * Updated what's new * Apply suggestions from code review * Added guidance for fixing session start (#5877) * Added guidance for fixing session start failures when launching Magento cloud Docker on Windows environment * Fixed note indentation * Restored substep formatting * Add attributes to ProductFilterInput * Added attribution for contributor * Update the documentation for ActionDelete UI component documentation * Removed space * Changed subheadings hierarchy level * magento/devdocs#: Add addConfigurableProductsToCart mutation API errors https://devdocs.magento.com/guides/v2.3/graphql/mutations/add-configurable-products.html * Update ActionsColumns UI component * Update Bookmarks UI component documentation * magento/devdocs#: Add addVirtualProductsToCart mutation API errors https://devdocs.magento.com/guides/v2.3/graphql/mutations/add-virtual-products.html * Update ColumnsControls UI component documentation * Adjusted the ActionsColumns component documentation * Adjusted the ui bookmarks UI component documentation * Fixed Examples title * Fixed Examples title * Fixed Examples title * Adjusted the ActionDelete component documentation * Grammar and formatting * Small update * magento/devdocs#: Add addSimpleProductsToCart mutation API errors - https://devdocs.magento.com/guides/v2.3/graphql/mutations/add-simple-products.html * Update Search UI component documentation * Fixed grammar * Added instructions for Fastly Edge Modules: Reroute to other CMS backend (#5865) * Added instructions for using Fastly Edge Modules to reroute requests to another backend * Updated based on review feedback - Changed title - Added separate "Prerequisites" section - Cleaned up introduction and configuration procedure * Updated manage message queues instructions (#5867) - Inserted Manage message queues instructions to enable bulk API message processing - Added prerequisite for RabbitMQ install - Removed confusing statement about managing message queues using cron jobs - Added note and link about configuring consumers_runner job on Cloud Changed _Start consumers_ topic title to _Start message queue consumers_ for consistency with v2.3 - Removed unneeded link reference * Small grammar change * Small grammar fix * Small grammar change * Update add-virtual-products.md Edited for grammar. * Update add-simple-products.md Grammatical changes * Update add-configurable-products.md Grammatical edits * Update revoke-customer-token.md * Small grammar update * magento/devdocs#: Add addVirtualProductsToCart mutation API errors * Enhance Commerce release info (#5953) * Added security patches * Removed shipping * Editorial changes * Added disclaimer * Removed PWA qualification * Removed shipping from compatibility table * Removed Page Builder * Markdown linting: Enable rule MD032 (lists should be surrounded by blank lines) (#5957) * Fixed all obvious errors * Fixed false positives * Fix endpoint domain names * Update MFTF datafile. * Update migration-troubleshooting.md Fix error in XML, ignore field should be added to <field_rules> node * Fix the mdl version to 0.7.0 in the GH workflow * magento/devdocs#: Add createCustomer mutation API errors (#5961) * magento/devdocs#: Add createCustomer mutation API errors https://devdocs.magento.com/guides/v2.3/graphql/mutations/create-customer.html * Update create-customer.md
1 parent 3a35eb2 commit 2b5f111

File tree

110 files changed

+13849
-1171
lines changed

Some content is hidden

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

110 files changed

+13849
-1171
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,18 @@ We use symbolic links for topics that are the same across versions of Magento. A
127127

128128
When you create a new topic (create a new `.md` file) and its content is the same for 2.2 and 2.3 versions, create a symbolic link.
129129

130-
For example, if you created a new file for v.2.2---`guides/v2.2/install-gde/new-doc-topic.md`---and its content is the same for v.2.3, use the command below to create the symbolic link.
130+
For example, if you created a new file for v.2.2: `guides/v2.2/install-gde/new-doc-topic.md` and its content is the same for v.2.3, use the command below to create the symbolic link.
131131

132132
```bash
133-
cd <DEVDOCS_REPOSITORY_ROOT_DIR>
133+
cd <DEVDOCS_REPOSITORY_ROOT_DIR>/guides/v2.3/install-gde
134134
```
135135

136136
```bash
137-
ln -s guides/v2.2/install-gde/new-doc-topic.md guides/v2.3/install-gde/new-doc-topic.md
137+
ln -s ../../v2.2/install-gde/new-doc-topic.md new-doc-topic.md
138138
```
139139

140140
If you have an image that is identical between versions, it should placed in `/common/images`. Please optimize images before committing them to the repository.
141-
If done correctly, the symbolic link path will start with 3 or 4 instances of `../`, as the above example shows.
141+
If done correctly, the symbolic link path will start with 2-4 instances of `../`, as the above example shows. If possible, check a symlinked file within the same folder to ensure the proper pathing.
142142

143143
### Remove a symbolic link
144144

@@ -149,11 +149,15 @@ The removal should use the `git rm` command specifically. Deleting the file thro
149149
For example:
150150

151151
```bash
152-
git rm guides/v2.3/install-gde/composer.md
152+
cd <DEVDOCS_REPOSITORY_ROOT_DIR>
153+
```
154+
155+
```bash
156+
git rm guides/v2.3/install-gde/new-doc-topic.md
153157
```
154158

155159
```bash
156-
cp guides/v2.2/install-gde/composer.md guides/v2.3/install-gde/composer.md
160+
cp guides/v2.2/install-gde/new-doc-topic.md guides/v2.3/install-gde/new-doc-topic.md
157161
```
158162

159163
Once you have the copy in place, you can edit it with the version-specific information.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
ruby-version: 2.6
1919
- name: Install mdl gem
20-
run: gem install mdl
20+
run: gem install mdl -v '0.7.0'
2121
- name: Run mdl
2222
run: mdl --style=_checks/styles/style-rules-prod --ignore-front-matter --git-recurse -- .

_checks/styles/style-rules-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exclude_rule 'MD028'
2525
rule 'MD029'
2626
rule 'MD030', :ul_single => 2, :ol_single => 1, :ul_multi => 2, :ol_multi => 1
2727
exclude_rule 'MD031'
28-
exclude_rule 'MD032'
28+
rule 'MD032'
2929
exclude_rule 'MD033'
3030
exclude_rule 'MD034'
3131
rule 'MD035'

_data/actiongroups.yml

Lines changed: 5673 additions & 0 deletions
Large diffs are not rendered by default.

_data/compatibility.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -83,30 +83,6 @@ extension:
8383
2.3.1: general availability
8484
2.3.2: general availability
8585
2.3.3: general availability
86-
-
87-
name: Magento Shipping
88-
versions:
89-
-
90-
name: 1.5.3
91-
support:
92-
2.2.4+: not supported
93-
2.3.0: not supported
94-
2.3.1: not supported
95-
2.3.2: general availability
96-
-
97-
name: 1.5.1
98-
support:
99-
2.2.4+: not supported
100-
2.3.0: not supported
101-
2.3.1: general availability
102-
2.3.2: not supported
103-
-
104-
name: 1.4.6
105-
support:
106-
2.2.4+: not supported
107-
2.3.0: general availability
108-
2.3.1: not supported
109-
2.3.2: not supported
11086
-
11187
name: Magento Inventory
11288
versions:

_data/main-nav.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
include_versions: ['2.3']
139139

140140
- label: Marketplace EQP API Reference
141-
url: /marketplace/eqp/api.html
141+
url: /marketplace/eqp/v1/api.html
142+
versionless: true
142143
exclude_versions: ['2.0']
143144

144145
- label: Business Intelligence Import API

_data/toc/cloud-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pages:
182182
url: /cloud/cdn/cloud-vcl-custom-snippets.html
183183
exclude_versions: ["2.0"]
184184
children:
185-
- label: Set up redirects to WordPress
185+
- label: Reroute requests to a CMS backend
186186
url: /cloud/cdn/fastly-vcl-wordpress.html
187187

188188
- label: Block referral spam

_data/toc/frontend-developer-guide.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ pages:
8787
url: /frontend-dev-guide/templates/template-overview.html
8888
children:
8989

90-
- label: Templates customization walkthrough
91-
url: /frontend-dev-guide/templates/template-walkthrough.html
92-
9390
- label: Templates basic concepts
9491
url: /frontend-dev-guide/templates/template-override.html
9592

96-
- label: Illustration of customizing templates
93+
- label: Templates customization walkthrough
94+
url: /frontend-dev-guide/templates/template-walkthrough.html
95+
96+
- label: Templates customization sample
9797
url: /frontend-dev-guide/templates/template-sample.html
9898

99-
- label: Customize email templates
99+
- label: Email templates
100100
url: /frontend-dev-guide/templates/template-email.html
101101

102102
- label: Cascading style sheets (CSS)

_data/toc/marketplace-api.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
label: Marketplace EQP API
2-
include_versions: ["2.1","2.2","2.3"]
2+
versionless: true
33
pages:
44
- label: Introduction
5-
url: /marketplace/eqp/api.html
5+
url: /marketplace/eqp/v1/api.html
6+
versionless: true
67

78
- label: Authentication
8-
url: /marketplace/eqp/auth.html
9+
url: /marketplace/eqp/v1/auth.html
10+
versionless: true
911

1012
- label: Users
11-
url: /marketplace/eqp/users.html
13+
url: /marketplace/eqp/v1/users.html
14+
versionless: true
1215

1316
- label: Files
14-
url: /marketplace/eqp/files.html
17+
url: /marketplace/eqp/v1/files.html
18+
versionless: true
1519

1620
- label: Packages
17-
url: /marketplace/eqp/packages.html
21+
url: /marketplace/eqp/v1/packages.html
22+
versionless: true
1823

1924
- label: Reports
20-
url: /marketplace/eqp/reports.html
25+
url: /marketplace/eqp/v1/reports.html
26+
versionless: true
27+
28+
- label: Filtering
29+
url: /marketplace/eqp/v1/filtering.html
30+
versionless: true
31+

_data/whats-new.yml

Lines changed: 172 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,178 @@ description: |
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: Tue Oct 8 10:14:57 2019
7+
updated: Mon Nov 4 13:09:57 2019
88
entries:
9+
- description: Updated the [Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html)
10+
documentation for the Early Access Program.
11+
versions: ''
12+
type: New topic
13+
date: November 4, 2019
14+
link: https://github.com/magento/devdocs/pull/5918
15+
- description: Added the [RequireJS in Magento](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/javascript/requirejs.html)
16+
topic to the _JavaScript Developer Guide_.
17+
versions: 2.2.x, 2.3.x
18+
type: New topic
19+
date: October 31, 2019
20+
link: https://github.com/magento/devdocs/pull/5840
21+
- description: Added an example for retrieving the IP address of a particular Cloud
22+
instance to the [Integration environment IP address](https://devdocs.magento.com/guides/v2.2/cloud/env/environments-start.html#ipaddress)
23+
section in the _Cloud Guide_.
24+
versions: 2.2.x, 2.3.x
25+
type: Technical changes
26+
date: October 31, 2019
27+
link: https://github.com/magento/devdocs/pull/5883
28+
- description: Added the [Password Hashing](https://devdocs.magento.com/guides/v2.3/config-guide/secy/hashing.html)
29+
topic to the _Configuration Guide_.
30+
versions: 2.2.x, 2.3.x
31+
type: New topic
32+
date: October 29, 2019
33+
link: https://github.com/magento/devdocs/pull/5874
34+
- description: Added the following information to the [Set up Elasticsearch](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_services-elastic.html)<br/>topic
35+
in the _Cloud Guide_–<br/>- Recommendation to always set up<br/>Elasticsearch
36+
as a fallback option if using a third-party search tool<br/>- Instructions for
37+
checking Elasticsearch software compatibility<br/>- "Additional Search Configuration"<br/>section
38+
with details about customizing search options and testing Elasticsearch
39+
versions: 2.x
40+
type: Major update
41+
date: October 26, 2019
42+
link: https://github.com/magento/devdocs/pull/5823
43+
- description: Updated the [Multiline component](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-multiline.html)
44+
documentation in the _UI Components Guide_<br/>- Adjusted the markup for the options
45+
table<br/>- Fixed the wrong default values for some options<br/>- Added the "Source
46+
files", "Example", and "Results" sections
47+
versions: 2.2.x, 2.3.x
48+
type: Major update
49+
date: October 24, 2019
50+
link: https://github.com/magento/devdocs/pull/5636
51+
- description: Updated the [Deployment best practices](https://devdocs.magento.com/guides/v2.2/cloud/reference/discover-deploy.html)
52+
topic in the _Cloud Guide_:<br/>- Added additional validation and tasks to address
53+
common Support issues<br/>- Added additional links to supporting information and
54+
instructions<br/>- Added a new "Upgrade best practices" subsection to provide
55+
specific upgrade steps
56+
versions: 2.x
57+
type: Major update
58+
date: October 22, 2019
59+
link: https://github.com/magento/devdocs/pull/5703
60+
- description: Updated the [Cloud launch modes](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-config.html) documentation
61+
to configure Varnish as a http-cache-host so that Varnish purges with a Magento
62+
cache clean.
63+
versions: 2.x
64+
type: Technical changes
65+
date: October 22, 2019
66+
link: https://github.com/magento/devdocs/pull/5721
67+
- description: Added the documentation for the [DynamicRowsRecord](https://devdocs.magento.com/guides/v2.2/ui_comp_guide/components/ui-dynamicrows-record.html)
68+
UI component to the _UI Components Guide_.
69+
versions: 2.2.x, 2.3.x
70+
type: New topic
71+
date: October 21, 2019
72+
link: https://github.com/magento/devdocs/pull/5634
73+
- description: Updated the [Plugins (Interceptors)](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/xml-manage.html)
74+
topic in the _Frontend Developer Guide_ to clarify that these plugins are for
75+
updating layouts. Also, removed incorrect information and clarified descriptions
76+
and examples.
77+
versions: 2.2.x, 2.3.x
78+
type: Major update
79+
date: October 21, 2019
80+
link: https://github.com/magento/devdocs/pull/5547
81+
- description: Changes to the status of Magento Shipping are now described in the
82+
[Magento Commerce 2.3.3 Release Notes](https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-3-commerce.html) and
83+
the [Magento Open Source 2.3.3 Release Notes](https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-3-open-source.html).
84+
versions: 2.3.3
85+
type: Major update
86+
date: October 20, 2019
87+
link: https://github.com/magento/devdocs/pull/5807
88+
- description: Updated the [Magento Commerce Release Notes](https://devdocs.magento.com/guides/v2.3/release-notes/release-notes-2-3-3-commerce.html)
89+
to add information about a known issue with method chaining that has been identified
90+
in the 2.3.3 code base and the patch that was released on October 18 to address
91+
this issue.
92+
versions: ''
93+
type: Major update
94+
date: October 18, 2019
95+
link: https://github.com/magento/devdocs/pull/5800
96+
- description: Moved the `CategoryInterface` attributes to a separate [topic](https://devdocs.magento.com/guides/v2.3/graphql/product/category-interface.html)
97+
in the _GraphQL Developer Guide_.
98+
versions: 2.3.x
99+
type: New topic
100+
date: October 16, 2019
101+
link: https://github.com/magento/devdocs/pull/5718
102+
- description: Added an "Errors" section to the [changeCustomerPassword mutation](https://devdocs.magento.com/guides/v2.3/graphql/mutations/change-customer-password.html)
103+
topic in the _GraphQL Developer Guide_.
104+
versions: 2.3.x
105+
type: Technical changes
106+
date: October 15, 2019
107+
link: https://github.com/magento/devdocs/pull/5633
108+
- description: Added [Backward incompatible changes reference](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/reference.html#releases-2_2_9-2_2_10)
109+
for the Magento 2.2.10 release.
110+
versions: 2.2.10
111+
type: Major update
112+
date: October 14, 2019
113+
link: https://github.com/magento/devdocs/pull/5640
114+
- description: Clarified the use of a static content deployment command for [troubleshooting
115+
theme deployment](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-create.html#trouble).
116+
versions: 2.2.x, 2.3.x
117+
type: Technical changes
118+
date: October 14, 2019
119+
link: https://github.com/magento/devdocs/pull/5565
120+
- description: Added [Backward incompatible changes reference](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html)
121+
for the Magento 2.3.3 release.
122+
versions: 2.3.3
123+
type: Major update
124+
date: October 14, 2019
125+
link: https://github.com/magento/devdocs/pull/5686
126+
- description: Added a warning to ensure that the [CRYPT_KEY](https://devdocs.magento.com/guides/v2.3/cloud/env/variables-deploy.html#crypt_key) deploy
127+
variable for Magento Commerce Cloud environments is set in the Project Web UI
128+
to avoid exposing sensitive data.
129+
versions: 2.x
130+
type: Technical changes
131+
date: October 11, 2019
132+
link: https://github.com/magento/devdocs/pull/5663
133+
- description: Added documentation for the [Folder tree widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget-folder-tree.html)
134+
to the _Javascript Developer Guide_.
135+
versions: 2.2.x, 2.3.x
136+
type: New topic
137+
date: October 11, 2019
138+
link: https://github.com/magento/devdocs/pull/5503
139+
- description: Added the "Execute data-mage-init and x-magento-init in dynamic content"
140+
section to the [Calling and initializing JavaScript](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/javascript/js_init.html)
141+
topic in the _Javascript Developer Guide_.
142+
versions: 2.2.x, 2.3.x
143+
type: Major update
144+
date: October 11, 2019
145+
link: https://github.com/magento/devdocs/pull/5481
146+
- description: Added the [Manage disk space topic](https://devdocs.magento.com/guides/v2.3/cloud/project/manage-disk-space.html)
147+
to the _Cloud Guide_.
148+
versions: 2.x
149+
type: New topic
150+
date: October 10, 2019
151+
link: https://github.com/magento/devdocs/pull/5641
152+
- description: Updated the _Command-line tools reference_:<br/>- Regenerated [bin/magento
153+
(Open Source)](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html)<br/>-
154+
Added [bin/magento (Commerce)](https://devdocs.magento.com/guides/v2.3/reference/cli/magento-commerce.html)<br/>-
155+
Added [magento-cloud]( https://devdocs.magento.com/guides/v2.3/reference/cli/magento-cloud.html)
156+
versions: 2.2.10, 2.3.3
157+
type: New topic
158+
date: October 10, 2019
159+
link: https://github.com/magento/devdocs/pull/5642
160+
- description: Added Amazon Sales Channel version 3.0.0 [Release Notes](https://devdocs.magento.com/extensions/amazon-sales/release-notes/).
161+
versions: 3.0.0 Amazon Sales Channel
162+
type: Major update
163+
date: October 9, 2019
164+
link: https://github.com/magento/devdocs/pull/5612
165+
- description: Added the [Custom widget](https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/custom-widget.html)
166+
tutorial to the _Extensions Best Practices Guide_.
167+
versions: 2.2.x, 2.3.x
168+
type: New topic
169+
date: October 9, 2019
170+
link: https://github.com/magento/devdocs/pull/5424
171+
- description: Added the following new topics to the _Magento Functional Testing Framework Guide_<br/>- [Selectors](https://devdocs.magento.com/mftf/docs/guides/selectors.html)<br/>-
172+
[Using Suites](https://devdocs.magento.com/mftf/docs/guides/using-suites.html)<br/>-
173+
[Test Modularity](https://devdocs.magento.com/mftf/docs/guides/test-modularity.html)<br/>-
174+
[Test Isolation](https://devdocs.magento.com/mftf/docs/guides/test-isolation.html).
175+
versions: ''
176+
type: New topic
177+
date: October 9, 2019
178+
link: https://github.com/magento/devdocs/pull/5637
9179
- description: Added the new topic [CSS Critical Path](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/css-topics/css-critical-path.html)
10180
to the _Frontend Developer Guide_.
11181
versions: 2.2.10, 2.3.3
@@ -2740,7 +2910,7 @@ entries:
27402910
versions: 2.1.x, 2.2.x, 2.3.x
27412911
type: New
27422912
date: Apr 24 2018
2743-
- description: Added [Marketplace EQP API](https://devdocs.magento.com/guides/v2.2/marketplace/eqp/api.html)
2913+
- description: Added [Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html)
27442914
reference documentation.
27452915
versions: 2.x
27462916
type: New topic

_includes/config/setup-cron_2.2_about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Magento uses cron for two sets of tasks, and for each, cron can run with a diffe
99
* Web server PHP plug-in configuration: Two other cron jobs are used by the [Component Manager and System Upgrade utilities]({{ page.baseurl }}/comp-mgr/bk-compman-upgrade-guide.html).
1010

1111
{: .bs-callout-warning }
12+
1213
* To avoid issues during installation and upgrade, we strongly recommend you apply the same PHP settings to both the PHP command-line configuration and to the PHP web server plug-in's configuration. For more information, see [Required PHP settings]({{ page.baseurl }}/install-gde/prereq/php-settings.html).
1314
* In a multi-node system, crontab can run on only one node. This applies to you only if you set up more than one webnode for reasons related to performance or scalability.

_includes/config/setup-cron_2.2_how-to.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To create the Magento crontab:
1717
Use `--force` to rewrite an existing Magento crontab.
1818

1919
{: .bs-callout-info }
20+
2021
* `magento cron:install` does not rewrite an existing crontab inside `#~ MAGENTO START` and `#~ MAGENTO END` comments in your crontab.
2122
* `magento cron:install --force` has no effect on any cron jobs outside the Magento comments.
2223

_includes/config/setup-cron_2.3_how-to.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ To create the Magento crontab:
1717
Use `--force` to rewrite an existing Magento crontab.
1818

1919
{: .bs-callout-info }
20+
2021
* `magento cron:install` does not rewrite an existing crontab inside `#~ MAGENTO START` and `#~ MAGENTO END` comments in your crontab.
2122
* `magento cron:install --force` has no effect on any cron jobs outside the Magento comments.
2223

1.07 KB
Loading
Loading
3.33 KB
Loading
Loading
Loading
1.02 KB
Loading
1.2 KB
Loading

0 commit comments

Comments
 (0)