Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M2 content provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TechDivision Public
M2 content provisioning
Merge requests
!44
Use proxies for console command dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Use proxies for console command dependencies
use-proxies-for-console-commands
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Use proxies for console command dependencies
Enrico Ellguth
requested to merge
use-proxies-for-console-commands
into
develop
May 4, 2023
Overview
0
Commits
2
Pipelines
2
Changes
1
fixes an issue during the installtion of Magento ("default website not found")
0
0
Merge request reports
Compare
develop
version 1
18b4ede1
May 4, 2023
develop (base)
and
latest version
latest version
3c7a2d4b
2 commits,
May 4, 2023
version 1
18b4ede1
1 commit,
May 4, 2023
1 file
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
etc/di.xml
+
17
−
1
View file @ 3c7a2d4b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -91,13 +91,29 @@
</argument>
</arguments>
</type>
<type
name=
"Firegento\ContentProvisioning\Model\Console\AddBlockCommand"
>
<arguments>
<argument
name=
"applyBlockEntry"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Command\ApplyBlockEntry\Proxy
</argument>
</arguments>
</type>
<type
name=
"Firegento\ContentProvisioning\Model\Console\AddPageCommand"
>
<arguments>
<argument
name=
"applyPageEntry"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Command\ApplyPageEntry\Proxy
</argument>
</arguments>
</type>
<type
name=
"Firegento\ContentProvisioning\Model\Console\BlockListCommand"
>
<arguments>
<argument
name=
"getAllBlockEntries"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetBlockEntryList\Proxy
</argument>
<argument
name=
"getBlocksByBlockEntry"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetBlocksByBlockEntry\Proxy
</argument>
</arguments>
</type>
<type
name=
"Firegento\ContentProvisioning\Model\Console\BlockResetCommand"
>
<arguments>
<argument
name=
"getBlockEntryList"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetBlockEntryList\Proxy
</argument>
<argument
name=
"applyBlockEntry"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Command\ApplyBlockEntry\Proxy
</argument>
<argument
name=
"applyMediaFiles"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Command\ApplyMediaFiles\Proxy
</argument>
</arguments>
</type>
<type
name=
"Firegento\ContentProvisioning\Model\Console\PageListCommand"
>
<arguments>
<argument
name=
"getAllContentEntries"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetPageEntryList\Proxy
</argument>
Loading