Commit Graph

9 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
5e47aecbf7 fix(medusa-plugin-sendgrid): do display_value calculations 2020-09-11 13:48:33 +02:00
Sebastian Rindom
520115a2ce fix(medusa): product variant metadata (#98)
fix(medusa-plugin-sendgrid): generic email support
2020-09-04 18:48:14 +02:00
Sebastian Rindom
ddfd26dbe3 fix(medusa-plugin-sendgrid): Adds order shipped support 2020-08-28 16:02:21 +02:00
Sebastian Rindom
2edf152c8e fix(medusa-plugin-sendgrid): decorate order placed data for email 2020-08-28 15:38:18 +02:00
Sebastian Rindom
630bf3abc6 Adds gift card support 2020-07-29 11:51:59 +02:00
Sebastian Rindom
312e405588 Robustness 2020-07-14 17:23:43 +02:00
olivermrbl
c84215fde7 Adds medusa subcribers 2020-07-10 15:42:31 +02:00
Oliver Windall Juhl
d6fc477636 SendGrid plugin (#77)
Closes #73 and #77
2020-07-03 18:00:54 +02:00