fix(medusa): Bulk create variant + pass transaction to the inventory service context methods (#3835)

* fix(medusa): Bulk create variant and pass transaction where needed

* Create fair-penguins-stare.md

* fix unit tests

* event

* transaction orchestration

* revert options

* Prevent isolated module to use the given transaction if any in the exposed service

* Use enum

* remove changeset to re do it

* Create thick-ants-tickle.md

* update event bus local

* remove changeset to re do it

* Create thick-kings-wonder.md

* remove changeset to re do it

* Create slimy-bees-eat.md

* Update packages/utils/src/event-bus/index.ts

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>

---------

Co-authored-by: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2023-04-19 09:27:48 +02:00
committed by GitHub
co-authored by Oliver Windall Juhl Philip Korsholm
parent 366b12fcea
commit af710f1b48
17 changed files with 504 additions and 275 deletions
+10
View File
@@ -0,0 +1,10 @@
---
"@medusajs/event-bus-local": patch
"@medusajs/inventory": patch
"@medusajs/medusa": patch
"@medusajs/stock-location": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
fix(medusa): Bulk create variant and pass transaction to the inventory service context methods