Harminder Virk
|
16d27ea6e4
|
feat: Migrate customer module to DML (#10499)
|
2024-12-11 14:37:27 +05:30 |
|
Harminder Virk
|
48e00169d2
|
breaking: move shared HTTP utils to the framework (#9402)
Fixes: FRMW-2728, FRMW-2729
After this PR gets merged the following middleware will be exported from the `@medusajs/framework/http` import path.
- applyParamsAsFilters
- clearFiltersByKey
- applyDefaultFilters
- setContext
- getQueryConfig
- httpCompression
- maybeApplyLinkFilter
- refetchEntities
- unlessPath
- validateBody
- validateQuery
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
|
2024-10-03 09:42:00 +00:00 |
|
Oli Juhl
|
65d3222973
|
chore: Move customer + customer group integration tests and fixes issues (#7577)
* chore: Move customer + customer group and fixes issues
* remove /customer sendpoint
|
2024-06-03 10:52:32 +02:00 |
|
Adrien de Peretti
|
77d72c5791
|
fix(customer): Unique constraint on customer email (#7439)
**What**
Prevent creating multiple customers with the same email
|
2024-05-24 14:20:54 +00:00 |
|
Adrien de Peretti
|
4eae25e1ef
|
chore(): Reorganize modules (#7210)
**What**
Move all modules to the modules directory
|
2024-05-02 15:33:34 +00:00 |
|