Commit 6c787e8
committed
fix: split integration mutation into 2 jobs
Signed-off-by: Sujith <[email protected]>1 parent d19cc2d commit 6c787e8
File tree
197 files changed
+42
-6
lines changed- .circleci
- apps/reaction
- tests/integration/api
- mutations1
- addAccountAddressBookEntry
- addAccountEmailRecord
- addAccountToGroup
- __snapshots__
- addCartItems
- addOrderFulfillmentGroup
- addTag
- __snapshots__
- approveOrderPayments
- __snapshots__
- archiveProducts
- cancelOrderItem
- captureOrderPayments
- __snapshots__
- checkout
- __snapshots__
- fixtures
- cloneProductVariants
- cloneProducts
- createAccountGroup
- __snapshots__
- createProductVariant
- createProduct
- createShop
- echo
- generateSitemaps
- inviteShopMember
- __snapshots__
- moveOrderItems
- payments
- __snapshots__
- publishProductsToCatalog
- recalculateReservedSimpleInventory
- __snapshots__
- mutations2
- createAddressValidationRule
- deleteAddressValidationRule
- removeAccountAddressBookEntry
- __snapshots__
- removeAccountEmailRecord
- __snapshots__
- removeAccountFromGroup
- removeAccountGroup
- __snapshots__
- removeTag
- __snapshots__
- setAccountDefaultEmail
- __snapshots__
- setTagHeroMedia
- __snapshots__
- shippingRates
- __snapshots__
- splitOrderItem
- surcharges
- __snapshots__
- taxRates
- updateAccountAddressBookEntry
- __snapshots__
- updateAccountGroup
- updateAccount
- updateAddressValidationRule
- updateGlobalSettings
- __snapshots__
- updateOrderFulfillmentGroup
- updateOrder
- updateProductVariantPrices
- updateProductsVisibility
- __snapshots__
- updateProduct
- updateShopSettings
- __snapshots__
- updateShop
- updateSimpleInventoryBulk
- updateSimpleInventory
- __snapshots__
- updateTag
- __snapshots__
- verifySMTPEmailSettings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
197 files changed
+42
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
158 | 189 | | |
159 | 190 | | |
160 | 191 | | |
| |||
248 | 279 | | |
249 | 280 | | |
250 | 281 | | |
251 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
252 | 286 | | |
253 | 287 | | |
254 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments