Commit Graph
53 Commits
Author SHA1 Message Date
Sebastian Rindom ff49d23322 chore(release): Publish
- babel-preset-medusa-package@1.1.0
 - @medusajs/medusa-cli@1.1.0
 - medusa-core-utils@1.1.0
 - medusa-file-spaces@1.1.0
 - medusa-fulfillment-manual@1.1.0
 - medusa-fulfillment-webshipper@1.1.0
 - medusa-interfaces@1.1.0
 - medusa-payment-adyen@1.1.0
 - medusa-payment-klarna@1.1.0
 - medusa-payment-stripe@1.1.0
 - medusa-plugin-add-ons@1.1.0
 - medusa-plugin-brightpearl@1.1.0
 - medusa-plugin-contentful@1.1.0
 - medusa-plugin-discount-generator@1.1.0
 - medusa-plugin-economic@1.1.0
 - medusa-plugin-ip-lookup@1.1.0
 - medusa-plugin-mailchimp@1.1.0
 - medusa-plugin-permissions@1.1.0
 - medusa-plugin-segment@1.1.0
 - medusa-plugin-sendgrid@1.1.0
 - medusa-plugin-slack-notification@1.1.0
 - medusa-plugin-twilio-sms@1.1.0
 - medusa-plugin-wishlist@1.1.0
 - medusa-test-utils@1.1.0
 - @medusajs/medusa@1.1.0
2021-01-26 11:17:43 +01:00
Sebastian RindomandOliver Windall Juhl 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 cb0fc0d475 chore(release): Publish
- medusa-file-spaces@1.0.13
 - medusa-payment-adyen@1.0.13
 - medusa-payment-klarna@1.0.14
 - medusa-payment-stripe@1.0.15
 - medusa-plugin-add-ons@1.0.8
 - medusa-plugin-brightpearl@1.0.26
 - medusa-plugin-contentful@1.0.15
 - medusa-plugin-economic@1.0.13
 - medusa-plugin-mailchimp@1.0.15
 - medusa-plugin-permissions@1.0.13
 - medusa-plugin-segment@1.0.15
 - medusa-plugin-sendgrid@1.0.14
 - medusa-plugin-slack-notification@1.0.13
 - medusa-plugin-twilio-sms@1.0.12
 - medusa-plugin-wishlist@1.0.13
 - medusa-test-utils@1.0.13
 - @medusajs/medusa@1.0.53
2020-12-17 10:54:42 +01:00
Sebastian Rindom 698ddc1e89 chore(release): Publish
- babel-preset-medusa-package@1.0.1
 - @medusajs/medusa-cli@1.0.11
 - medusa-core-utils@1.0.11
 - medusa-file-spaces@1.0.12
 - medusa-fulfillment-manual@1.0.12
 - medusa-fulfillment-webshipper@1.0.11
 - medusa-interfaces@1.0.14
 - medusa-payment-adyen@1.0.12
 - medusa-payment-klarna@1.0.13
 - medusa-payment-stripe@1.0.14
 - medusa-plugin-add-ons@1.0.7
 - medusa-plugin-brightpearl@1.0.23
 - medusa-plugin-contentful@1.0.13
 - medusa-plugin-economic@1.0.12
 - medusa-plugin-mailchimp@1.0.14
 - medusa-plugin-permissions@1.0.12
 - medusa-plugin-segment@1.0.14
 - medusa-plugin-sendgrid@1.0.13
 - medusa-plugin-slack-notification@1.0.12
 - medusa-plugin-twilio-sms@1.0.11
 - medusa-plugin-wishlist@1.0.12
 - medusa-test-utils@1.0.12
 - @medusajs/medusa@1.0.43
