[Rt-commit] rt annotated tag rt-4.4.7beta1 created. rt-4.4.7beta1
BPS Git Server
git at git.bestpractical.com
Mon Sep 18 19:50:16 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The annotated tag, rt-4.4.7beta1 has been created
at d397d08d1174874449114edda79d40d0dc2b8450 (tag)
tagging 2c63541437c5670667070352ab548aea5f38351f (commit)
replaces rt-4.4.6
tagged by sunnavy
on Mon Sep 18 13:06:17 2023 -0400
- Log -----------------------------------------------------------------
Version 4.4.7beta1
-----BEGIN PGP SIGNATURE-----
iQFOBAABCAA4FiEExJs3Lyv4ShkBFmAnDfCig/6sgLIFAmUIg4kaHHN1bm5hdnlA
YmVzdHByYWN0aWNhbC5jb20ACgkQDfCig/6sgLLfLAgAl9WIbnmvwsU+2PF4bj6S
YffhzK0kZSxwnbPWgV4MvvOM7v5LOcL+aDFurMqt7gUrFqIslLPCWc0kDCVol7aU
Aq4fkjv5uDoFhkic1XRYkVxBAYKSC5VVEb+ULB3xDt5vntzqCsStfUGaNmdteEwr
WCU5gkpYVe7mZdrUnowz2oFgml07vfmSinvkJn2k4HQnlN9Cpn3hTm/zB766bM0E
iimEDdVR9XFPsGH5FbSlp30FOsBsmB9Tnf/v/AEZFEm1z5MAWWmB+psixG1map3z
8akFB0p+HO4U5vupZBRE8ZeYfup2ettk8RsZTvLJOcjvCVWiCeNXA9D6/zjGVTBz
8Q==
=hRbp
-----END PGP SIGNATURE-----
Aaron Trevena (1):
Make RT work with MySQL 8
Andrew Ruthven (1):
A client terminating a connection shouldn't kill a FCGI process
Brett Smith (5):
Always get run time of GitHub Actions tests
Remove unused envvars from GitHub Actions
Remove `docker ps` calls from GitHub Actions
Clean up Travis cruft from GitHub Actions
Migrate from Docker links to networks
Brian Conry (7):
Remove state criteria for invalid utf8 error warnings
Improve template 'Error: public key'
Fix docs on RT::Queue::IsWatcher
Convert ticket link graph generator to GraphViz2
Allow additonal ticket relationship graph directions
Add github actions step for MySQL 8
Allow selection of SSL providers with SMIME
Craig Kaiser (1):
Add documentation for automating-rt, using rt-crontool with multiple --action parameters.
Jason Crome (2):
Make simple search result refresh always function
Custom Roles cannot apply globally; correct docs
Jesse Vincent (3):
Only run the "Slack notification" test step inside the bestpractical org
Switch the github test harness to using RT's built in parallel testing make target.
"if: always()" is a noop. Remove it to reduce visual clutter
Jim Brandt (40):
Explicitly check rights when loading RT System saved search
Add tests for loading RT System saved searches
Explicitly check rights before deleting a saved search
Add tests for deleting a saved search
Add tests for LoadOrCreateByEmail
Don't default Name to EmailAddress in LoadOrCreateByEmail
Document default Name setting in RT::User
Provide examples for CanonicalizeEmailAddress match and replace
Merge branch '4.4/error-public-key-template-tweak' into 4.4-trunk
Merge branch '4.4/fix-queue-IsWatcher-docs' into 4.4-trunk
Pull from new buster image
Recurse into t directory to run all tests
Test MariaDB current long term support version
Test against a supported Postgresql version
Merge branch '4.4/importer-no-auto-commit-handle-originalid' into 4.4-trunk
Merge branch '4.4/docker-testing-buster' into 4.4-trunk
Merge branch '4.4/github-actions-updates' into 4.4-trunk
Restore always flag so we get time info on failures
Restore the github actions always() for slack notifications
Merge branch '4.4/message-attachment-original-content' into 4.4-trunk
Merge branch '4.4/fix-custom-role-initialdata-docs' into 4.4-trunk
Merge branch '4.4/convert-to-graphviz2' into 4.4-trunk
Use new docker image for GraphViz2
Update tests for EN datetime locale change to space
Don't error if users4 index has been removed
Merge branch '4.4/docs-fix-datetimeformat-examples' into 4.4-trunk
Switch to Test::MockTime::HiRes in date api test
Build test image from buster-20230130 tag
Update required versions for GD::Graph and Date::Extract
Merge branch '4.4/mysql-8' into 4.4-trunk
Document MySQL 8 support
Clarify usage of the $EmailSubjectTagRegex setting
Merge branch '4.4/self-service-download-ocfv' into 4.4-trunk
Merge branch '4.4/ticket-search-unread-messages' into 4.4-trunk
Disable buildkit to continue using the local network feature
Merge branch '4.4/disable-docker-buildkit' into 4.4-trunk
Check the return value for Prepare
Improve documentation for RT::Search modules
Merge branch '4.4/preview-searches' into 4.4-trunk
Merge branch '4.4/update-test-smime-keys' into 4.4-trunk
Maureen E. Mirville (1):
Fix formating in docs for $DateTimeFormat config examples
Nick Reilingh (3):
Fix "Reffered" typo in metadata doc
Fix 'followoing' typo in docs
Fix ticket_metadata.pod: Incorrect documentation of parent/child
Rob Lister (1):
Fix typo in transaction-type argument in rt-crontool docs
sunnavy (39):
Include "Create" transactions when checking if there are unread messages
Support HasUnreadMessages and HasNoUnreadMessages criteria for ticket search
Add tests for HasUnreadMessages and HasNoUnreadMessages searches
Don't mark fields in JOIN conditions as limited
Fix simple ticket search tests to make sure tickets are really found
Merge branch '4.4/fulltext-indexer-more-forgiving-encoding-errors' into 4.4-trunk
Merge branch '4.4.6-releng' into 4.4-trunk
Support to download custom field attachments from SelfService
Merge branch '4.4/create-user-default-name' into 4.4-trunk
Fix the link to RT_Config's External-storage section in pod
Refactor implementation of --no-auto-commit to support --originalid
Use a bigger FcgidMaxRequestLen value for apache+fcgid tests
Set MasonLocalComponentRoot via RT->Config->Set so apache can see it
Merge branch '4.4/always-post-github-to-slack' into 4.4-trunk
Encode content for textual "message/..." attachments
Test textual and UTF-8 encoded "message/..." attachments
Merge branch '4.4/date-test-space-change' into 4.4-trunk
Pass datetime in UTC as LastUpdated is stored that way
Merge branch '4.4/test-mocktime-hires' into 4.4-trunk
Merge branch '4.4/update-docker-gdgraph' into 4.4-trunk
Update DBIx::SearchBuilder to 1.69 to work with MySQL 8
Merge branch '4.4/clarify-emailsubjecttagregex-doc' into 4.4-trunk
Add the missing Principals autocomplete URL for Self Service
Add configuration option $AllowGroupAutocompleteForUnprivileged
Merge branch '4.4/self-service-autocomplete-principals' into 4.4-trunk
Drop obsolete apache and fastcgi test configs
Merge branch '4.4/document-mysql-8' into 4.4-trunk
Limit ObjectType in articles custom field searches
Test articles custom field searches without specifying a custom field
Merge branch '4.4/system-saved-search-delete' into 4.4-trunk
Merge branch '4.4/simple-search-redirect-results' into 4.4-trunk
List current user in "All Recipients" if it's a watcher
Merge branch '4.4/list-current-user-in-all-recipients' into 4.4-trunk
Add new page where admins can preview results of search modules
Merge branch '4.4/automating-rt-multiple-actions-docs' into 4.4-trunk
Preserve ShowFormat value on form submit for PreviewSearches
Update expired certificates and related tests
Update copyright to 2023
Update translations from Launchpad
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list