Commit Graph

7 Commits

Author SHA1 Message Date
Sebastian Rindom
f1baca3cbd Replaces MongoDB support with PostgreSQL (#151)
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer

Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com>
2021-01-26 10:26:14 +01:00
Sebastian Rindom
c6996dd530 CircleCI project setup (#138) 2020-11-21 15:50:42 +01:00
Oliver Windall Juhl
6b241a13de hotfix(medusa-plugin-add-on): Adds cart decorator to add-on plugin 2020-10-09 10:46:42 +02:00
olivermrbl
1da1ebbb5e hotfix(medusa-plugin-add-ons): adds metadata to endpoints 2020-09-30 09:27:26 +02:00
olivermrbl
5071f362e4 fix(medusa-plugin-add-ons): fixes add-on decorator 2020-09-29 14:13:36 +02:00
Oliver Windall Juhl
d8483cd135 fix(medusa-plugin-addon): Fixes admin endpoints, Adds flag to avoid merging add-on line-items 2020-09-23 09:51:47 +02:00
Oliver Windall Juhl
3de1e6dd4a feat(plugins): Adds add-on plugin
Adds an add-on plugin, that supports adding add-ons to line items in the cart
2020-09-09 15:22:57 +02:00