Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)Author
2022-10-19Add API and web tests for interacting with custom roles on assetsShawn M Moore
2022-09-03Merge branch '4.4-trunk' into 5.0-trunksunnavy
2022-09-02Test textual and UTF-8 encoded "message/..." attachmentssunnavy
It covers both cases where $TreatAttachedEmailAsFiles is true or false.
2022-07-27Merge branch '5.0/tweak-query-builder-criteria' into 5.0-trunkJim Brandt
2022-07-27Merge branch '4.4-trunk' into 5.0-trunksunnavy
2022-07-27Set MasonLocalComponentRoot via RT->Config->Set so apache can see it4.4/docker-testing-bustersunnavy
2022-07-26Use a bigger FcgidMaxRequestLen value for apache+fcgid testssunnavy
t/mail/gnupg-incoming.t is bitten by the small default value(131072)
2022-07-08Block ticket create/update on invalid recipientsBrian Conry
The prior behavior was to proceed with the ticket create or update, excluding the recipients that did not look like email addresses and could not be resolved to a principal, and without letting the user know that some intended recipients had been omitted. The new behavior is to block the action and give the user a message explaining that no user could be found for what they entered.
2022-06-16Add tests for LoadOrCreateByEmailJim Brandt
2022-06-04Test CustomFieldGroupings updates from web UIsunnavy
2022-05-25Merge branch '5.0/rest2-current-interface' into 5.0-trunkJim Brandt
2022-05-24Merge branch '5.0/selectize-bypass-client-filtering' into 5.0-trunkJim Brandt
2022-05-21Merge branch '4.4-trunk' into 5.0-trunksunnavy
2022-05-20Merge branch '4.4/cf-groupings-on-queue-default-values' into 4.4-trunkJim Brandt
2022-05-05Test custom field groupings on queue default values page4.4/cf-groupings-on-queue-default-valuessunnavy
2022-05-04Bypass selectize's client filter by showing all search results5.0/selectize-bypass-client-filteringsunnavy
Previously in 9d7043e25e we added all search field values to results to bypass selectize's client filter, which is not good enough because the client filter doesn't do exact match, e.g. "foo bar" matches both "foo bar" and "foo d bar", and the latter is not supposed to match. This commit changes the logic to clear existing options(might be outdated) first and then show all results from server. It also covers both user and principal autocomplete.
2022-05-03Make sure to not redirect for logout direct response tests4.4/test-logout-direct-responsesunnavy
LWP auto redirects on meta-refresh since 6.63, of which behavior we need to get around in tests.
2022-05-02Merge branch '4.4/ldap-import-group-disabled-field' into 4.4-trunkJim Brandt
2022-05-02Merge branch '4.4/validate-cf-unique-values-on-web-create' into 4.4-trunkJim Brandt
2022-05-02Merge branch '4.4-trunk' into 5.0-trunksunnavy
This merge contains a few extra tests updates so they can pass after the merge.
2022-04-29Merge branch '5.0/delete-rt-address-from-roles' into 5.0-trunkJim Brandt
2022-04-29Merge branch '5.0/rest2-custom-roles-on-update' into 5.0-trunkJim Brandt
2022-04-29Test validation of "unique values" custom fields on web UI4.4/validate-cf-unique-values-on-web-createsunnavy
2022-04-29Move query-builder related tests to its own test filesunnavy
2022-04-28Merge branch '4.4/fix-queue-txn-cf-default-values' into 4.4-trunkJim Brandt
2022-04-27Merge branch '4.4/cfv-order-by-category' into 4.4-trunkJim Brandt
2022-04-27Merge branch '4.4/oracle-segfault-tests' into 4.4-trunkJim Brandt
2022-04-25Add current interface tests for REST25.0/rest2-current-interfacesunnavy
2022-04-22Merge branch '4.4-trunk' into 5.0-trunksunnavy
This merge contains a few extra tests updates so they can pass after the merge. Upgrade steps in 4.4.6 have been ported to 5.0.3 accordingly too.
2022-04-19Merge branch '4.4/current-interface' into 4.4-trunkJim Brandt
2022-04-15Merge branch '4.4/validate-value-for-select-cf' into 4.4-trunkJim Brandt
2022-04-14Merge branch '4.4/category-level-cf-groupings' into 4.4-trunkJim Brandt
2022-04-14Add tests for queue level cf groupingssunnavy
2022-04-14Update tests for the new canonicalized format of CustomFieldGroupingssunnavy
2022-04-13Add tests for current interfacesunnavy
2022-04-11Merge branch '4.4/shredder-single-member-group-resolver-avoid-duplicates' ↵Jim Brandt
into 4.4-trunk
2022-04-09Test shredder for user that owns multiple ticketssunnavy
2022-04-08Merge branch '4.4/unpriv-lifecycle' into 4.4-trunkJim Brandt
2022-04-05Improve recognition of urlified subject tagsBrian Conry
This change improves RT's handling of subject tags that have been modified by an external mail client to include a http:// prefix (e.g. because the mail client believes it looks like the name of a possible web server). A previous change allowed RT to recognize the modified tags enough to not create new tickets, but in some places they were still being detected as tags from another RT system, resulting in the ticket subject being modified. With this change, RT now completely treats the modified tag the same as it treats the unmodified tag, which will preserve the ticket subject unchanged.
2022-04-05Add multiple db connection tests mainly for Oracle4.4/oracle-segfault-testssunnavy
See also https://github.com/perl5-dbi/DBD-Oracle/issues/111
2022-04-01Merge branch '4.4/improve-unique-value-cf-messages' into 4.4-trunksunnavy
2022-04-01Improve "not a unique value" error messages to show more hintsBrian Conry
The prior messages didn't include either the custom field name or the value that violated the constraint, making it difficult in some configurations to identify which custom field was in error.
2022-03-31Improve checking of CustomFieldValue SortOrderBrian Conry
Previously there was no proactive validation on the SortOrder for CustmField values. Some databases are more picky than others and throw errors for non-integer values. In one case the DBD error message was even returned to the user. Now SortOrder is validated to be either empty or contain an integer value (negative values are fine), plus a (more) user-friendly and localisable error message is generated.
2022-03-22Test user/group Disabled field in LDAP importsunnavy
2022-03-15Add lifecycle_mappings test for case variant statusescraig kaiser
2022-03-14Merge branch '5.0/verify-gnupg-original-decrypted-content' into 5.0-trunkJim Brandt
2022-03-14Merge branch '5.0/strip-group-name-spaces' into 5.0-trunkJim Brandt
2022-03-14Test group name's leading/trailing spaces removal behavior on create/updatesunnavy
2022-03-12Test "Clear Mason Cache" functionalitysunnavy
2022-01-28Test queue default values page4.4/fix-queue-txn-cf-default-valuessunnavy