IBX-11842: Merged branch '4.6' into 5.0 - #821
Open
alongosz wants to merge 4 commits into
Open
Conversation
…ode and lock version (#777) For more details see https://ibexa.atlassian.net/browse/IBX-11842 and #777 Key changes: * Fixed `SiteAccessAwareEntityManager::find()` silently dropping the `$lockMode` and `$lockVersion` arguments, causing requested pessimistic/optimistic locks (e.g. `LockMode::PESSIMISTIC_WRITE`) to never be applied. * Added a scoped PHPStan `ignoreErrors` entry to accommodate `find()`'s wider signature against `ObjectManager::find()`. * Added unit test coverage verifying lock mode and lock version are forwarded to the wrapped entity manager. --------- Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alongosz
force-pushed
the
merge/4.6-to-5.0
branch
from
September 9, 2026 12:45
4063ec5 to
604b643
Compare
For more details see https://ibexa.atlassian.net/browse/IBX-11778 and #818 Key changes: * Renamed the Backend CI workflow from "CI" to "Backend CI" and added a bare `workflow_dispatch` trigger for manual runs. * Passed an explicit `php-version` matching the job matrix to all `composer-install` steps in `backend-ci.yaml`. * Guarded the code style check with `set -euo pipefail` so a `check-cs` failure piped into `cs2pr` is no longer masked. * Bumped the SHA-pinned `docker/login-action` to v4.6.0 in `gha-docker-solr.yaml`.
alongosz
marked this pull request as ready for review
September 11, 2026 14:52
Member
Author
Pinned the Rector PHP workflow to PHP 8.3 as part of the IBX-11778 GHA standardization. rector.yaml exists only on 5.0+, so the 4.6 sweep could not reach it: the caller omitted the php-version input and the shared workflow fell back to setup-php's latest stable (PHP 8.5), outside the 8.3/8.4 matrix the branch actually tests on. Also named the job, matching the canonical reference. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
alongosz
force-pushed
the
merge/4.6-to-5.0
branch
from
September 11, 2026 21:30
e654efe to
e160b48
Compare
|
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
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.



Caution
This is a merge pull request
Related PRs:
🤖 Generated with Claude Code