Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86cf05e

Browse files
committed
Merge branch 'master' of github.com:magento/devdocs into kh_graphql-isp
2 parents 5fda11b + f2ae23b commit 86cf05e

File tree

69 files changed

+8839
-1892
lines changed

Some content is hidden

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

69 files changed

+8839
-1892
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# OS generated files #
2-
######################
1+
# OS and IDE generated files #
2+
##############################
33
/*.db
44
.DS_Store
55
.vscode
6+
.history
67

78
# Config and output files #
89
###########################

src/_data/codebase/cloud/magento-cloud.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
versions: 1.1.0 ... 1.2.0-develop
2+
disclaimer: This list may not be complete as it is generated from a development version of Semantic Version Checker tool.
3+
content:
4+
- type: Page changes
5+
changes:
6+
- what: Magento_SharedCatalog/Page/AdminSharedCatalogsPage
7+
how: <page> was removed
8+
9+
- type: Section changes
10+
changes:
11+
- what: Magento_SharedCatalog/Section/AdminSharedCatalogsSection/multicheck
12+
how: <section> <element> was removed
13+
- what: Magento_SharedCatalog/Section/AdminSharedCatalogsSection/selectAll
14+
how: <section> <element> was removed
15+
16+
- type: Test changes
17+
changes:
18+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/annotations/{}group(skip)
19+
how: <test> <annotation> <group> was removed
20+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/loginAsAdmin/ref
21+
how: <test> <actionGroup> ref was changed
22+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/createSimpleProductInAdmin/ref
23+
how: <test> <actionGroup> ref was changed
24+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/cacheFlush
25+
how: <test> <action> was removed
26+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/after/deleteProduct/ref
27+
how: <test> <actionGroup> ref was changed
28+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/after/clearCompaniesFilters
29+
how: <test> <action> was removed
30+
- what: Magento_SharedCatalog/Test/StorefrontProductListWidgetWithSharedCatalogTest/after/logout/ref
31+
how: <test> <actionGroup> ref was changed
32+
- what: Magento_NegotiableQuote/Test/CreateNegotiableQuoteWithNegotiatedShippingPrice
33+
how: <test> was removed
34+
- what: Magento_B2b/Test/CheckTierPricingOfProductsTest/ProductSetAdvancedPricingB2B1/ref
35+
how: <test> <actionGroup> ref was changed
36+
- what: Magento_B2b/Test/CheckTierPricingOfProductsTest/ProductSetAdvancedPricingB2B2/ref
37+
how: <test> <actionGroup> ref was changed
38+
- what: Magento_B2b/Test/CheckTierPricingOfProductsTest/ProductSetAdvancedPricingB2B3/ref
39+
how: <test> <actionGroup> ref was changed
40+
- what: Magento_B2b/Test/CheckTierPricingOfProductsTest/ProductSetAdvancedPricingB2B4/ref
41+
how: <test> <actionGroup> ref was changed
42+
- what: Magento_B2b/Test/CreateCompanyWithOptionalRegionTest/CreateCompany
43+
how: <test> <action> was removed
44+
- what: Magento_B2b/Test/CreateCompanyWithOptionalRegionTest/before/loginAsAdmin/ref
45+
how: <test> <actionGroup> ref was changed
46+
- what: Magento_B2b/Test/CreateCompanyWithOptionalRegionTest/before/disallowStateForCountry
47+
how: <test> <action> was removed
48+
- what: Magento_B2b/Test/CreateCompanyWithOptionalRegionTest/after/CleanupConfigurations
49+
how: <test> <action> was removed
50+
- what: Magento_B2b/Test/CreateCompanyWithOptionalRegionTest/after/DeleteCompany
51+
how: <test> <action> was removed
52+
53+
- type: ActionGroup changes
54+
changes:
55+
- what: Magento_SharedCatalog/ActionGroup/selectNotLoggedInCustomerGroup
56+
how: <actionGroup> was removed
57+
- what: Magento_Company/ActionGroup/AdminDeleteCompanyActionGroup/fillName
58+
how: <actionGroup> <action> was removed
59+
- what: Magento_Company/ActionGroup/AdminDeleteCompanyActionGroup/clickSubmitSearch
60+
how: <actionGroup> <action> was removed
61+
- what: Magento_Company/ActionGroup/AdminDeleteCompanyActionGroup/Arguments/company
62+
how: <actionGroup> <argument> was removed
63+
- what: Magento_Company/ActionGroup/AdminDeleteCompanyActionGroup/companyName
64+
how: <actionGroup> <argument> was added
65+
- what: Magento_Company/ActionGroup/AdminClearCompaniesFiltersActionGroup/amOnCompaniesPage
66+
how: <actionGroup> <action> was removed
67+
- what: Magento_Company/ActionGroup/AdminClearCompaniesFiltersActionGroup/waitForPageToLoad
68+
how: <actionGroup> <action> was removed
69+
- what: Magento_B2b/ActionGroup/CreateCompanyWithoutStateActionGroup/waitForSuccessPageLoad
70+
how: <actionGroup> <action> was removed
71+
- what: Magento_B2b/ActionGroup/CreateCatalogPriceRuleB2b/ClickToSetStartDate1
72+
how: <actionGroup> <action> was removed
73+
- what: Magento_B2b/ActionGroup/ProductSetAdvancedPricingB2B
74+
how: <actionGroup> was removed
75+

0 commit comments

Comments
 (0)