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
Commits
1d74b18c
Commit
1d74b18c
authored
May 4, 2023
by
Simon Sippert
Browse files
Options
Downloads
Plain Diff
Merge branch 'use-proxies-for-console-commands' into 'develop'
Use proxies for console command dependencies See merge request
!44
parents
36a694fa
5bf5f13b
Branches
Branches containing commit
Tags
1.4.3
Tags containing commit
1 merge request
!44
Use proxies for console command dependencies
Pipeline
#88706
passed
10 months ago
Stage: static-tests
Stage: integration-tests
Changes
1
Pipelines
579
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/di.xml
+17
-1
17 additions, 1 deletion
etc/di.xml
with
17 additions
and
1 deletion
etc/di.xml
+
17
−
1
View file @
1d74b18c
...
@@ -91,13 +91,29 @@
...
@@ -91,13 +91,29 @@
</argument>
</argument>
</arguments>
</arguments>
</type>
</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"
>
<type
name=
"Firegento\ContentProvisioning\Model\Console\BlockListCommand"
>
<arguments>
<arguments>
<argument
name=
"getAllBlockEntries"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetBlockEntryList\Proxy
</argument>
<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>
<argument
name=
"getBlocksByBlockEntry"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetBlocksByBlockEntry\Proxy
</argument>
</arguments>
</arguments>
</type>
</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"
>
<type
name=
"Firegento\ContentProvisioning\Model\Console\PageListCommand"
>
<arguments>
<arguments>
<argument
name=
"getAllContentEntries"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetPageEntryList\Proxy
</argument>
<argument
name=
"getAllContentEntries"
xsi:type=
"object"
>
Firegento\ContentProvisioning\Model\Query\GetPageEntryList\Proxy
</argument>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment