Shahed Nasser
502f90fb32
fix(dashboard): fix subtitle for tax inclusive fields in promotions ( #12776 )
...
* fix(dashboard): fix subtitle for tax inclusive fields in promotions
* Update packages/admin/dashboard/src/i18n/translations/en.json
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-06-19 14:15:59 +03:00
Shahed Nasser
7d09981440
chore: remove ignore tag for import function + update version tag ( #12774 )
2025-06-19 13:08:34 +03:00
Shahed Nasser
2b220120cd
docs: added cloud logs guide ( #12772 )
...
* docs: added cloud logs guide
* fixes
* fixes
2025-06-19 13:06:25 +03:00
Harminder Virk
94b62c6724
fix: initiate request container before other express middleware ( #12761 )
2025-06-19 07:23:15 +00:00
Shahed Nasser
ffa611b546
docs: add cloud billing docs ( #12766 )
...
* docs: add cloud billing docs
* fixes
2025-06-19 09:56:08 +03:00
Frane Polić
52becfdb90
fix(dashboard,types): loyalty UI changes ( #12764 )
2025-06-18 20:38:36 +02:00
Stevche Radevski
a7a264b13c
fix: Add missing partially funded event handler for Stripe ( #12763 )
2025-06-18 16:23:13 +02:00
Shahed Nasser
4c0ae51a59
docs: added cloud plugins documentation ( #12765 )
...
* docs: added cloud plugins documentation
* fixes
2025-06-18 12:30:41 +03:00
Shahed Nasser
863861e307
docs: added cloud s3 documentation ( #12762 )
...
* docs: added cloud s3 documentation
* fixes
2025-06-18 11:28:59 +03:00
Shahed Nasser
97d5f52ffa
docs: added cloud redis documentation ( #12760 )
...
* docs: added cloud redis documentation
* small fix
* add diagram
* small fixes
2025-06-18 10:42:09 +03:00
Stevche Radevski
5856963e0b
feat: Normalize payment method data and options when passed to Stripe ( #12757 )
2025-06-18 09:23:42 +02:00
Adrien de Peretti
9bdd5429af
fix(core, medusa-test-utils): Fix medusa test runner plugin modules loading ( #12753 )
2025-06-17 19:43:31 +02:00
Shahed Nasser
5317f16d54
docs: add cloud database guides ( #12758 )
...
* docs: add cloud database guides
* fixes
* fixes
* small fix
2025-06-17 18:54:27 +03:00
Shahed Nasser
4443d74b61
docs: added cloud notifications guide ( #12756 )
...
* docs: added cloud notifications guide
* fixes
2025-06-17 17:23:27 +03:00
Shahed Nasser
f12fb7dfad
docs: added cloud deployments guide ( #12755 )
...
* docs: added cloud deployments guide
* fixes
* fixes
* fixes
2025-06-17 15:57:41 +03:00
Harminder Virk
00505b4f8e
chore: upgrade to use glob 10 ( #12754 )
...
Glob 7 uses the `inflight` module, which leaks memory. Also, all other Medusa packages are using glob 10+. So upgraded the one used by the framework too.
Fixes: FRMW-2972
2025-06-17 12:52:27 +00:00
Frane Polić
7a8f639b38
fix(payment): add account holder methods to the manual provider ( #12751 )
2025-06-17 09:10:05 +02:00
Stevche Radevski
4e26e1ab3e
chore: Remove source maps for icons ( #12752 )
2025-06-17 09:09:35 +02:00
Shahed Nasser
0823deb25f
docs: added cloud environments documentation ( #12750 )
...
* initial
* finished environments page
* fixes
* fixes
* fix to introduction
2025-06-16 19:03:58 +03:00
Shahed Nasser
6a95c1a0a5
docs: add index module to framework dropdown ( #12748 )
2025-06-16 17:39:44 +03:00
Shahed Nasser
f4b3528fb1
docs: add a section on heavy operations in loaders ( #12749 )
2025-06-16 17:38:45 +03:00
Shahed Nasser
48810faa96
docs: fix collapsed navbar overlapping release notification ( #12745 )
2025-06-16 16:22:58 +03:00
Shahed Nasser
2e861a9449
fix(create-medusa-app): ensure the same package manager is used consistently ( #12714 )
...
* fix(create-medusa-app): ensure the same package manager is used consistently
* fix verbose not working as expected
* improvements
* remove legacy peer deps
* format
2025-06-16 14:07:35 +03:00
Shahed Nasser
6dc65201f6
docs: fix route matcher in brands guide ( #12741 )
2025-06-16 13:04:59 +03:00
Shahed Nasser
e1dcb12800
docs: fix URLs to OpenTelemetry docs ( #12742 )
2025-06-16 13:03:58 +03:00
Shahed Nasser
ab4358de7d
docs: document index module ( #12594 )
...
Closes DX-1638
2025-06-16 07:25:45 +00:00
Stevche Radevski
3ca02749c4
fix: Disable ensure database checks when establishing DB connection ( #12734 )
2025-06-13 16:45:49 +02:00
Shahed Nasser
aa1cadcb29
docs: add cloud projects documentation ( #12730 )
...
* docs: add cloud projects documentation
* fixes
* more fixes
* fix details about configurations
* last fixes
* small fix
* remove environments page
2025-06-13 16:22:30 +03:00
Oli Juhl
b79215dd5c
fix(utils): Typecasting non-text fields in FTS ( #12729 )
2025-06-13 13:18:50 +02:00
Pedro Guzman
ebd4d70b6b
Merge pull request #12684 from medusajs/pedro/keep-enum-values-in-types-generation
...
fix: keep enum values in types generation
fix: generate union types instead of enums
2025-06-13 13:15:56 +02:00
Stevche Radevski
bff5c00777
feat: Improve startup time by parallelizing module and link loading ( #12731 )
2025-06-13 13:11:19 +02:00
Pedro Guzman
8e3490d748
generate union types instead of enums
2025-06-13 12:23:58 +02:00
Pedro Guzman
4e9d2352f8
restore base schema in cleanAndMergeSchema in case modules define their own schemas
2025-06-13 12:23:58 +02:00
Pedro Guzman
827c49e87e
fix graphql test
2025-06-13 12:23:58 +02:00
Pedro Guzman
66f27d5770
leave base medusa schema only in modules
2025-06-13 12:23:58 +02:00
Pedro Guzman
9e3b3667f8
fix joiner-config-builder test
2025-06-13 12:23:57 +02:00
Pedro Guzman
0fd0a0892b
add full defaultMedusaSchema
2025-06-13 12:23:57 +02:00
Pedro Guzman
0409ef4886
add enumSchema directive to module graphQL schema
2025-06-13 12:23:57 +02:00
Pedro Guzman
c202c819e5
add enumValue directive to GraphQL schema
2025-06-13 12:23:57 +02:00
Pedro Guzman
6f09ca0800
fix: keep enum values in types generation
2025-06-13 12:23:56 +02:00
Shahed Nasser
3b1dc0ced0
docs: fix vercel link in deployment guides ( #12732 )
2025-06-13 13:05:18 +03:00
Adrien de Peretti
cbf3644eb7
chore(): Add retry strategy to database connection ( #12713 )
...
RESOLVES FRMW-2978
**What**
Add retry mechanism to database connection management to prevent failing when the server start faster than what makes the connection available
2025-06-13 07:18:49 +00:00
Riqwan Thamir
44d1d18689
feat(dashboard,types): add credit lines + loyalty changes ( #11885 )
...
* feat(dashboard,types): add credit lines + loyalty changes
* chore: fix types
* chore: fix specs
* chore: use correct plugin name
* chore: use new currency input
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-06-12 20:12:03 +02:00
Adrien de Peretti
65f9333501
chore(): re enable integration tests bp ( #12724 )
...
* chore(): re enable integration tests bp
* chore(): re enable integration tests bp
2025-06-12 20:05:11 +02:00
Shahed Nasser
243130206a
docs: fix to organizations title ( #12725 )
2025-06-12 19:15:56 +03:00
Adrien de Peretti
ab634a14ba
fix(utils): medusa internal service returned data should match typings ( #12715 )
...
FIXES SUP-1824
**What**
The medusa internal service update should always return the data in the expected shape described by the interface. The medusa service should not have to handle the reshapre
2025-06-12 15:55:49 +00:00
Shahed Nasser
ea0b297b44
docs: added cloud organizations documentation ( #12723 )
2025-06-12 18:09:51 +03:00
Shahed Nasser
d4b093207a
docs: add link to the Slack tutorial in the integrations page ( #12721 )
2025-06-12 17:10:28 +03:00
Ammar Abbas
13092a6caa
docs: fixed a typo in variable name from currnetProductPage to currentProductPage ( #12719 )
...
Corrected a typo in the variable name `currnetProductPage`, which was changed to `currentProductPage` for improved readability and consistency.
2025-06-12 13:37:06 +00:00
Shahed Nasser
0502e8bf78
docs: added slack integration guide ( #12696 )
...
* docs: added slack integration guide
* generate
2025-06-12 16:32:45 +03:00