-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(medusa): Improve add line item to cart perf and transaction management + clustering start command #5701
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
dc2593b
[WIP]
adrien2p f85e7c9
wip
adrien2p ba56119
wip
adrien2p 682c491
WIP
adrien2p 3d1bb7d
fix tests
adrien2p 53bd841
WIP
adrien2p 59cd15e
Merge branch 'develop' into feat/improve-create-line-item-end-point
adrien2p a7377a8
feat: start-cluster cli
carlos-r-l-rodrigues be18f99
Merge branch 'feat/improve-create-line-item-end-point' of https://git…
carlos-r-l-rodrigues b056b90
feat: config number of cpus
carlos-r-l-rodrigues 4e22739
fix idem
adrien2p 0d7bea0
fix step
adrien2p ed316a4
Merge branch 'develop' into feat/improve-create-line-item-end-point
adrien2p f34f622
Create tasty-ants-visit.md
adrien2p d68faa7
process.env.MEDUSA_ADMIN_UI_SKIP_CACHE
carlos-r-l-rodrigues 0be0e15
rename var
carlos-r-l-rodrigues 0e376bd
finish
adrien2p 7c987a8
Merge branch 'feat/improve-create-line-item-end-point' of github.com:…
adrien2p 058ea4d
chore: admin ui skip copy
carlos-r-l-rodrigues 8a1b99a
Merge branch 'feat/improve-create-line-item-end-point' of https://git…
carlos-r-l-rodrigues 9157b49
chore: move ping
carlos-r-l-rodrigues 9546768
finalise
adrien2p 548b0ee
fix service usage
adrien2p 7fc5c72
fix unit tests
adrien2p 7c9511e
fix tests
adrien2p fa94de8
Merge branch 'develop' into feat/improve-create-line-item-end-point
adrien2p 2999256
cleanup
adrien2p a949e18
update changeset
adrien2p 2aefc24
Merge branch 'feat/improve-create-line-item-end-point' of github.com:…
adrien2p 6c49940
Merge branch 'develop' into feat/improve-create-line-item-end-point
adrien2p 9f2eefd
fix unit tests
adrien2p 9decfa4
Merge branch 'feat/improve-create-line-item-end-point' of github.com:…
adrien2p 31cca54
Merge branch 'develop' into feat/improve-create-line-item-end-point
carlos-r-l-rodrigues db621a9
await promises
adrien2p 929b76c
Merge branch 'feat/improve-create-line-item-end-point' of github.com:…
adrien2p 21f3987
address minor
adrien2p 484efd5
Address pr feedback
adrien2p fc3cb25
missing await
adrien2p 92d3e6f
fix check
adrien2p f78471e
fix check
adrien2p ac856f1
fix integration
adrien2p 1c6fc68
remove unnecessary import to non existing function anymore
adrien2p 304c3ad
Merge branch 'develop' into feat/improve-create-line-item-end-point
adrien2p File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@medusajs/medusa": patch | ||
"@medusajs/medusa-cli": patch | ||
"@medusajs/admin-ui": patch | ||
--- | ||
|
||
feat(medusa, medusa-cli): Improve add line item + cluster starting with medusa cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment: needs documentation