Commit Graph
1134 Commits
Author SHA1 Message Date
Sebastian Mateos NicolajsenandGitHub 234be4e307 Feat/update discount on draft order (#349)
* only looked for rules when existing

* removed logging
2021-09-09 09:40:41 +02:00
Sebastian Rindom da329359a9 Merge remote-tracking branch 'origin/master' into develop 2021-09-09 09:28:56 +02:00
16b0fa377a fix: make shipping_option_id on requirements optional (#340)
* changed validator so that reqiurement shipping_option_id is now optional + added integration test that confirms that when an update contains a requirement without an ID it is created

* fix: formatting

* fix: un-bump babel-preset-medusa-package

* chore: update yarn.lock

* fix: implemented suggested changes, need to validate behaviour on clean branch so NOT ready for merging just yet

* fix: implemented suggested changes, need to validate behaviour on clean branch so NOT ready for merging just yet

* afix: made it impossible to set a min. subtotal requirement that is greater than max. subtotal

* fix: added explanation to error

* fix: Error when removing requirement on update

Co-authored-by: olivermrbl <oliver@mrbltech.com>
2021-09-09 09:03:00 +02:00
Sebastian RindomandGitHub da40c240d1 Update README.md 2021-09-08 08:10:43 +02:00
Vadim SmirnovandGitHub 2030ab6d35 change target branch (#375) 2021-09-07 17:24:35 +02:00
Kasper Fabricius KristensenandGitHub 56a1d99a07 fix: the topbar was positioned above the mobile docsearch search input. This fixes the z-index order of components (#371) 2021-09-07 16:59:53 +02:00
Vadim SmirnovandGitHub 16c381f6b6 fix Discord link (#372) 2021-09-07 16:50:16 +02:00
Sebastian Mateos NicolajsenandGitHub 0076332e0e Fix/create customer in draft order (#285)
* draft order now creates customer when creating cart

* corrected to update instead of create

* corrected tests

* added creation of customer to create of cart

* removed update function from mock

* added test

* corrected update to update email properly

* corrected tests

* removed unused func

* updated core properly

* removed manual-payment service
2021-09-07 11:15:43 +02:00
pKorsholmandGitHub 3992fc15a0 Merge pull request #367 from medusajs/docs/remove-spelling-errors
Docs: fix spelling errors in "2-adding custom functionality"
2021-09-06 13:31:50 +02:00
Kasper Fabricius KristensenandGitHub 4602cfc083 fix: docsearch link behaviour on navigate (#368) 2021-09-06 09:29:58 +02:00
olivermrbl 692bca8a22 chore(release): Publish
- medusa-payment-manual@1.0.4
 - medusa-plugin-brightpearl@1.1.30
 - medusa-plugin-restock-notification@0.0.18
 - medusa-plugin-wishlist@1.1.25
 - @medusajs/medusa@1.1.40
2021-09-02 17:53:22 +02:00
Oliver Windall JuhlandGitHub e2897e2a62 hotfix: Adds options to cloned RestockNotificationService (#369) 2021-09-02 17:49:02 +02:00
pKorsholm 93715e2c80 fix spelling errors 2021-09-01 14:35:03 +02:00
Kasper Fabricius KristensenandGitHub d652b512c3 fix: docusaurus link behaviour (#363) 2021-09-01 08:54:20 +02:00
olivermrbl 798dd3c666 Merge branch 'release/next' 2021-08-31 16:18:35 +02:00
olivermrbl 65e97c2c53 chore(release): Publish
- medusa-payment-manual@1.0.3
 - medusa-plugin-brightpearl@1.1.29
 - medusa-plugin-restock-notification@0.0.17
 - medusa-plugin-wishlist@1.1.24
 - @medusajs/medusa@1.1.39
2021-08-31 16:17:33 +02:00
olivermrbl d5556176f4 Merge branch 'develop' of https://github.com/medusajs/medusa into develop 2021-08-31 15:11:24 +02:00
Vilfred Sikker DreijerandGitHub 639e8cff14 Add inventory options to restock notification (#364)
* add options inventory required precedence on condition check

* merge develop

* checkout medusa packages

* remove medusa-interfaces from dependencies

* run yarn after removing dependencies
2021-08-31 15:10:57 +02:00
Kasper Fabricius KristensenandGitHub cdf9c972c9 fix: formatting of links from production environment (#358) 2021-08-30 14:20:09 +02:00
olivermrbl 704908f29b chore: wishlish plugin lockfile 2021-08-30 12:23:24 +02:00
Sebastian RindomandGitHub ae82cfc70a feat: creates support for swaps on the storefront (#355) 2021-08-30 12:14:56 +02:00
Sebastian RindomandGitHub bd1e115696 fix: account for non-division currencies in sales credit (#342) 2021-08-30 12:03:46 +02:00
Vilfred Sikker DreijerandGitHub d9d84e1353 Merge pull request #351 from medusajs/feat/add-to-wishlist-extension
feat/ Extends addToWishlist with metadata
2021-08-30 09:06:51 +02:00
Vilfred Sikker 15594f9d31 fix pr request 2021-08-27 15:59:50 +02:00
Kasper Fabricius KristensenandGitHub d89332b91a fix: improvements to Algolia DocSearch (#357)
What

Changes selectors of API references to improve DocSearch results
Implements custom navigation for DocSearch in both API ref and docs. (Uses goTo method for in page navigation, Gatsby navigate for navigation within Gatsby site, changes URL's to API reference to make use of methods implemented to provide better metadata etc.)
Implements a new way to make all HTML available in API reference without need the crawler to have Javascript enabled which should allow Algolia to crawl our site faster.
Why

To provide users with a good search experience within our docs and API reference
Testing

Tested using a local setup of the Algolia crawler
2021-08-27 14:38:35 +02:00
Vilfred Sikker 5261999d12 grap line item from develop 2021-08-27 11:22:14 +02:00
Vilfred Sikker f34a099a77 Merge branch 'develop' into feat/add-to-wishlist-extension 2021-08-27 11:21:17 +02:00
Vilfred Sikker ab5704208b use develop line-item service 2021-08-27 11:19:04 +02:00
Vilfred Sikker af59095d85 add error catching and response for customer 2021-08-27 11:10:59 +02:00
Oliver Windall JuhlandGitHub 29f2b01f9c chore: Update README 2021-08-27 10:26:53 +02:00
Dag AndersenandGitHub 926e8e844f hotfix: README Spelling (#354) 2021-08-26 16:43:39 +02:00
olivermrbl b1132eec23 fix: 404 2021-08-26 13:57:30 +02:00
olivermrbl 5150a6b4d9 Merge branch 'feat/add-to-wishlist-extension' of https://github.com/medusajs/medusa into feat/add-to-wishlist-extension 2021-08-26 13:12:24 +02:00
olivermrbl 2c72227244 chore: update 2021-08-26 13:12:21 +02:00
Vilfred Sikker ae192d844b wip 2021-08-26 13:00:45 +02:00
Kasper Fabricius KristensenandGitHub 15161bb0e9 feat: Enable API search (#353)
* enabled search in ref and changed from section -> main so Algolia will index ref content

* fix: algolia apu key
2021-08-25 15:51:00 +02:00
f76aa816a5 feat: Documentation and API reference (#348)
Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com>
Co-authored-by: zakariasaad <zakaria.elas@gmail.com>
Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com>
Co-authored-by: Kasper <kasper@medusa-commerce.com>
Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com>
2021-08-24 18:16:42 +02:00
Vilfred Sikker f77fd38369 extended add to wishlist with metadata 2021-08-24 12:45:03 +02:00
Oliver Windall JuhlandGitHub 5d63b0c8d2 hotfix: Allow sale_amount product updates (#346) 2021-08-20 17:14:19 +02:00
Oliver Windall JuhlandGitHub fd14e243da fix: Account for non-discountable items in getRefundTotal (#347) 2021-08-20 17:12:37 +02:00
143f06aa39 feat: Update to API references look and feel (#343)
Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com>
Co-authored-by: zakariasaad <zakaria.elas@gmail.com>
Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com>
Co-authored-by: olivermrbl <oliver@mrbltech.com>
2021-08-20 10:26:29 +02:00
Sebastian Rindom 40400b483c chore(release): Publish
- @medusajs/medusa@1.1.38
2021-08-17 13:19:49 +02:00
Sebastian RindomandGitHub 8f60f430cc fix: add cross-spawn (#341) 2021-08-17 13:18:25 +02:00
Sebastian Rindom 690718602c chore(release): Publish
- @medusajs/medusa-cli@1.1.16
 - medusa-telemetry@0.0.3
 - @medusajs/medusa@1.1.37
2021-08-17 09:06:43 +02:00
Sebastian RindomandGitHub 617e13a56b Update README.md (#337)
* Update README.md

* Update README.md

* Update README.md

* Create CONTRIBUTING.md

* Update README.md

* Update README.md

* Update CONTRIBUTING.md

* Update README.md
2021-08-17 09:05:54 +02:00
Sebastian RindomandGitHub 9467f7ecbd fix: build openapi (#338) 2021-08-16 15:45:50 +02:00
Sebastian RindomandGitHub 1039d040e9 Add SQLite support for easy setup (#336)
* Modifies schema to allow SQLite as a DB driver. SQLite is preinstalled in most OSes allowing for minimal prerequisites in the installation process.

* Removes Redis dependency and replaces "real" redis instance with ioredis-mock this is not feature complete and errors are expected.

* Updates medusa new command to only ask for Postgres credentials if the starter template has database_type === "postgres" in medusa-config.js

* Small improvements to bin resolution

* Improvements to endpoint stability
2021-08-16 15:45:26 +02:00
Sebastian Rindom 09d1b1a141 chore(release): Publish
- @medusajs/medusa@1.1.36
2021-08-11 09:37:47 +02:00
Sebastian RindomandGitHub 9a701ff229 fix: improves integration tests (#332)
* fix: improves integration tests

* fix: giftcard order with total 0

* fix: remove breaking eager
2021-08-11 09:26:25 +02:00
Sebastian Rindom 8edf8aacfa chore(release): Publish
- @medusajs/medusa@1.1.35
2021-08-09 16:34:37 +02:00