Commit Graph

18 Commits

Author SHA1 Message Date
Oliver Windall Juhl
587a464e83 fix(medusa-plugin-contentful): Allow custom fields in plugin options (#180) 2021-02-23 07:49:01 +01:00
Oliver Windall Juhl
c4d1203155 feat(medusa): Product category, type and tags 2021-02-12 08:42:19 +01: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
olivermrbl
a14578dbe4 hotfix(medusa-plugin-contentful): Reuse Redis clients in Contentful plugin 2020-12-16 12:29:32 +01:00
olivermrbl
bb97a17fe3 hotfix(medusa): remove console.log 2020-12-16 12:12:22 +01:00
Oliver Windall Juhl
451451a38e feat(medusa): Adds product variant sale price (#148)
* feat(medusa): Adds product variant sale price

* fix(medusa-plugin-content): Always update prices in contentful
2020-12-16 11:54:28 +01:00
Oliver Windall Juhl
725241df66 fix(medusa-plugin-contentful): Adds correct thumbnail and images sync. (#145) 2020-12-13 12:44:14 +01:00
Oliver Windall Juhl
34d3014db0 fix(medusa-plugin-contentful): Fixes Medusa Contentful plugin 2020-11-17 07:43:54 +01:00
Sebastian Rindom
4747a1103c fix: use redis url from options 2020-09-01 13:00:58 +02:00
Sebastian Rindom
857c440c03 fix: typo 2020-09-01 11:14:20 +02:00
Sebastian Rindom
bee833e80e pull thumbs from contentful 2020-08-31 20:45:51 +02:00
Oliver Windall Juhl
eb47896668 fix(contentful-plugin): Keep existing entry fields 2020-08-27 18:03:46 +02:00
Sebastian Rindom
b0a4806aee (chore): Adds redis url to contentful 2020-08-20 16:32:26 +02:00
Sebastian Rindom
edd64b5f62 Adds cart creation 2020-07-08 18:26:56 +02:00
olivermrbl
e4f75be5ca Small fixes 2020-07-02 16:08:00 +02:00
olivermrbl
92ae54696d Finalized contentful plugin 2020-07-02 16:04:58 +02:00
olivermrbl
f9476da6d6 Finalized Contentful product sync 2020-07-02 14:22:41 +02:00
Oliver Windall Juhl
d56ccba2b1 Adds plugin for Contentful synchronization (#75)
Adds plugin for Contentful

Will create product and product variants in Contentful, when created in Medusa

Closes #47
2020-07-02 09:41:57 +02:00