-
Notifications
You must be signed in to change notification settings - Fork 2
Symplify autowiring and remove backticks #19
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
Merged
parijke
merged 26 commits into
main
from
feaure/autowiring-simplification-and-backticks
May 30, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6675f7b
Symplify autowiring and remove backticks
parijke 6ec9b23
Fix tests using iterator
parijke 906b17b
Update composer.json
parijke 1c77aa2
Remove obsolete service definitions
parijke 208ea2b
Symplify checks because they are already iterable
parijke 0b1ad67
Simplify bundle config
parijke 0bd6c60
Move services to main config
parijke 3baac8b
Move routes to main config
parijke a72ca0d
Refactor services to new filestructure
parijke 7db89e3
Adjust file location
parijke 719fd95
Add / adjust instructions
parijke 4c76eab
Add AutoConfigureTag
parijke 086a280
Remove 5.4 as supported version
parijke a374adb
Remove tag name and use the interface
parijke 33fe6a0
Solved "error"?
parijke 32d15a7
Remove unused dependencies
parijke c8857dd
Adjust description
parijke a350061
Move tests out of src
parijke 4f71bbc
Remove extra character
parijke 1d6bec8
Remove obsolete settings
parijke bcc01a2
Fix deprecation
parijke 642f803
Switch to attribute routes
parijke c249128
Add correct routes to config installer
parijke 04cabaf
Update with routing
parijke 9bfb3f2
Add information about the routin installer
parijke e83bde5
Re-anabled the tags
parijke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| open_conext_monitor: | ||
| resource: "@OpenConextMonitorBundle/Resources/config/routing.yml" | ||
| prefix: / | ||
|
|
||
|
|
||
| resource: "@OpenConextMonitorBundle/src/Controller" | ||
| type: attribute | ||
| prefix: / |
This file contains hidden or 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 hidden or 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 hidden or 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,8 @@ | ||
| services: | ||
| _defaults: | ||
| autowire: true # Automatically injects dependencies in your services. | ||
| autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. | ||
|
|
||
| OpenConext\MonitorBundle\: | ||
| resource: '../src/' | ||
| exclude: '../src/{Entity,Repository,Tests,Resources,DependencyInjection,OpenConextMonitorBundle.php}' |
This file contains hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.