Skip to content

Commit

Permalink
Merge pull request #15 from spryker-eco/dev
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
Incognito authored Oct 5, 2018
2 parents 7465caa + 3f23522 commit c6bb753
Show file tree
Hide file tree
Showing 150 changed files with 610 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/
20 changes: 7 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "spryker-eco/akeneo-pim-middleware-connector",
"description": "Akeneo PIM to Middleware connector Module",
"description": "AkeneoPimMiddlewareConnector module",
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1",
"spryker/kernel": "^3.0.0",
Expand All @@ -10,23 +12,15 @@
"spryker-middleware/process": "^1.0.0",
"spryker/data-import": "^1.0.0"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:spryker-eco/akeneo-pim.git"
}
],
"autoload": {
"psr-0": {
"SprykerEco": "src/",
"Function": "tests/"
"psr-4": {
"SprykerEco\\": "src/SprykerEco/"
}
},
"minimum-stability": "dev",
"autoload-dev": {
"psr-0": {
"Functional": "tests/",
"Unit": "tests/"
"psr-4": {
"SprykerEcoTest\\": "tests/SprykerEcoTest/"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Shared\AkeneoPimMiddlewareConnector;

/**
* Declares global environment configuration keys. Do not use it for other class constants.
*/
interface AkeneoPimMiddlewareConnectorConstants
{
public const LOCALE_MAP_FILE_PATH = 'AKENEOPIMMIDDLEWARECONNECTOR:LOCALE_MAP_FILE_PATH';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector;
Expand Down Expand Up @@ -248,7 +248,7 @@ public function providePersistenceLayerDependencies(Container $container): Conta
protected function addAkeneoPimProcesses(Container $container): Container
{
$container[static::AKENEO_PIM_MIDDLEWARE_PROCESSES] = function () {
return $this->getAkeneoPimProceseesPlugins();
return $this->getAkeneoPimProcessesPlugins();
};

return $container;
Expand Down Expand Up @@ -313,7 +313,7 @@ protected function addServiceUtilText(Container $container): Container
/**
* @return \SprykerMiddleware\Zed\Process\Dependency\Plugin\Configuration\ProcessConfigurationPluginInterface[]
*/
protected function getAkeneoPimProceseesPlugins(): array
protected function getAkeneoPimProcessesPlugins(): array
{
return [
new AttributeImportConfigurationPlugin(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Exception;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Exception;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper\Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Mapper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Akeneo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\DataImport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\DataImport;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Db;
Expand Down Expand Up @@ -58,7 +58,7 @@ public function open(): bool
$this->iterator = $this->modelCriteria
->find()
->getIterator();

return true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Json;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream\Json;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Stream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Translator\Dictionary;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Translator\Dictionary;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Translator\Dictionary;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* MIT License
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace SprykerEco\Zed\AkeneoPimMiddlewareConnector\Business\Translator\Dictionary;
Expand Down
Loading

0 comments on commit c6bb753

Please sign in to comment.