Commit Graph

8496 Commits

Author SHA1 Message Date
olivermrbl b9edc066c8 chore: Release 2025-03-10 15:47:42 +01:00
olivermrbl f1cac99316 chore: Version packages 2025-03-10 15:44:09 +01:00
Shahed Nasser 0c71bce1e2 finish sidebar changes 2025-03-10 16:02:26 +02:00
Kasper Fabricius Kristensen 62e429178f fix(medusa): Use correct query config (#11789) 2025-03-10 13:13:46 +00:00
Shahed Nasser affd5e83d4 add references sidebar 2025-03-10 15:11:42 +02:00
Shahed Nasser 11db301f9b added tools section 2025-03-10 14:41:02 +02:00
Shahed Nasser d2c4323299 add storefront development sidebar 2025-03-10 14:20:29 +02:00
Shahed Nasser 46c9314f43 add integrations sidebar 2025-03-10 13:55:51 +02:00
Shahed Nasser e2d832ebc2 add how-to sidebar 2025-03-10 13:38:55 +02:00
Kasper Fabricius Kristensen 90964a404e fix(medusa): Apply middleware to GET customers/:id/addresses/:address_id (#11788) 2025-03-10 11:31:19 +00:00
Frane Polić 4c28efaadc fix(dashboard): display minute instead of month (#11731)
**What**
- display minutes instead of months
- remove manual offsetting since the server returns ISO format and JS date converts it to local time

---

CLOSES SUP-1069
2025-03-10 11:07:52 +00:00
Shahed Nasser 385620e824 docs: fix duplicate footer in user guide (#11785) 2025-03-10 11:17:24 +02:00
Shahed Nasser 8b1ee3705e split sidebars + optimize generated files loading 2025-03-10 10:32:45 +02:00
Shahed Nasser 783783101a generate sidebar 2025-03-10 08:37:10 +02:00
Shahed Nasser 4c4f97c940 Merge branch 'develop' into docs/quote-management-guide 2025-03-10 08:35:03 +02:00
Shahed Nasser 87b041800a fixes + added new sidebars 2025-03-10 08:33:21 +02:00
Frane Polić bd4428c40e fix(dashboard): allow creating fulfillment for items without shipping profile (#11733)
* fix: allow creating fulfillment of items without shipping profile

* fix: move quantity filtering
2025-03-09 13:48:41 +01:00
Frane Polić 70eaaa9196 fix(core-flows): fulfillment reservation check (#11735) 2025-03-09 13:47:10 +01:00
Carlos R. L. Rodrigues b7678983a9 chore(cart, core-flows): Improve tax lines algo management (#11715)
Co-authored-by: Adrien de Peretti <25098370+adrien2p@users.noreply.github.com>
2025-03-09 12:43:18 +00:00
Stevche Radevski 4b3869ef2c fix: Add created at and updated at dates to payment session (#11774) 2025-03-07 19:58:37 +00:00
Shahed Nasser c3ec1b2ef7 docs: update UI docs to latest version (#11770) 2025-03-07 16:39:35 +02:00
Shahed Nasser 5deb8eaf50 docs: support multiple sidebars in a project (#11768)
* changed to new sidebar across projects except resources

* finalize multi sidebar support

* clean up

* remove redundant property

* small changes

* fixes

* generate

* fix error

* fix initial open
2025-03-07 15:47:38 +02:00
Harminder Virk 2a0bd86204 chore: pin swc to 1.5.7 (#11759)
Fixes https://github.com/medusajs/medusa/issues/11681
2025-03-07 11:01:30 +00:00
Adrien de Peretti 20cd59e622 Fix(framework): http cors middleware order and options (#11765)
FIXES SUP-1101
also fixes https://github.com/medusajs/medusa/issues/11743

**What**
The store cors is currently applied after the ensure publishable API key middleware, in this pr the order is fixed and the cors will be applied first.
2025-03-07 10:45:00 +00:00
Riqwan Thamir f00bb8efcf fix(core-flows): conditionally create, update or delete products when input is present (#11758)
what:

- runs create / update /delete workflows for bulk workflow conditionally

FIXES https://github.com/medusajs/medusa/issues/11749
depends on https://github.com/medusajs/medusa/pull/11756
2025-03-06 13:41:20 +00:00
Adrien de Peretti 84f991192e feat(workflows-sdk): Allow when then in parallelize (#11756)
**What**
Update typings to allow using when then inside parallelize
2025-03-06 13:23:37 +00:00
Oli Juhl 3b470f4142 chore: remove ranges on medusa packages (#11738) 2025-03-06 14:17:05 +01:00
Adrien de Peretti cc8422d3a1 fix(workflow-engine-redis): Split the queues and respect worker mode for job executions (#11740)
**What**
Currently, the workflow engine redis does not make any distinction between worker modes, when starting as server, the engine listen to the queue which contains everything and try to execute the corresponding workflow which does not exists since job workflows are not loaded in server mode. Now, a dedicated queue is created for jobs and the worker is only started if the instance is not in server mode. In order to clean up the old queue, if the old queue trigger a scheduled job then it gets removed from the queue since it will get re added to the new queue by the new worker instances
2025-03-06 11:52:52 +00:00
Shahed Nasser 4f23901fcf docs: change link to cloud pricing (#11753)
* docs: change link to cloud pricing

* generate
2025-03-06 13:06:12 +02:00
Shahed Nasser 08ce70a368 docs-util: add exceptions for routes with custom auth middleware (#11755) 2025-03-06 13:05:50 +02:00
Shahed Nasser 3616003145 docs: add sidebar sorting logic (#11751)
* docs: add sidebar sorting logic

* generate sidebar
2025-03-06 12:20:03 +02:00
Shahed Nasser ecc3deb362 docs: changes to main docs sidebar (#11750)
* docs: changes to main docs sidebar

* fix links

* fix vale test

* fix vale errors
2025-03-06 11:55:56 +02:00
Nicklas Gellner eba3172d88 Merge pull request #11752 from medusajs/MedusaNick-patch-2
Update page.mdx
2025-03-06 09:55:04 +01:00
Nicklas Gellner a50ab4c341 Update page.mdx 2025-03-06 09:54:49 +01:00
Shahed Nasser 3256a1f740 chore(js-sdk): fix tsdocs for properties and methods (#11748) 2025-03-06 09:12:05 +02:00
Shahed Nasser 9194385999 docs: fix tag for JS SDK draft order + other fixes (#11747) 2025-03-06 09:11:47 +02:00
Carlos R. L. Rodrigues 16d7294de8 fix(pricing): events (#11742) 2025-03-05 15:35:23 -03:00
Shahed Nasser 992c2af58e fix vale errors 2025-03-05 17:23:02 +02:00
Shahed Nasser 5bda9f6037 Merge branch 'develop' into docs/quote-management-guide 2025-03-05 17:15:13 +02:00
Shahed Nasser b060729a8d feat: add Quote Management guide and update sidebar links 2025-03-05 17:12:46 +02:00
Adrien de Peretti cc1309d370 chore(product): Improve product normalization and fix http router with tracing (#11724)
**What**
- Improve product normalization and prevent over fetching data
- Fix HTTP router wrap handler with tracing enabled
2025-03-05 13:04:25 +00:00
Shahed Nasser e81deb49f8 docs-util: fix freshness check script (#11737)
* docs-util: fix freshness check script

* Update freshness-check.ts
2025-03-05 13:35:28 +02:00
Shahed Nasser a4fd39e371 initial 2025-03-04 17:33:12 +02:00
github-actions[bot] af613bbc4e chore(docs): Generated References (automated) (#11718)
Generated the following references:
- `cart`
- `cart_models`
- `core_flows`
- `fulfillment`
- `js_sdk`
- `medusa`
- `modules`
- `order`
- `payment`
- `payment_provider`
- `types`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-03-04 14:14:00 +00:00
github-actions[bot] 6294a71296 chore(docs): Updated API Reference (automated) (#11719)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-03-04 14:10:22 +00:00
github-actions[bot] 8a36bd4034 chore(docs): Generated DML JSON files (automated) (#11717)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-03-04 15:51:20 +02:00
github-actions[bot] 52d3c89ee9 chore(docs): Update version in documentation (automated) (#11716)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-03-04 15:50:55 +02:00
Shahed Nasser c29a709dd1 docs: changes for next release (#11708)
* docs: changes for next release

* small fixes

* fix lint error

* small fix
2025-03-04 15:23:50 +02:00
olivermrbl 9e410be04a chore: Release 2025-03-04 14:12:26 +01:00
olivermrbl 5d74ac3cc3 chore: Version packages 2025-03-04 14:11:37 +01:00