Oliver Windall Juhl
6a62a8f1ed
chore: Remove lerna ( #2116 )
...
**What**
- Removes `lerna` as we are now using `changesets` + Turborepo to handle builds and releases
2022-08-29 13:26:58 +00:00
Shahed Nasser
501bda6aae
fix: incorrect exit status of OAS comments test ( #2099 )
...
* fix exit status
* fix oas comments
2022-08-25 18:04:15 +03:00
Shahed Nasser
73383cc466
chore(docs): Refactor API Reference ( #1883 )
2022-08-05 14:06:12 +02:00
Zakaria El Asri
55e200bf68
add: upgrade oas-normalize and use promise-based api ( #806 )
2021-11-16 18:12:15 +01:00
Philip Korsholm
9d175ca332
Update assert-changed-files.sh
2021-10-21 21:13:32 +02:00
Philip Korsholm
1b0dd60a33
Feat/new actions ( #586 )
...
* test
* test
* create integration testing workflow
* Create unit-testing.yml
* Rename integration-testing to integration-testing.yml
* initial testing
* Update assert-changed-files.sh
* Update integration-testing.yml
* Update unit-testing.yml
* Update assert-changed-files.sh
* Delete integration-testing.yml
* Update assert-changed-files.sh
* Update assert-changed-files.sh
* Update assert-changed-files.sh
* Update order.js
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Update unit-testing.yml
* Create cache-bootstrap.yml
* Update cache-bootstrap.yml
* Update cache-bootstrap.yml
* Update cache-bootstrap.yml
* Update unit-testing.yml
* extracted action
* corrected ext. name for int. tests
* checked out actions
* added fetching of actions
* updated
* updated
* moved package
* updated
* Update action.yml
* Update action.yml
* ended if statement
* updated
* updated
* removed error
* updated cache version
* update
* updated to more strict cache policy
* update
* updated
* updated
* update
* update
* update
* update
* update
* update
* update
* update
* updated to also include on PR
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* removed current branch from diff
* updated comment
* Update action.yml
* Update action.yml
* Update action.yml
* save before merge
* Update action.yml
* Update product.js
* Update product.js
* Update action.yml
* Update action.yml
* Update action.yml
* Update action.yml
* Update assert-changed-files-actions.sh
* Update assert-changed-files-actions.sh
* Update product-variant.js
* Update product.js
* Update product.js
* cleanup
Co-authored-by: Sebastian Mateos Nicolajsen <80953876+sebastiannicolajsen@users.noreply.github.com >
Co-authored-by: Sebastian M. Nicolajsen <sebastian.m.nicolajsen@gmail.com >
2021-10-21 17:15:29 +02:00
Philip Korsholm
0f88293100
recover assert-changed-files.sh
2021-10-21 08:42:42 +02:00
Philip Korsholm
c977eb7e6b
exit code
2021-10-20 16:21:29 +02:00
Philip Korsholm
241aef6e6c
make script executable
2021-10-20 16:16:07 +02:00
Philip Korsholm
b32c6f15ec
rename script
2021-10-20 16:12:44 +02:00
Philip Korsholm
6537e30251
update scripts to handle github actions
2021-10-20 16:04:36 +02:00
Sebastian Rindom
30b6a793f1
chore: add lint-staged + husky
2021-10-12 22:09:46 +02:00
Sebastian Rindom
9467f7ecbd
fix: build openapi ( #338 )
2021-08-16 15:45:50 +02:00
Sebastian Rindom
dd7b306333
feat(medusa): cart context ( #201 )
...
- Adds a context field to Cart
- context is automatically populated with ip + user agent
- context can be updated via POST /store/cart/:id or set when creating via POST /store/cart
2021-03-12 11:48:51 +01:00
Sebastian Rindom
1e5a1398d8
hotfix: docs build ( #198 )
...
* fix: build
* fix: build
* fix: build
* fix: build
2021-03-10 16:15:06 +01:00
Sebastian Rindom
8edb32c742
docs: oas ( #197 )
...
Adds OpenAPI specification of Storefront and Admin APIs.
Updates docs project.
2021-03-10 11:51:54 +01:00
Sebastian Rindom
7308946e56
feat: notifications ( #172 )
...
The Notifications API allows plugins to register Notification Providers which have `sendNotification` and `resendNotification`.
Each plugin can listen to any events transmittet over the event bus and the result of the notification send will be persisted in the database to allow for clear communications timeline + ability to resend notifications.
2021-02-15 11:59:37 +01:00
Sebastian Rindom
c6996dd530
CircleCI project setup ( #138 )
2020-11-21 15:50:42 +01:00