forked from magento/ece-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAGECLOUD-4100: Introduce DI component (magento#618)
- Loading branch information
1 parent
3347db4
commit 5d62e21
Showing
24 changed files
with
252 additions
and
400 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
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<container xmlns="http://symfony.com/schema/dic/services" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd"> | ||
|
||
<services> | ||
<defaults autowire="true" autoconfigure="true" public="true"/> | ||
<!-- ... --> | ||
<prototype namespace="Magento\MagentoCloud\" resource="../src/*" exclude="../src/{Test}"/> | ||
|
||
<service id="Composer\Package\Version\VersionParser" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Filesystem\SystemList" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Build\DeployStaticContent" autowire="false" /> | ||
<service id="Magento\MagentoCloud\App\Container" autowire="false" /> | ||
<service id="Magento\MagentoCloud\App\GenericException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\App\Logger\Gelf\Handler" autowire="false" /> | ||
<service id="Magento\MagentoCloud\App\Container" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Config\Validator\Result\Error" autowire="false" /> | ||
<service id="Magento\MagentoCloud\DB\Data\Connection" autowire="false" /> | ||
<service id="Magento\MagentoCloud\DB\Data\RelationshipConnection" autowire="false" /> | ||
<service id="Magento\MagentoCloud\DB\PDOException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Docker\ConfigurationMismatchException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Filesystem\Flag\ConfigurationMismatchException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Scenario\Exception\ProcessorException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Scenario\Exception\ValidationException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Filesystem\FileSystemException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Package\UndefinedPackageException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\DeployCompletion" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\DeployStaticContent" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\InstallUpdate" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\InstallUpdate\ConfigUpdate" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\InstallUpdate\Install" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\InstallUpdate\Update" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Deploy\PreDeploy" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\StepComposite" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\StepException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\ValidateConfiguration" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Step\Build\BackupData" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Service\ServiceMismatchException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Shell\Process" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Shell\ProcessException" autowire="false" /> | ||
<service id="Magento\MagentoCloud\Filesystem\Flag\Pool"> | ||
<argument type="collection"> | ||
<argument key="regenerate">var/.regenerate</argument> | ||
<argument key="scd_in_build">.static_content_deploy</argument> | ||
<argument key="deploy_is_failed">var/.deploy_is_failed</argument> | ||
</argument> | ||
</service> | ||
<service id="Composer\Package\Version\VersionParser"/> | ||
<service id="Composer\Semver\VersionParser"/> | ||
<service id="Composer\Semver\Semver"/> | ||
<service id="Composer\Semver\Comparator"/> | ||
<service id="Illuminate\Config\Repository"/> | ||
<service id="Symfony\Component\Serializer\Encoder\XmlEncoder"/> | ||
<service id="Psr\Log\LoggerInterface" alias="Magento\MagentoCloud\App\Logger" /> | ||
<service id="Magento\MagentoCloud\App\ContainerInterface" alias="container" /> | ||
<service id="Magento\MagentoCloud\Shell\ShellInterface" alias="Magento\MagentoCloud\Shell\Shell" /> | ||
<service id="Magento\MagentoCloud\Config\Stage\DeployInterface" alias="Magento\MagentoCloud\Config\Stage\Deploy" /> | ||
<service id="Magento\MagentoCloud\Config\Stage\BuildInterface" alias="Magento\MagentoCloud\Config\Stage\Build" /> | ||
</services> | ||
</container> |
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
Oops, something went wrong.