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

Commit cca4c86

Browse files
authored
Sync master with develop (#6024)
* Update first-time-setup-import-import.md * adding new information from stopwords elasticsearch * settings * settings * settings spaces * settings by MD029 * settings by MD029 * adding variable from github url tree * adding url variable * adding fix MD009 * Updated repo path * Fixed double quotes. * Fixed incorrect module dependency examples * update file extension * Fix small grammatical issue - Missing article * Fixed incorrect link syntax * Fix staging Use double quotes for Build number variable in rake build:stage * Fix staging Replace a bash variable with ENV syntax in rake build:stage * Improving the Range UiComponent * Improving the Checkbox UiComponent documentation * magento/devdocs#: Add deleteCustomerAddress mutation API errors - https://devdocs.magento.com/guides/v2.3/graphql/mutations/delete-customer-address.html * Adding the widget available options * Update theme-create.md * Product availability updates (#5984) * Added product recs * Added qualification for Google extension * magento/devdocs#: Add updateCustomerAddress mutation API errors - https://devdocs.magento.com/guides/v2.3/graphql/mutations/update-customer-address.html * Editing for grammar * Editing for grammar * Table formatting * Grammar * magento/devdocs#: Extends information about creating a dynamic row system config. - https://devdocs.magento.com/guides/v2.2/ext-best-practices/tutorials/dynamic-row-system-config.html - https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/dynamic-row-system-config.html * Add site switcher to the header (#5983) * Add site switcher to the header * Change site-nav.html to add the button * Add contributor metadata info * Removed workflows file * Change wording Change mention of notation to "attribution" and implement limitation on accepted links per Jeff's review * Added PHP note added a note regarding required PHP setting for Google reCAPTCHA. This update was vetted and approved by Rick Tempesta. * Small grammar fix * [ImgBot] Optimize images /common/images/ext-best-practices/dynamic-rows-config-result.png -- 61.37kb -> 30.32kb (50.59%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> * Update database-caching.md Fix Identation of XML code. * Adding new example New example using SearchCriteria with getList * Update create-cache-type.md Namespace not is in default model used by Magento FrameWork * Update lifecycle.md Alter definition of class, not good practice. * Add rake index with dry run * Cloud 2002.0.22 (#5997) - Consolidate versioned release notes to one topic - Replace v2.3 release notes with symlink - Add section for 2002.0.22 release notes - Remove obsolete version information from the Cloud TOC file - Revised release notes to explain changes to ece-tools and cloud patches components more clearly and concisely - Changed list of patches to fixes * Update rake multirepo:init Use ruby syntax for environment variable Exit if rake init fails on checkout * Typo fix * Update rake index Remove --dry-run Add output message * Refactor rake init Replaced 'print + exit' with equal 'abort' * Update rake mutirepo tasks Add rake reinit Refactor * Formatting * Formatting * Add caution for 'rake multirepo:reinit' * Remove typos in command * Update guides/v2.3/security/google-recaptcha.md Accepted approver's suggestion Co-Authored-By: Shrie Spangler <spangler@adobe.com> * fixed broken link * removing variable and remove link for example * Added JS script name resolution examples * Added note for ece-tools patch process fix (#6004) * Added fix for patch process issue introduced by version scheme change for security only patches in Magento 2.3.2-p2. * Updates yml. Delete unused file. * Fixed typo. * Linting * Grammar and formatting * Trailing spaces * Markdown linting: Enable rule MD036 (emphasis used instead of a header) (#6023) * Added colons to common psuedo-headers * Added colons to less common psuedo headers * Added colons to more less common psuedo headers * Removed emphasis from captions * fix linting problems for text added in 2.3.4
1 parent 1b40f05 commit cca4c86

File tree

224 files changed

+1881
-7529
lines changed

Some content is hidden

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

224 files changed

+1881
-7529
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ruby -v
2828

2929
### Install the latest Ruby (if the Ruby version is less than 2.4)
3030

31-
**MacOS users**
31+
**MacOS users:**
3232

3333
1. Install Homebrew. See the [Homebrew site](https://brew.sh) for instructions.
3434
1. Use Homebrew to install the latest stable version of Ruby:
@@ -37,7 +37,7 @@ ruby -v
3737
brew install ruby
3838
```
3939

40-
**Unix, Windows, and other OS users**
40+
**Unix, Windows, and other OS users:**
4141

4242
See the [Ruby site](https://www.ruby-lang.org/en/documentation/installation) for instructions.
4343

_checks/styles/style-rules-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rule 'MD032'
2929
exclude_rule 'MD033'
3030
exclude_rule 'MD034'
3131
rule 'MD035'
32-
exclude_rule 'MD036'
32+
rule 'MD036'
3333
rule 'MD037'
3434
rule 'MD038'
3535
exclude_rule 'MD039'

_data/actiongroups.yml

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

_data/codebase/mftf/action-groups.yml

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

guides/v2.2/b2b/company-object.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ functional_areas:
1616

1717
This section describes the REST endpoints used to manage `Company` objects.
1818

19-
**Service Name**
19+
**Service Name:**
2020

2121
`companyCompanyRepositoryV1`
2222

23-
**REST Endpoints**
23+
**REST Endpoints:**
2424

2525
```json
2626
POST /V1/company/
@@ -30,7 +30,7 @@ DELETE /V1/company/:companyId
3030
GET /V1/company/
3131
```
3232

33-
**CompanyInterface Parameters**
33+
**CompanyInterface Parameters:**
3434

3535
The following table lists the parameters defined in `CompanyInterface`.
3636

@@ -61,11 +61,11 @@ Name | Description | Format | Requirements
6161

6262
The following example creates a company and assigns the default shared catalog (`customer_group_id`). The company admin (`super_user_id`) must be a previously-defined `customer_id`.
6363

64-
**Sample Usage**
64+
**Sample Usage:**
6565

6666
`POST <host>/rest/<store_code>/V1/company/`
6767

68-
**Payload**
68+
**Payload:**
6969

7070
```json
7171
{
@@ -87,7 +87,7 @@ The following example creates a company and assigns the default shared catalog (
8787
}
8888
```
8989

90-
**Response**
90+
**Response:**
9191

9292
```json
9393
{
@@ -121,11 +121,11 @@ The following example creates a company and assigns the default shared catalog (
121121

122122
The following call changes the company status to Rejected (`2`) and explains why.
123123

124-
**Sample Usage**
124+
**Sample Usage:**
125125

126126
`PUT <host>/rest/<store_code>/V1/company/2`
127127

128-
**Payload**
128+
**Payload:**
129129

130130
```json
131131
{
@@ -150,7 +150,7 @@ The following call changes the company status to Rejected (`2`) and explains why
150150
}
151151
```
152152

153-
**Response**
153+
**Response:**
154154

155155
```json
156156
{
@@ -183,15 +183,15 @@ The following call changes the company status to Rejected (`2`) and explains why
183183
### Return all information about a company
184184

185185
This call returns detailed information about the specified company.
186-
**Sample Usage**
186+
**Sample Usage:**
187187

188188
`GET <host>/rest/<store_code>/V1/company/2`
189189

190-
**Payload**
190+
**Payload:**
191191

192192
None
193193

194-
**Response**
194+
**Response:**
195195

196196
```json
197197
{
@@ -226,15 +226,15 @@ None
226226

227227
When you delete a company, Magento assigns the "Inactive" status to all company members. The system also removes company ID from the customer profile of all company members.
228228

229-
**Sample Usage**
229+
**Sample Usage:**
230230

231231
`DELETE <host>/rest/<store_code>/V1/company/2`
232232

233-
**Payload**
233+
**Payload:**
234234

235235
None
236236

237-
**Response**
237+
**Response:**
238238

239239
`true`, indicating the request was successful
240240

@@ -244,15 +244,15 @@ The following call returns all companies that are located in California (`region
244244

245245
See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query.
246246

247-
**Sample Usage**
247+
**Sample Usage:**
248248

249249
`GET <host>/rest/<store_code>/V1/company?searchCriteria[filter_groups][0][filters][0][field]=region_id&searchCriteria[filter_groups][0][filters][0][value]=12&searchCriteria[filter_groups][0][filters][0][condition_type]=eq`
250250

251-
**Payload**
251+
**Payload:**
252252

253253
None
254254

255-
**Response**
255+
**Response:**
256256

257257
{% collapsible Show code sample %}
258258
```json

guides/v2.2/b2b/company-structures.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ functional_areas:
1313

1414
Company teams allow you to group company users by location, job responsibilities, or any criteria you choose. You can assign individual company users to a team with the company hierarchy endpoints.
1515

16-
**Service name**
16+
**Service name:**
1717

1818
`companyTeamRepositoryV1`
1919

20-
**REST Endpoints**
20+
**REST Endpoints:**
2121

2222
```terminal
2323
POST /V1/team/:companyId
@@ -27,7 +27,7 @@ DELETE /V1/team/:teamId
2727
GET /V1/team/
2828
```
2929

30-
**Company team parameters**
30+
**Company team parameters:**
3131

3232
Name | Description | Format | Requirements
3333
--- | --- | --- | ---
@@ -39,11 +39,11 @@ description | An optional description of the team. | string | Optional
3939

4040
A newly-created team is placed under Company Admin in the company hierarchy.
4141

42-
**Sample Usage**
42+
**Sample Usage:**
4343

4444
`POST <host>/rest/<store_code>/V1/team/2`
4545

46-
**Payload**
46+
**Payload:**
4747

4848
```json
4949
{
@@ -54,19 +54,19 @@ A newly-created team is placed under Company Admin in the company hierarchy.
5454
}
5555
```
5656

57-
**Response**
57+
**Response:**
5858

5959
The team ID, such as `4`.
6060

6161
### Update a team
6262

6363
You can only change the name or description of a team.
6464

65-
**Sample Usage**
65+
**Sample Usage:**
6666

6767
`PUT <host>/rest/<store_code>/V1/team/4`
6868

69-
**Payload**
69+
**Payload:**
7070

7171
```json
7272
{
@@ -77,23 +77,23 @@ You can only change the name or description of a team.
7777
}
7878
```
7979

80-
**Response**
80+
**Response:**
8181

8282
`true`, indicating the request was successful
8383

8484
### Return all information about a team
8585

8686
The `GET` call returns the team `id`, `name`, and `description`.
8787

88-
**Sample Usage**
88+
**Sample Usage:**
8989

9090
`GET <host>/rest/<store_code>/V1/team/4`
9191

92-
**Payload**
92+
**Payload:**
9393

9494
Not applicable
9595

96-
**Response**
96+
**Response:**
9797

9898
```json
9999
{
@@ -107,15 +107,15 @@ Not applicable
107107

108108
You cannot delete a team if members are assigned to it.
109109

110-
**Sample Usage**
110+
**Sample Usage:**
111111

112112
`DELETE <host>/rest/<store_code>/V1/team/4`
113113

114-
**Payload**
114+
**Payload:**
115115

116116
Not applicable
117117

118-
**Response**
118+
**Response:**
119119

120120
An empty array
121121

@@ -125,15 +125,15 @@ The following query returns information about all teams (`team_id` &ge; `0`)
125125

126126
See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query.
127127

128-
**Sample Usage**
128+
**Sample Usage:**
129129

130130
`GET <host>/rest/<store_code>/V1/team?searchCriteria[filter_groups][0][filters][0][field]=team_id&searchCriteria[filter_groups][0][filters][0][value]=0&searchCriteria[filter_groups][0][filters][0][condition_type]=gteq`
131131

132-
**Payload**
132+
**Payload:**
133133

134134
Not applicable
135135

136-
**Response**
136+
**Response:**
137137
{% collapsible Show code sample %}
138138

139139
```json
@@ -175,11 +175,11 @@ In the B2B storefront, a buyer can view the company structure represented as a h
175175

176176
You can use REST endpoints to retrieve the current structure and move teams and buyers within the hierarchy. You cannot delete teams or buyers.
177177

178-
**Service name**
178+
**Service name:**
179179

180180
`companyHierarchyV1`
181181

182-
**REST Endpoints**
182+
**REST Endpoints:**
183183

184184
```terminal
185185
GET /V1/hierarchy/:id
@@ -201,15 +201,15 @@ Admin (structure_id = 2)
201201
| |-- Teresa Gomez (customer, structure_id = 5)
202202
```
203203

204-
**Sample Usage**
204+
**Sample Usage:**
205205

206206
`GET <host>/rest/<store_code>/V1/hierarchy/2`
207207

208-
**Payload**
208+
**Payload:**
209209

210210
Not applicable
211211

212-
**Response**
212+
**Response:**
213213

214214
{% collapsible Show code sample %}
215215

@@ -265,19 +265,19 @@ Not applicable
265265

266266
The following example moves Bryce Martin (`structure_id = 4`) to the West team (`structure_id = 7`)
267267

268-
**Sample Usage**
268+
**Sample Usage:**
269269

270270
`PUT <host>/rest/<store_code>/V1/hierarchy/move/5`
271271

272-
**Payload**
272+
**Payload:**
273273

274274
```json
275275
{
276276
"newParentId": 7
277277
}
278278
```
279279

280-
**Response**
280+
**Response:**
281281

282282
`[]` (an empty array)
283283

0 commit comments

Comments
 (0)