Commit 1d8a6d7
authored
🔃 [GraphQL] Partners Acceleration Program Contributions - 2.4-develop
Accepted Community Pull Requests:
- #28794: #28569:Multi-store: Missing store codes in relation t… (by @gallyamov)
- #28904: #26107: Exception message on cart with no shipment items (by @michalderlatka)
- #28747: #28579:DependencyTest does not analyze GraphQL schema… (by @sasha19957099)
- #28757: 28563: GraphQL product search does not consider Category Permissions configuration - Pass the context as argument (by @pmarjan)
- #27882: Adding Product Reviews GraphQl support (by @eduard13)
Fixed GitHub Issues:
- #28569: Multi-store: Missing store codes in relation to a group and website (reported by @magento-engcom-team) has been fixed in #28794 by @gallyamov in 2.4-develop branch
Related commits:
1. 0b577a3
2. 1973c26
3. 5ab033d
4. ac5835b
5. 5ea15d1
6. 4fe5f8f
7. 48f8add
8. d8643e2
9. 7cb5e98
10. 2a3f775
11. d627611
12. 48749bc
13. 362b81a
14. 78ea7b8
15. e1f8b56
16. 4c994bf
17. ad896c5
18. 454695c
19. 00fbf7f
20. 3c770e2
21. d9edb5b
22. b23125e
23. 0ccadf5
- #26107: Customer got an error about Virtual Product after setting the shipping address on Cart that contains Downloadable Product only (reported by @TomashKhamlai) has been fixed in #28904 by @michalderlatka in 2.4-develop branch
Related commits:
1. 1091a30
2. c8c4e06
3. 77bd613
- #28563: GraphQL product search does not consider Category Permissions configuration (reported by @magento-engcom-team) has been fixed in #28757 by @pmarjan in 2.4-develop branch
Related commits:
1. 308ef0e
2. 332369d
3. 966aeba
4. 191b758
5. a5e978e
6. c535264
7. ea0ea52
8. 48f9256
9. 4ed80e3
10. d0f3415
11. a675e30
12. c689798
13. d127628
14. a87a88d
- #250: Admin routing to 404 page after installation (reported by @tiagosampaio) has been fixed in #27882 by @eduard13 in 2.4-develop branch
Related commits:
1. 9365b57
2. ddf7d53
3. 51e2fbc
4. 0564f78
5. 1d75c53
6. e21d3a8
7. dd796f3
8. 1b7bade
9. 9b8912e
10. 20dfcc6
11. 5809bee
12. 4fedd42
13. 64f9f00
14. 5a4b007
15. 3592cf9
16. 7089708
17. 017da27
18. a020625
19. 0111b2d
20. f168ca6
21. f443741
22. 11c7fd4
23. c9184f6
24. b974b48
25. de8598c
26. 9230db6File tree
71 files changed
+3168
-374
lines changed- app/code/Magento
- CatalogGraphQl
- Model/Resolver
- Category
- Products
- DataProvider
- Deferred
- Product
- CollectionProcessor
- Query
- ConfigurableProductGraphQl
- Model
- Resolver
- Variant
- CustomerGraphQl/etc
- QuoteGraphQl/Model/Cart
- ReviewGraphQl
- Mapper
- Model
- DataProvider
- Resolver
- Customer
- Product
- Review
- Review
- etc
- Review/Model/Review
- StoreGraphQl
- Model/Resolver
- Store
- etc
- Store/Model
- ResourceModel
- Service
- SwatchesGraphQl
- dev/tests
- api-functional/testsuite/Magento/GraphQl
- Quote
- Customer
- Guest
- Review
- Store
- integration/testsuite/Magento
- Framework/GraphQl
- Config
- Review/_files
- static/testsuite/Magento/Test/Integrity
- Dependency
- lib/internal/Magento/Framework/GraphQlSchemaStitching
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+3168
-374
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | | - | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
42 | | - | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | | - | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
27 | | - | |
| 35 | + | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | | - | |
| 49 | + | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
| |||
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
49 | | - | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
0 commit comments