Skip to content

Commit

Permalink
Merge pull request #75 from spryker-shop/202001.0-release
Browse files Browse the repository at this point in the history
202001.0 release
  • Loading branch information
abitskil committed Jan 15, 2020
2 parents 60fc972 + 6b16d72 commit 5f71ac3
Show file tree
Hide file tree
Showing 991 changed files with 21,458 additions and 12,951 deletions.
44 changes: 29 additions & 15 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
"at-rule-empty-line-before": [
"always",
{
"except": [
"first-nested"
],
"ignore": [
"inside-block",
"blockless-after-blockless"
"after-comment",
"blockless-after-blockless",
"blockless-after-same-name-blockless"
],
"ignoreAtRules": [
"else"
]
}
],
Expand All @@ -31,6 +38,9 @@
{
"except": [
"first-nested"
],
"ignore": [
"stylelint-commands"
]
}
],
Expand All @@ -47,25 +57,29 @@
"declaration-block-trailing-semicolon": "always",
"declaration-colon-space-after": "always",
"declaration-colon-space-before": "never",
"declaration-empty-line-before": "never",
"font-family-name-quotes": "always-where-recommended",
"font-family-no-duplicate-names": true,
"font-family-no-missing-generic-family-keyword": true,
"function-calc-no-unspaced-operator": true,
"function-comma-newline-before": "never-multi-line",
"function-comma-newline-after": "never-multi-line",
"function-comma-space-after": "always",
"function-comma-space-after": "always-single-line",
"function-comma-space-before": "never",
"function-linear-gradient-no-nonstandard-direction": true,
"function-max-empty-lines": 0,
"function-name-case": "lower",
"function-parentheses-newline-inside": "never-multi-line",
"function-parentheses-space-inside": "never",
"function-url-quotes": "always",
"function-url-scheme-blacklist": [
"ftp"
],
"function-url-scheme-blacklist": "ftp",
"function-whitespace-after": "always",
"indentation": 4,
"indentation": [
4,
{
"indentInsideParens": "once-at-root-twice-in-block"
}
],
"keyframe-declaration-no-important": true,
"keyframes-name-pattern": "",
"length-zero-no-unit": true,
Expand All @@ -85,10 +99,13 @@
"no-descending-specificity": true,
"no-duplicate-at-import-rules": true,
"no-duplicate-selectors": true,
"no-empty-first-line": true,
"no-empty-source": true,
"no-eol-whitespace": true,
"no-extra-semicolons": true,
"no-missing-end-of-source-newline": true,
"number-leading-zero": "always",
"number-max-precision": 3,
"number-max-precision": 4,
"number-no-trailing-zeros": true,
"property-case": "lower",
"property-no-unknown": true,
Expand All @@ -97,7 +114,8 @@
"always",
{
"ignore": [
"inside-block"
"after-comment",
"first-nested"
]
}
],
Expand Down Expand Up @@ -137,17 +155,13 @@
"selector-type-no-unknown": [
true,
{
"ignore": [
"custom-elements"
]
"ignore": "custom-elements"
}
],
"shorthand-property-no-redundant-values": true,
"string-no-newline": true,
"string-quotes": "single",
"unit-blacklist": [
"pt"
],
"unit-blacklist": "pt",
"unit-case": "lower",
"unit-no-unknown": true,
"value-keyword-case": "lower",
Expand Down
93 changes: 90 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,105 @@ env:
matrix:
fast_finish: true
include:
- php: "7.1"
- php: "7.2"
dist: trusty
env:
- TEST_GROUP=without-acceptance
- php: "7.1"
- php: "7.2"
dist: trusty
env:
- TEST_GROUP=acceptance
- php: "7.1"
- php: "7.2"
dist: trusty
env:
- VALIDATION=1
- name: Docker / PHP 7.3 / PostgreSQL / Functional
os:
- linux
dist: bionic
language: minimal
env:
- PROGRESS_TYPE=plain
- SPRYKER_PLATFORM_IMAGE=spryker/php:7.3
- SPRYKER_DB_ENGINE=PGSQL
- SPRYKER_TEST_IN_BROWSER=phantomjs
- TRAVIS=1
addons:
hosts:
- yves.de.spryker.local
- zed.de.spryker.local
- glue.de.spryker.local
apt:
packages:
- apache2-utils
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- pigz
- software-properties-common
sources:
- sourceline: "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
key_url: https://download.docker.com/linux/ubuntu/gpg
install:
- echo eyAiZXhwZXJpbWVudGFsIiA6IHRydWUsICJmZWF0dXJlcyIgOiB7ICJidWlsZGtpdCI6IHRydWUgfSB9Cg==|base64 -d|sudo tee /etc/docker/daemon.json
- sudo apt-get install --only-upgrade docker-ce -y
- 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
- sudo chmod +x /usr/local/bin/docker-compose
script:
- git clone https://github.com/spryker/docker-sdk.git --single-branch --branch master ./docker
- docker/sdk boot deploy.ci.yml
- docker/sdk build images
- docker/sdk demo-data -t
- 'docker/sdk testing codecept run -c codeception.functional.yml -o "\"extensions: config: \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper: inclusive: [PyzTest]\"" -o "\"extensions: config: \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper: exclusive: [Api, Glue]\""'
before_install: skip
before_script: skip
after_script: skip
- name: Docker / PHP 7.3 / PostgreSQL / Glue
os:
- linux
dist: bionic
language: minimal
env:
- PROGRESS_TYPE=plain
- SPRYKER_PLATFORM_IMAGE=spryker/php:7.3
- SPRYKER_DB_ENGINE=PGSQL
- SPRYKER_TEST_IN_BROWSER=phantomjs
- TRAVIS=1
addons:
hosts:
- yves.de.spryker.local
- zed.de.spryker.local
- glue.de.spryker.local
apt:
packages:
- apache2-utils
- apt-transport-https
- ca-certificates
- curl
- gnupg-agent
- pigz
- software-properties-common
sources:
- sourceline: "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
key_url: https://download.docker.com/linux/ubuntu/gpg
install:
- echo eyAiZXhwZXJpbWVudGFsIiA6IHRydWUsICJmZWF0dXJlcyIgOiB7ICJidWlsZGtpdCI6IHRydWUgfSB9Cg==|base64 -d|sudo tee /etc/docker/daemon.json
- sudo apt-get install --only-upgrade docker-ce -y
- 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
- sudo chmod +x /usr/local/bin/docker-compose
script:
- git clone https://github.com/spryker/docker-sdk.git --single-branch --branch master ./docker
- docker/sdk boot deploy.ci.yml
- docker/sdk build -t images
- docker/sdk demo-data -t demo-minimal
- docker/sdk testing codecept fixtures
- docker/sdk testing console queue:worker:start --stop-when-empty
- docker/sdk testing codecept run -c codeception.api.yml
before_install: skip
before_script: skip
after_script: skip

addons:
postgresql: 9.6
mysql: 5.7
Expand Down
Loading

0 comments on commit 5f71ac3

Please sign in to comment.