Oliver Windall Juhl
08bb111e29
Update README.md
2021-03-25 19:04:17 +01:00
Oliver Windall Juhl
1aa1760640
hotfix(medusa): Add missing discount field ( #213 )
2021-03-18 10:07:56 +01:00
Oliver Windall Juhl
a031f1f338
fix(medusa): Upsert product images ( #200 )
2021-03-12 10:09:01 +01:00
Oliver Windall Juhl
60f164913d
hotfix(medusa): Add q to order filter validation ( #192 )
2021-03-03 15:35:13 +01:00
Oliver Windall Juhl
6a3409d239
hotfix(medusa): Efficient product querying ( #191 )
2021-03-02 08:02:24 +01:00
Oliver Windall Juhl
dd0491f521
feat(medusa): Add support for filtering with gt, lt, gte and lte ( #190 )
...
- Add support for filtering with lt, gt, lte, gte in the following format: created_at[gt]=01-26-1997
- Add middleware for cleaning request queries
- Add order query validation
- Temp. disables tags in claim integration tests
2021-03-01 11:32:17 +01:00
Oliver Windall Juhl
790d412bb3
hotfix(medusa): Optimize cart retrieval ( #189 )
2021-02-28 10:01:48 +01:00
Oliver Windall Juhl
ed5b1592a4
hotfix(medusa): wrap update-product in transaction ( #182 )
2021-02-27 10:24:46 +01:00
Oliver Windall Juhl
4d708d2306
hotfix(medusa): Optimize product retrieval ( #185 )
2021-02-26 07:58:59 +01:00
Oliver Windall Juhl
3ca04a8ca1
chore: Update README.md
2021-02-25 18:38:56 +01:00
Oliver Windall Juhl
22be418ec1
fix(medusa): Add querying func. on customer retrievals ( #181 )
2021-02-23 13:40:49 +01:00
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
90ea888829
hotfix(medusa-fulfillment-webshipper): Cancel fulfillment idempotently ( #175 )
2021-02-18 13:46:34 +01:00
Oliver Windall Juhl
6f1da4ff7d
docs: fix cart documentation
2021-02-12 08:44:43 +01:00
Oliver Windall Juhl
c4d1203155
feat(medusa): Product category, type and tags
2021-02-12 08:42:19 +01:00
Oliver Windall Juhl
81df78384c
hotfix(medusa): Get cart with session ( #165 )
2021-02-04 14:51:04 +01:00
Oliver Windall Juhl
0e0dfea571
hotfix(medusa-plugin-segment): Unit price ( #162 )
2021-02-01 20:50:47 +01:00
Oliver Windall Juhl
4b52e9680f
hotfix(medusa-plugin-segment): Correct variant and skus ( #161 )
...
* hotfix(medusa-plugin-segment): Correct variant and skus
* --amend
2021-02-01 14:23:02 +01:00
Oliver Windall Juhl
41eeecb5a8
hotfix(medusa-plugin-segment): Fix sku ( #160 )
2021-02-01 11:56:34 +01:00
Oliver Windall Juhl
e592bf66f9
hotfix(medusa): Fix gift card created event ( #158 )
2021-01-29 16:32:27 +01:00
Oliver Windall Juhl
fe2657dfa5
hotfix(medusa): include optional id in discount rule validation ( #157 )
2021-01-29 16:18:16 +01:00
Oliver Windall Juhl
7e14da1225
feat: adds discount code search functionality ( #155 )
2021-01-27 11:13:24 +01:00
Oliver Windall Juhl
103749eb65
hotfix: customer address updates + mongo ids ( #153 )
2021-01-26 14:59:50 +01:00
Oliver Windall Juhl
09d7ed232b
feat(medusa): Adds filtering to order listing for use in admin ( #149 )
2020-12-28 16:45:02 +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
de7c98c9a6
hotfix(medusa): Allow SKU and EAN on create variant ( #141 )
2020-12-07 15:37:22 +01:00
Oliver Windall Juhl
34d3014db0
fix(medusa-plugin-contentful): Fixes Medusa Contentful plugin
2020-11-17 07:43:54 +01:00
Oliver Windall Juhl
6a3c545537
feat(medusa): Adds shipped status to line items + Capture fails will give payment_status = requires_action
2020-11-13 12:43:02 +01:00
Oliver Windall Juhl
d67b6e6ebe
feat(medusa): Adds set and delete metadata endpoints for region and orders ( #131 )
2020-11-04 11:38:04 +01:00
Oliver Windall Juhl
cc23a3b070
feat(medusa-interfaces): Adds schema options to base model
2020-10-20 17:07:47 +02:00
Oliver Windall Juhl
46dbbdb9fb
hotfix(medusa): Save empty metadata on line-items ( #126 )
2020-10-17 17:06:20 +02:00
Oliver Windall Juhl
128351a8f0
hotfix(CartService): Preserve metadata on line-item updates
2020-10-14 08:28:56 +02: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
Oliver Windall Juhl
371fd0c433
Adds use of injected decorators in all services ( #122 )
...
* hotfix(services): Use injected decorators in services
* Fixes test
2020-10-08 09:03:05 +02:00
Oliver Windall Juhl
a06d603722
hotfix(medusa): Check metadata in line item isEqual
2020-10-05 11:22:46 +02:00
Oliver Windall Juhl
89c21f2f5b
feat(plugins): Adds Mailchimp newsletter subscription
2020-10-01 12:30:11 +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
e3d8eea3cd
(feat): Adds phone number to Customer
2020-09-09 16:55:34 +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
Oliver Windall Juhl
35a91ae6a1
feat(plugins): Adds Twilio SMS plugin
2020-09-09 10:52:58 +02:00
Oliver Windall Juhl
1c8384c7c3
fix(medusa-plugin-slack-notification): Fixes slackbot ( #100 )
2020-09-04 18:56:27 +02:00
Oliver Windall Juhl
eb47896668
fix(contentful-plugin): Keep existing entry fields
2020-08-27 18:03:46 +02:00
Oliver Windall Juhl
9dc6999a9a
feat(pagination): Adds MVP pagination to orders and products for admin routes
2020-08-27 17:51:23 +02:00
Oliver Windall Juhl
eeca05117a
Adds ip lookup middleware for cart creation
2020-08-25 09:51:30 +02:00
Oliver Windall Juhl
b826bab1ee
Merge pull request #89 from medusajs/alpha
...
Alpha release
2020-08-20 13:36:01 +02:00
Oliver Windall Juhl
3c72d49bb6
Adds Klarna payment provider
2020-07-09 15:08:31 +02:00
Oliver Windall Juhl
5e83a7d38a
Adds klarna payment provider ( #79 )
2020-07-09 12:30:25 +02:00
Oliver Windall Juhl
70ba668202
Adds deleteMetadata to all services ( #78 )
2020-07-05 11:56:02 +02:00
Oliver Windall Juhl
d6fc477636
SendGrid plugin ( #77 )
...
Closes #73 and #77
2020-07-03 18:00:54 +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
Oliver Windall Juhl
3debd7e108
Stripe payment provider plugin ( #65 )
...
Adds Stripe payment provider plugin
Closes #44
2020-05-25 21:08:16 +02:00
Oliver Windall Juhl
420c1d8cdb
Adds ProductVariant endpoints ( #59 )
...
Adds endpoints for product variants with tests.
Closes #58
2020-05-14 11:05:26 +02:00
Oliver Windall Juhl
809133fa2a
Closes #53
...
Use email for reset password and reset password token
2020-05-11 13:55:44 +02:00
Oliver Windall Juhl
8255a839f6
Adds OrderService and /orders endpoints
...
Adds OrderService
Adds endpoints for orders - both store and admin
2020-05-11 13:54:09 +02:00
Oliver Windall Juhl
a53822d298
Adds admin endpoints / routes for user ( #36 )
...
Adds all endpoints / routes for user operations
Tweaks in UserService
Adds update in UserService
Fixes old tests
2020-04-17 08:13:24 +02:00
Oliver Windall Juhl
e3cdde3c9e
Fixes according to issue #21 ( #35 )
2020-04-14 21:44:05 +02:00
Oliver Windall Juhl
20735de62d
Adds admin discount routes / endpoints ( #34 )
2020-04-12 17:18:07 +02:00
Oliver Windall Juhl
42fdd14e42
Adds admin API endpoints for product operations ( #32 )
2020-04-08 21:18:03 +02:00
Oliver Windall Juhl
aff1ec3390
Adds DiscountService and TotalsService ( #26 )
2020-04-07 12:48:57 +02:00
Oliver Windall Juhl
f6d5180e5f
Adds medusa-plugin-permissions ( #12 )
2020-04-06 15:57:31 +02:00
Oliver Windall Juhl
8ab9b823b9
#22 Fixes create return value
2020-04-02 19:39:04 +02:00
Oliver Windall Juhl
8d51a3f716
Adds LineItemService ( #11 )
2020-03-10 10:46:01 +01:00
Oliver Windall Juhl
bcaac913d2
Adds UserService ( #10 )
2020-02-18 20:14:20 +01:00
Oliver Windall Juhl
cc2e87754d
Feature/customer service ( #8 )
...
Adds CustomerService
2020-02-05 12:25:58 +01:00