-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Merge release 2.10.0 into 3.0.x #9066
Merged
greg0ire
merged 24 commits into
3.0.x
from
2.10.x-merge-up-into-3.0.x_6159cb4217e697.30353290
Oct 3, 2021
Merged
Merge release 2.10.0 into 3.0.x #9066
greg0ire
merged 24 commits into
3.0.x
from
2.10.x-merge-up-into-3.0.x_6159cb4217e697.30353290
Oct 3, 2021
Conversation
This file contains 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
Signed-off-by: Alexander M. Turek <[email protected]>
…lumns Remove calls to `ForeignKeyConstraint::getColumns()`
Signed-off-by: Alexander M. Turek <[email protected]>
* 2.9.x: Run PHP 8.1 CI with stable dependencies (#9058) Duplicate testTwoIterateHydrations (#9048) Add PHP 8.1 to CI (#9006) Fix locking non-existing entity (#9053) Signed-off-by: Alexander M. Turek <[email protected]>
1.12.0 and up comes with a migration to azjezz/psl that makes it impossible to troubleshoot issues with external commands such as git push
…ases Revert to older automatic releases
1.12.0 and up comes with a migration to azjezz/psl that makes it impossible to troubleshoot issues with external commands such as git push
To avoid recursive workflows, Github will prevent the release bot from pushing tags because that would result in a new workflow being triggered.
Avoid triggering workflows for tags
To avoid recursive workflows, Github will prevent the release bot from pushing tags because that would result in a new workflow being triggered.
Despite what is described in the docs, it seems that there is still an attempt to run a workflow for tags.
…for-tags Explicitly disallow workflows for tags
My previous attempts to disallow running a workflow when pushing a tag failed, so let's ensure we can run said workflow. Maybe we will be able to understand why it happened after it happens.
Use org admin token
greg0ire
approved these changes
Oct 3, 2021
greg0ire
deleted the
2.10.x-merge-up-into-3.0.x_6159cb4217e697.30353290
branch
October 3, 2021 20:59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release Notes for 2.10.0
2.10.0
CI
Improvement
ForeignKeyConstraint::getColumns()
thanks to @derrabusDBALException
thanks to @derrabusgetSchemaManager()
thanks to @derrabusType::DATETIME
thanks to @derrabusfixSchemaElementName()
thanks to @derrabusDriver::getName()
thanks to @derrabusEM::wrapInTransaction()
thanks to @simPodBug
EM::wrapInTransaction()
thanks to @simPodDeprecation
Documentation
Deprecation,Improvement
9004: Use PSR-6 for accessing the query cache thanks to @derrabus
9002: Switch cache configuration to PSR-6 thanks to @derrabus
8984: Remove unnecessary
method_exists()
checks thanks to @derrabus8964: DBAL 3 thanks to @derrabus
8957: Only wire ConnectionHelper if it's available thanks to @derrabus
8950: PHPStan 0.12.96 thanks to @derrabus
8948: Remove ImportCommand from console thanks to @derrabus
8947: Remove UUID generator strategy from fixtures thanks to @derrabus
8942: Remove remaining call to
prefersSequences()
thanks to @derrabus8940: Remove calls to
EchoSQLLogger
thanks to @derrabus8937: Don't pass
false
as lock mode toappendLockHint()
thanks to @derrabus8936: Reset Psalm baseline thanks to @derrabus
8934: Remove calls to
AbstractPlatform::getSQLResultCasing()
thanks to @derrabus8932: Drop support for generating json array fields thanks to @greg0ire
8898: Throw exception NotSupported Exception for
UuidGenerator
with doctr… thanks to @scyzoryck8887: Move
getSQLResultCasing
code into ORM from DBAL thanks to @beberlei8862: Change $this->assert* to self::assert* in unit tests thanks to @carnage
8841: Enable strict mode thanks to @greg0ire and @beberlei
8780: Fix usages of deprecated DBAL constants thanks to @derrabus
8419: Introduce
EntityManagerInterface#wrapInTransaction()
thanks to @simPodBC Break,Deprecation
New Feature
Backporting
BC Break,Backporting
Backporting,Improvement