Commit Graph
6245 Commits
Author SHA1 Message Date
Carlos R. L. RodriguesandGitHub ff6fcfb139 fix(core-flows,order): return damaged items (#8818) 2024-08-27 11:21:10 -03:00
Shahed NasserandGitHub 0c4f4c8a11 docs: updates following authentication flow changes (#8706)
* docs: updates following authentication flow changes

* generate sidebar

* added open api specs

* fix up OAS

* changes to existing pages

* change sidebar items

* update marketplace recipe
2024-08-27 15:47:39 +03:00
Frane PolićandGitHub 9197bdd77b feat(dashboard): cancel return request (#8761)
* wip: cancel return request

* fix: refactor

* feat: correct endpoint, add hook, fix types

* feat: add prompt
2024-08-27 13:57:12 +02:00
Oli JuhlandGitHub c11ef01c15 feat: Separate registration from authentication in auth domain (#8683)
* wip

* feat: Introduce register

* fix: user command

* fix: Invite HTTP tests

* fix: Auth tests

* fix: Invite modules tests
2024-08-27 13:44:52 +02:00
Shahed NasserandGitHub c6eba80af6 docs: generate sidebar and other data related to core-flows reference (#8811) 2024-08-27 11:22:03 +00:00
Shahed NasserandGitHub aa8e245c91 docs: [24/24] generate core-flows references (#8809) 2024-08-27 14:11:55 +03:00
Harminder VirkandGitHub 2a5ee970e6 feat: move migrations commands to the new db namespace (#8810) 2024-08-27 16:40:00 +05:30
Shahed NasserandGitHub 6470168526 docs: [23/n] generate core-flows reference (#8807) 2024-08-27 12:25:39 +03:00
Shahed NasserandGitHub 2b67b87137 docs: [22/n] generate core-flows reference (#8805) 2024-08-27 12:25:26 +03:00
Shahed NasserandGitHub 4f280e7cd6 docs: [21/n] generate core-flows reference (#8804)
* docs: [21/n] generate core-flows reference

* more
2024-08-27 12:25:16 +03:00
Shahed NasserandGitHub 40330650e4 docs: [20/n] generate core-flows reference (#8803) 2024-08-27 12:25:05 +03:00
Shahed NasserandGitHub c617dc873b docs: [19/n] generate core-flows reference (#8802)
* docs: [19/n] generate core-flows reference

* more
2024-08-27 12:24:54 +03:00
Shahed NasserandGitHub 9dc70a8195 docs: [18/n] generate core-flows reference (#8801) 2024-08-27 12:24:40 +03:00
Shahed NasserandGitHub c5a86a83ee docs: [17/n] generate core-flows reference (#8800) 2024-08-27 12:24:30 +03:00
Shahed NasserandGitHub e29ead56dc docs: [16/n] generate core-flows reference (#8799) 2024-08-27 12:24:21 +03:00
Shahed NasserandGitHub 20623cdc80 docs: [15/n] generate core-flows reference (#8796) 2024-08-27 12:24:11 +03:00
Shahed NasserandGitHub fc3ab7faf6 docs: [14/n] generate core-flows reference (#8795) 2024-08-27 12:24:02 +03:00
Shahed NasserandGitHub e30e9a0f2b docs: [13/n] generate core-flows reference (#8794) 2024-08-27 12:23:47 +03:00
Shahed NasserandGitHub 8553cd6427 docs: [12/n] generate core-flows reference (#8793) 2024-08-27 12:23:32 +03:00
Shahed NasserandGitHub d4aaf70667 docs: [11/n] generate core-flows reference (#8792) 2024-08-27 12:23:15 +03:00
Shahed NasserandGitHub c4dd82e814 docs: [10/n] generate core-flows reference (#8791) 2024-08-27 12:22:59 +03:00
Shahed NasserandGitHub 842c26cb46 docs: [9/n] generate core-flows reference (#8790) 2024-08-27 12:22:48 +03:00
Shahed NasserandGitHub 587984de6e docs: [8/n] generate core-flows reference (#8789) 2024-08-27 12:22:38 +03:00
Shahed NasserandGitHub 275b5b2af5 docs: [7/n] generate core-flows reference (#8788) 2024-08-27 12:22:27 +03:00
Shahed NasserandGitHub 6e7438a2cb docs: [6/n] generate core-flows reference (#8787) 2024-08-27 12:22:03 +03:00
Shahed NasserandGitHub 04677f6827 docs: [3/n] generate core-flows reference (#8783) 2024-08-27 12:01:15 +03:00
Shahed NasserandGitHub 12db60aadf docs: [2/n] generate core-flows reference (#8782) 2024-08-27 12:00:58 +03:00
Shahed NasserandGitHub 2a8da2ef8e docs: [4/n] generate core-flows reference (#8785) 2024-08-27 12:00:49 +03:00
Shahed NasserandGitHub 7dfe46c3eb docs: [5/n] generate core-flows reference (#8786) 2024-08-27 12:00:28 +03:00
Shahed NasserandGitHub 82155257df docs: [3/n] generate core-flows reference (#8784) 2024-08-27 12:00:19 +03:00
Adrien de PerettiandGitHub b09c19912b fix(orchestration, workflow-sdk): Local workflow separated orchestrator (#8765)
FIXES TRI-174

**What**
Currently, every time a Local workflow is being instantiated, it will grab the global workflow definition including the orchestrator instance. This leads to issues when we have concurrent running workflows which all register their event listeners to this single orchestrator instance which can lead to exhausting the listerners. 
With this fix, every local workflow will have a copy of the global workflow definition plus a new instance (cloned) of the orchestrator meaning that from now on, every local workflow will have its own orchestrator.
2024-08-27 08:59:56 +00:00
Shahed NasserandGitHub 59217a9796 docs: add a note about the middleware regular expression (#8742) 2024-08-27 10:35:43 +02:00
Shahed NasserandGitHub b36e2c3129 docs: update create payment collection route usage in store development (#8736) 2024-08-27 10:35:22 +02:00
Shahed NasserandGitHub 5996089c9c docs: added new guides and troubleshooting related to admin development (#8739) 2024-08-27 10:35:09 +02:00
2bacf86d3c chore: Remove prepublishOnly script (#8699)
* wip

* wip

* verbose logging

* remove prepublish scripts

* chore: add back prepublish scripts

* wip

* remove prepublishOnly script

* chore: Clean up rest of build scripts

* add back build script

* feedback

---------

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
2024-08-27 10:31:38 +02:00
Harminder VirkandGitHub 98b4c76ece feature: add sync links command (#8775) 2024-08-27 13:43:54 +05:30
Harminder VirkandGitHub 965c3c99db refactor: cleanup error output and do not add red color to help output (#8778) 2024-08-27 13:18:22 +05:30
Shahed NasserandGitHub e4fa9ae610 docs: delete all core-flows reference (#8777) 2024-08-27 07:30:18 +00:00
Frane PolićandGitHub 979f7704ee fix(dashboard): summary section return fixes (#8770)
**What**
- open receive Return if only one exists
- fix double dashed divider

---

FIXES CC-287 CC-361
2024-08-27 06:53:13 +00:00
Carlos R. L. RodriguesandGitHub 571f0c7629 chore(core-flows): product events (#8769) 2024-08-26 18:38:30 -03:00
Carlos R. L. RodriguesandGitHub 3b4eea08ef chore: peer dependency version (#8771)
* fix peer dependency version

* dotenv

* commands

* dotenv cli
2024-08-26 21:55:57 +02:00
Carlos R. L. RodriguesandGitHub afd25846f0 chore: dependencies reorg (#8744) 2024-08-26 09:37:05 +00:00
Harminder VirkandGitHub 7c2cfc132a feature: add db:create command (#8760) 2024-08-26 15:04:52 +05:30
github-actions[bot]andGitHub cd4063de74 chore(docs): Updated API Reference (v2) (#8758)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2024-08-26 08:06:02 +00:00
bb0fcbad7b docs(ui): update 3.4 Modules & Services v2 documentation (#8751)
* chore: update 3.4 Modules and Services v2 documentation

explicitly mentioned `service.ts` requirement in 3.4 guide from 3.6

Content from:
https://docs.medusajs.com/v2/basics/modules-directory-structure#servicets

* chore: add missing dot

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2024-08-26 10:53:52 +03:00
Harminder VirkandGitHub 9a508056f6 feat: add env editor utility to edit update .env files (#8741) 2024-08-25 19:31:56 +05:30
Stevche RadevskiandGitHub 57e7653adf fix: Doing update to cart with shipping options set removes them (#8752) 2024-08-25 10:46:48 +02:00
Carlos R. L. RodriguesandGitHub 12670683af fix(payment-stripe): fix rounding (#8753) 2024-08-25 10:44:51 +02:00
Riqwan ThamirandGitHub 531285c1e9 feat(dashboard,types): add active order change panel - claims, exchanges & returns (#8738)
* feat(dashboard,types): add active order change panel - claims, exchanges & returns

* Apply suggestions from code review
2024-08-23 13:24:38 +02:00
Shahed NasserandGitHub 408ed2ee45 feat(create-medusa-app): set database name to project name (#8727)
* add check and prompt for db name

* change var format

* remove log

* remove log
2024-08-23 14:17:37 +03:00