rt:5.0/add-oracle-test-github-action

Last commit made on 2024-05-06
Get this branch:
git clone -b 5.0/add-oracle-test-github-action https://git.launchpad.net/rt

Branch merges

Branch information

Name:
5.0/add-oracle-test-github-action
Repository:
lp:rt

Recent commits

9547c96... by Ronaldo Richieri

Update Oracle test workflow to run only manually

fa75d8a... by Ronaldo Richieri

Update ORACLE testing RT_TEST_PARALLEL_NUM to 1

Oracle testing in GitHub workflows was failing intermittently due to
test parallelism.

We observed that running non-parallel tests made the workflow stable.

0b5d353... by Ronaldo Richieri

Add github actions config for rt-server tests with Oracle

fbbccc5... by Jim Brandt

Merge branch '5.0/one-time-cc-wrap-long-emails' into 5.0-trunk

12bdc83... by Jim Brandt

Merge branch '5.0/fts-oracle-23c' into 5.0-trunk

38ab36a... by Jim Brandt

Update testing docker image to Debian bullseye

8ba513b... by Jim Brandt

Merge branch '5.0/oracle-empty-clobs' into 5.0-trunk

fbaad31... by sunnavy

Skip DBIx::SearchBuilder 1.81 for Oracle

DBIx::SearchBuilder 1.81 introduces a new behavior that empty Contents of
Attachments are saved as empty CLOBs instead of NULL, which breaks the logic
of RT::Attachments::LimitNotEmpty.

cb58ce8... by sunnavy

Update tests and fix uninitialized warnings for changes in SearchBuilder 1.82

On Oracle, all not defined CLOB fields are set to NULL now, like VARCHAR.

c7b3368... by sunnavy

Allow one-time email addresses to wrap

Previously in 05ddb18445, we intentionally set .ticket-update-suggested-cc
to "nowrap" to prevent checkbox and label from wrapping independently.
Since RT 5, each pair of checkbox and label has been put into a separate
div.col-auto, which doesn't have the issue any more.

With this commit, long email addresses can wrap accordingly and thus not
overflow to other parts of the page.

Thanks to Lee Heagney!

Fixes: I#37849