Commit Graph
18 Commits
Author SHA1 Message Date
Pedro GuzmanandGitHub ebd4d70b6b Merge pull request #12684 from medusajs/pedro/keep-enum-values-in-types-generation
fix: keep enum values in types generation
fix: generate union types instead of enums
2025-06-13 13:15:56 +02:00
Pedro Guzman 8e3490d748 generate union types instead of enums 2025-06-13 12:23:58 +02:00
Pedro Guzman 4e9d2352f8 restore base schema in cleanAndMergeSchema in case modules define their own schemas 2025-06-13 12:23:58 +02:00
Pedro Guzman 827c49e87e fix graphql test 2025-06-13 12:23:58 +02:00
Pedro Guzman 66f27d5770 leave base medusa schema only in modules 2025-06-13 12:23:58 +02:00
Pedro Guzman 9e3b3667f8 fix joiner-config-builder test 2025-06-13 12:23:57 +02:00
Pedro Guzman 0fd0a0892b add full defaultMedusaSchema 2025-06-13 12:23:57 +02:00
Pedro Guzman 0409ef4886 add enumSchema directive to module graphQL schema 2025-06-13 12:23:57 +02:00
Pedro Guzman c202c819e5 add enumValue directive to GraphQL schema 2025-06-13 12:23:57 +02:00
Pedro Guzman 6f09ca0800 fix: keep enum values in types generation 2025-06-13 12:23:56 +02:00
Pedro GuzmanandGitHub 2affc0d7d9 fix: fix weight/length/height/width types in updates (#12500) 2025-05-16 10:16:43 +02:00
142a1f0a5b fix(product): returned updates order in upsertWithReplace (#12486)
* add failing test for upsertWithReplace order

* reproduce prices update shuffling issue

* fix: fix order of returned updates in updateMany

* fix: fix order of returned updates in ProductService

* fix: reset test count to 1

* Create tame-insects-marry.md

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-05-15 09:22:24 +02:00
Pedro GuzmanandGitHub 7ef13495d6 Merge pull request #12367 from medusajs/fix/refactor-update-products
fix: refactor batch product update
2025-05-08 12:28:02 +02:00
Pedro Guzman 1ff5c4bf86 fix: move product update logic to repository 2025-05-08 12:03:29 +02:00
Pedro Guzman d9c8608e51 fix: use service methods instead of entity manager for product updates 2025-05-07 10:34:55 +02:00
Pedro Guzman 0c7657926a fix: refactor batch product update 2025-05-06 13:53:27 +02:00
Pedro GuzmanandGitHub ed55d17a36 fix: batch updates in upsertMany_ (#12333) 2025-05-02 08:36:33 +02:00
Pedro GuzmanandGitHub 8804ca2f9c fix: allow backorder variants to be added to cart even if no locations (#12083)
* fix: allow backorder variants to be added to cart even if no locations

* document and unit test prepareConfirmInventoryInput
2025-04-09 19:15:42 +02:00