Skip to content
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

[WAIT] Ping command #1035

Closed
wants to merge 1 commit into from
Closed

[WAIT] Ping command #1035

wants to merge 1 commit into from

Conversation

mcfedr
Copy link

@mcfedr mcfedr commented Oct 21, 2019

This just reflects the command from upstream in the same way the other commands are.

See doctrine/dbal#3697

@stof
Copy link
Member

stof commented Oct 21, 2019

it looks like you submitted your PR to a different branch than the one you used to start your work.

@alcaeus
Copy link
Member

alcaeus commented Oct 21, 2019

@mcfedr you've created the branch from the master branch, when it should've been 1.12.x. Please rebase your branch and remove all commits from the master branch that aren't in 1.12 (i.e., all but your last commit). If you need help, let me know.

@mcfedr
Copy link
Author

mcfedr commented Oct 21, 2019

@mcfedr you've created the branch from the master branch, when it should've been 1.12.x. Please rebase your branch and remove all commits from the master branch that aren't in 1.12 (i.e., all but your last commit). If you need help, let me know.

yep, i think i accidently created an extra PR, wasn't clear which branch I should use, but its resolved now.

*/
protected function execute(InputInterface $input, OutputInterface $output)
{
DoctrineCommandHelper::setApplicationConnection($this->getApplication(), $input->getOption('connection'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be possible to use a configurator to achieve the addOption call, but I can't think of a way to have the functional equivalent of this line without resorting to a console listener and exposing the input… so I guess extension is the only way here, unless someone has an idea…

DependencyInjection/DoctrineExtension.php Outdated Show resolved Hide resolved
Resources/config/dbal.xml Outdated Show resolved Hide resolved
@alcaeus alcaeus changed the title Ping command [WAIT] Ping command Oct 21, 2019
@alcaeus
Copy link
Member

alcaeus commented Oct 21, 2019

FYI, I'll wait until the corresponding DBAL PR is merged before merging this one.

@mcfedr mcfedr force-pushed the ping-command branch 2 times, most recently from 8acc4d3 to 16009b8 Compare October 21, 2019 11:11
@ostrolucky ostrolucky added the Status: On Hold Most likely waiting for upstream resolution label Dec 4, 2019
@ostrolucky ostrolucky changed the base branch from 1.12.x to master October 25, 2020 14:40
@ostrolucky
Copy link
Member

At this point this is more than one year old. Please reopen after you address issues in upstream PR.

@ostrolucky ostrolucky closed this Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: On Hold Most likely waiting for upstream resolution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants