Shahed Nasser
|
92bbd7953b
|
chore: update links to v2 docs in source code and comments (#9732)
|
2024-10-24 15:18:38 +03:00 |
|
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 |
|
Shahed Nasser
|
408ed2ee45
|
feat(create-medusa-app): set database name to project name (#8727)
* add check and prompt for db name
* change var format
* remove log
* remove log
|
2024-08-23 14:17:37 +03:00 |
|
Shahed Nasser
|
f14f398685
|
feat(create-medusa-app): prompt for database name with credentials (#8552)
* feat(create-medusa-app): prompt for database name with credentials
* refactor
|
2024-08-12 11:52:21 +03:00 |
|
Shahed Nasser
|
fa0c7dfbb5
|
fix(create-medusa-app): set the database host and port explicitely (#7637)
* pass host and port explicitely
* set AUTH_CORS in env
|
2024-06-06 18:26:06 +03:00 |
|
Adrien de Peretti
|
bbccd6481d
|
chore(): start moving some packages to the core directory (#7215)
|
2024-05-03 13:37:41 +02:00 |
|