Commit Graph

3052 Commits

Author SHA1 Message Date
Shahed Nasser
7c2bd1f5cf docs: removed the gatsby storefront guide (#3527)
* docs: removed the gatsby storefront guide

* docs: fixed query value
2023-03-20 19:11:55 +02:00
Shahed Nasser
812c8c6abd docs: fix error during navigation (#3509) 2023-03-17 10:59:20 +02:00
Shahed Nasser
d0d46a504a docs: fix trailing slash causing 404 (#3508) 2023-03-17 10:11:54 +02:00
Shahed Nasser
2c3e8196c7 docs: fixed discount details (#3499) 2023-03-16 18:29:20 +02:00
Shahed Nasser
1decaa27c7 docs: publish restructure (#3496)
* docs: added features and guides overview page

* added image

* added version 2

* added version 3

* added version 4

* docs: implemented new color scheme

* docs: redesigned sidebar (#3193)

* docs: redesigned navbar for restructure (#3199)

* docs: redesigned footer (#3209)

* docs: redesigned cards (#3230)

* docs: redesigned admonitions (#3231)

* docs: redesign announcement bar (#3236)

* docs: redesigned large cards (#3239)

* docs: redesigned code blocks (#3253)

* docs: redesigned search modal and page (#3264)

* docs: redesigned doc footer (#3268)

* docs: added new sidebars + refactored css and assets (#3279)

* docs: redesigned api reference sidebar

* docs: refactored css

* docs: added code tabs transition

* docs: added new sidebars

* removed unused assets

* remove unusued assets

* Fix deploy errors

* fix incorrect link

* docs: fixed code responsivity + missing icons (#3283)

* docs: changed icons (#3296)

* docs: design fixes to the sidebar (#3297)

* redesign fixes

* docs: small design fixes

* docs: several design fixes after restructure (#3299)

* docs: bordered icon fixes

* docs: desgin fixes

* fixes to code blocks and sidebar scroll

* design adjustments

* docs: restructured homepage (#3305)

* docs: restructured homepage

* design fixes

* fixed core concepts icon

* docs: added core concepts page (#3318)

* docs: restructured homepage

* design fixes

* docs: added core concepts page

* changed text of different components

* docs: added architecture link

* added missing prop for user guide

* docs: added regions overview page (#3327)

* docs: added regions overview

* moved region pages to new structure

* docs: fixed description of regions architecture page

* small changes

* small fix

* docs: added customers overview page (#3331)

* docs: added regions overview

* moved region pages to new structure

* docs: fixed description of regions architecture page

* small changes

* small fix

* docs: added customers overview page

* fix link

* resolve link issues

* docs: updated regions architecture image

* docs: second-iteration fixes (#3347)

* docs: redesigned document

* design fixes

* docs: added products overview page (#3354)

* docs: added carts overview page (#3363)

* docs: added orders overview (#3364)

* docs: added orders overview

* added links in overview

* docs: added vercel redirects

* docs: added soon badge for cards (#3389)

* docs: resolved feedback changes + organized troubleshooting pages (#3409)

* docs: resolved feedback changes

* added extra line

* docs: changed icons for restructure (#3421)

* docs: added taxes overview page (#3422)

* docs: added taxes overview page

* docs: fix sidebar label

* added link to taxes overview page

* fixed link

* docs: fixed sidebar scroll (#3429)

* docs: added discounts overview (#3432)

* docs: added discounts overview

* fixed links

* docs: added gift cards overview (#3433)

* docs: added price lists overview page (#3440)

* docs: added price lists overview page

* fixed links

* docs: added sales channels overview page (#3441)

* docs: added sales overview page

* fixed links

* docs: added users overview (#3443)

* docs: fixed sidebar border height (#3444)

* docs: fixed sidebar border height

* fixed svg markup

* docs: added possible solutions to feedback component (#3449)

* docs: added several overview pages + restructured files (#3463)

* docs: added several overview pages

* fixed links

* docs: added feature flags + PAK overview pages (#3464)

* docs: added feature flags + PAK overview pages

* fixed links

* fix link

* fix link

* fixed links colors

* docs: added strategies overview page (#3468)

* docs: automated upgrade guide (#3470)

* docs: automated upgrade guide

* fixed vercel redirect

* docs: restructured files in docs codebase (#3475)

* docs: restructured files

* docs: fixed eslint exception

* docs: finished restructure loose-ends (#3493)

* fixed uses of backend

* docs: finished loose ends

* eslint fixes

* fixed links

* merged master

* added update instructions for v1.7.12
2023-03-16 17:03:10 +02:00
github-actions[bot]
f312ce1e0f chore(docs): Generated Services Reference (automated) (#3490)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-16 14:20:25 +02:00
Carlos R. L. Rodrigues
2869763ea9 fix(medusa): EventBusService.emit using Redis mock (#3491)
* Fix eventBusService.emit using redis mock

* revert gitignore

* enqueuer

* unit test add redis_url

* fix test
2023-03-16 09:29:18 +01:00
github-actions[bot]
09dec65430 chore(docs): Generated Docs Announcement Bar (automated) (#3489)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-15 18:24:45 +01:00
olivermrbl
360ae16c2d chore(release): v1.7.14 2023-03-15 18:16:23 +01:00
olivermrbl
52c705057f chore: Remove integration-tests from changeset 2023-03-15 17:16:23 +01:00
Adrien de Peretti
fa4049cb51 feat(medusa): Improve performance of Products domain (#3417)
* feat(medusa): Improve product update performances

* fix tests and update

* update mock repo

* improve repo

* cleanup

* fix

* cleanup + bulk emit + unit test fix

* improvements

* improve

* fix unit tests

* fix export

* fix product update handler

* enhance mock repo

* fix import integration

* fix end point tests

* revert mock repo product variant

* fix unit

* cleanup

* cleanup

* address feedback

* fix quotes in tests

* address feedback

* Create new-tips-mate.md

* use types
2023-03-15 17:05:43 +01:00
olivermrbl
902ed3c0b2 chore: Add missing changeset for @medusajs/medusa 2023-03-15 16:25:54 +01:00
pepijn-vanvlaanderen
3bf73e388a Fix issue on fixed total amount discount when using includes tax (#3472)
The calculation of the fixed discount amount breaks when having includes_tax setting active, due to the line item totals are incorrect and returning everything as 0, thus the totalItemPercentage will be Infinitiy due to the division by a subtotal of 0
2023-03-15 15:07:24 +00:00
github-actions[bot]
9ceddf45a9 chore(docs): Generated Services Reference (automated) (#3465)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-03-13 18:29:42 +00:00
github-actions[bot]
a5582b93b8 chore(docs): Generated Docs Announcement Bar (automated) (#3466)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-13 19:22:06 +01:00
olivermrbl
77fd361ce8 chore(release): v1.7.13 2023-03-13 19:09:08 +01:00
Adrien de Peretti
f0a1355feb feat(medusa): Bulk emit events (#3407) 2023-03-13 15:28:51 +01:00
Adrien de Peretti
601d20e7ab chores(medusa): Improve draft order creation perf flow (#3431) 2023-03-09 16:17:41 +01:00
Oliver Windall Juhl
ea28eea251 docs: Added upgrade guide for v1.7.12 (#3425)
* docs: Added upgrade guide for v1.7.12

* Update 1-7-12.md

* Update 1-7-12.md

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-03-09 12:20:19 +01:00
olivermrbl
e5f0a60090 chore: Update yarn.lock 2023-03-09 10:37:27 +01:00
olivermrbl
2fe056f4cf chore(release): v1.7.12 2023-03-09 08:58:49 +01:00
Philip Korsholm
9f508c8bd8 fix(medusa): Create migration to ensure correct variant inventory column (#3384)
* add migration to ensure quantity is called required quantity

* add changeset
2023-03-08 15:27:43 +01:00
Oliver Windall Juhl
ce577f2696 feat(medusa): Add global job options for events (#3394) 2023-03-08 11:09:43 +01:00
github-actions[bot]
c7eee77bd9 chore(docs): Removed Docs Announcement Bar (automated) (#3412)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
2023-03-08 10:01:40 +02:00
Oliver Windall Juhl
aa0d1f3215 fix(medusa): Remove default job age option from EventBus (#3388)
* fix(medusa): Remove default job age option from EventBus

* Create .changeset/spicy-camels-invite.md
2023-03-06 19:41:12 +01:00
Shahed Nasser
6496c20800 docs: improved generation details in migrations guide (#3396) 2023-03-06 19:58:52 +02:00
Shahed Nasser
ba5d34efba docs: migrate netlify redirects to vercel redirects (#3387)
* docs: added redirects for vercel

* fixed vercel error
2023-03-06 14:39:38 +02:00
Johannes Riedmüller
0d7725d3d3 docs: fix env variable name in sendgrid (#3382)
I think this reference is wrong.
2023-03-06 10:40:20 +02:00
Shahed Nasser
3086f8b016 docs: added script to ignore builds in vercel (#3370)
* docs: added script for vercel builds

* fix exit
2023-03-03 14:24:33 +02:00
github-actions[bot]
2507af68b5 chore(docs): Generated Services Reference (automated) (#3360)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-02 13:21:33 +01:00
github-actions[bot]
ca55fd6aba chore(docs): Generated Docs Announcement Bar (automated) (#3359)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-02 12:10:22 +01:00
olivermrbl
3718f88c69 chore(release): v1.7.11 2023-03-02 12:02:35 +01:00
Riqwan Thamir
c432481319 fix(medusa): Creating Product with Sales Channels disabled (#3357) 2023-03-02 11:59:10 +01:00
github-actions[bot]
4e59129a31 chore(docs): Generated Docs Announcement Bar (automated) (#3356)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-03-01 20:59:33 +02:00
olivermrbl
6e3b339b22 chore(release): v1.7.10 2023-03-01 18:55:21 +01:00
Oliver Windall Juhl
4b114cc419 feat(medusa): Use Bull jobId option to identify duplicates (#3351)
* feat(medusa): Use Bull jobId option to identify duplicates

* Create pink-emus-drum.md
2023-03-01 18:11:30 +01:00
Adrien de Peretti
b458615ed5 fix(medusa): Delete all payment sessions when cart total is 0 (#3346)
* Fix(medusa): On cart total amount at 0 the non initialised payment sessions are not delete

* fix test

* Create good-crews-pull.md
2023-03-01 13:22:25 +01:00
github-actions[bot]
84b6fe1d93 chore(docs): Generated Docs Announcement Bar (automated) (#3339) 2023-02-28 09:07:21 +01:00
olivermrbl
83d70f7965 chore(release): v1.7.9 2023-02-28 08:57:57 +01:00
pepijn-vanvlaanderen
370bd472ed fix(medusa): Fix regression in job scheduler service (#3335)
The queue registration of jobs has stopped working due to a small issue in how the jobs are added to the queue.

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-02-28 07:53:51 +00:00
github-actions[bot]
89ed4cd2b1 chore(docs): Generated API Reference (#3326)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
2023-02-23 17:49:38 +02:00
Shahed Nasser
8d453d35a9 docs: added details about expand, fields, and parameter types (#3325) 2023-02-23 17:12:51 +02:00
github-actions[bot]
8e5ebc9a1d chore(docs): Generated Docs Announcement Bar (automated) (#3310)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-02-22 14:45:49 +02:00
github-actions[bot]
e3305188bd chore(docs): Generated API Reference (#3308)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-02-22 14:45:23 +02:00
github-actions[bot]
3f5b7fbe7e chore(docs): Generated Services Reference (automated) (#3309)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-02-22 14:44:52 +02:00
olivermrbl
fefc248a41 chore(release): v1.7.8 2023-02-22 13:13:48 +01:00
Adrien de Peretti
5301a1e9d6 chore(medusa): Revert AbstractPaymentService deprecation (#3298) 2023-02-21 20:40:40 +01:00
Shahed Nasser
3084de0c02 chore: changed trigger for docs generation actions (#3304) 2023-02-21 18:11:32 +02:00
Adrien de Peretti
d11ab924b8 feat(medusa): Configurable returnable_items on order decorate totals (#3276) 2023-02-21 14:48:49 +01:00
github-actions[bot]
b393d74a10 chore(docs): Removed Docs Announcement Bar (automated) (#3292)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
2023-02-20 09:54:13 +02:00