Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
010968a
[create-pull-request] automated change (#115)
github-actions[bot] Nov 16, 2023
30ec8c0
Remove vars
Isengo1989 Nov 16, 2023
3f14656
Remove vars
Isengo1989 Nov 16, 2023
9071252
[create-pull-request] automated change (#120)
github-actions[bot] Nov 16, 2023
dae9f4e
Merge branch 'main' into latest
Isengo1989 Nov 22, 2023
3138641
Add version
Isengo1989 Dec 4, 2023
f05aaa7
[create-pull-request] automated change (#130)
github-actions[bot] Dec 4, 2023
663f64e
[create-pull-request] automated change (#129)
github-actions[bot] Dec 4, 2023
335897e
[create-pull-request] automated change (#140)
github-actions[bot] Dec 20, 2023
1aaa3ea
feat: upgrade to v4
bojanrajh Sep 26, 2024
1dd2b20
fix: commercial to 6.6
bojanrajh Sep 26, 2024
9217de5
fix: remove hardcoded version
bojanrajh Sep 26, 2024
2835e9c
fix: upgrade deps
bojanrajh Sep 26, 2024
19f8c9e
fix: upgrade peter-evans/create-pull-request to v7
bojanrajh Sep 26, 2024
f5df3a1
[create-pull-request] automated change (#292)
github-actions[bot] Sep 27, 2024
662002f
[create-pull-request] automated change (#291)
github-actions[bot] Sep 27, 2024
84d37a3
[create-pull-request] automated change (#290)
github-actions[bot] Sep 27, 2024
8ba2984
[create-pull-request] automated change (#300)
github-actions[bot] Oct 17, 2024
63a3a87
[create-pull-request] automated change (#299)
github-actions[bot] Oct 17, 2024
5e64869
[create-pull-request] automated change (#303)
github-actions[bot] Nov 14, 2024
22388c4
[create-pull-request] automated change (#304)
github-actions[bot] Nov 14, 2024
3b79165
[create-pull-request] automated change (#310)
github-actions[bot] Dec 5, 2024
099687f
[create-pull-request] automated change (#309)
github-actions[bot] Dec 5, 2024
1950ff8
[create-pull-request] automated change (#318)
github-actions[bot] Feb 25, 2025
64bc752
[create-pull-request] automated change (#317)
github-actions[bot] Feb 25, 2025
7c009c1
[create-pull-request] automated change (#320)
github-actions[bot] May 7, 2025
2e5ef50
[create-pull-request] automated change (#319)
github-actions[bot] May 7, 2025
10f9480
[create-pull-request] automated change (#327)
github-actions[bot] Jun 17, 2025
685080f
[create-pull-request] automated change (#325)
github-actions[bot] Jun 17, 2025
ca12343
[create-pull-request] automated change (#336)
github-actions[bot] Jul 2, 2025
522d7af
[create-pull-request] automated change (#341)
github-actions[bot] Aug 20, 2025
452454a
[create-pull-request] automated change (#345)
github-actions[bot] Oct 14, 2025
9fd12c7
[create-pull-request] automated change (#349)
github-actions[bot] Nov 21, 2025
38441eb
[create-pull-request] automated change (#348)
github-actions[bot] Nov 21, 2025
bf5d31f
[create-pull-request] automated change
Dec 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/add_descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: install yq
uses: cachix/install-nix-action@v18
Expand All @@ -28,7 +28,7 @@ jobs:
done

- name: Create PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: storeapi.json
author: shopwareBot <[email protected]>
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/base_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- shell: bash
run: |
cp storeapi.json storeapi-original.json
- name: Upload original file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: original-file
path: storeapi-original.json
Expand All @@ -43,10 +43,10 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: download api schema
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{needs.generate-schema.outputs.api_schema}}

Expand All @@ -62,7 +62,7 @@ jobs:
done

- name: Download original file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: original-file

Expand All @@ -76,7 +76,7 @@ jobs:

- name: Create PR
if: ${{ env.FILE_DIFFERENCE == 1 }}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: storeapi.json
author: shopwareBot <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual_versioning.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schedule version PRs
name: Manual versioning

on:
workflow_dispatch:
Expand Down Expand Up @@ -30,14 +30,14 @@ jobs:
with:
shopware_version: ${{ inputs.shopware_version }}
secrets: inherit

generate-commercial-trunk:
if: ${{ inputs.trigger_commercial_schema }}
uses: ./.github/workflows/plugin_commercial_schema.yml
with:
shopware_version: ${{ inputs.shopware_version }}
secrets: inherit

generate-digitalsalesroom-trunk:
if: ${{ inputs.trigger_digitalsalesroom_schema }}
uses: ./.github/workflows/plugin_digitalsalesroom_schema.yml
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/plugin_commercial_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
schema_file: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
plugin_name: ${{ needs.vars.outputs.PLUGIN_NAME }}
plugin_url: ${{ needs.vars.outputs.PLUGIN_URL }}
#git_options: '-b 6.6.x'
shopware_version: ${{ inputs.shopware_version }}
secrets: inherit
open-pr:
Expand All @@ -38,10 +39,10 @@ jobs:
needs: [generate-schema,vars]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: download api schema
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{needs.generate-schema.outputs.api_schema}}

Expand All @@ -55,7 +56,7 @@ jobs:
jq . ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json | sponge ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json

- name: Create DSR PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
author: shopwareBot <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/plugin_digitalsalesroom_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
PLUGIN_NAME: SwagGuidedShopping
PLUGIN_URL: gitlab.shopware.com/shopware/6/services/swagguidedshopping.git
COMPOSER_PACKAGES: shopware-pwa/shopware-pwa dev-master symfony/mercure ^0.6.2 spatie/icalendar-generator ^2.5
COMPOSER_PACKAGES: shopware-pwa/shopware-pwa ^0.5 symfony/mercure ^0.6.4 spatie/icalendar-generator ^2.6

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
needs: [generate-schema,vars]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: download api schema
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{needs.generate-schema.outputs.api_schema}}

Expand All @@ -61,7 +61,7 @@ jobs:
jq . ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json | sponge ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json

- name: Create DSR PR
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
add-paths: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json
author: shopwareBot <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_descriptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate with yq
uses: mikefarah/yq@master
Expand Down
Loading