From 6d80bf27a34c3be385494416e7d76c958a5c6fa6 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:00:20 +0500 Subject: [PATCH 01/18] perf: test commit --- src/components/ChatBox/index.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index 69c434c1..cfa03619 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -11,7 +11,11 @@ const ChatBox = ({ chatboxContainerRef }) => { return (
{messageList.map(({ role, content, timestamp }) => ( - + ))} {apiIsLoading && (
Xpert is thinking
From f8f38c7a842f8c512cb0194553aa2cef6c44ce07 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:01:57 +0500 Subject: [PATCH 02/18] perf: test commit --- src/components/ChatBox/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index cfa03619..e1ac6b2b 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -12,9 +12,9 @@ const ChatBox = ({ chatboxContainerRef }) => {
{messageList.map(({ role, content, timestamp }) => ( ))} {apiIsLoading && ( From 3aa7e21b5b5d17d20c8e13d72ea3e46635a200fe Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:05:36 +0500 Subject: [PATCH 03/18] perf: test commit --- src/components/ChatBox/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index e1ac6b2b..c4d6bf21 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -11,7 +11,7 @@ const ChatBox = ({ chatboxContainerRef }) => { return (
{messageList.map(({ role, content, timestamp }) => ( - Date: Mon, 1 Jul 2024 12:15:52 +0500 Subject: [PATCH 04/18] perf: test commit --- .github/workflows/ci.yml | 2 +- src/components/ChatBox/index.jsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 224603f9..44523a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "##[name=branch;]$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_STATE id: extract_branch - name: Preview semantic-release version env: diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index c4d6bf21..e9007741 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -11,8 +11,7 @@ const ChatBox = ({ chatboxContainerRef }) => { return (
{messageList.map(({ role, content, timestamp }) => ( - From edd76b75aa64e3169c0f49ed8ea7e96c4e60694c Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:18:57 +0500 Subject: [PATCH 05/18] perf: test commit --- src/components/ChatBox/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ChatBox/index.jsx b/src/components/ChatBox/index.jsx index e9007741..c4d6bf21 100644 --- a/src/components/ChatBox/index.jsx +++ b/src/components/ChatBox/index.jsx @@ -11,7 +11,8 @@ const ChatBox = ({ chatboxContainerRef }) => { return (
{messageList.map(({ role, content, timestamp }) => ( - From 78dcff760a72a11f1512b07aedb177a1baee105c Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:23:37 +0500 Subject: [PATCH 06/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44523a55..3b0650a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "##[name=branch;]$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_STATE + run: echo "##[name=branch;]$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: From c3a2e9e0cbaa30abad7c12a2e0d77728519492f5 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:24:50 +0500 Subject: [PATCH 07/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b0650a4..224603f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "##[name=branch;]$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT + run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Preview semantic-release version env: From 502b045e4fcc1ae4eaa0e42045b213bc2862e1a6 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:28:43 +0500 Subject: [PATCH 08/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 224603f9..2c28f609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Preview semantic-release version env: From 54ad57401cfcb21a5014e482ab3754839de2eebc Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:34:42 +0500 Subject: [PATCH 09/18] perf: test commit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c28f609..eb255f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,10 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" + run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Preview semantic-release version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch }} + run: npx semantic-release --dry-run --branches=${{ $BRANCH }} From e28937432780c2c8a874cc7b3f81fda608c0524e Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:38:53 +0500 Subject: [PATCH 10/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb255f95..8b68ba29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ $BRANCH }} + run: npx semantic-release --dry-run --branches=$BRANCH From 851d746268aaed9da6e278fe397675a9a289a813 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:42:49 +0500 Subject: [PATCH 11/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b68ba29..cb7c46c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" + run: echo "BRANCH=random" id: extract_branch - name: Preview semantic-release version env: From 1eb9b4e2158e1c9d4ec2a9d33d2ff695a34cac78 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:44:10 +0500 Subject: [PATCH 12/18] perf: test commit --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb7c46c0..601493ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,13 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "BRANCH=random" + run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: Preview semantic-release version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=$BRANCH + run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch }} + + # run: npx semantic-release --dry-run --branches=$BRANCH + # run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" From df37f1b4694e00c028b93ed87badb3b315b7b73f Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:50:03 +0500 Subject: [PATCH 13/18] perf: test commit --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601493ca..350feb75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,10 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch }} - - # run: npx semantic-release --dry-run --branches=$BRANCH - # run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" + run: npx semantic-release --dry-run --branches=$BRANCH From d5c6327de60a9019f94a60075c1968372e2907ac Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:53:05 +0500 Subject: [PATCH 14/18] perf: test commit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 350feb75..bcd7d24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,10 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "BRANCH=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT + run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=$BRANCH + run: npx semantic-release --dry-run --branches=${{ steps.set_branch.outputs.branch }} From eb899b678bd933d0ddedde969df3915460347111 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:56:18 +0500 Subject: [PATCH 15/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcd7d24c..8c61007e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT + run: echo "{branch}={(echo ${GITHUB_REF#refs/heads/})}" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: From 158968c6e0e15f8c8d9f81d6ff8bcf852a1924f1 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 12:58:40 +0500 Subject: [PATCH 16/18] perf: test commit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c61007e..d6aef0ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.set_branch.outputs.branch }} + run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch }} From 79048df6b5b71af425b5058c7cb1478cbce9d2ba Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 13:01:09 +0500 Subject: [PATCH 17/18] perf: test commit fjjk --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6aef0ed..024078fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "{branch}={(echo ${GITHUB_REF#refs/heads/})}" >> $GITHUB_OUTPUT + run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: From bce7bb6638730a81a798587a0928bd70567aa03d Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 13:04:02 +0500 Subject: [PATCH 18/18] perf: test commit fjjk --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 024078fb..b4fba467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: codecov/codecov-action@v4 - name: Extract branch name shell: bash - run: echo "branch=(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT + run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT id: extract_branch - name: Preview semantic-release version env: