Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TE-8977: Migrate b2b and b2c public demoshops to Github actions CI #31

Conversation

dmytro-dymarchuk
Copy link
Contributor

@dmytro-dymarchuk dmytro-dymarchuk force-pushed the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch from fb4dad0 to fc75bb5 Compare April 28, 2021 07:22
@dmytro-dymarchuk dmytro-dymarchuk changed the title TE-8977: Migrate b2b and b2c public demoshops to Github actions CI [WIP] TE-8977: Migrate b2b and b2c public demoshops to Github actions CI Apr 28, 2021
@dmytro-dymarchuk dmytro-dymarchuk force-pushed the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch 28 times, most recently from 9dfe2b8 to 00be79c Compare April 28, 2021 13:20
@dmytro-dymarchuk dmytro-dymarchuk force-pushed the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch 11 times, most recently from 1af1e4b to 2b3bbec Compare April 30, 2021 07:29
@dmytro-dymarchuk dmytro-dymarchuk changed the title [WIP] TE-8977: Migrate b2b and b2c public demoshops to Github actions CI TE-8977: Migrate b2b and b2c public demoshops to Github actions CI Apr 30, 2021
@dmytro-dymarchuk dmytro-dymarchuk force-pushed the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch 2 times, most recently from a439f27 to c944395 Compare April 30, 2021 14:45
@dmytro-dymarchuk dmytro-dymarchuk force-pushed the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch from c944395 to ae497fc Compare April 30, 2021 15:23
Copy link
Contributor

@gechetspr gechetspr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My main concern is that we don't need to keep passwords in files for public suite, so I'm not sure why do we need them here in this case?

APPLICATION_STORE: DE
PROJECT: suite
POSTGRES_PORT: 5433
POSTGRES_PASSWORD: postgres
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we keep env variables here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variables are used below for configuration db.

.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Show resolved Hide resolved
@@ -9,7 +9,7 @@

$config[PropelConstants::ZED_DB_ENGINE] = PropelConfig::DB_ENGINE_MYSQL;
$config[PropelConstants::ZED_DB_USERNAME] = 'root';
$config[PropelConstants::ZED_DB_PASSWORD] = '';
$config[PropelConstants::ZED_DB_PASSWORD] = 'secret';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need this here? As I can see for public suite we haven't specified passwords in this way

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed to properly configure DB in GA.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I understood it is used only in ci.

@@ -101,8 +101,8 @@ protected function setUp(): void
*/
protected function skipIfCi()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests works fine with GA?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow is green

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't use CirleCI anymore, we can remove it.

Copy link
Contributor

@stereomon stereomon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me this looks good now., only the CircleCI check left. I personally don't like the sh scripts but moving those to something else will be too much for this ticket.

@demkos demkos merged commit dcf6828 into master Jun 4, 2021
@demkos demkos deleted the bugfix/te-8977-migrate-b2b-and-b2c-public-demoshops-to-github-actions-ci branch June 4, 2021 08:20
dmiseev added a commit that referenced this pull request Dec 15, 2022
* TE-3552: Travis needs to be pinned down to a known working version.

* Revert invalid name change.

* Product Release September 2020 (#22)

* [CC-6959] Fixed code style

* TE-6012 removed sales-oms.

* cms gui test fix

* cms gui update

* [CC-6959] CR fixes: added fix for content navigation widget, adjusted import data

* [CC-6959] CR fixes: reverted test fixes

* [CC-9672] CR fixes: removed gift card glossary keys

* TE-7070: fix build for legacy

* [TE-6548] CSRF validation composer update

* SC-3890 Updated all required modules

* easily import integration

* [INT-76] Fixed easily import integration and common import also

* PS-14254: integrate ajax-add-to-cart molecule

* te-7095 updated merchant feature

* SC-4135 Update composer.lock

* te-7095 reverted to fix branch

* SC-4135 Fix travis issues after updating propel module

* te-7095 fixed

* Fixes after review.

* SC-4135 Revert changes, apply proper fix

* PS-14276: integrate cart-counter molecule and introduce node-animator molecule

* PS-13841: optimize condition

* SC-4055: Pre-Generated files + CodeBuckets

* Code style changes

* Codebucket autoload

* Update config_default-development-heroku.php

* Update config_default-development-heroku.php

* Update .travis.yml

* TE-7100/TE-7101/TE-7104/TE-7105: CSRF delete forms fixes

* CC-10359: fix navigation on Customer and Cart pages

* MP-3404: integrated merchant feature.

* Update .gitignore

* Update .gitignore

* SC-4055: Adjust config for devtest

* MP-3404: updated merchant demedata

* MP-3404: removed dependency to merchant stock

* MP-3404: updated composer

* b2b all integrations - added propel as root dependency.

* TE-7080: Fix volume price jumps on PDP IE11

* set propel to correct version.

* SC-3688: B2B integration: release Docker-SDK (SC-3135)

* PS-14278: fix code style

* SC-3688 Update composer files.

* SC-3688 Update package-lock.json

* PS-14278: fix node-animator for product-item-list

* SC-3688: Adding silex as it is still in use, however no-dev modules do not require it directly.

* SC-3688: Cleanup style sniffs after merge

* SC-4055: Update composer lock

* MP-3404: added missing config

* TE-6012 added wait for element to cest.

* TE-6012 revert.

* all integration added wait for element to the cest.

* all integration changed selector in cest.

* CC-10359: Footer navigation checkout, footer and header navigation on success page

* 3973: DemoData based on region

* TE-7100/TE-7101/TE-7104/TE-7105: fix views extend

* Update data/import/cms_block_store.csv

Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>

* @galitskye
CC-10359: Checkout footer

* @galitskye
CC-10358: Company account footer

* SC-3973 Fix development install configuration

* fixed propel version.

* SC-3973 Update spryker/propel module version

* dev15

* CC-10383: Fix footer on return pages

* CC-10386: Fixed navigation node data import ordering.

* CC-10386: Resolved confilcts after merging.

* CC-10393: Fixed issue with P/M Units fail whale.

* CC-10393: Small adjustments.

* CC-10388: Added missing import for b2b features.

* Adjusted composer.lock.

* CC-10389/CC-10390: Email images fixes

* b2b all integrations - removed propel files.

* CC-10391: Fixed double email seninding.

* CC-14289: Statuses styles fixes

* PS-14288: Order item statuses are not displayed

* PS-14288: Refactoring after CR

* up

* PS-14288: Refactoring after CR

* fix

* up

* files have been moved

* up

* SC-4195: (B2B) Config refactoring: default. SC-4133 (#1100)

* SC-4195: (B2B) Config refactoring: default

* SC-4195: fixed composer version and config_oms-development.php

* SC-4195: Fixing style sniffs

* SC-4194: Adding dashboard. Fixing log configuration.

* SC-4195: Making .gitignore consistent with other suites

* SC-4195: Fixing CR comments

Co-authored-by: Filip Sushko <filip.sushko@spryker.com>

* add template for deploy.yml

* MP-3404: updated composer

* MP-3404: updated b2b setup data import configs

* MP-3404: fixed invalid master merge

* up

* up2

* PS-13875: Fix search and filter section order page (#1103)

* PS-13875: Fix search and filter section order page

* PS-13875: search order

* STRMAN-5 prepared the repo for release. (#1105)

* STRMAN-5 prepared the repo for release.

* STRMAN-5 locked propel.

* STRMAN-5 downgraded ES.

* STRMAN-5 removed the spryker/development-core.

* STRMAN-5 fixed tests, codestyle and prolep version.

* STRMAN-5 cmp with nonsplit fixes.

* propel update

* Update docker installation guide

* Code style fixes

* Docker installation guide

* Update README.md

Remove empty spaces

* Update README.md

Text mistypings

* Update README.md

Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>

* Update docker installatio guide + troubleshooting

* Update docker installation guide + troubleshooting

* Update README.md

update links and formatting

* Update README.md

Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>

* CC-10442: Integration of GLUE-10680 in the B2B (#1109)

* CC-10483: Added prices for AT store. (#1110)

* SC-4141: Multistore and single branch setup (#1115)

* SC-4141: updated deploy for b2b staging env

* SC-4141: added prod data import files

* SC-2642: added synchronizationPool for AT

Co-authored-by: Filip Sushko <filip.sushko@spryker.com>

* CC-10136: Fix frontend dependencies security issues (#1112)

* TE-3485: Flexible chunk size integration

* CC-10474: enable new category list UI in Backoffice.

* CC-10596: fixed product sets images paths (#1121)

* CC-10630 fixed navigation fail whale (#1122)

* CC-10553: Integration of TE-7102 in the B2B demoshop (#1117)

Co-authored-by: vseselov <alexander.veselov@spryker.com>

* CC-10589 Fixed 'ajax add to cart' in IE11 (#1125)

* Adjust publish queues

* CC-10622: disabled profiler

* CC-10704: updated payment package (#1124)

* CC-10744: B2B bug integrations. (#1126)

* CC-10744: Adjusted composer files.

* CC-10744: Added missing changes.

* CC-10744: Reverted changes.

* CC-10744: Adjusted composer.lock.

* Adjust publisher queue

* CC-10756: Adjusted composer files.

* CC-10665 Fixed console error on the checkout Address step

* CC-10760: Adjusted composer files.

* CC-10760: Fixed composer.json

* CC-10763: Adjusted composer files.

* CC-10645: Fail Whale when trying to delete a business unit address (#1123)

* CC-10645: fixed fail Whale when trying to delete a business unit address

* CC-10645: added a fix for address deletion

* CC-10645: added an indent in a twig template

* CC-10645: add address-delete-message ext, fix buttons

* CC-10645: Adjusted composer.lock.

Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>

* CC-10760: Adjusted composer.lock.

* CC-10631: Mysql vs PgSQL. An empty size property

* CC-10760: Adjusted composer.lock.

* SC-4452: Adjusted MySQL propel adapter to have the same logic as PGSQL (GROUP BY magic)

* SC-4452: Fixing style issues. Excluding docker SDK folder from sniffer.

* Update composer lock

* CC-10760 Fixed exception

* CC-10760: fixed Travis

* CC-10656 Fixed console errors on PDP (#1134)

* cc-10575: fix form action for delete business unit (#1139)

* CC-10768: updated spryker/product-option-storage spryker/product-relation-gui

* CC-10760: reverted entity

* SC-4334: Increased timeouts in Nginx and PHP for requests with XDebug (#1140)

* CC-10474: enable new category list UI in Backoffice.

* SC-4334: integrated into b2b

* reverted config/Zed/navigation.xml

Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>

* CC-10790: Integrated bug

* CC-10665 cleanuped unused factories and use new container instead of the pimple.

* CC-10665 reverted the factory removal.

* SC-4467: AWS: Build failed: sed: can't read data/import/glossary.csv: No such file or directory (#1144)

* CC-10474: enable new category list UI in Backoffice.

* SC-4467: integration

* SC-4467: updated docker hash

* reverted config/Zed/navigation.xml

* SC-4467: Update missing module

* SC-4467: updated composer.lock

Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>

* CC-10629 Fixed product Packaging unit issues (#1148)

* CC-10629 Fixed product Packaging unit issues

* CC-10629 Fixed product packaging unit issues

* CC-10873: Adjusted composer files.

* CC-10800: fixed threshold message (#1149)

* TE-7071: fix font and elements blinking (#1141)

* TE-7071: fix font and elements blinking

* CC-10698: code style

* CC-10698: PR fixes

* CC-10385: Customer profile menu links (#1101)

* PS-14290: See Items in Order History: number of items displayed as just a number, should have word "items" (#1102)

* PS-14290: Add items on order detail

* PS-14290: Add functionality for one item in order

* CC-10908: Adjusted composer files. (#1151)

* CC-10665 updated spryker-shop/customer-page.

* CC-10918: updated composer

* CC-10783: B2B: Promo Products in Cart Bugs (#1152)

* cc-10783: fix variant selector for promotional product in cart

* cc-10783: small fix

* CC-10918: Updated composer

* CC-10921: updated composer

* Enable orphan prices auto cleanup.

* CC-10935: Updated composer

* CC-10921: Updated composer

* CC-10938: integrated bugs

* CC-10935: updated composer.lock

* CC-10940: Integrated bugs

* composer.lock update

* composer update

* CC-10972: fix z-index for header

* CC-10965: Removed incorrect links

* CC-10968: enabled Nopayment method in B2B.

* composer update

* Composer update to latest released version

* composer.lock update

* Composer update

Co-authored-by: Anton Zubariev <anton.zubariev@spryker.com>
Co-authored-by: Eugenia Poidenko <eugenia.poidenko@spryker.com>
Co-authored-by: voitov <tigran.voitov@spryker.com>
Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>
Co-authored-by: Anton Smarovydlo <anton.smarovydlo@spryker.com>
Co-authored-by: Mike Kalinin <mike.kalinin@spryker.com>
Co-authored-by: Eugene Galitsky <galitsky.e.o@gmail.com>
Co-authored-by: anton.kulik <anton.kulik@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: danil.moroz <danil.moroz@spryker.com>
Co-authored-by: Mike Kalinin <45598572+sprymiker@users.noreply.github.com>
Co-authored-by: Filip Sushko <filip.sushko@spryker.com>
Co-authored-by: anton.kulik <mymail.kulik@gmail.com>
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
Co-authored-by: Ilya Kubanov <45764294+ilyakubanov@users.noreply.github.com>
Co-authored-by: Dima Aseev <32021063+dmiseev@users.noreply.github.com>
Co-authored-by: Danil Moroz <42937797+danilmoro3@users.noreply.github.com>
Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Alex Bezpiatov <68903876+thealexjo-sprykee@users.noreply.github.com>
Co-authored-by: vseselov <alexander.veselov@spryker.com>
Co-authored-by: Sergey Samoylov <43746999+zssamoylov@users.noreply.github.com>
Co-authored-by: artemkosatov <artem.kosatov@spryker.com>

* Mutagen as the default sync mechanism. Security adjustments (#25)

* Mutagen as the default sync mechanism. Security adjustments

* Update README.md

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI (#31)

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - after review

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - fix ports

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - remove "skipIfCi"

* 202108.0 release (#39)

Product Release August 2021

Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: Pavel Asaulenko <asaulenko.pavel@gmail.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Roman Havrylko <roman.havrylko@spryker.com>
Co-authored-by: Dmitry Lymarenko <dmitry.lymarenko@spryker.com>
Co-authored-by: Svyatoslav Varpikhovsky <varpihovsky@gmail.com>
Co-authored-by: gechetspr <serhii.chepela@spryker.com>
Co-authored-by: Anton Sakharov <anton.sakharov@spryker.com>
Co-authored-by: Jeremy Fourna <jeremy.fourna@spryker.com>
Co-authored-by: Dmytro Dymarchuk <dmytro.dymarchuk@spryker.com>
Co-authored-by: marina <m934222258@gmail.com>
Co-authored-by: Yaroslav <yaroslav.krutikov@spryker.com>
Co-authored-by: Vasily Migel <vmigel@gmail.com>
Co-authored-by: Olha Livitchuk <olha.livitchuk@spryker.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Kostiantyn Kichehlov <kostiantyn.kichehlov@spryker.com>
Co-authored-by: pavel.makismov <pavlo.maksymov@spryker.com>
Co-authored-by: Svyatoslav varpikhovksy <svytoslav.varpikhovsky@spryker.com>
Co-authored-by: maslov <dev.maslov.a@gmail.com>
Co-authored-by: ilyakubanov <ilya.kubanov@spryker.com>
Co-authored-by: Anton Khabiuk <anton.khabiuk@spryker.com>
Co-authored-by: dmytro-sokolovskyi <79465867+dmytro-sokolovskyi@users.noreply.github.com>
Co-authored-by: Volodymyr Bezuhlyi <volodymyr.bezuhlyi@spryker.com>

* Fix package name as per rules

* CI issues fixes (#44)

* Propel update and CI issues fixes

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: fixed formatting in deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: fixed security job

* TE-10281: changed php version to 7.3 and fixed composer.lock

* Release 202204.0 (#52)

* Merged internal demoshop

* Updated CI to use php 7.4

* Added missing files after merge, updated composer.lock

* Fixed propel schema

* Fixed duplicating items

* Fixed duplicating items

* Fixed Application tests

* Updated README.md

* Merged internal demoshop

* Merged internal demoshop

* Updated composer

* Replaced deprecated CodeItNow module with BarcodeLaminas. (#55)

* Integrated m1 support and updated docker sdk hash

* Updated all deploy files

* Updated docker hash

* CC-16629: Removed guest endpoints.

* CC-16629: Removed guest relationships.

* Composer update

* Updated docker hash

* ACP changes after 202204 release

* Update jenkins.php

* CC-16706: Integrated bugticket.

* CC-16706: Fixed issue with missing relationship.

* merged base branch

* Bugfix integrations

* changed markup of PDP template

* Integrated reorder bugfix

* CC-16744: Adjusted composer files.

* CC-16670 Fix adding selected product's options when adding it to shopping list

* Locked composer versions

* Updated guzzle package version

* Updated composer

* Removed composer_back.json.
Removed version lock from composer.json.
Raized composer.json require section constraints to the actual in lock file.
Updated `sales` and `guzzlehttp/guzzle` module.

* Removed chromedriver alias.

* Updated composer (#1644)

* Updated composer

* Build fixes

* Updated spryker/testify version

* Locked module versions.

* Removed spryker/development-core from composer.

* Adjusted composer.json

* CC-23284 Fixed deploy.yml php vesrion

* CC-22829 Intagration (#1660)

* CC-23290 Integration of agent session validation. (#1659)

* CC-23290 Integration of agent session validation.

* Travis fixes

* ProductRelationCreateRelationCest fix

* CS fix

* Fixed NavigationTreeCest

* Fixed ProductRelationCreateRelationCest

* Fixed ProductRelationCreateRelationCest

* Skipped ProductRelationCreateRelationCest due to high failure percentage

Co-authored-by: Dmitry Lymarenko <dmitry.lymarenko@spryker.com>

* Updated PHP version at README.md

* Updated GA PHP vesrion

* Updated composer.lock

* Fixed merge issues

* Fixed ci.yml

* Updated ci.yml

* Composer and CI updates

* Removed unneeded extension modules

* Removed composer_back.json

* Updated CI config

* Trigger GA

* Updated npm packages, fixed formatting

* Deploy files cleanup

* Composer updates

* Updated composer

* Updated composer

* Composer update

Co-authored-by: Brian Graham <Incognito@users.noreply.github.com>
Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>
Co-authored-by: Volodymyr Lunov <volodymyr.lunov@spryker.com>
Co-authored-by: Mark Sch <dereuromark@users.noreply.github.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>
Co-authored-by: Anton Zubariev <anton.zubariev@spryker.com>
Co-authored-by: Eugenia Poidenko <eugenia.poidenko@spryker.com>
Co-authored-by: voitov <tigran.voitov@spryker.com>
Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>
Co-authored-by: Anton Smarovydlo <anton.smarovydlo@spryker.com>
Co-authored-by: Mike Kalinin <mike.kalinin@spryker.com>
Co-authored-by: Eugene Galitsky <galitsky.e.o@gmail.com>
Co-authored-by: anton.kulik <anton.kulik@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: danil.moroz <danil.moroz@spryker.com>
Co-authored-by: Mike Kalinin <45598572+sprymiker@users.noreply.github.com>
Co-authored-by: Filip Sushko <filip.sushko@spryker.com>
Co-authored-by: anton.kulik <mymail.kulik@gmail.com>
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
Co-authored-by: Ilya Kubanov <45764294+ilyakubanov@users.noreply.github.com>
Co-authored-by: Dima Aseev <32021063+dmiseev@users.noreply.github.com>
Co-authored-by: Danil Moroz <42937797+danilmoro3@users.noreply.github.com>
Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Alex Bezpiatov <68903876+thealexjo-sprykee@users.noreply.github.com>
Co-authored-by: vseselov <alexander.veselov@spryker.com>
Co-authored-by: Sergey Samoylov <43746999+zssamoylov@users.noreply.github.com>
Co-authored-by: artemkosatov <artem.kosatov@spryker.com>
Co-authored-by: Dmytro Dymarchuk <dmytro.dymarchuk@spryker.com>
Co-authored-by: Pavel Asaulenko <asaulenko.pavel@gmail.com>
Co-authored-by: Roman Havrylko <roman.havrylko@spryker.com>
Co-authored-by: Svyatoslav Varpikhovsky <varpihovsky@gmail.com>
Co-authored-by: gechetspr <serhii.chepela@spryker.com>
Co-authored-by: Anton Sakharov <anton.sakharov@spryker.com>
Co-authored-by: Jeremy Fourna <jeremy.fourna@spryker.com>
Co-authored-by: marina <m934222258@gmail.com>
Co-authored-by: Yaroslav <yaroslav.krutikov@spryker.com>
Co-authored-by: Vasily Migel <vmigel@gmail.com>
Co-authored-by: Olha Livitchuk <olha.livitchuk@spryker.com>
Co-authored-by: Kostiantyn Kichehlov <kostiantyn.kichehlov@spryker.com>
Co-authored-by: pavel.makismov <pavlo.maksymov@spryker.com>
Co-authored-by: Svyatoslav varpikhovksy <svytoslav.varpikhovsky@spryker.com>
Co-authored-by: maslov <dev.maslov.a@gmail.com>
Co-authored-by: ilyakubanov <ilya.kubanov@spryker.com>
Co-authored-by: Anton Khabiuk <anton.khabiuk@spryker.com>
Co-authored-by: dmytro-sokolovskyi <79465867+dmytro-sokolovskyi@users.noreply.github.com>
Co-authored-by: Volodymyr Bezuhlyi <volodymyr.bezuhlyi@spryker.com>
Co-authored-by: dima_tsemma <dmitry.tsemma@spryker.com>
Co-authored-by: Dmitriy Aseev <dmiseev@gmail.com>
Co-authored-by: Roman Havrylko <70894038+romanhavrylko@users.noreply.github.com>
DmitryLymarenko added a commit that referenced this pull request Mar 7, 2023
* TE-3552: Travis needs to be pinned down to a known working version.

* Revert invalid name change.

* Product Release September 2020 (#22)

* [CC-6959] Fixed code style

* TE-6012 removed sales-oms.

* cms gui test fix

* cms gui update

* [CC-6959] CR fixes: added fix for content navigation widget, adjusted import data

* [CC-6959] CR fixes: reverted test fixes

* [CC-9672] CR fixes: removed gift card glossary keys

* TE-7070: fix build for legacy

* [TE-6548] CSRF validation composer update

* SC-3890 Updated all required modules

* easily import integration

* [INT-76] Fixed easily import integration and common import also

* PS-14254: integrate ajax-add-to-cart molecule

* te-7095 updated merchant feature

* SC-4135 Update composer.lock

* te-7095 reverted to fix branch

* SC-4135 Fix travis issues after updating propel module

* te-7095 fixed

* Fixes after review.

* SC-4135 Revert changes, apply proper fix

* PS-14276: integrate cart-counter molecule and introduce node-animator molecule

* PS-13841: optimize condition

* SC-4055: Pre-Generated files + CodeBuckets

* Code style changes

* Codebucket autoload

* Update config_default-development-heroku.php

* Update config_default-development-heroku.php

* Update .travis.yml

* TE-7100/TE-7101/TE-7104/TE-7105: CSRF delete forms fixes

* CC-10359: fix navigation on Customer and Cart pages

* MP-3404: integrated merchant feature.

* Update .gitignore

* Update .gitignore

* SC-4055: Adjust config for devtest

* MP-3404: updated merchant demedata

* MP-3404: removed dependency to merchant stock

* MP-3404: updated composer

* b2b all integrations - added propel as root dependency.

* TE-7080: Fix volume price jumps on PDP IE11

* set propel to correct version.

* SC-3688: B2B integration: release Docker-SDK (SC-3135)

* PS-14278: fix code style

* SC-3688 Update composer files.

* SC-3688 Update package-lock.json

* PS-14278: fix node-animator for product-item-list

* SC-3688: Adding silex as it is still in use, however no-dev modules do not require it directly.

* SC-3688: Cleanup style sniffs after merge

* SC-4055: Update composer lock

* MP-3404: added missing config

* TE-6012 added wait for element to cest.

* TE-6012 revert.

* all integration added wait for element to the cest.

* all integration changed selector in cest.

* CC-10359: Footer navigation checkout, footer and header navigation on success page

* 3973: DemoData based on region

* TE-7100/TE-7101/TE-7104/TE-7105: fix views extend

* Update data/import/cms_block_store.csv

Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>

* @galitskye
CC-10359: Checkout footer

* @galitskye
CC-10358: Company account footer

* SC-3973 Fix development install configuration

* fixed propel version.

* SC-3973 Update spryker/propel module version

* dev15

* CC-10383: Fix footer on return pages

* CC-10386: Fixed navigation node data import ordering.

* CC-10386: Resolved confilcts after merging.

* CC-10393: Fixed issue with P/M Units fail whale.

* CC-10393: Small adjustments.

* CC-10388: Added missing import for b2b features.

* Adjusted composer.lock.

* CC-10389/CC-10390: Email images fixes

* b2b all integrations - removed propel files.

* CC-10391: Fixed double email seninding.

* CC-14289: Statuses styles fixes

* PS-14288: Order item statuses are not displayed

* PS-14288: Refactoring after CR

* up

* PS-14288: Refactoring after CR

* fix

* up

* files have been moved

* up

* SC-4195: (B2B) Config refactoring: default. SC-4133 (#1100)

* SC-4195: (B2B) Config refactoring: default

* SC-4195: fixed composer version and config_oms-development.php

* SC-4195: Fixing style sniffs

* SC-4194: Adding dashboard. Fixing log configuration.

* SC-4195: Making .gitignore consistent with other suites

* SC-4195: Fixing CR comments

Co-authored-by: Filip Sushko <filip.sushko@spryker.com>

* add template for deploy.yml

* MP-3404: updated composer

* MP-3404: updated b2b setup data import configs

* MP-3404: fixed invalid master merge

* up

* up2

* PS-13875: Fix search and filter section order page (#1103)

* PS-13875: Fix search and filter section order page

* PS-13875: search order

* STRMAN-5 prepared the repo for release. (#1105)

* STRMAN-5 prepared the repo for release.

* STRMAN-5 locked propel.

* STRMAN-5 downgraded ES.

* STRMAN-5 removed the spryker/development-core.

* STRMAN-5 fixed tests, codestyle and prolep version.

* STRMAN-5 cmp with nonsplit fixes.

* propel update

* Update docker installation guide

* Code style fixes

* Docker installation guide

* Update README.md

Remove empty spaces

* Update README.md

Text mistypings

* Update README.md

Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>

* Update docker installatio guide + troubleshooting

* Update docker installation guide + troubleshooting

* Update README.md

update links and formatting

* Update README.md

Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>

* CC-10442: Integration of GLUE-10680 in the B2B (#1109)

* CC-10483: Added prices for AT store. (#1110)

* SC-4141: Multistore and single branch setup (#1115)

* SC-4141: updated deploy for b2b staging env

* SC-4141: added prod data import files

* SC-2642: added synchronizationPool for AT

Co-authored-by: Filip Sushko <filip.sushko@spryker.com>

* CC-10136: Fix frontend dependencies security issues (#1112)

* TE-3485: Flexible chunk size integration

* CC-10474: enable new category list UI in Backoffice.

* CC-10596: fixed product sets images paths (#1121)

* CC-10630 fixed navigation fail whale (#1122)

* CC-10553: Integration of TE-7102 in the B2B demoshop (#1117)

Co-authored-by: vseselov <alexander.veselov@spryker.com>

* CC-10589 Fixed 'ajax add to cart' in IE11 (#1125)

* Adjust publish queues

* CC-10622: disabled profiler

* CC-10704: updated payment package (#1124)

* CC-10744: B2B bug integrations. (#1126)

* CC-10744: Adjusted composer files.

* CC-10744: Added missing changes.

* CC-10744: Reverted changes.

* CC-10744: Adjusted composer.lock.

* Adjust publisher queue

* CC-10756: Adjusted composer files.

* CC-10665 Fixed console error on the checkout Address step

* CC-10760: Adjusted composer files.

* CC-10760: Fixed composer.json

* CC-10763: Adjusted composer files.

* CC-10645: Fail Whale when trying to delete a business unit address (#1123)

* CC-10645: fixed fail Whale when trying to delete a business unit address

* CC-10645: added a fix for address deletion

* CC-10645: added an indent in a twig template

* CC-10645: add address-delete-message ext, fix buttons

* CC-10645: Adjusted composer.lock.

Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>

* CC-10760: Adjusted composer.lock.

* CC-10631: Mysql vs PgSQL. An empty size property

* CC-10760: Adjusted composer.lock.

* SC-4452: Adjusted MySQL propel adapter to have the same logic as PGSQL (GROUP BY magic)

* SC-4452: Fixing style issues. Excluding docker SDK folder from sniffer.

* Update composer lock

* CC-10760 Fixed exception

* CC-10760: fixed Travis

* CC-10656 Fixed console errors on PDP (#1134)

* cc-10575: fix form action for delete business unit (#1139)

* CC-10768: updated spryker/product-option-storage spryker/product-relation-gui

* CC-10760: reverted entity

* SC-4334: Increased timeouts in Nginx and PHP for requests with XDebug (#1140)

* CC-10474: enable new category list UI in Backoffice.

* SC-4334: integrated into b2b

* reverted config/Zed/navigation.xml

Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>

* CC-10790: Integrated bug

* CC-10665 cleanuped unused factories and use new container instead of the pimple.

* CC-10665 reverted the factory removal.

* SC-4467: AWS: Build failed: sed: can't read data/import/glossary.csv: No such file or directory (#1144)

* CC-10474: enable new category list UI in Backoffice.

* SC-4467: integration

* SC-4467: updated docker hash

* reverted config/Zed/navigation.xml

* SC-4467: Update missing module

* SC-4467: updated composer.lock

Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>

* CC-10629 Fixed product Packaging unit issues (#1148)

* CC-10629 Fixed product Packaging unit issues

* CC-10629 Fixed product packaging unit issues

* CC-10873: Adjusted composer files.

* CC-10800: fixed threshold message (#1149)

* TE-7071: fix font and elements blinking (#1141)

* TE-7071: fix font and elements blinking

* CC-10698: code style

* CC-10698: PR fixes

* CC-10385: Customer profile menu links (#1101)

* PS-14290: See Items in Order History: number of items displayed as just a number, should have word "items" (#1102)

* PS-14290: Add items on order detail

* PS-14290: Add functionality for one item in order

* CC-10908: Adjusted composer files. (#1151)

* CC-10665 updated spryker-shop/customer-page.

* CC-10918: updated composer

* CC-10783: B2B: Promo Products in Cart Bugs (#1152)

* cc-10783: fix variant selector for promotional product in cart

* cc-10783: small fix

* CC-10918: Updated composer

* CC-10921: updated composer

* Enable orphan prices auto cleanup.

* CC-10935: Updated composer

* CC-10921: Updated composer

* CC-10938: integrated bugs

* CC-10935: updated composer.lock

* CC-10940: Integrated bugs

* composer.lock update

* composer update

* CC-10972: fix z-index for header

* CC-10965: Removed incorrect links

* CC-10968: enabled Nopayment method in B2B.

* composer update

* Composer update to latest released version

* composer.lock update

* Composer update

Co-authored-by: Anton Zubariev <anton.zubariev@spryker.com>
Co-authored-by: Eugenia Poidenko <eugenia.poidenko@spryker.com>
Co-authored-by: voitov <tigran.voitov@spryker.com>
Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>
Co-authored-by: Anton Smarovydlo <anton.smarovydlo@spryker.com>
Co-authored-by: Mike Kalinin <mike.kalinin@spryker.com>
Co-authored-by: Eugene Galitsky <galitsky.e.o@gmail.com>
Co-authored-by: anton.kulik <anton.kulik@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: danil.moroz <danil.moroz@spryker.com>
Co-authored-by: Mike Kalinin <45598572+sprymiker@users.noreply.github.com>
Co-authored-by: Filip Sushko <filip.sushko@spryker.com>
Co-authored-by: anton.kulik <mymail.kulik@gmail.com>
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
Co-authored-by: Ilya Kubanov <45764294+ilyakubanov@users.noreply.github.com>
Co-authored-by: Dima Aseev <32021063+dmiseev@users.noreply.github.com>
Co-authored-by: Danil Moroz <42937797+danilmoro3@users.noreply.github.com>
Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Alex Bezpiatov <68903876+thealexjo-sprykee@users.noreply.github.com>
Co-authored-by: vseselov <alexander.veselov@spryker.com>
Co-authored-by: Sergey Samoylov <43746999+zssamoylov@users.noreply.github.com>
Co-authored-by: artemkosatov <artem.kosatov@spryker.com>

* Mutagen as the default sync mechanism. Security adjustments (#25)

* Mutagen as the default sync mechanism. Security adjustments

* Update README.md

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI (#31)

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - after review

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - fix ports

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - move DB password to "secrets"

* TE-8977: Migrate b2b and b2c public demoshops to Github actions CI - remove "skipIfCi"

* 202108.0 release (#39)

Product Release August 2021

Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: Pavel Asaulenko <asaulenko.pavel@gmail.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Roman Havrylko <roman.havrylko@spryker.com>
Co-authored-by: Dmitry Lymarenko <dmitry.lymarenko@spryker.com>
Co-authored-by: Svyatoslav Varpikhovsky <varpihovsky@gmail.com>
Co-authored-by: gechetspr <serhii.chepela@spryker.com>
Co-authored-by: Anton Sakharov <anton.sakharov@spryker.com>
Co-authored-by: Jeremy Fourna <jeremy.fourna@spryker.com>
Co-authored-by: Dmytro Dymarchuk <dmytro.dymarchuk@spryker.com>
Co-authored-by: marina <m934222258@gmail.com>
Co-authored-by: Yaroslav <yaroslav.krutikov@spryker.com>
Co-authored-by: Vasily Migel <vmigel@gmail.com>
Co-authored-by: Olha Livitchuk <olha.livitchuk@spryker.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Kostiantyn Kichehlov <kostiantyn.kichehlov@spryker.com>
Co-authored-by: pavel.makismov <pavlo.maksymov@spryker.com>
Co-authored-by: Svyatoslav varpikhovksy <svytoslav.varpikhovsky@spryker.com>
Co-authored-by: maslov <dev.maslov.a@gmail.com>
Co-authored-by: ilyakubanov <ilya.kubanov@spryker.com>
Co-authored-by: Anton Khabiuk <anton.khabiuk@spryker.com>
Co-authored-by: dmytro-sokolovskyi <79465867+dmytro-sokolovskyi@users.noreply.github.com>
Co-authored-by: Volodymyr Bezuhlyi <volodymyr.bezuhlyi@spryker.com>

* Fix package name as per rules

* CI issues fixes (#44)

* Propel update and CI issues fixes

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: fixed formatting in deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: Updated deploy files

* TE-10281: fixed security job

* TE-10281: changed php version to 7.3 and fixed composer.lock

* Release 202204.0 (#52)

* Merged internal demoshop

* Updated CI to use php 7.4

* Added missing files after merge, updated composer.lock

* Fixed propel schema

* Fixed duplicating items

* Fixed duplicating items

* Fixed Application tests

* Updated README.md

* Merged internal demoshop

* Merged internal demoshop

* Updated composer

* Replaced deprecated CodeItNow module with BarcodeLaminas. (#55)

* Integrated m1 support and updated docker sdk hash

* Updated all deploy files

* Updated docker hash

* CC-16629: Removed guest endpoints.

* CC-16629: Removed guest relationships.

* Composer update

* Updated docker hash

* ACP changes after 202204 release

* Update jenkins.php

* CC-16706: Integrated bugticket.

* CC-16706: Fixed issue with missing relationship.

* merged base branch

* Bugfix integrations

* changed markup of PDP template

* Integrated reorder bugfix

* CC-16744: Adjusted composer files.

* CC-16670 Fix adding selected product's options when adding it to shopping list

* Locked composer versions

* Updated guzzle package version

* Updated composer

* Removed composer_back.json.
Removed version lock from composer.json.
Raized composer.json require section constraints to the actual in lock file.
Updated `sales` and `guzzlehttp/guzzle` module.

* Removed chromedriver alias.

* Updated composer (#1644)

* Updated composer

* Build fixes

* Updated spryker/testify version

* Locked module versions.

* Removed spryker/development-core from composer.

* Adjusted composer.json

* CC-23284 Fixed deploy.yml php vesrion

* CC-22829 Intagration (#1660)

* CC-23290 Integration of agent session validation. (#1659)

* CC-23290 Integration of agent session validation.

* Travis fixes

* ProductRelationCreateRelationCest fix

* CS fix

* Fixed NavigationTreeCest

* Fixed ProductRelationCreateRelationCest

* Fixed ProductRelationCreateRelationCest

* Skipped ProductRelationCreateRelationCest due to high failure percentage

Co-authored-by: Dmitry Lymarenko <dmitry.lymarenko@spryker.com>

* Updated PHP version at README.md

* Updated GA PHP vesrion

* Updated composer.lock

* Fixed merge issues

* Fixed ci.yml

* Updated ci.yml

* Composer and CI updates

* Removed unneeded extension modules

* Removed composer_back.json

* Updated CI config

* Trigger GA

* Updated npm packages, fixed formatting

* Deploy files cleanup

* Updated composer

* Updated composer

* Adjusted composer files.

* CC-24062: RFQ bugfix integration (#1690)

* CC-24062 Integrated bugfix

* CC-24062 Updated spryker/code-sniffer

* Revert "CC-24062 Updated spryker/code-sniffer"

This reverts commit 4914f925e76566d1239a98a73f879672171884aa.

* CC-24062 Updated annotation

* code-sniffer migration to 0.16 (#1691)

* code-sniffer migration to 0.16.6

* phpstan fixes

* Updated .yml files (#1692)

* CC-23493 Updated composer (#1693)

* CC-17072 Integrated the fix for missing cancel button in order histiory page. (#1694)

* CC-23779 Formatted numbers integration (#1684)

* CC-15893 Integrated display numbers in Yves & Zed.

* CC-15893 Updated composer.json.

* CC-15893 Updated composer.json.

* CC-15893 Updated filter.

* CC-15893 Updated filter.

* CC-15893 Updated twig templates.

* CC-15893 Fixed validation issues.

* CC-15893 Updated composer.json.

* cc-23730 add formatted input to the form component

* cc-23730 add formatted input styles on product level

* cc-23730 fix formatted-number-input index.ts

* cc-22730 update twig files

* cc-22730 revert changes for input number

* cc-22730 revert changes for input number

* CC-23730 fix configured-bundle-quantity

* CC-15893 Updated composer.json.

* CC-15893 Updated composer.json.

* CC-15893 Added FE changes.

* CC-15893 Added FE changes.

* cc-23779 integration formatted number into b2b demo shop

* cc-23779 update quantity-counter, packaging-unit

* cc-23779 PR fixes

* cc-23779 fix PR

* cc-23779 fix PR

* cc-23779 update after core changes

* cc-23779 small fix

* cc-23779 provide number config from view

* cc-23779 remove unnecessary code

* cc-23779 fix styles, tslint error

* cc-23779 fix PR

Co-authored-by: Roman Havrylko <roman.havrylko@spryker.com>

* CC-23550 Integrate the bugfix (#1695)

* Updated composer (#1696)

* cc-25019 fix cart autoupdate (#1697)

* CC-25019 fix quantity-counter (#1698)

* Adjusted composer files.

* Fixed CI issues.

* Fixed CS sniffer issues.

* Raised composer packages.

* Removed deploy files.

Co-authored-by: Brian Graham <Incognito@users.noreply.github.com>
Co-authored-by: Dmitriy Krainiy <dmitriy.krainiy@spryker.com>
Co-authored-by: Volodymyr Lunov <volodymyr.lunov@spryker.com>
Co-authored-by: Mark Sch <dereuromark@users.noreply.github.com>
Co-authored-by: Oleksandr Myrnyi <oleksandr.myrnyi@spryker.com>
Co-authored-by: Anton Zubariev <anton.zubariev@spryker.com>
Co-authored-by: Eugenia Poidenko <eugenia.poidenko@spryker.com>
Co-authored-by: voitov <tigran.voitov@spryker.com>
Co-authored-by: galitsky <eugen.galitsky@spryker.com>
Co-authored-by: AntonKhabiuk <brotherosirus@gmail.com>
Co-authored-by: pivovarov <stanislav.pivovarov@spryker.com>
Co-authored-by: Yuriy Gerton <yuriy.gerton@spryker.com>
Co-authored-by: Anton Smarovydlo <anton.smarovydlo@spryker.com>
Co-authored-by: Mike Kalinin <mike.kalinin@spryker.com>
Co-authored-by: Eugene Galitsky <galitsky.e.o@gmail.com>
Co-authored-by: anton.kulik <anton.kulik@spryker.com>
Co-authored-by: Dima Aseev <dmitriy.aseev@spryker.com>
Co-authored-by: Denys Sokolov <denys.sokolov@spryker.com>
Co-authored-by: danil.moroz <danil.moroz@spryker.com>
Co-authored-by: Mike Kalinin <45598572+sprymiker@users.noreply.github.com>
Co-authored-by: Filip Sushko <filip.sushko@spryker.com>
Co-authored-by: anton.kulik <mymail.kulik@gmail.com>
Co-authored-by: Andrii Tserkovnyi <andrii.tserkovnyi@spryker.com>
Co-authored-by: Ilya Kubanov <45764294+ilyakubanov@users.noreply.github.com>
Co-authored-by: Dima Aseev <32021063+dmiseev@users.noreply.github.com>
Co-authored-by: Danil Moroz <42937797+danilmoro3@users.noreply.github.com>
Co-authored-by: Stanislav Matveev <matweewster@gmail.com>
Co-authored-by: Stanislav Matveyev <stanislav.matveyev@spryker.com>
Co-authored-by: Alex Bezpiatov <68903876+thealexjo-sprykee@users.noreply.github.com>
Co-authored-by: vseselov <alexander.veselov@spryker.com>
Co-authored-by: Sergey Samoylov <43746999+zssamoylov@users.noreply.github.com>
Co-authored-by: artemkosatov <artem.kosatov@spryker.com>
Co-authored-by: Dmytro Dymarchuk <dmytro.dymarchuk@spryker.com>
Co-authored-by: Pavel Asaulenko <asaulenko.pavel@gmail.com>
Co-authored-by: Roman Havrylko <roman.havrylko@spryker.com>
Co-authored-by: Svyatoslav Varpikhovsky <varpihovsky@gmail.com>
Co-authored-by: gechetspr <serhii.chepela@spryker.com>
Co-authored-by: Anton Sakharov <anton.sakharov@spryker.com>
Co-authored-by: Jeremy Fourna <jeremy.fourna@spryker.com>
Co-authored-by: marina <m934222258@gmail.com>
Co-authored-by: Yaroslav <yaroslav.krutikov@spryker.com>
Co-authored-by: Vasily Migel <vmigel@gmail.com>
Co-authored-by: Olha Livitchuk <olha.livitchuk@spryker.com>
Co-authored-by: Kostiantyn Kichehlov <kostiantyn.kichehlov@spryker.com>
Co-authored-by: pavel.makismov <pavlo.maksymov@spryker.com>
Co-authored-by: Svyatoslav varpikhovksy <svytoslav.varpikhovsky@spryker.com>
Co-authored-by: maslov <dev.maslov.a@gmail.com>
Co-authored-by: ilyakubanov <ilya.kubanov@spryker.com>
Co-authored-by: Anton Khabiuk <anton.khabiuk@spryker.com>
Co-authored-by: dmytro-sokolovskyi <79465867+dmytro-sokolovskyi@users.noreply.github.com>
Co-authored-by: Volodymyr Bezuhlyi <volodymyr.bezuhlyi@spryker.com>
Co-authored-by: dima_tsemma <dmitry.tsemma@spryker.com>
Co-authored-by: Dmitriy Aseev <dmiseev@gmail.com>
Co-authored-by: Roman Havrylko <70894038+romanhavrylko@users.noreply.github.com>
Co-authored-by: skliarzfort <83210096+skliarzfort@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants