Skip to content
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(fulfillment): Module service implementation first iteration #6381

Merged
merged 39 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a22d873
feat(fulfillment): Module sevice implemntation first iteration
adrien2p Feb 12, 2024
1299453
cleanup
adrien2p Feb 12, 2024
a2ba452
Create geo zones as part of the service zones creation during fulfill…
adrien2p Feb 12, 2024
e42052b
cleanup
adrien2p Feb 12, 2024
baf85d8
wrap in a separate describe
adrien2p Feb 12, 2024
1fa628c
rm todo
adrien2p Feb 12, 2024
dc2d2b5
trully run db migrations
adrien2p Feb 12, 2024
f52f6a8
fixes
adrien2p Feb 12, 2024
6050c0f
fixes
adrien2p Feb 12, 2024
00c8ca6
fixes
adrien2p Feb 12, 2024
b89cfe8
continue creation flow
adrien2p Feb 13, 2024
9bf0c82
cleanup
adrien2p Feb 13, 2024
46111d4
resolve conflicts
adrien2p Feb 13, 2024
af47507
Add support to create service zones with geo zones
adrien2p Feb 13, 2024
7323cd2
Update fulfillment sets
adrien2p Feb 13, 2024
e1ba6cf
cleanup
adrien2p Feb 13, 2024
5a1f051
fix integration
adrien2p Feb 13, 2024
3e778b4
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 13, 2024
6beae8b
update service zones
adrien2p Feb 13, 2024
811cb72
add geo zones management
adrien2p Feb 13, 2024
9e563d8
cleanup
adrien2p Feb 13, 2024
7720ba5
add read tests
adrien2p Feb 13, 2024
7053900
tackle all type issues or missing in the integration tesst
adrien2p Feb 13, 2024
d350afe
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 13, 2024
614ce9d
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 13, 2024
f69b91b
add more tests
adrien2p Feb 13, 2024
d2d9813
Merge branch 'feat/fulfillment-implementation-1' of github.com:medusa…
adrien2p Feb 13, 2024
9970652
Create nine-nails-end.md
adrien2p Feb 13, 2024
0e7f690
Add fix ordered on many to many + add pivot table orphan data check
adrien2p Feb 13, 2024
09cf3be
Merge branch 'feat/fulfillment-implementation-1' of github.com:medusa…
adrien2p Feb 13, 2024
7174f73
fix unique indexes
adrien2p Feb 13, 2024
f1f3c50
Update relationship and create* methods
adrien2p Feb 14, 2024
479185c
finalise rework
adrien2p Feb 14, 2024
51e644f
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 14, 2024
aea52f5
cleanup
adrien2p Feb 14, 2024
e55b72b
Merge branch 'feat/fulfillment-implementation-1' of github.com:medusa…
adrien2p Feb 14, 2024
eb775f2
move get set diff
adrien2p Feb 14, 2024
8e53af4
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 14, 2024
0d8a946
Merge branch 'develop' into feat/fulfillment-implementation-1
adrien2p Feb 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/nine-nails-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---

feat(fulfillment): Module service implementation first iteration
Loading
Loading