Adrien de Peretti
f81652bf6e
chore(framework): Move and improve routes loader ( #8392 )
...
* chore(framework): Move and improve routes loader
* cleanup
* fix(framework): import
2024-08-01 16:18:42 +02:00
Stevche Radevski
4081b3359d
feat: Add support for sorting export headers ( #8386 )
...
* feat: Add support for sorting export headers
* fix: Minor fixes to import flow
2024-08-01 13:23:49 +02:00
Carlos R. L. Rodrigues
accf884bb1
chore(core-flows): Order Exchange - initial workflows ( #8374 )
...
PR: 1:n
This is the first PR with a initial skeleton for Order exchange workflows.
This is not yet to be considered functional or reflecting the exact behavior of Order Exchanges.
What:
* organize folder structure of order-related steps and workflows
* initial worklows for Order exchange - This first draft is just a copy of Claims behavior
2024-08-01 10:27:06 +00:00
Stevche Radevski
7569fd1605
fix: Updating product prices removed existing prices ( #8388 )
...
RESOLVES #8376
CLOSES CC-288
2024-08-01 08:46:11 +00:00
github-actions[bot]
31ec4d0d71
chore(docs): Updated API Reference (v2) ( #8384 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-08-01 07:43:40 +00:00
Stevche Radevski
123dad7db8
feat: Add support for categories in product import and export ( #8375 )
...
* feat: Add support for product categories on export and import
* fix: Make the rest of the import workflow async as well
2024-08-01 09:07:30 +02:00
github-actions[bot]
66cc7cfc1f
chore(docs): Generated References ( #8383 )
...
Generated the following references:
- `helper_steps`
- `modules`
- `types`
- `workflows`
2024-08-01 07:04:13 +00:00
github-actions[bot]
da3da51000
chore(docs): Generated DML JSON files ( #8382 )
...
This PR holds all generated DML JSON files for the upcoming release.
2024-08-01 07:04:02 +00:00
Shahed Nasser
6fc2019534
chore(workflows-sdk): add TSDocs related to create-hook ( #8380 )
2024-08-01 09:57:14 +03:00
Riqwan Thamir
3169543d56
feat(dashboard,js-sdk,types): add ability to capture payment from order page ( #8368 )
...
what:
- adds ability to capture payment from order page
bugs found:
- when capturing payment of one order, other orders statuses get affected from "captured" to "partially captured". Will investigate this separately.
https://github.com/user-attachments/assets/0a1beac2-74fc-4803-8528-8de5913964d4
2024-08-01 06:46:03 +00:00
Adrien de Peretti
4a7b2fd625
fix(framework): telemetry package version ( #8378 )
2024-07-31 14:46:38 +00:00
Adrien de Peretti
56602d215b
chore(framework): Move and improve workflows loader ( #8363 )
...
**What**
Refactoring Workflows loader and move
FIXES FRMW-2627
2024-07-31 14:46:04 +00:00
Shahed Nasser
22a629670b
docs: add sidebar item for helper reference + examples fix ( #8365 )
2024-07-31 17:28:42 +03:00
Shahed Nasser
6f973d9f2b
docs: added workflow hooks docs + changed workflow response ( #8364 )
...
* docs: added workflow hooks docs + changed workflow response
* Update page.mdx
2024-07-31 17:01:33 +03:00
Adrien de Peretti
27837b8833
fix(framework): prepublish script ( #8377 )
2024-07-31 14:00:54 +00:00
Frane Polić
7b86fc2176
feat(dashboard, types, js-sdk): Claims client, hooks and types ( #8370 )
2024-07-31 13:37:43 +00:00
Stevche Radevski
31449972ed
fix: Use region name in product pricing exports ( #8373 )
...
* fix:Bug fixes to product import
* fix:Add an export failed notification if an export fails
* fix: Use region name in product export prices
2024-07-31 15:34:27 +02:00
Adrien de Peretti
12c6a1a022
chore(framework): Move and improve links loader ( #8367 )
...
**What**
Refactor and move links loader
FIXES FRMW-2637
2024-07-31 12:33:12 +00:00
Stevche Radevski
8a6e172dec
feat:Make product import v1 compatible ( #8362 )
2024-07-31 13:03:05 +02:00
Harminder Virk
864bb0df05
breaking: implement workflow hooks (first iteration) ( #8346 )
2024-07-31 15:36:38 +05:30
Adrien de Peretti
6ccf83128c
Chore/framework 6/n ( #8356 )
...
**What**
Refactor and improve job loader as well as move it to the framework
FIXES FRMW-2626
2024-07-31 09:17:17 +00:00
JayabharathiPalanisamy
838eb0e34a
Update page.mdx ( #8366 )
...
changed custom start command
2024-07-31 09:12:18 +00:00
github-actions[bot]
749e86b5d8
chore(docs): Updated API Reference (v2) ( #8361 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-31 07:33:02 +00:00
github-actions[bot]
aac906f058
chore(docs): Generated References ( #8360 )
...
Generated the following references:
- `currency_models`
- `medusa_config`
- `region_models`
- `types`
2024-07-31 07:31:20 +00:00
github-actions[bot]
69ddd1e081
chore(docs): Generated DML JSON files ( #8359 )
...
This PR holds all generated DML JSON files for the upcoming release.
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2024-07-31 07:30:29 +00:00
Kasper Fabricius Kristensen
6629be92e1
feat(dashboard,medusa,types): Add Product Tag management ( #8349 )
...
Resolves CC-69
2024-07-31 07:21:09 +00:00
Kasper Fabricius Kristensen
4fda46d9b1
fix(dashboard): Fix spacing, media, and missing tip in product create form ( #8338 )
...
Resolves CC-146, CC-109
2024-07-31 07:06:42 +00:00
Stevche Radevski
9de1d8c9c3
fix: Added more tests and fixed a couple of issues with product import ( #8341 )
2024-07-30 22:14:33 +02:00
Kasper Fabricius Kristensen
2967221e73
fix(dashboard): Cell behaviour in DataGrid ( #8183 )
2024-07-30 18:18:07 +02:00
Shahed Nasser
fffd4f2b3b
docs-util: support generating helper steps ( #8354 )
2024-07-30 19:06:16 +03:00
Shahed Nasser
d4c9c1e7cd
docs-util: fix how data model name is inferred ( #8351 )
2024-07-30 18:59:29 +03:00
Shahed Nasser
6fabb7fad2
docs: fix local link to infer slug from front matter ( #8353 )
2024-07-30 18:59:16 +03:00
Shahed Nasser
848d0892d9
chore(core-flows,modules-sdk): add TSDocs to helper steps ( #8355 )
2024-07-30 18:59:02 +03:00
Stevche Radevski
1066499402
feat: Add support for product imports ( #8298 )
...
* feat: Add support for product imports
* fix: Add product import template to import UI
2024-07-30 16:46:08 +02:00
Adrien de Peretti
a9fea986b0
chore(framework): Move and improve subscriber loader ( #8347 )
...
**What**
Move `SubscriberLoader` and improve implementation
FIXES FRMW-2635
2024-07-30 12:54:31 +00:00
Carlos R. L. Rodrigues
169953ad1e
fix(core-flows): delete receive return action ( #8350 )
2024-07-30 12:48:50 +00:00
Adrien de Peretti
9b6de8c02d
chore(framework): Move feature flags related resources and cleanup ( #8297 )
...
**What**
cleanup and move the feature flag related resources to manage them.
It also include some refactoring around loading and registering the flag as well as not relying on the `glob` package anymore plus some reorganization of the code itself
FIXES FRMW-2625
2024-07-30 12:20:03 +00:00
github-actions[bot]
8a5751c115
chore(docs): Generated DML JSON files ( #8343 )
...
This PR holds all generated DML JSON files for the upcoming release.
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2024-07-30 11:47:57 +00:00
Shahed Nasser
70d48a91b3
docs: added storefront guide on prices with taxes ( #8326 )
2024-07-30 12:52:21 +03:00
Shahed Nasser
4bd77174f0
docs-util: fix knowledge base for functions ( #8337 )
2024-07-30 12:52:08 +03:00
Carlos R. L. Rodrigues
48663479a9
chore(core-flows): cancel claims ( #8342 )
...
What:
* `DELETE /admin/claims/:id/request`
* `POST /admin/claims/:id/cancel`
2024-07-30 08:59:02 +00:00
Adrien de Peretti
bcd9d9c2b1
chore(framework): Continue to move loaders to framework ( #8258 )
...
**What**
More move and cleanup
FIXES FRMW-2603
FIXES FRMW-2608
FIXES FRMW-2610
FIXES FRMW-2611
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2024-07-30 08:52:12 +00:00
github-actions[bot]
a2a377c8ca
chore(docs): Updated API Reference (v2) ( #8345 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-07-30 07:30:58 +00:00
github-actions[bot]
5389f7ca63
chore(docs): Generated References ( #8344 )
...
Generated the following references:
- `fulfillment`
- `medusa_config`
- `modules`
- `order`
- `order_models`
- `types`
- `workflows`
2024-07-30 07:29:34 +00:00
Riqwan Thamir
c976361f22
feat(dashboard,icons,types,js-sdk): add providers to location UI ( #8328 )
2024-07-30 08:47:01 +02:00
Stevche Radevski
b539c6d5bb
feat: Add support for product export in UI ( #8281 )
...
* feat: Add support for product export in UI
* fix:Return the backend URL for private files of local file provider
2024-07-29 21:50:22 +02:00
Kasper Fabricius Kristensen
1d773c536f
fix(dashboard,types,js-sdk): Cleanup settings/store ( #8336 )
...
**What**
- Cleans up Store domain of all TS errors
- Adds layout component to Store domain
- Adds currencies types and js-sdk methods
- Fixes a bug that caused Table rows to render incorrectly when takings up more then the viewport height.
2024-07-29 19:44:40 +00:00
Carlos R. L. Rodrigues
24c105f288
feat(orchestration,workflows-sdk): Skip step ( #8334 )
2024-07-29 14:26:47 -03:00
Stevche Radevski
e98012a858
feat:Allow updating prices through product update workflow ( #8316 )
...
* feat:Allow updating prices through product update workflow
* fix:Changes based on PR feedback
2024-07-29 19:56:03 +03:00
Carlos R. L. Rodrigues
ed67d44d28
fix(core-flows,order): update action ( #8333 )
2024-07-29 12:51:51 -03:00