From 51ebfab05f5a6aba6fb272dcd078159049527ca5 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:00:08 +0500 Subject: [PATCH 1/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b577c77..bd6736e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ + + # [Virto Commerce Storefront Kit](https://virtocommerce.com) From 474983acc2fdc55814fa0746d250658dfedcd5c5 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:01:50 +0500 Subject: [PATCH 2/8] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd6736e..90618a9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ > Precaution! Storefront version 5 and above is backward NON-compatible with VirtoCommerce platform v2! Use only with platform v3. + + + + [![Build status](http://ci.virtocommerce.com/buildStatus/icon?job=vc-2-org/vc-storefront/master)](http://ci.virtocommerce.com/job/vc-2-org/job/vc-storefront/job/master/) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=alert_status)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![CI status](https://github.com/VirtoCommerce/vc-storefront/workflows/Storefront%20CI/badge.svg?branch=dev)](https://github.com/VirtoCommerce/vc-storefront/actions?query=workflow%3A"Storefront+CI") [![Quality gate](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=alert_status&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Reliability rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=reliability_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Security rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=security_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Sqale rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=sqale_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Lines of code](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=ncloc)](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=ncloc)  From 517d6a78e5e3bdcb08b73c57f84eb0e51925ae2a Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:45:25 +0500 Subject: [PATCH 3/8] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90618a9..9122dde 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ Another option is to create different sites for different regions so that a spec It is also possible to connect Virto Commerce to multiple touchpoints so that customers will get a real omnichannel experience. + + + ## Key features * Multi-Store support * Multi-Language support From 471d1195179a54ffaf2f54c7271ca733d1d7c84d Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:20:47 +0500 Subject: [PATCH 4/8] Update welcome.yml --- .github/workflows/welcome.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 280df52..f16f26c 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: echo ${{ GITHUB_WORKSPACE }} - name: Add link to PR #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master From 9321b5f6d674468c06760a9dad3396d596359249 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:22:07 +0500 Subject: [PATCH 5/8] Update welcome.yml --- .github/workflows/welcome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index f16f26c..e6d587f 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: echo ${{ GITHUB_WORKSPACE }} + - run: echo ${{ github.workspace }} - name: Add link to PR #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master From fa2c18c5a67b8fa96a85c119df651e8ee15bd21a Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:23:11 +0500 Subject: [PATCH 6/8] Update welcome.yml --- .github/workflows/welcome.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index e6d587f..c996e6b 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -19,7 +19,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: echo ${{ github.workspace }} + - run: | + cd ${{ github.workspace }} + ls - name: Add link to PR #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master From 642d033f98f10390f938a1fd569ac2bd7d5d8e2a Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:02:47 +0500 Subject: [PATCH 7/8] Update welcome.yml --- .github/workflows/welcome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index c996e6b..40d9203 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -26,6 +26,6 @@ jobs: #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master with: - artifactUrl: ${{ github.event_name }} + artifactUrl: https://${{ github.event_name }}.com repoOrg: ${{ github.repository_owner }} downloadComment: 'Artifact URL:' From 01c29e81f3b32ba6ad7fcf0e78a7a973e4372819 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:05:11 +0500 Subject: [PATCH 8/8] Update welcome.yml --- .github/workflows/welcome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 40d9203..069b9f2 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -26,6 +26,6 @@ jobs: #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master with: - artifactUrl: https://${{ github.event_name }}.com + artifactUrl: https://example.com #https://${{ github.event_name }}.com repoOrg: ${{ github.repository_owner }} downloadComment: 'Artifact URL:'