Commit Graph

8625 Commits

Author SHA1 Message Date
mathieuh 23a33f08b2 docs: fix typos in learn and recipes (#13017) 2025-07-22 16:51:57 +03:00
Carlos R. L. Rodrigues 1bd455bc7b fix(workflows-sdk): fix step name config used before default (#12926) 2025-07-22 09:53:24 -03:00
Shahed Nasser bccf1bb689 docs: remove non-existing sidebar items (#13013) 2025-07-22 13:18:10 +03:00
Trevor 74f86c95b1 chore: Expose Awilix resolution errors (#13008)
Co-authored-by: Trevor N. <trevor@pegasuscart.com>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-22 10:44:17 +02:00
Pedro Guzman 44ee9a06ba Merge pull request #13007 from medusajs/fix-script-migrations-order
fix: fix script migrations order
2025-07-21 20:31:22 +02:00
Carlos R. L. Rodrigues 43fb06ecc2 Create loud-terms-share.md 2025-07-21 15:15:34 -03:00
Pedro Guzman 1f2cefa68e fix: fix script migrations order 2025-07-21 19:33:24 +02:00
Shahed Nasser 0a43009580 docs: freshness check for some guides (#13000) 2025-07-21 17:36:37 +03:00
Carlos R. L. Rodrigues 798ac0068e chore(payment): use generate schema (#13004)
Fixes: https://github.com/medusajs/medusa/issues/12959

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-21 11:52:47 +00:00
Shahed Nasser 3fedb4c90c docs: improve alt of images (#12998)
* docs: improve alt of images

* fix vale errors
2025-07-21 10:43:29 +03:00
SteelRazor47 637a200747 docs: fix jest.config.js to use correct target (#12999) 2025-07-21 09:45:39 +03:00
Riqwan Thamir 822217fa36 fix(pricing): fix pricing query when max_quantity is null (#12981)
what: 

Prices when max_quantity value is null is accounted for when quantity is passed in context.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2025-07-21 06:34:58 +00:00
Frane Polić 3fa1db9dea fix(dashboard): allocation UI for orders with more than 20 reservation items (#12989) 2025-07-20 13:30:23 +00:00
Shahed Nasser 35bd9f0bc4 chore: add to TSDocs note about removing item from order edit (#12997) 2025-07-18 18:36:10 +03:00
Shahed Nasser ed92aaf02b docs: add section on type aliases in admin + note for removing items from orders (#12996) 2025-07-18 18:35:58 +03:00
Shahed Nasser b46bbfae12 docs: fix input type of some hooks in workflow reference (#12995) 2025-07-18 18:11:41 +03:00
Shahed Nasser 9c94580d17 docs: fix spacing between workflow steps and tooltip (#12994) 2025-07-18 16:52:16 +03:00
Shahed Nasser 6474e4b328 docs: add inject dependencies section in module tests + improvements (#12993) 2025-07-18 16:33:36 +03:00
Shahed Nasser fc29fc66d2 chore: Fix freshness check script + update Linear SDK (#12991)
* chore: update Linear SDK in docs tools

* fix script

* use relative file path

* use relative file path
2025-07-18 15:56:02 +03:00
Shahed Nasser 2e5b648f64 docs: add a section on shipping options and requirement + improvements (#12990) 2025-07-18 15:33:38 +03:00
Shahed Nasser 19ae4beafa docs: improvements to the "Expose a Workflow Hook" documentation (#12992) 2025-07-18 15:33:24 +03:00
Adrien de Peretti 7b1debfe12 fix(wfe): add missing state in inmemory notify on run finished (#12987) 2025-07-18 11:25:02 +02:00
SteelRazor47 ed39a3742e docs: add data migration scripts section (#12975)
* docs: add data migration scripts section

* rewording

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>

* reordering

---------

Co-authored-by: SteelRazor47 <steelrazor47@gmail.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2025-07-18 11:57:39 +03:00
Adrien de Peretti 238e7d53c1 fix(wfe): should notify when finished + add state info (#12982) 2025-07-18 09:20:46 +02:00
Shahed Nasser 89a57edb30 chore: remove codegen test (#12954) 2025-07-17 09:35:07 +03:00
Riqwan Thamir 97a8e5cb2e chore(link-modules): keep promotion alias (#12928)
* chore(link-modules): keep promotion alias

* chore: change promotion to promotions
2025-07-16 21:16:44 +02:00
Frane Polić 40625c82d6 fix(core-flows): properly delete variant inventory item (#12958)
* fix(core-flows): properly delete variant inventory item

* fix: rm unused code
2025-07-16 21:16:29 +02:00
juanzgc 7669dbb03e fix: accepted values in import with template (#12969)
**What**
Fixed CSV import functionality to properly handle columns that were previously cuasing import errors.

**Why**
Users were encountering "Invalid column name(s)" errors when importing CSV files containing system-generated columns like "Product Created At", "Product Updated At", etc. These columns are automatically added by export templates but should be ignored during import since they're not part of the product creation schema.

Resolves FRMW-2983
2025-07-16 16:45:52 +00:00
Adrien de Peretti c5d609d09c fix(orchestration): Prevent workf. cancellation to execute while rescheduling (#12903)
**What**
Currently, when cancelling async workflows, the step will get rescheduled while the current worker try to continue the execution leading to concurrency failure on compensation. This pr prevent the current worker from executing while an async step gets rescheduled

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
2025-07-16 14:44:09 +00:00
Adrien de Peretti eb83954f23 chore(workflow-engine-*): Align event subscribers management (#12976)
* chore(workflow-engine-*): Align event subscribers management

* Create nervous-eels-build.md
2025-07-16 16:34:47 +02:00
Shahed Nasser aac2feb974 docs: add examples to price rules and tiers (#12700)
* docs: add examples to price rules and tiers

* generate
2025-07-16 16:07:21 +03:00
Shahed Nasser ab82e4c9fa docs: use mappedBy property for all relationship types (#12973) 2025-07-16 14:26:51 +03:00
Shahed Nasser 5527d95b5c docs: add a troubleshooting section on creating a payment session with zero total (#12974) 2025-07-16 14:26:40 +03:00
Christopher Seven Phiri 1797f0298b feat: Added Malawi kwacha to currency list (#12440)
* Add Malawi kwacha currency

* fix failing currency tests

---------

Co-authored-by: Stevche Radevski <sradevski@live.com>
2025-07-16 10:26:28 +02:00
Adrien de Peretti 2c2528a087 fix(core-flows): useQueryGraph util return type (#12962) 2025-07-15 19:34:23 -03:00
Pedro Guzman 1ba316a26e Merge pull request #12957 from medusajs/only-log-server-errors
fix: only log server errors
2025-07-15 14:52:38 +02:00
Shahed Nasser a1301caf58 docs: update customize stripe in next.js storefront guide (#12963)
* docs: update customize stripe in next.js storefront guide

* change user to customer
2025-07-15 15:14:52 +03:00
Pedro Guzman c50e63aa17 fix: log client errors as info 2025-07-15 10:12:44 +02:00
Frane Polić 491b08e044 fix(dashboard): combobox multiitem clear (#12939)
* fix(dashboard): clearing multiitem combobox

* chore: changesets
2025-07-14 20:32:20 +02:00
Shahed Nasser d5ade616d5 docs: fix complete cart workflow in marketplace vendors recipe (#12953) 2025-07-14 18:53:46 +03:00
Pedro Guzman a2b065b3ae fix: only log server errors 2025-07-14 17:33:44 +02:00
Nha Nguyen b5b6bd02f3 feat(i18n): update translation for Vietnamese (#12931)
Co-authored-by: Stevche Radevski <sradevski@live.com>
2025-07-14 16:57:46 +02:00
Carlos R. L. Rodrigues e74044af4d chore(orchestration): improve transaction errors (#12951) 2025-07-14 11:37:54 -03:00
Shahed Nasser 919c53e44e fix(types): add attachments to CreateNotificationDTO type (#12936)
Closes #12702
2025-07-14 13:55:57 +00:00
Shahed Nasser 8da6855fa0 docs: update next.js to 15.3.5 (#12952) 2025-07-14 16:50:51 +03:00
Frane Polić a28226af80 fix(core-flows): updating tax lines when draft order shipping is removed (#12919)
**What**
- don't call `updateOrderTaxLinesWorkflow` when a shipping method is removed from a draft order (tax lines will be cascade deleted with the method)
2025-07-14 13:35:44 +00:00
Shahed Nasser e547c65bc8 docs: added a note linking to create-medusa-app reference (#12950)
* docs: added a note linking to create-medusa-app reference

* Update page.mdx
2025-07-14 16:18:15 +03:00
Shahed Nasser 639c6af890 docs: fix example of updatePayment method (#12947) 2025-07-14 15:42:01 +03:00
Shahed Nasser 9b6f1e015a docs: updates to long-lived environment and billing docs (#12948)
* docs: updates to long-lived environment and billing docs

* updated faq
2025-07-14 15:41:29 +03:00
Shahed Nasser b5548c3166 docs: fix overlap between input and clear button in search (#12949) 2025-07-14 15:41:11 +03:00