Commit Graph

6 Commits

Author SHA1 Message Date
Sebastian Rindom
5136c77401 feat(cli): adds seed script 2021-06-03 10:03:44 +02:00
Sebastian Rindom
953747f3d2 fix: better cli 2021-05-02 23:20:35 +02:00
Sebastian Rindom
bbd2f02d54 fix: setup to allow login to Medusa Cloud 2021-04-22 18:44:55 +02:00
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
oliverheaps
782869a46b Adds customer routes to admin 2020-07-09 10:28:58 +02:00
Sebastian Rindom
4c2aec2838 Adds publish/subscribe pattern to allow plugins and projects to hook into events (#55)
Also adds CLI to ease development.
2020-05-07 13:47:27 +02:00