2020-11-24 14:03:42 +01:00
Sebastian Rindom fd04233238 feature: swaps (#137)
* feat: swap schema

* chore(refactor): move returns to separate service

* swap order creates return

* fix: adds returns/fulfillments/shipments and cart creation to swaps

* search products by variants

* feat: swaps ready

* fix: test passing

* chore: include customer expand fields on order

* add tests

* fix: add brightpearl plugin support

* fix: adds swap link template setting

* fix: tests

* fix(medusa-plugin-brightpearl): add swap status option

* docs: add swap description

* fix: adds GET swap in store api

* chore: unmock axios

* fix: passing klarna tests

* fix: pr
2020-11-24 14:02:49 +01:00
Sebastian Rindom c6996dd530 CircleCI project setup (#138) 2020-11-21 15:50:42 +01:00
Sebastian Rindom 917767073a chore(release): Publish
- medusa-file-spaces@1.0.11
 - medusa-payment-adyen@1.0.11
 - medusa-payment-klarna@1.0.12
 - medusa-payment-stripe@1.0.13
 - medusa-plugin-add-ons@1.0.6
 - medusa-plugin-brightpearl@1.0.20
 - medusa-plugin-contentful@1.0.11
 - medusa-plugin-economic@1.0.11
 - medusa-plugin-mailchimp@1.0.13
 - medusa-plugin-permissions@1.0.11
 - medusa-plugin-segment@1.0.13
 - medusa-plugin-sendgrid@1.0.12
 - medusa-plugin-slack-notification@1.0.11
 - medusa-plugin-twilio-sms@1.0.10
 - medusa-plugin-wishlist@1.0.11
 - medusa-test-utils@1.0.11
 - @medusajs/medusa@1.0.28
2020-10-19 16:25:45 +02:00
Sebastian Rindom 3c61a2c22b chore(release): Publish
- medusa-payment-klarna@1.0.11
2020-09-17 17:29:01 +02:00
Sebastian Rindom 71f9bdf603 hotfix(payment-klarna): refund amount in minor unitS 2020-09-17 17:28:28 +02:00
Sebastian Rindom cd39798b4b chore(release): Publish 2020-09-09 09:24:51 +02:00
Sebastian Rindom db519fbaa6 fix: updates license 2020-09-09 09:15:58 +02:00
Sebastian Rindom 0627276619 v1.0.7 2020-09-07 11:36:03 +02:00
Sebastian Rindom 8143fe1ae6 v1.0.1 2020-09-05 15:59:26 +02:00
Sebastian Rindom 755040a0f2 v1.0.1-beta.0 2020-09-04 19:03:18 +02:00
Sebastian Rindom e24d180ea3 v1.0.0 2020-09-03 13:43:58 +02:00
Sebastian Rindom 22a2ad8725 v1.0.0-y.6 2020-08-31 11:52:59 +02:00
Sebastian Rindom 9adc52d0c5 fix: parse response correctly 2020-08-31 11:52:17 +02:00
Sebastian Rindom 6a3dba4217 v1.0.0-y.5 2020-08-31 11:45:55 +02:00
Sebastian Rindom 91befc03cd fix: use correct path for captures 2020-08-31 11:45:32 +02:00
Sebastian Rindom f323a802c3 v1.0.0-y.3 2020-08-31 11:19:25 +02:00
Sebastian Rindom d11eb8fa65 fix: auto pick country in 1 country regions 2020-08-31 11:19:04 +02:00
Sebastian Rindom ec2728bbd5 v1.0.0-y.2 2020-08-31 11:08:50 +02:00
Sebastian Rindom daa425de16 fix(medusa-payment-klarna): get correct country 2020-08-31 11:08:09 +02:00
Sebastian Rindom 08332efc12 v1.0.0-y.1 2020-08-31 11:01:40 +02:00
Sebastian Rindom 84f600c1bc fix: add backend url as option 2020-08-31 11:00:35 +02:00
Sebastian Rindom 9650f7d1c1 v1.0.0-alpha.30 2020-08-28 11:47:23 +02:00
Sebastian Rindom 8896e239cb v1.0.0-alpha.27 2020-08-27 18:04:51 +02:00
Sebastian Rindom 924d5cad79 v1.0.0-alpha.26 2020-08-27 11:32:21 +02:00
Sebastian Rindom 6dbbb7e871 chore(dependencies): make medusa-interfaces a peerDependency 2020-08-27 11:31:52 +02:00
Sebastian Rindom e2572adadf v1.0.0-alpha.24 2020-08-27 10:48:41 +02:00
Sebastian Rindom 20643bbb52 v1.0.0-alpha.3 2020-08-20 13:57:50 +02:00
Sebastian Rindom 56ad2bdd91 Release ready 2020-08-20 13:57:31 +02:00
Sebastian Rindom 3cc7cbe512 v1.0.0-alpha.2 2020-08-20 13:52:58 +02:00
Sebastian Rindom 1d3b8befe4 Release ready 2020-08-20 13:52:29 +02:00
Sebastian Rindom b26bba807b v1.0.0-alpha.1 2020-08-20 13:48:35 +02:00
Sebastian Rindom 6952ee34df Fix build scripts 2020-08-20 13:47:56 +02:00
Sebastian Rindom a1cf900ed8 v1.0.0-alpha.0 2020-08-20 13:42:06 +02:00
Sebastian Rindom 211b7b2e05 Fix build scripts 2020-08-20 13:40:53 +02:00
Sebastian Rindom ee93256e69 Tests passing 2020-08-05 15:26:00 +02:00
Sebastian Rindom 630bf3abc6 Adds gift card support 2020-07-29 11:51:59 +02:00
Sebastian Rindom 3710f7f80a Adds dynamic coupon codes and segment plugin 2020-07-17 14:06:55 +02:00
Sebastian Rindom 312e405588 Robustness 2020-07-14 17:23:43 +02:00
Sebastian Rindom 60b8bca753 Adds account support 2020-07-12 12:11:31 +02:00
Sebastian Rindom 419d5db340 Klarna clean up 2020-07-11 16:32:05 +02:00
Sebastian Rindom b45fcae6fe Klarna orders 2020-07-10 16:30:32 +02:00
olivermrbl 9f17ab5861 Fixes the setting of a payment method 2020-07-10 16:29:51 +02:00
olivermrbl e9bf18fc47 Fixed merge conflics 2020-07-10 15:43:33 +02:00
olivermrbl c84215fde7 Adds medusa subcribers 2020-07-10 15:42:31 +02:00
Sebastian Rindom d930d00723 Klarna orders 2020-07-10 15:41:42 +02:00
Sebastian Rindom 85601ca428 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-10 12:26:02 +02:00