Harminder Virk
7390c14c20
feat: add support for making relationships searchable ( #10172 )
...
Closes: FRMW-2784
2024-11-20 08:39:44 +00:00
Harminder Virk
9dff05cdde
Revert "feat: add optional fields" ( #10159 )
...
Reverts medusajs/medusa#10150
2024-11-19 13:28:02 +00:00
Adrien de Peretti
1f44281ed6
fix(product): Update full descendant tree mpath when updating parent category id ( #10144 )
...
FIXES FRMW-2774
**What**
When updating the parent category id, all descendant mpath should be re computed
2024-11-19 12:51:34 +00:00
Adrien de Peretti
7aa990795c
chore(): Update module provider retrieval error message and type ( #10138 )
...
Partially RESOLVES FRMW-2802
**What**
Improve error message and change the error type when retrieving a provider from a local container fail
2024-11-19 11:19:19 +00:00
Harminder Virk
661ea7865c
feat: add optional fields ( #10150 )
2024-11-19 16:28:33 +05:30
Adrien de Peretti
b1b7a4abf1
fix(payment): Idempotent cancellation and proper creationg fail handling ( #10135 )
...
RESOLVES SUP-188
**What**
Two changes are happening here
- In the stripe payment provider, idempotent cancellation action, if not id is provided then return the existing data unchanged
- Payment module should not try to cancel a session that have failed to be created in the first place
2024-11-18 17:45:13 +00:00
Carlos R. L. Rodrigues
47ca1d4b54
fix(inventory): update reservation quantity ( #10139 )
2024-11-18 11:55:22 -03:00
Harminder Virk
d933b3f1e4
Refactor/finish rename order ( #10136 )
2024-11-18 15:31:29 +05:30
Adrien de Peretti
2822972e04
fix(product): wrong snapshot name and inexistent script ( #10119 )
...
* chore(product): Rename wrong snapshot name and add missing elements
* rm non existing command
* Create proud-pigs-deny.md
2024-11-15 15:53:41 +01:00
Kasper Fabricius Kristensen
493d242c12
fix(dashboard): Add Breadcrumb components ( #10079 )
...
**What**
- Adds Breadcrumb component to all routes that needs breadcrumbs.
- The Breadcrumb components use a combination of loader data and useQuery to ensure that the displayed value is kept up to date if the underlying data is changed via a mutation.
- Also fixes a couple of places where the breadcrumb was not setup correctly.
Resolves CMRC-688
2024-11-15 13:13:03 +00:00
Kasper Fabricius Kristensen
8ed3d87c23
fix(dashboard): Add missing inventory list zones ( #10117 )
...
Resolves CMRC-710
2024-11-15 13:09:26 +00:00
Kasper Fabricius Kristensen
dea86d8c87
fix(dashboard): Fix active nav link styling for built-in routes ( #10082 )
...
**What**
- Ensures that NavLinks are correctly styled for both built-in and extension routes.
2024-11-14 18:32:52 +00:00
Kasper Fabricius Kristensen
a153bc477c
fix(admin-shared,dashboard): Add missing injection zones ( #10098 )
...
**What**
- Adds missing InjectionZones for ProductVariant details page.
- Removes v1 related zones, such as GiftCard and DraftOrder.
2024-11-14 18:32:36 +00:00
Carlos R. L. Rodrigues
06ce16c90b
chore(local-file): throw error if file exist ( #10087 )
2024-11-14 12:11:37 -03:00
Furman
4c983557f9
feature: Add email to google provider-identity metadata ( #10081 )
...
* feature: Add email to google provider-identity metadata
* Include changeset.
---------
Co-authored-by: Stevche Radevski <sradevski@live.com >
2024-11-14 15:01:53 +01:00
Carlos R. L. Rodrigues
3e265229f2
chore(event-bus): event bus error handling ( #10085 )
2024-11-13 18:03:29 -03:00
Harminder Virk
d9d4e575f6
fix: do not update the .env.template file with the database name ( #10073 )
...
Fixes FRMW-2775
2024-11-13 12:28:13 +00:00
Carlos R. L. Rodrigues
fc5d2b5fca
feat(core-flows): order add quantity diff ( #10065 )
2024-11-12 16:49:58 -03:00
Carlos R. L. Rodrigues
2344012d1c
fix(core-flows): capture before order created ( #9980 )
...
What:
When `autocapture` is enabled, the webhook is processed before the order was created.
The payment processing workflows were merged into a single one
FIXES: SUP-118, SUP-9
https://github.com/medusajs/medusa/issues/9998
2024-11-12 13:43:48 +00:00
Carlos R. L. Rodrigues
1eef324af3
fix(orchestration): fix set step failure ( #10031 )
...
What:
- copy data before saving checkpoint
- removed unused data format function
- properly handle registerStepFailure to not throw
- emit onFinish event even when execution failed
2024-11-12 10:06:36 +00:00
olivermrbl
d5605656ae
chore: Version packages
2024-11-12 10:10:07 +01:00
Kasper Fabricius Kristensen
904f0926f1
fix(dashboard): Load product variant edit page and fix product detail query key ( #10029 )
...
**What**
- Fixes Edit Variant form so it properly loads the product variant
- Fixes the query key for product details to prevent the cache from being shared between queries for the same ID but with different params.
Resolves CMRC-685
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
2024-11-12 08:40:08 +00:00
Kasper Fabricius Kristensen
34f4f695c0
fix(types): Add AdminBatchUpdateProductVariant type ( #10009 )
2024-11-11 19:30:44 +01:00
Shahed Nasser
0ef92cce28
chore(medusa): show success message after user is created ( #10027 )
2024-11-11 20:16:14 +02:00
Harminder Virk
bc2d556c2c
docs: add changeset for #10011 ( #10018 )
...
Missed changeset in this PR https://github.com/medusajs/medusa/pull/10011 .
Trying to get into the habit of creating one 🙏
2024-11-11 12:15:48 +00:00
Paweł Romanowski
5c22c57cb8
feat: add Polish language support ( #9770 )
...
Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com >
2024-11-11 10:07:28 +00:00
olivermrbl
ecece05b72
chore: Version packages
2024-11-11 10:58:20 +01:00
Dos
6ead7bf92d
feat(stripe-payment): add promptpay ( #9789 )
...
* feat(stripe): add promptpay
* Create selfish-wombats-smash.md
---------
Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2024-11-10 22:44:52 +01:00
Carlos R. L. Rodrigues
1bae311a29
fix(core-flows): keep same customer on cart update ( #9977 )
...
* fix(core-flows): keep same customer on cart update
* update guest customer email
* create guest customer for new emails
* rm log
2024-11-10 14:11:40 +01:00
Carlos R. L. Rodrigues
03f4b66b90
fix(link-modules): generate graphql type of read only links ( #9955 )
2024-11-08 07:54:50 -03:00
Carlos R. L. Rodrigues
6496789c65
fix(framework): exclude nested fields when excluding requested field ( #9979 )
2024-11-07 18:26:02 -03:00
Stevche Radevski
cd578e89ff
fix: Use sub instead of email for google entity ID ( #9949 )
2024-11-07 09:24:14 +01:00
olivermrbl
8feb589659
chore: Release
2024-11-06 21:47:01 +01:00
Carlos R. L. Rodrigues
898a437db0
chore(locking): disable default provider warning ( #9956 )
2024-11-06 14:06:01 -03:00
Oli Juhl
c1c85ef952
fix(core-flows,medusa): Include region_id in shipping option retrieval ( #9929 )
...
### What
Include `region_id` when retrieving shipping options for a cart
### Why
Otherwise, region-specific prices will never show in the Store API
Closes CMRC-655 https://github.com/medusajs/medusa/issues/9906
2024-11-06 15:59:47 +00:00
Harminder Virk
c9a2b42252
fix: log cause property from the error ( #9944 )
...
Fixes: FRMW-2762
This PR fixes the error reporting to include the original error message and the error cause when logging it using the JSON formatter of Winston.
> Side note: There is still a lot of room for improvements in our logging. But that require a overhaul cleanup in multiple places and will require dedicated loggers for commands and APP and special treatment for pretty printing errors.
## Error output in JSON format
**Before**

**After**

2024-11-06 15:43:54 +00:00
Stevche Radevski
b3cbc160eb
fix: Default to a relative path for the admin backend URL ( #9947 )
2024-11-06 15:08:38 +01:00
Stevche Radevski
30edc8fa40
fix: Support relative path in SDK ( #9942 )
2024-11-06 09:45:59 +01:00
Adrien de Peretti
de228d209f
fix(telemetry): Pointing and resolving packages wrongly ( #9939 )
...
FIXES FRMW-2764
**What**
- Fix wrong CLI package
- Fix package.json path resolution
2024-11-06 08:43:04 +00:00
Adrien de Peretti
879ce33090
fix(utils/dml): set-relationship graphql generator from DML wrong managed belongsTo ( #9932 )
...
**What**
Currently, when setting a `belongsTo` relationship on the DML with the otherside being `hasMany` it result in a wrongly generated gql output making the belongs to being a collection of the relation instead of the relation directly. This pr fixes this issue
2024-11-05 14:14:28 +00:00
Adrien de Peretti
bbf4af1725
fix(types): Prev limit wrong values ( #9935 )
...
**What**
The values are wrongly set which can lead to infinite depth iteration
**Note**
This will change on how we manage those cases in the future but currently it fixes an issue
2024-11-05 14:14:06 +00:00
Adrien de Peretti
c0368cca28
fix(workflows-sdk): Paralellize steps rollback issue with config ( #9921 )
...
* fix(workflows-sdk): Paralellize steps rollback issue with config
* Create tall-starfishes-travel.md
2024-11-05 08:54:04 +01:00
Adrien de Peretti
16b4cc433e
fix(utils): Mikro orm repository update many to many should detach all items by default ( #9917 )
...
* fix(utils): Mikro orm repository update many to many should detach all items by default
* Create shiny-spiders-raise.md
2024-11-05 08:53:55 +01:00
olivermrbl
4ccab16336
chore: Version packages
2024-10-25 17:19:36 +02:00
Oli Juhl
b9c787ac2b
chore: Add fixed packages in changeset ( #9752 )
...
* chore: Add fixed packages in changeset
* chore: add dev-cli to changeset packages
* chore: Exclude @medusajs/ui
2024-10-25 11:01:17 +02:00
Kasper Fabricius Kristensen
59e6747800
feat(dashboard,ui): DateFilter should open correctly ( #9775 )
2024-10-24 17:28:03 +02:00
Adrien de Peretti
471f7e4a10
fix(medusa): Admin validator filtering and pagination ( #9748 )
...
**What**
Fix usage of $and and $or operator and pagination inclusion
2024-10-24 11:44:14 +00:00
Adrien de Peretti
e087073121
fix(dashboard): Workflow executions ( #9757 )
...
**What**
- Fix wrong http request fields
- fix workflow executions UI
<img width="1609" alt="Screenshot 2024-10-24 at 12 22 06" src="https://github.com/user-attachments/assets/5f8ced3c-920e-424a-bdd0-ca5793fa8dad ">
<img width="1623" alt="Screenshot 2024-10-24 at 12 22 19" src="https://github.com/user-attachments/assets/1df44280-3616-44af-a1a5-591e6c9a7986 ">
2024-10-24 11:18:05 +00:00
Kasper Fabricius Kristensen
7b6793f846
fix(dashboard): Prevent reusing same Component for nested UI routes ( #9725 )
...
**What**
- Fixes a bug that caused nested UI routes to reuse their parents Component.
2024-10-24 11:06:49 +00:00
olivermrbl
2fbebb60e3
chore: Release
2024-10-22 20:43:47 +02:00