f56362fd25
add docker and docker-compose
2026-01-25 23:44:16 +04:00
Oli Juhl
cbaa403744
chore: Enable draft order plugin by default ( #13314 )
...
* wip
* fix
* fix tests
* update lockfile
* fix deps
* Enable draft order plugin by default
* remove double negation
* support merging modules
2025-08-28 14:14:40 +02:00
Shahed Nasser
1956456cd4
chore: update TSDocs for new release changes ( #13317 )
...
* chore: update TSDocs for new release changes
* remove .medusa directory
2025-08-28 11:51:24 +03:00
Oli Juhl
b152210554
feat(core-flows): Refresh adjustments when editing orders ( #13189 )
...
* wip
* add tests
* add more tests
* fixes buy-get promotion
* Create empty-pillows-promise.md
* chore: use query graph
* Update packages/core/core-flows/src/order/workflows/order-edit/refresh-order-edit-adjustments.ts
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
---------
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
2025-08-20 15:04:27 +02:00
Rahul R.
ecf73780e0
[Fix] Update Repository Directory Paths for All Packages ( #10910 )
...
This PR updates the `repository.directory` field in the `package.json` files for packages located within the `modules` folder.
2025-01-13 12:49:50 +01:00
Carlos R. L. Rodrigues
c8b375ae2d
feat(locking): Locking module ( #9524 )
...
**What**
- Locking Module to manage concurrency
- Default `in-memory` provider
2024-10-11 16:30:06 +00:00
Adrien de Peretti
358435d715
chore: Move graphl to a single place ( #9303 )
...
* chore: Move graphl to a single place
* add new line
2024-09-25 12:04:25 +02:00
Carlos R. L. Rodrigues
de36e2b36e
chore: rename return flow ( #8050 )
2024-07-10 08:09:10 -03:00
Kasper Fabricius Kristensen
e4ce2f4e07
chore(ui,icons,ui-preset,toolbox): Move design system packages to monorepo ( #5470 )
2023-11-07 22:17:44 +01:00
Carlos R. L. Rodrigues
ad7f56506f
Feat(medusa,modules-sdk): Modules SDK package ( #3294 )
2023-02-23 13:09:35 -03:00
Oliver Windall Juhl
6a62a8f1ed
chore: Remove lerna ( #2116 )
...
**What**
- Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
2022-08-29 13:26:58 +00:00
Shahed Nasser
73383cc466
chore(docs): Refactor API Reference ( #1883 )
2022-08-05 14:06:12 +02:00
Shahed Nasser
36e2e7a4df
chore: fix for deployment ( #1970 )
...
* fix for deployment
* fixed gitignore files to match that of the root
* add to gitignore in root
2022-08-02 17:16:18 +03:00
Sebastian Rindom
e539bdc620
chore: Fix CI pipeline ( #1839 )
2022-07-12 20:14:34 +02:00
olivermrbl
e324f223d7
chore: Add .env to .gitignore
2022-07-12 09:36:04 +02:00
Sebastian Rindom
dffb86bb58
chore: turbo cleanup ( #1828 )
...
- Adds workspace-tools
- Updates .gitignore to include yarn/cache for zero-installs: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
2022-07-11 08:47:48 +00:00
Zakaria El Asri
9fa4238ee4
chore: improve ci pipeline ( #1764 )
...
* fix: caching deps + add true parallelization to integration tests api
* fix: github action
* chore: upgrade to yarn berry (#1762 )
* init migration
* remove: yarn.lock from all pkgs
* fix: build script in pkgs
* adjust yarn config
* fix: yarn.lock and yarnrc.yml
* fix: github actions
* fix: wrong type
* fix (medusa-react): use dts-cli instead of tsdx
* fix: yarn.lock
* fix: yarn v
* fix: prepare script
* add: comment on why we need to downgrade yarn before medusa-dev
* chore: move to Turborepo (#1763 )
* increase number of parallel nodes
* fix (medusa-fulfillment-webshipper): build script
* fix: use new version of medusa-dev
* fix: rename cache-bootstrap to cache-deps
2022-07-10 12:11:11 +02:00
Adrien de Peretti
b212afae50
Feat() Add readme to integration-tests ( #862 )
2021-12-08 09:54:45 +01:00
Sebastian Rindom
f02cb638db
chore: remove packages/*/.eslintrc|.prettierrc
2021-10-12 21:24:01 +02:00
Sebastian Rindom
8edb32c742
docs: oas ( #197 )
...
Adds OpenAPI specification of Storefront and Admin APIs.
Updates docs project.
2021-03-10 11:51:54 +01:00
Sebastian Rindom
c66ec0e525
chore: update repo url
2020-03-24 10:02:21 +01:00
Sebastian Rindom
ed472e9fba
Creates test request helper for API endpoints
...
Separates common utils into the medusa-core-utils package.
Sets up a testing environment where mocked models/services/etc. can be placed in
__mocks__ folder within its corresponding directory. The mocks will
automatically be registered in a awilix container only used for testing.
2020-01-21 15:13:47 +01:00