Commit Graph

63 Commits

Author SHA1 Message Date
Sebastian Rindom cd989c56a7 Setup future usage 2020-07-13 17:35:50 +02:00
Sebastian Rindom eeae2a056c Add orders to account 2020-07-13 10:58:03 +02:00
Sebastian Rindom 518bc95f70 respond unauthorized if not logged in 2020-07-12 12:15:45 +02:00
Sebastian Rindom 92759c8e47 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-12 12:11:41 +02:00
Sebastian Rindom 60b8bca753 Adds account support 2020-07-12 12:11:31 +02:00
olivermrbl d4c036c29a Adds delete image 2020-07-11 22:44:57 +02:00
Sebastian Rindom 419d5db340 Klarna clean up 2020-07-11 16:32:05 +02:00
olivermrbl c84215fde7 Adds medusa subcribers 2020-07-10 15:42:31 +02:00
Sebastian Rindom d58a994ef0 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-09 18:19:21 +02:00
Sebastian Rindom aabec1e45e Adds delete line item, prepares checkout 2020-07-09 18:19:16 +02:00
olivermrbl 08cf7c7f2b Adds createFromCart and order.completed subscribers 2020-07-09 18:16:45 +02:00
oliverheaps 448dc9ed8f Fixes most tests 2020-07-09 12:27:31 +02:00
oliverheaps 782869a46b Adds customer routes to admin 2020-07-09 10:28:58 +02:00
Sebastian Rindom ceac726412 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-08 22:21:09 +02:00
Sebastian Rindom edd64b5f62 Adds cart creation 2020-07-08 18:26:56 +02:00
olivermrbl 9265ea2a9d Adds get and list routes for customers 2020-07-07 21:24:35 +02:00
Sebastian Rindom 7247095078 Adds thumbnail to products 2020-07-07 14:54:24 +02:00
Sebastian Rindom 716415263d Adds an image connector; introduces file service 2020-07-07 14:36:48 +02:00
Sebastian Rindom ca6dd7e257 Adds fulfillment option endpoint 2020-07-06 15:49:49 +02:00
Sebastian Rindom f9b232da54 Defaults 2020-07-06 11:52:16 +02:00
Sebastian Rindom 2491bd6779 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-04 19:36:29 +02:00
Sebastian Rindom 45e0338c58 Option edits 2020-07-04 19:36:22 +02:00
olivermrbl 24dbfc3dc7 Fixes creating discount with rule 2020-07-04 18:11:18 +02:00
Sebastian Rindom e9c80e80a4 Merge branch 'integration/dummy-project' of github.com:medusajs/medusa into integration/dummy-project 2020-07-04 12:16:37 +02:00
Sebastian Rindom c4cebce250 product editing 2020-07-04 12:16:28 +02:00
olivermrbl 758c72bdf1 Fixes as a result of 'end-to-end-backend' test 2020-07-03 17:00:27 +02:00
olivermrbl 63a2f126c5 Adds default shipping profile 2020-07-02 18:04:33 +02:00
Sebastian Rindom 602cd2f914 Expand variants 2020-07-01 20:28:01 +02:00
Sebastian Rindom 3e033bf646 Adds default_currency to store settings 2020-06-30 22:06:01 +02:00
Sebastian Rindom ea0c563bd6 Product and variant creation 2020-06-29 22:03:32 +02:00
Sebastian Rindom ae372de305 Pass tests 2020-06-29 17:17:16 +02:00
Sebastian Rindom 48310ff384 Merge master 2020-06-29 16:23:54 +02:00
Sebastian Rindom d9b4d32fa3 integration switch 2020-06-29 16:23:07 +02:00
Sebastian Rindom 5170a7bd83 chore: removes product variant routes 2020-06-29 10:26:33 +02:00
Sebastian Rindom bc5ff91a02 Adds Store Service to control store settings (#76)
Also adds support for `projectConfig.admin_cors` & `projectConfig.store_cors`
2020-06-29 10:23:24 +02:00
Sebastian Rindom 44219e85c1 Merge remote-tracking branch 'origin/master' into integration/dummy-project 2020-05-28 20:19:05 +02:00
Sebastian Rindom 98a72ca7b4 registers payment/fulfillment providers with correct names 2020-05-28 20:17:13 +02:00
Sebastian Rindom ef43fb2030 Makes all endpoints return objects (#71) 2020-05-28 20:15:17 +02:00
Sebastian Rindom 706ca8ac45 Makes ProductVariant operations go through ProductService (#68)
Ensures that we can reliably manage product variants and their relationship to products
2020-05-28 11:44:11 +02:00
Sebastian Rindom 022367a9d8 Adds store/regions endpoints; fixes payment provider service 2020-05-27 20:03:21 +02:00
Sebastian Rindom 0bcff435a3 Updates API endpoints to match new product-to-variant structure 2020-05-26 22:02:40 +02:00
Sebastian Rindom 3183efa94f Makes product variant operations go through product service 2020-05-26 18:21:54 +02:00
Sebastian Rindom 96377df101 updates tests 2020-05-25 14:06:10 +02:00
Sebastian Rindom 36c12fa66d init 2020-05-16 11:01:29 +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
Sebastian Rindom 6a78df1ecd Adds endpoints to manage customers (#54) 2020-05-07 13:31:38 +02:00
Sebastian Rindom 516bc7675d Adds Middleware API (#40)
* Adds test project

* Adds e2e for end-2-end tests

* Update gitignore

* Update loaders

* Creates test project

* v0.1.27

* Upgrade

* dependency fixes

* Load project plugins in the plugin loader

* Issue with instanceof

* Fixes versioning issues

* Adds medusa middleware api

* Adds documentation

* Fixes tests
2020-05-01 13:33:03 +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