2024-09-24
One bug fix in content moderation, an improvement with non-SQL database backends, and a documentation update.
It covers commits from 2024-09-21 on 11.x
branch.
#3179199 - 694cb802f42f08b44a791fc7d94827802a82c955
Fixes a bug while publishing on content_moderation
and
workflows
integration.
#3475512 - 7d4bba32ec2496febd90c8349603d6a98c6df830
Converted a few static database queries into dynamic ones to better support non-SQL databases like MongoDB.
#3465154 - 747a4dcb9a45da962a8c466104f6b7afb40bea07
Tweaked run-tests.sh documentation.
$ git log --oneline --reverse --since=2024-09-20T23:59:59+00:00 --until=2024-09-22T00:00:00+00:00
747a4dcb9a Issue #3465154 by yujiman85, n-m-daz, nod_: Update run-tests.sh help output to match current test organization
7d4bba32ec Issue #3475512 by daffie: Replace hardcoded database queries with dynamic queries
694cb802f4 Issue #3179199 by ekes, acrazyanimal, adriancid, smustgrave, sam152, amateescu, ravi.shankar, alexj12, s_leu, renatog: Content Moderation prevents workspace deployment
$ git diff --shortstat 747a4dcb9a~1..694cb802f4
14 files changed, 153 insertions(+), 26 deletions(-)