-
-
Notifications
You must be signed in to change notification settings - Fork 424
Make convert services #604
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1f3022f
Adding command to convert service yaml files to php
4f77ceb
adding an argument to control the filename
weaverryan 668cd3f
helping edit know specifically which class is returned
weaverryan a02f9f2
re-adding Symfony 5.1 requirement
weaverryan b7201c5
improving the test
weaverryan 9e1c4aa
Adding bigger closing statement, including warning if your kernel doe…
weaverryan 52b4191
fixing some misspellings
weaverryan 027f969
adding test case for new deprecated syntax in 5.
weaverryan 880d83e
minor clarification about argument name
weaverryan 6853a09
convert exceptions from conversion into the nicer command exceptions
weaverryan f791e72
moving the handling of whether or not the container should be tested …
weaverryan 11198df
this file is already tested in the main method
weaverryan 579b780
renaming directory
weaverryan 9f488be
I don't see why we're skipping someFile.yaml
weaverryan 9ae90ea
just renaming files - I'll move them in a minute
weaverryan b5528be
Fixing a bug in the test
weaverryan b0f0b17
moving the reosource tests into the main test case
weaverryan 9b247e2
combining last method into the main one
weaverryan a279dc9
Refactoring how we handle service args to be very specific
weaverryan 0c23a34
updating for last-second php 5.1 changes: ref() -> service()
weaverryan 2a9c9e3
removing bad error - this IS in fact a bad YAML situation
weaverryan 73fde10
skipping tests below symfony 5.1
weaverryan 50ea730
fixing php 7.1 syntax error
10000
weaverryan 18b3ad2
fixing phpcs
weaverryan f785aeb
adding support for exclude as an array
weaverryan 45c3585
adding state to PhpServicesCreator in prep for environments handling
weaverryan f30affd
Revert "adding state to PhpServicesCreator in prep for environments h…
weaverryan 60aadd5
adding support for converting all services files at the same time (fo…
weaverryan d8f12c7
avoiding state problem and fixing "main" -> "all"
weaverryan 098295e
Bringing in changes from https://github.com/migrify/migrify
weaverryan 5033a64
fixing expected variable
weaverryan 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
moving the handling of whether or not the container should be tested …
…to the data provider The data provider should, ideally, pass all the info the tests needs directly. So, let's directly tell the test case if the container should be compared or not
- Loading branch information
commit f791e72a57c9f56fcb33a6ab810dcdb13331ef70
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
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.