-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from spryker-shop/release-202212.0-p1
Release 202212.0 p1
- Loading branch information
Showing
531 changed files
with
2,132 additions
and
1,753 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
jobs: | ||
validation: | ||
name: "Static analysis / PHP 8.0" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -45,7 +45,7 @@ jobs: | |
- name: Runs Elasticsearch | ||
uses: elastic/elastic-github-actions/elasticsearch@master | ||
with: | ||
stack-version: 7.6.0 | ||
stack-version: 7.10.0 | ||
port: 10005 | ||
|
||
- uses: actions/setup-node@v1 | ||
|
@@ -119,7 +119,7 @@ jobs: | |
- name: Install NPM packages | ||
run: | | ||
sudo npm install -g --unsafe-perm [email protected] | ||
sudo npm i --location=global --unsafe-perm [email protected] | ||
- name: Speccy lint Glue specification | ||
run: speccy lint src/Generated/Glue/Specification/spryker_rest_api.schema.yml --rules=default | ||
|
@@ -158,7 +158,7 @@ jobs: | |
|
||
php-80-mariadb-glue-alpine: | ||
name: "PHP 8.0 / MariaDB / Glue / Alpine" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
|
@@ -173,7 +173,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -187,7 +187,7 @@ jobs: | |
php-80-postgresql-acceptance-alpine: | ||
name: "PHP 8.0 / PostgreSQL / Acceptance / Alpine" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
|
@@ -202,7 +202,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -216,7 +216,7 @@ jobs: | |
php-80-postgresql-functional-alpine: | ||
name: "PHP 8.0 / PostgreSQL / Functional / Alpine" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
|
@@ -231,7 +231,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -244,7 +244,7 @@ jobs: | |
php-80-mariadb-acceptance-alpine: | ||
name: "PHP 8.0 / MariaDB / Acceptance / Alpine" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
|
@@ -259,7 +259,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -273,7 +273,7 @@ jobs: | |
php-80-mariadb-functional-alpine: | ||
name: "PHP 8.0 / MariaDB / Functional / Alpine" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
|
@@ -288,7 +288,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -301,7 +301,7 @@ jobs: | |
php-80-postgres-functional-debian: | ||
name: "PHP 8.0 / PostgreSQL / Functional / Debian" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0-debian | ||
|
@@ -316,7 +316,7 @@ jobs: | |
- name: Install docker-compose | ||
run: | | ||
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose | ||
- name: Run docker | ||
|
@@ -328,15 +328,15 @@ jobs: | |
frontend-assets-via-docker-php-8-0: | ||
name: "Docker / Alpine / PHP 8.0 / Frontend & Assets" | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-20.04 | ||
env: | ||
PROGRESS_TYPE: plain | ||
SPRYKER_PLATFORM_IMAGE: spryker/php:8.0 | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- run: echo eyAiZXhwZXJpbWVudGFsIiA6IHRydWUsICJmZWF0dXJlcyIgOiB7ICJidWlsZGtpdCI6IHRydWUgfSB9Cg==|base64 -d|sudo tee /etc/docker/daemon.json | ||
- run: sudo apt-get install --only-upgrade docker -y | ||
- run: sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
- run: sudo curl -L "https://github.com/docker/compose/releases/download/2.12.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
- run: sudo chmod +x /usr/local/bin/docker-compose | ||
- run: git clone https://github.com/spryker/docker-sdk.git --single-branch --branch master ./docker | ||
- run: docker/sdk boot deploy.yml | ||
|
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,7 +1,8 @@ | ||
# IDEs | ||
/.idea | ||
/.project | ||
/nbproject | ||
.idea/ | ||
.project/ | ||
.vscode/ | ||
nbproject/ | ||
/.buildpath | ||
/.settings | ||
*.sublime-* | ||
|
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,4 +1,5 @@ | ||
# Ignore paths | ||
**/node_modules/** | ||
**/DateTimeConfiguratorPageExample/** | ||
**/dist/** | ||
/public/*/assets/ | ||
public/*/assets/** |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.