Pedro Guzman and GitHub
28c3ea68f5
chore: fix opentelemetry-resources dependency typo ( #13948 )
2025-11-04 08:22:41 +01:00
Pedro Guzman and GitHub
e4f8e3d6cc
Inject config module in tests ( #13937 )
...
* add failing test
* inject configModule in module test runner
* changeset
* fix injected configModule
2025-11-03 11:22:51 +01:00
Pedro Guzman and GitHub
e66f7cf59e
Quote column names in indexes ( #13938 )
...
* quote column names in indexes
* quote column names in created indexes
* fix tests
2025-11-03 10:58:40 +01:00
Pedro Guzman and GitHub
cf1001f11d
use truncate in db teardown ( #13875 )
...
* use truncate in db teardown
* fix empty table list condition
2025-10-27 13:39:48 -04:00
cc2614ded7
add Medusa Cloud Email provider ( #13781 )
...
* add Medusa Cloud Email provider
* move cloud config to project level
* add tests
* Create breezy-flowers-fly.md
* rename medusa_cloud_config to cloud
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-10-27 12:39:32 +01:00
Pedro Guzman and GitHub
44ee9a06ba
Merge pull request #13007 from medusajs/fix-script-migrations-order
...
fix: fix script migrations order
2025-07-21 20:31:22 +02:00
Pedro Guzman
1f2cefa68e
fix: fix script migrations order
2025-07-21 19:33:24 +02:00
Pedro Guzman and GitHub
1ba316a26e
Merge pull request #12957 from medusajs/only-log-server-errors
...
fix: only log server errors
2025-07-15 14:52:38 +02:00
Pedro Guzman
c50e63aa17
fix: log client errors as info
2025-07-15 10:12:44 +02:00
Pedro Guzman
a2b065b3ae
fix: only log server errors
2025-07-14 17:33:44 +02:00
4b224d5eff
fix: fix onScroll in Select.Content ( #12855 )
...
Radix' `Select.Content` is not the scrollable div. It's `Select.Viewport`, which we don't expose. onScroll is useful when the elements in the select are loaded in infinite loading style.
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-06-30 13:40:54 +00:00
Pedro Guzman and GitHub
c2f91c8a8a
Merge pull request #12735 from medusajs/fix/graph-query-operators-typing
...
fix: add operators to RemoteQueryFilters
2025-06-20 11:11:11 +02:00
Pedro Guzman
9043e534ce
make operators deep
2025-06-18 15:37:26 +02:00
Pedro Guzman
ebe02a3836
simplify RemoteQueryFilterOperators
2025-06-18 13:31:56 +02:00
Pedro Guzman
6e8b7c6262
remove depth limitation from OperatorsOnlyFilters to make it compatible with BaseFilterable
2025-06-14 02:38:31 +02:00
Pedro Guzman
8443d37275
cast selector to RemoteQueryFilters
2025-06-14 02:09:50 +02:00
Pedro Guzman
2d87346bb2
fix: add operators to RemoteQueryFilters
2025-06-14 01:48:25 +02:00
Pedro Guzman and GitHub
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 Guzman and GitHub
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 Guzman and GitHub
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 Guzman and GitHub
ed55d17a36
fix: batch updates in upsertMany_ ( #12333 )
2025-05-02 08:36:33 +02:00
Pedro Guzman and GitHub
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