Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle] Document removal of server:* commands#22094

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromchalasr:webserver-upgrade
Mar 21, 2017

Conversation

@chalasr
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#21373
LicenseMIT
Doc PRn/a

To ease upgrading.

We could also add something like that in the framework application:

publicfunctionfindNamespace($namespace){try {returnparent::findNamespace($namespace);    }catch (CommandNotFoundException$e) {if ('server' ===$namespace) {thrownewCommandNotFoundException('The "server:start", "server:stop", "server:status" and "server:run" commands have been moved...');        }    }}

But AFAIK we never did so in the past, tell me if we should.

sh4ka reacted with thumbs up emoji
@chalasrchalasr changed the title[FrameworkBundle] Document removal of server:* commands from the framework[FrameworkBundle] Document removal of server:* commandsMar 21, 2017
@fabpot
Copy link
Member

Thank you@chalasr.

@fabpotfabpot merged commitc99641a intosymfony:masterMar 21, 2017
fabpot added a commit that referenced this pull requestMar 21, 2017
…(chalasr)This PR was merged into the 3.3-dev branch.Discussion----------[FrameworkBundle] Document removal of server:* commands| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#21373| License       | MIT| Doc PR        | n/aTo ease upgrading.We could also add something like that in the framework application:```phppublic function findNamespace($namespace){    try {        return parent::findNamespace($namespace);    } catch (CommandNotFoundException $e) {        if ('server' === $namespace) {            throw new CommandNotFoundException('The "server:start", "server:stop", "server:status" and "server:run" commands have been moved...');        }    }}```But AFAIK we never did so in the past, tell me if we should.Commits-------c99641a Document removal of server:* commands from the framework
@chalasrchalasr deleted the webserver-upgrade branchMarch 21, 2017 15:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@chalasr@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp