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

Replace slave and master by replica and primary#29744

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:4.2fromMx-Glitter:remove-slave-master-words
Jan 2, 2019

Conversation

@Mx-Glitter
Copy link
Contributor

QA
Branch?4.2
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#29735
LicenseMIT
Doc PR

I targeted 4.2 branch because the words were introduced in it cf.#27291

samnela and smoench reacted with thumbs up emoji
@Mx-Glitter
Copy link
ContributorAuthor

Mx-Glitter commentedJan 1, 2019
edited
Loading

AppVeyor build failed and is hanginghere

Screenshot and output in case build window is not available anymore
image

Output

Build startedSET PATH=c:\php;%PATH%SET COMPOSER_NO_INTERACTION=1SET SYMFONY_DEPRECATIONS_HELPER=strictSET "SYMFONY_REQUIRE=>=4.2"SET ANSICON=121x90 (121x90)REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /fThe operation completed successfully.git clone -q --depth=2 https://github.com/symfony/symfony.git c:\projects\symfonygit fetch -q origin +refs/pull/29744/merge:git checkout -qf FETCH_HEADRestoring build cacheCache 'composer.phar' - RestoredCache '.phpunit' - RestoredRunning Install scriptsmkdir c:\php && cd c:\phpappveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x86.zipDownloading php-7.1.3-Win32-VC14-x86.zip (22,339,738 bytes)...100%7z x php-7.1.3-Win32-VC14-x86.zip -y >nulcd extappveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.8-7.1-ts-vc14-x86.zipDownloading php_apcu-5.1.8-7.1-ts-vc14-x86.zip (180,602 bytes)...100%7z x php_apcu-5.1.8-7.1-ts-vc14-x86.zip -y >nulcd ..copy /Y php.ini-development php.ini-min        1 file(s) copied.echo memory_limit=-1 >> php.ini-minecho serialize_precision=14 >> php.ini-minecho max_execution_time=1200 >> php.ini-minecho date.timezone="America/Los_Angeles" >> php.ini-minecho extension_dir=ext >> php.ini-mincopy /Y php.ini-min php.ini-max        1 file(s) copied.echo zend_extension=php_opcache.dll >> php.ini-maxecho opcache.enable_cli=1 >> php.ini-maxecho extension=php_openssl.dll >> php.ini-maxecho extension=php_apcu.dll >> php.ini-maxecho apc.enable_cli=1 >> php.ini-maxecho extension=php_intl.dll >> php.ini-maxecho extension=php_mbstring.dll >> php.ini-maxecho extension=php_fileinfo.dll >> php.ini-maxecho extension=php_pdo_sqlite.dll >> php.ini-maxecho extension=php_curl.dll >> php.ini-maxcopy /Y php.ini-max php.ini        1 file(s) copied.cd c:\projects\symfonyIF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.7.1/composer.phar)php composer.phar self-updateYou are already using composer version 1.8.0 (stable channel).copy /Y .composer\* %APPDATA%\Composer\.composer\config.json        1 file(s) copied.php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-masterChanged current directory to C:/Users/appveyor/AppData/Roaming/Composer./composer.json has been createdLoading composer repositories with package informationUpdating dependencies (including require-dev)Package operations: 1 install, 0 updates, 0 removals  - Installing symfony/flex (dev-master 7adc523): Downloading (100%)Writing lock fileGenerating autoload filesphp .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit src\Symfony\ContractsIF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)php composer.phar update --no-progress --no-suggest --ansiLoading composer repositories with package informationUpdating dependencies (including require-dev)Restricting packages listed in "symfony/symfony" to ">=4.2"Prefetching 42 packages   - Downloading (100%)Package operations: 42 installs, 0 updates, 0 removals  - Installing ocramius/package-versions (1.3.0): Loading from cache  - Installing psr/cache (dev-master 78c5a01): Loading from cache  - Installing cache/tag-interop (dev-master 992b7ed): Loading from cache  - Installing cache/integration-tests (dev-master 05f9717): Loading from cache  - Installing doctrine/collections (dev-master 73b0d9a): Loading from cache  - Installing doctrine/event-manager (dev-master dbdc567): Loading from cache  - Installing doctrine/lexer (dev-master 4ab6ea7): Loading from cache  - Installing doctrine/annotations (1.7.x-dev 232c5da): Loading from cache  - Installing doctrine/reflection (dev-master 4a97a22): Loading from cache  - Installing doctrine/cache (dev-master bdf3e32): Loading from cache  - Installing doctrine/persistence (dev-master 3a6c468): Loading from cache  - Installing psr/link (dev-master 131b5c3): Loading from cache  - Installing fig/link-util (dev-master 1a07821): Loading from cache  - Installing symfony/polyfill-mbstring (v1.10.0): Loading from cache  - Installing symfony/polyfill-ctype (v1.10.0): Loading from cache  - Installing twig/twig (2.x-dev 139c752): Loading from cache  - Installing psr/container (dev-master 014d250): Loading from cache  - Installing psr/log (dev-master c4421fc): Loading from cache  - Installing psr/simple-cache (dev-master 408d5ea): Loading from cache  - Installing symfony/contracts (dev-master 1aa7ab2): Loading from cache  - Installing symfony/polyfill-php72 (v1.10.0): Loading from cache  - Installing symfony/polyfill-intl-icu (v1.10.0): Loading from cache  - Installing doctrine/inflector (1.3.x-dev 45d9b13): Loading from cache  - Installing doctrine/common (dev-master af54fea): Loading from cache  - Installing doctrine/data-fixtures (1.0.x-dev bd44f6b): Loading from cache  - Installing doctrine/instantiator (dev-master 8c8c1af): Loading from cache  - Installing doctrine/dbal (2.9.x-dev f192610): Loading from cache  - Installing doctrine/orm (2.7.x-dev 266f0d7): Loading from cache  - Installing jdorn/sql-formatter (dev-master 7ef9b85): Loading from cache  - Installing doctrine/doctrine-cache-bundle (dev-master ea55012): Loading from cache  - Installing symfony/security-acl (dev-master 22928f6): Loading from cache  - Installing doctrine/doctrine-bundle (dev-master ad278ef): Loading from cache  - Installing monolog/monolog (1.x-dev 4d5b7e6): Loading from cache  - Installing zendframework/zend-code (dev-develop 8003f74): Loading from cache  - Installing ocramius/proxy-manager (2.1.x-dev e18ac87): Loading from cache  - Installing predis/predis (v1.1.x-dev 111d100): Loading from cache  - Installing egulias/email-validator (2.1.7): Loading from cache  - Installing symfony/phpunit-bridge (dev-master f2f80d0): Loading from cache  - Installing webmozart/assert (1.4.0): Loading from cache  - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache  - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache  - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cacheWriting lock fileGenerating autoload filesSymfony recipes are disabled: "symfony/flex" not found in the root composer.jsonocramius/package-versions:  Generating version class...ocramius/package-versions: ...done generating version classphp phpunit install#!/usr/bin/env phpThe directory is not empty.Installing phpunit/phpunit (6.5.13)Plugins have been disabled.                                                  [InvalidArgumentException]                      Project directory phpunit-6.5/ is not empty.                                                  create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]No composer.json in current directory, do you want to use the one at C:\projects\symfony? [Y,n]?

@fabpotfabpot changed the base branch frommaster to4.2January 2, 2019 09:25
@fabpotfabpotforce-pushed theremove-slave-master-words branch from3a9cb37 tof06e6b4CompareJanuary 2, 2019 09:25
@fabpot
Copy link
Member

Thank you@Mx-Glitter.

@fabpotfabpot merged commitf06e6b4 intosymfony:4.2Jan 2, 2019
fabpot added a commit that referenced this pull requestJan 2, 2019
…ter)This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes#29744).Discussion----------Replace slave and master by replica and primary| Q             | A| ------------- | ---| Branch?       | 4.2| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets |#29735| License       | MIT| Doc PR        |I targeted 4.2 branch because the words were introduced in it cf.#27291Commits-------f06e6b4 Replace slave and master by replica and primary
@Mx-GlitterMx-Glitter deleted the remove-slave-master-words branchJanuary 3, 2019 08:55
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

+1 more reviewer

@ogizanagiogizanagiogizanagi approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

4.2

Development

Successfully merging this pull request may close these issues.

5 participants

@Mx-Glitter@fabpot@nicolas-grekas@ogizanagi@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp