Commit Graph

1139 Commits

Author SHA1 Message Date
pKorsholm 84e2081955 added missing brackets to control structures 2021-09-09 09:26:49 +02:00
pKorsholm 1331a7d4ce rename migraiton 2021-09-09 09:23:38 +02:00
pKorsholm 976b57f944 adjusted product tests after removing sorting and public variant ranks 2021-09-08 15:19:46 +02:00
pKorsholm 8e6bd6c97e nullable variant_rank with defaulvalue of 0 excluded from select queries in database 2021-09-08 15:07:22 +02:00
pKorsholm f5ee870854 product variant test adjustsments after variant was removed from the api 2021-09-08 15:04:03 +02:00
pKorsholm 6bd0d4458c moved variant sorting from service to the repository 2021-09-08 14:14:28 +02:00
pKorsholm ecad9db924 product-list snapshot test 2021-09-08 14:12:27 +02:00
pKorsholm 5d9d34edf4 Create variant appends variant in rankings 2021-09-06 14:20:00 +02:00
pKorsholm ddffd45071 removed unused imports 2021-09-06 13:38:22 +02:00
pKorsholm 0c47c78c08 change variant column 'rank' to 'variant_rank' 2021-09-06 13:29:24 +02:00
olivermrbl 1a87a463b4 adds money amount migration 2021-09-05 21:39:00 +02:00
olivermrbl 8fdfc87049 integration tests passing 2021-09-05 21:34:13 +02:00
pKorsholm 13d539b882 add rank enforcement at product variant level 2021-09-03 17:24:06 +02:00
pKorsholm 73a4746500 add cascading deletes to product variant 2021-09-03 17:20:11 +02:00
pKorsholm 3ae6bdb7fc add ranking of variants to product creation implementation 2021-09-03 17:18:20 +02:00
pKorsholm 32880dbed3 add ranking of variants to product creation 2021-09-03 17:17:43 +02:00
pKorsholm 9e62746e43 integration tests 2021-09-03 17:15:33 +02:00
pKorsholm f73841c384 add variant ranking on creation of a product 2021-09-02 11:42:02 +02:00
pKorsholm 1bf2b9c2ac Test if productservice.update updates rankings of variants 2021-09-02 09:53:58 +02:00
pKorsholm 7681e6a641 add rank updates to productservice.update 2021-09-02 09:53:07 +02:00
pKorsholm 99b6a94146 add rank field to product variant 2021-09-02 09:51:53 +02:00
Kasper Fabricius Kristensen d652b512c3 fix: docusaurus link behaviour (#363) 2021-09-01 08:54:20 +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 Dreijer 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 Kristensen 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 Rindom ae82cfc70a feat: creates support for swaps on the storefront (#355) 2021-08-30 12:14:56 +02:00
Sebastian Rindom bd1e115696 fix: account for non-division currencies in sales credit (#342) 2021-08-30 12:03:46 +02:00
Vilfred Sikker Dreijer 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 Kristensen 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
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 Kristensen 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
Oliver Windall Juhl 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 Juhl 5d63b0c8d2 hotfix: Allow sale_amount product updates (#346) 2021-08-20 17:14:19 +02:00
Oliver Windall Juhl fd14e243da fix: Account for non-discountable items in getRefundTotal (#347) 2021-08-20 17:12:37 +02:00
Kasper Fabricius Kristensen 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 Rindom 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 Rindom 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