forked from adrien2p/medusa-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update strategies according to the latest auth changes from med…
…usa core (adrien2p#26) * feat: update strategies according to the latest auth changes from medusa core * chore: update deps * chore: update deps * chore: update scripts * chore: update scripts * chore: version bump * chore: refactor strategy building * chore: version
- Loading branch information
Showing
42 changed files
with
903 additions
and
1,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ jobs: | |
strategy: | ||
matrix: | ||
node-verion: [16.x] | ||
medusajs-version: [1.5.x, 1.6.x] | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -36,6 +35,4 @@ jobs: | |
|
||
- name: 'run unit tests' | ||
working-directory: ./packages/medusa-plugin-auth | ||
run: yarn run test:ci | ||
env: | ||
MEDUSAJS_VERSION: ${{ matrix.medusajs-version }} | ||
run: yarn run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ jobs: | |
strategy: | ||
matrix: | ||
node-verion: [16.x] | ||
medusajs-version: [1.5.x, 1.6.x] | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -36,6 +35,4 @@ jobs: | |
|
||
- name: 'run unit tests' | ||
working-directory: ./packages/medusa-plugin-prometheus | ||
run: yarn run test:ci | ||
env: | ||
MEDUSAJS_VERSION: ${{ matrix.medusajs-version }} | ||
run: yarn run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ jobs: | |
strategy: | ||
matrix: | ||
node-verion: [16.x] | ||
medusajs-version: [1.5.x, 1.6.x] | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -36,6 +35,4 @@ jobs: | |
|
||
- name: 'run unit tests' | ||
working-directory: ./packages/medusa-plugin-sentry | ||
run: yarn run test:ci | ||
env: | ||
MEDUSAJS_VERSION: ${{ matrix.medusajs-version }} | ||
run: yarn run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.idea | ||
|
||
/api | ||
/core | ||
/handlers | ||
/utils | ||
/types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.