Carlos R. L. Rodrigues
Carlos R. L. Rodrigues
what: Apply Prettier to all files from a pull request
What: - Enable External Modules config - Serve MedusaApp as http or grpc servers (Experimental Only. No TLS) - http and gRPC clients to communicate with MedusaApp server ```typescript //...
What: Remote Joiner options to check if keys exist on entry points or relations
- Create draft-order workflows + API endpoint - Worfklows SDK - prevent workflows using the same name
**What:** When a step flagged as `async: true` returns a `new StepResponse` itp will be marked as success automatically after its execution. If it doesn't return a `StepResponse` instance, it...
Locking Module using Postgres
```typescript defineLink( `${Modules.CART}.cart_id`, `${Modules.PAYMENT}.payment_collection_id` ) defineLink( `${Modules.CART}.cart_id`, `${Modules.PAYMENT}.payment_collection_id[]` // isList: true ) defineLink( { module: Modules.CART, key: "cart_id", alias: "cart_alias" }, Modules.PAYMENT + ".payment_collection_id" ) defineLink( `${Modules.CART}.cart_id`, `${Modules.PAYMENT}.payment_collection_id`, { database:...
PR 1 of 2 What: - Cancel return/exchange/claim (Module + Workflow) - Cancel return endpoint Next PR: Missing tests for claims and exchanges Endpoint tests