-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix/include-region-in-shipping-option-ret…
…rieval
- Loading branch information
Showing
35 changed files
with
697 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/js-sdk": patch | ||
--- | ||
|
||
fix: Add support for relative base URL to js-sdk |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/types": patch | ||
--- | ||
|
||
fix(types): Prev limit wrong values |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@medusajs/telemetry": patch | ||
"@medusajs/medusa": patch | ||
--- | ||
|
||
fix(telemetry): Pointing and resolving packages wrongly |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/utils": patch | ||
--- | ||
|
||
fix(utils): Mikro orm repository update many to many should detach all items by default |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/workflows-sdk": patch | ||
--- | ||
|
||
fix(workflows-sdk): Paralellize steps rollback issue with config |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@medusajs/utils": patch | ||
--- | ||
|
||
fix(utils/dml): set-relationship graphql generator from DML wrong managed belongsTo |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@medusajs/dashboard": patch | ||
"@medusajs/framework": patch | ||
"@medusajs/types": patch | ||
"@medusajs/utils": patch | ||
--- | ||
|
||
fix: Default to a relative path for backend URL in admin |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: Bug report for v2.0 | ||
description: File a bug report. | ||
title: "[Bug]: " | ||
labels: ["status: needs triaging", "version: 2.0"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## System information" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
The system information will help us reproduce the issue in the same environment | ||
- type: textarea | ||
attributes: | ||
label: Package.json file | ||
description: Copy/paste the contents of the `package.json` file. No need to use backticks | ||
placeholder: No need to use markdown backticks. Just copy/paste the contents of the file | ||
render: JSON | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Node.js version | ||
description: Copy/paste the output of `node -v` command. | ||
placeholder: v21.0.0 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Database and its version | ||
placeholder: PostgreSQL 16.2 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating system name and version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Browser name | ||
- type: markdown | ||
attributes: | ||
value: "## Describe the issue" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please explain your issue in-depth along with the relevant screenshots and code snippets | ||
- type: textarea | ||
attributes: | ||
label: What happended? | ||
placeholder: A clear and concise description of what the bug is | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual behavior | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "## Reproduction" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Providing a reproduction repo allows us to quickly validate the issue and get back to you. | ||
- type: input | ||
attributes: | ||
label: Link to reproduction repo | ||
description: Please reproduce the issue in isolation and share it as a Github repo with us | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Create Linear Issue on Discussions | ||
|
||
on: | ||
discussion: | ||
types: [created] | ||
|
||
jobs: | ||
create-linear-issue-on-discussion: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Create the Linear Issue | ||
id: createIssue | ||
uses: ctriolo/action-create-linear-issue@v0.5 | ||
with: | ||
linear-api-key: ${{secrets.LINEAR_API_KEY}} | ||
linear-team-key: "TRI" | ||
linear-issue-title: ${{github.event.discussion.title}} | ||
linear-issue-description: ${{github.event.discussion.body}} | ||
linear-attachment-url: ${{github.event.discussion.html_url}} | ||
linear-attachment-title: ${{github.event.discussion.title}} |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Create Linear Issue on Pull Request | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- develop | ||
types: [opened] | ||
|
||
jobs: | ||
create-linear-issue-on-pull-request: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check if PR Author is in Team | ||
id: check_author | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.READ_ORG_PAT }} | ||
run: | | ||
response=$(curl -s -o /dev/null -w "%{http_code}" \ | ||
-H "Authorization: Bearer $GITHUB_TOKEN" \ | ||
https://api.github.com/orgs/medusajs/teams/engineering/memberships/${{ github.event.pull_request.user.login }}) | ||
if [[ "$response" -eq 200 ]]; then | ||
echo "author_is_team_member=true\n" >> $GITHUB_OUTPUT | ||
else | ||
echo "author_is_team_member=false\n" >> $GITHUB_OUTPUT | ||
fi | ||
- name: Create the Linear Issue | ||
if: ${{ steps.check_author.outputs.author_is_team_member == 'false' }} | ||
id: create_issue | ||
uses: ctriolo/action-create-linear-issue@v0.5 | ||
with: | ||
linear-api-key: ${{secrets.LINEAR_API_KEY}} | ||
linear-team-key: "SUP" | ||
linear-issue-title: ${{github.event.pull_request.title}} | ||
linear-issue-description: ${{github.event.pull_request.body}} | ||
linear-attachment-url: ${{github.event.pull_request.html_url}} | ||
linear-attachment-title: ${{github.event.pull_request.title}} |
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
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
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.